• 0 Posts
  • 175 Comments
Joined 2 years ago
cake
Cake day: February 5th, 2025

help-circle

  • So, you can get a mini keypad to go with your mini keyboard and that mini keypad can have programmable keys…

    Or, you could just designate some keys on your 67% to be rotatably programmable.

    My 60% keyboard has fn1 and fn2 keys, so I have done things like fn1-Esc = ` and fn2-Esc = ~ you can fn up your whole numeric row for whatever you usually need.


  • It all depends on how “forced” you want to be.

    Generally, in Linux, if you’ve installed it, you have the power to uninstall it. Once your lockout gets put in effect, you can boot from USB, mount the hard drive, modify the files necessary to bypass your lockout, then reboot and proceed as if your lockout didn’t exist.

    Given that perspective: wouldn’t a nag reminder popping over your screen that you actually pay attention to be better than “locking your account” with locks so easily picked?


  • I’m kind of over the recommendation system infinite library phase of my music listening. With 10,000+ songs in my library, I’m happy enough to hear an “old favorite” a couple of times a year, and by the time all those old favorites have played, 6+ months has gone by, so…

    a recommendation system which does not depend on these systems, but the difficult part is to get the data to build it.

    Acousticbrainz / Essentia can be the basis for that, or at least good enough for me to sort out the Metallica from the Enya and play the right mood at the right time from my collection of eclectica.




  • It’s actually quite a lot more than a bit more secure. Think of it as the difference between traversing no-mans land on a bicycle (current systems) vs in an armored personnel carrier with armor thick enough to stop EVERYTHING that the other side can throw at it. Sure, you could just open the door of the APC and take a hit, but if you don’t do that, you’re pretty safe.

    I do not understand why these two things make their users so enthusiastic

    Are you trying to think logically about that question? Because that would be a huge mistake.

    flatpak, which is something which would really get to my nerves.

    Yeah, not my favorite either. A BIG part of why I’m not loving the majority of the immutable systems I have investigated is because they all seem to heavily lean on tech like flatpak, snaps, etc. and there are valid logical reasons for that, but I’d really rather not go there…











  • I’ve worked at plenty of companies that no longer exist, and startups that “made it big,” and big companies that lumber along… how good their programming practices were, how well thier software performed, has just about zero correlation with how well they do in business.

    As you point out: different tools are more/less appropriate for different applications. Rust has good overlap with C and C++ places, and in kernel land it’s subbing for C.

    I’ve never tinkered in kernel space much - repaired a few OpenGL drivers because nobody else would step up and do it, but I usually stay in the higher abstraction levels. What do kernel people think of libraries like GLib?