Skip Navigation
Jump
What is your favourite open source software that you discovered in the past year, that you can no longer live without?
  • This has uncovered my shameful Linux confession lol - I don't understand Docker at all. I think I'm reasonably okay with Linux stuff, I can put an Arch install together without using the archinstall script, I got NixOS up and running without too much trouble etc. but I just can't get my head around how Docker is supposed to work for some reason.

    2
  • Jump
    What is your favourite open source software that you discovered in the past year, that you can no longer live without?
  • My favourite recent one is Yunohost, which makes it super easy to spin up a little self-hosted server with a bunch of apps. I've been having good fun with that and a spare Raspberry Pi lately.

    19
  • Jump
    Trump says he won't debate Harris again
  • In the UK a few years back, Boris Johnson refused to show up to a debate on climate change, so Channel 4 replaced him with a slowly melting block of ice.

    It annoyed him so much he tried to privatise the entire TV station lol.

    119
  • Jump
    Jet Fuel
  • I was hoping to sneak that in, get people balling on one conspiracy theory to get in on another one lol

    4
  • Jump
    Illegal transgender alien
  • As a non-American, sometimes you open your phone and there's a meme with no context about a candidate being shot in the ear, or people eating cats, or transgender aliens or babies being aborted after they're born or the president trying to buy Greenland and you just kind of go "Oh, America" and go about your day lol.

    9
  • Jump
    Jet Fuel
  • I once tried to get a conspiracy theory going that Flat Earth was a fake conspiracy started by the government to cover up the real conspiracy - that the moon is flat. That's why we only ever see one side of it and why we were able to land on it. It didn't take lol.

    58
  • Jump
    New terminal apps: Warp and Wave
  • I ended up just making an alias for s=kitten ssh and then added my desktop to .ssh/config so now typing s desktop does the trick!

    2
  • Jump
    Best Email Client
  • Yeah every once in a while I get restless and start thinking I should learn how to use Mutt or something, but I always end up going back to Thunderbird/Betterbird lol

    1
  • Jump
    Best Email Client
  • I had the opposite for some reason! Thunderbird started giving lots of weird errors, especially with Gmail, but Betterbird worked fine so I just ended up switching over.

    3
  • Jump
    Cloud storage/backup options [Linux]
  • I've been using Filen, seems to work pretty well, it's got a Linux version of the desktop sync client (comes as an AppImage IIRC) and I dunno if they're still doing it but they used to have a good price on lifetime plans that were ~100GB that you could stack, so I got a good amount of storage without having to pay a monthly fee.

    1
  • Jump
    What books do you consider must reads?
  • Yeah you can't go wrong with Ursula Le Guin IMO. I loved The Left Hand of Darkness too.

    Also 'cause I love sharing it, her 2014 book award speech is worth a read as well:

    We live in capitalism, its power seems inescapable — but then, so did the divine right of kings. Any human power can be resisted and changed by human beings. Resistance and change often begin in art. Very often in our art, the art of words.

    6
  • Jump
    British prisoners could be sent to Estonian jails in bid to ease overcrowding
  • The only thing I can think of is sending actors out to pretend to be Americans in American TV shows. Australia & New Zealand are strong in this field too, but I think we've still just about got the edge on it.

    3
  • Jump
    Linux Directory Structure - FHS
  • According to this, it's been around since the 70's and was originally just a catch-all for files that didn't fit in the other default directories, but over time has come to be mostly used for config files. I assume it would cause utter mayhem to try and change the name now so I guess it just sticks. Someone suggested "Edit To Configure" as a backronym to try and make it make more sense if that helps anyone lol.

    21
  • Jump
    Is Elder Scrolls 6 doomed to fail? I can't see how it will work
  • I think they're falling into the same trap Bioware fell into, whereby they have a couple of critically acclaimed franchises under their belt and are universally praised and all is well, but then obviously that can't last forever so as soon as the wheels start to wobble a bit, they start over-thinking, over-developing and over-managing their games because the next one needs to be a massive hit, but then what inevitably happens is they end up sabotaging development as they keep throwing out ideas and polishing all the rough edges off. So you actually end up with something that feels under-developed and bland because it's all designed by committees and middle-managers, and built by underpaid devs on a crunch who just want to be done with it.

    Also Microsoft bought them in the meantime, which can't be helpful.

    10
  • Jump
    Why don't more people use Linux? - DHH
  • When using Windows, I occasionally encounter this weird phenomena that I never experience using any other type of OS, whereby it generates a problem that's so stupid on such a fundamental level that there's no way to really work around it.

    Like when I recently tried out Windows 11, I made a manual restore point in case it fucked itself up doing a big update. Which it did, and then when I tried to restore it I found out that it only keeps one restore point, and that after it broke itself doing the update it overwrote my manual restore point with its own automatic restore point, ensuring that the fuckup it just did was the only thing to restore to. I tried restoring it anyway to see what would happen, and it said it couldn't do it but didn't explain why.

    Like when an allegedly modern OS so utterly misses the point of both system restore and basic error messages, I don't know what to do with it really.

    2
  • Jump
    Why don't more people use Linux? - DHH
  • Yeah it'd be nice if there was a really standardized Linux distro that gave developers a baseline to aim for, and then those of us who use the nerdier distros could just figure out our own stuff from there. I think Ubuntu was on track for that for a while, but they tend to go off on these tangents (Unity, Mir, Snaps etc.) which sometimes work against them, and now distros like Pop!OS and Mint are starting to fill that space a bit more.

    Basically it's this lol

    3
  • This is swiped from reddit but I thought it was really helpful so please don't judge me too harshly lol.

    So it turns out that some Linux distros don't enable this by default for whatever reason but if you have an Intel wifi card that uses the iwlwifi driver (you can check this with lspci -k and look for a section that says Network controller: Intel Corporation and Kernel driver in use: iwlwifi under it), you can add a simple line to a config file that might make a huge difference to your wifi speeds.

    Just edit /etc/modprobe.d/iwlwifi.conf (if it doesn't exist just create it) and add the line: options iwlwifi 11n_disable=8 then reboot. I ran Speedtest before and after trying this on my laptop and it seems to have increased it by about 20% or so.

    Your mileage may vary of course, but hopefully this helps someone!

    10