Debian is still the best at being Debian. I rate it the least likely to give me any unpleasant surprises.
kbal
I’d appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.
- 3 Posts
- 108 Comments
Mostly I just install Skyrim mods manually because I’m insane I guess, but for some games I like to run Mod Organizer 2 under proton. Your whole linux filesystem can be made accessible to windows programs, not sure if it is by default. But anyway since we’re talking steam games here the game itself normally will be in the same place as usual, as far as windows programs know.
kbal@fedia.ioto Linux@programming.dev•Fedora's FESCo To Decide Whether To Replace Upstream X.Org Server With XLibre Fork8·6 days agoIf they go through with this I’ll switch to Hannah Montana Linux.
kbal@fedia.ioto Linux@programming.dev•[blog post] what it's like to live with as much foss software as possible9·7 days agoYou’re not really living with as much free software as possible until you’ve installed all of the 103818 packages in debian.
#!/bin/bash # Recursively rename everything in the current directory as necessary # to make it match the case of filenames in Skyrim’s “Data” directory,
from=`pwd -P` to="${HOME}/.steam/debian-installation/steamapps/common/Skyrim_1.5.97/Data" tmp="/tmp/skydata_index" filez="/tmp/skydata_from" IFS=' ' match_case() { cd "$2" find . | grep -v '^[.]$' > "$tmp" cd "$1" find . -maxdepth 1 | grep -v '^[.]$' > "$filez" for j in `cat $filez`; do if ( grep -i "^${j}$" $tmp ); then name=`grep -i "^${j}$" $tmp | head -1` if [ "${name}xx" != "${j}xx" ] ; then mv "$j" "$name" fi fi done # going recursiv find . -maxdepth 1 -type d | grep -v '^[.]$' > "$filez" for j in `cat $filez`; do if ( test -d "${2}/${j}" ) ; then match_case "${1}/${j}" "${2}/${j}" fi done } match_case $from $to rm $tmp $filez
Hm, someone claiming to be Vaxry says it’s real, it’s not April fool’s day, the link is to the domain that’s on their github page, it’s still up however many hours later… well that was unexpected.
(Apparently it’s Dave Cutler, who wikipedia reminds me is the crazy VMS guy “known for his disdain for Unix.” Apologies to both of them.)
Is that Donald Knuth? If so, “three guys taking a photo with Donald Knuth” might be a better title.
True enough — but for those few who enjoy such things I must point out that debian makes kernel builds very easy to do. When mesa gets too old there will usually be a backport.
Come on debian, maybe we can make it back into the top 5 when trixie gets an official release.
kbal@fedia.ioto Linux@programming.dev•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?5·17 days agoautokey — a recent “autohotkey” sort of thing for linux. It comes to mind since I recently had to find a replacement for the one I’d used previously which died of bitrot. Mostly I just use it for app-specific key remapping for Firefox so that I can disable its ^W which I only ever hit accidentally when it was possible.
Mastodon is very bad at fetching replies, if you have a small instance I think you need to add some other software to do that: https://blog.thms.uk/fedifetcher
kbal@fedia.ioto Linux@programming.dev•GNOME introducing stronger dependencies on systemd209·21 days agoGNOME continues its long journey from being the one-time linux standard to a occupying a quirky little niche for masochists and corporate IT departments.
kbal@fedia.ioto Linux@programming.dev•Xlibre, a new fork of the X.org X11 server, announced123·21 days agoThis would’ve been great news to hear about if not for the stupid opinion about DEI being included to completely undermine any faith we might’ve had in the competence or judgement of the person responsible.
kbal@fedia.ioto Linux@programming.dev•Linux Kernel 6.14 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.1511·21 days agoI am a debian user, and was just wondering whether to try 6.16 now or wait until next week.
kbal@fedia.ioto Fediverse@lemmy.world•Pull request to begin to add ActivityPub support to the bluesly PDS2·21 days agoWell that’s an interesting development, which people seem to have begun experimenting with in the past few weeks. Of course for the time being I suppose it’s made somewhat easier for the relays by 99% of the users being hosted on the small collection of official bsky.network PDS servers.
Some more discussion of it in which there may be hints as to how atproto people might slowly progress towards reinventing some of the things we take for granted on the fediverse.
kbal@fedia.ioto Fediverse@lemmy.world•Pull request to begin to add ActivityPub support to the bluesly PDS31·22 days agoIf they don’t crawl the entire network then most of the network cannot contact them at all? Which makes it … not really a network. That’s where federation would come in.
kbal@fedia.ioto Fediverse@lemmy.world•Pull request to begin to add ActivityPub support to the bluesly PDS1·22 days agoReally? I thought there were only two. How are the small ones able to afford the bandwidth to monitor everything from every PDS?
kbal@fedia.ioto Fediverse@lemmy.world•Pull request to begin to add ActivityPub support to the bluesly PDS2·22 days agoRight… it did take me a minute to remember how the relays work. Well, when there are a few hundred of them we’ll see how it goes.
Worst of all, root access is often granted to humans — a species known to be vulnerable to the most idiotic phishing scams you could imagine.