• 1 Post
  • 51 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle






  • janAkali@lemmy.onetoMemes@sopuli.xyzFirefox is King
    link
    fedilink
    English
    arrow-up
    28
    ·
    edit-2
    5 months ago

    I don’t believe it’s only chrome’s problem. I’ve noticed that firefox tends to lock all available memory to himself and whenever I need it, bastard just reallocates it into swap, making whole system laggy and slow.

    So… I’ve got my foxy friend into a Ram jail for being too hungry:
    systemd-run --scope -p MemoryMax=1G --user firefox

    God, I love linux!


  • janAkali@lemmy.onetoLemmy Shitpost@lemmy.worldLet’s try it?
    link
    fedilink
    English
    arrow-up
    30
    ·
    5 months ago

    I thought about this for some time. An anarchy would always collapse into governed state.

    First, imagine the perfect scenario where there no authority and world is just a lot of tiny city-sized communities. It would take just a single bad actor to form a state, start invading neighboring communities and growing in power. In response - other communities would be forced to group into increasingly bigger states to have a chance to oppose influence from bigger/richer states.

    This thought experiment also works if violent takeover is replaced by economic one. Think of cartels and monopolies.


  • For one - the error handling. Every codebase is filled with messy, hard to type:

    if err != nil {
        ...
    }
    

    And it doesn’t even give you a stack trace to debug the problem when an error happens, apparently.

    Second reason - it lacks many features that are generally available in most other languages. Generics is the big one, but thankfully they added them in last half a year or so. In general Golang’s design principle is to implement only the required minimum.

    And probably most important - Go is owned by Google, aka the “all seeing eye of Sauron”. There was recently a big controversy with them proposing adding an on-by-default telemetry to the compiler. And with the recent trend of enshittification, I wouldn’t trust google or any other mega-corporation.


  • janAkali@lemmy.onetoLinux@lemmy.mlFlatpak can look daunting...
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    7 months ago

    I have all apps I use daily in the appimage format. Yesterday I decided to try btrfs for my root partition and did my annual Linux reinstall. All my apps were already there and ready for work from the start.
    I also have a usb flashdrive always on me with the same appimages. Just in case I’d wipe a hard drive by accident and wouldn’t have an internet connection or something like that (in case of emergencies). You can’t do this with flatpaks or snaps.





  • Weird. I had headaches practically every week back when I drinked coffee semi-regularly (1-2 times a week).

    Around a year ago, I’ve stopped drinking coffee completely and switched to strong tea. Never felt so clear-minded and headaches are far less frequent then before, and if I have one - it’s like 10% of it’s usual strength.





  • janAkali@lemmy.onetoPrivacy@lemmy.mlopenSUSE for privacy
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 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.