• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle


  • 1 is also a number, a number we chose by convention to be a base unit for all numbers. You can break down every number down to this unit.

    20 is 20 1s. 1.5 is 1 and a half 1.

    If we have Pi as a unit, circumference of a circle would be radius*2 of Pi units. But everything that doesn’t involve Pi would be a fraction of Pi, e.g. a normal 1 is roughly 1/3 of Pi units, 314 is roughly 100 Pi units, etc. etc.





  • janAkali@lemmy.onetoProgrammer Humor@programming.devFLOSS communities right now
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    7 months ago

    only a small number will sign up for a specific forum

    Most people don’t have to sign-up, 90% of cases should resolve on just searching the problem. Good chances it was already asked and answered.
    Most of the time, forums with few users aren’t dead, they’re just really slow, whenever you post a question - expect at least 12-hour delay. I’ve never seen a message on Discord answered 12 hours later - you either get somewhat instant response or it’s ghosted forever. Also good luck asking questions if there’s heated/rapid discussion in the room, or you have a little time and other responsibilities other than checking discord every couple minutes.









  • janAkali@lemmy.onetoPrivacy@lemmy.mlopenSUSE for privacy
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 months ago

    There’re multiple things OpenSUSE does differently, when compared to most other distros:

    • they enable firewall by default.
    • they have automatic testing pipeline, that catches most broken, not-working applications before they’re made available to public.
    • if update breaks your setup - you can rollback to previous snapshot in minutes.
    • supports both apparmor and selinux.





  • I wouldn’t tell you it’s the best option, but it works for me and sizeable amount of other people: stateless password manager. It is an app that will generate you password based on input: url and a single master password.

    Using same parameters gives the same password. Passwords are not stored, you just generate one whenever you need it. It solves syncing issues and eliminates option of losing your vault/backups. Master password should be extra secure, because it is the main defense point.

    For the implementation, you could make one yourself with scripts (scrypt + base64) or use open-source apps like LessPass.