• 0 Posts
  • 339 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2024

help-circle
  • I can’t remember the site, now, but I literally couldn’t log into one this week because the email never arrived.

    Well, email allows you to solve that issue by self-hosting. But what you can’t solve is that if you do self-host, gmail will drop your emails to spam or just discard them completely, just because it feels like it, even if you do the whole dance with DMARC and have used the domain for a good few years. It’s frustrating as shit.




  • I wouldn’t be surprised if this is already the case, depending on your definition of “code”. After all LLMs can spit out code-looking text at a rate much faster than any human. The problem comes when you actually try using this code for anything important, or worse still when you try to maintain it going forward. As such, most code in projects that actually matter will probably be either created, or at least architected and carefully guided by humans for quite some time still.



  • I made a really cozy and usability-focused setup like 10 years ago, and since I made it with NixOS+home-manager I’m just carrying it over with me. It is going strong after three device swaps, two moves to a new country, and meeting a partner, with some minor changes (i3 -> sway, Nord theme -> custom base16-based, pulseaudio -> pipewire, etc)





  • To expand on the other comment, Luddites were not necessarily against technological progress. Rather they used destruction of certain types of machinery as a political tool: to temporarily extend their power as skilled laborers, and to intimidate the factory owners into recognizing their unions or getting certain laws passed. Most Luddites were not against technological progress in general.



  • Dolphin (well, whatever the KDE’s indexer is called) uses xattrs under the hood for tagging, so it will be compatible with other software (including {get,set}fattr).

    The index has to be up-to-date, but then that would be true with any tag-based filesystem, it’s just happening on a different layer (and arguably a layer which is more suitable for this - not sure it’d be a good idea to enforce synchronous indexing during xattr writes).

    The most significant user-facing obstacle is lack of software which supports this system, but I guess that shows that there’s not much desire for it in reality.