• 0 Posts
  • 60 Comments
Joined 3 months ago
cake
Cake day: August 21st, 2024

help-circle
  • i can chime in with some actual experience!

    my current problems with KDE are

    • the greeter only accepts my password on the secondary monitor
    • the compositor shuts down whenever something uses the GPU even though the setting is off
    • my primary desktop randomly shunts itself to the right, plopping on top of the desktop on the secondary display and leaving a big black void on half my primary until plasmashell is restarted
    • my panels keep collapsing their content down to the width of a single pixel until i resize them
    • Wayland just crashloops and is completely unusable (no, i don’t have an nvidia card)
    • i still can’t get the acrylic transparency to work :(

    and what’s fun about this is, the issues are so intermittent and random that i never know what i’m going to get on a given day!










  • everyone focuses on the tooling, not many are focusing on the reason: python is extremely dynamic. like, magic dynamic you can modify a module halfway through an import, you can replace class attributes and automatically propagate to instances, you can decompile the bytecode while it’s running.

    combine this with the fact that it’s installed by default and used basically everywhere and you get an environment that needs to be carefully managed for the sake of the system.

    js has this packaging system down pat, but it has the advantage that it got mainstream in a sandboxed isolated environment before it started leaking out into the system. python was in there from the beginning, and every change breaks someone’s workflow.

    the closest language to look at for packaging is probably lua, which has similar issues. however since lua is usually not a standalone application platform it’s not a big deal there.



  • there haven’t been card fees for end users in Sweden for many years. handling cash is a lot more expensive since you need somewhere secure to keep change, you loose time at the till handling the money, and you need to pay for someone to come pick it up. the time gained from just having the customers pay with card means businesses gladly swallow the fees.

    and yes, i’m always surprised when going abroad how much more analog everything is. the nordics and Baltic’s are generally at about the same level (with Estonia way ahead), but the rest of the continent feels like it’s 10 years behind. I was once asked if I really wanted to pay with card in a corner shop in Leipzig, since the card fee was €10.

    not that i’m a fan of the digitalisation, it makes marginalised groups even more marginalised. i see my elderly relatives struggling with it often.