Skip Navigation
Stonehenge sprayed with paint by environmental protesters
  • Hehe, I see what you did there.

    MLK on climate change (probably):

    […]that [humanities] great stumbling block in his stride toward freedom is not the [oil company] or the [billionaire] but the white moderate, who is more devoted to ‘order’ than to justice; who prefers a negative peace which is the absence of tension to a positive peace which is the presence of justice; who constantly says: ‘I agree with you in the goal you seek, but I cannot agree with your methods of direct action’; who paternalistically believes he can set the timetable for another man’s freedom; who lives by a mythical concept of time and who constantly advises [climate aware] to wait for a ‘more convenient season.’

  • What book(s) are you currently reading or listening? May 28
  • Currently going through the Ender quintet, and the Expeditionary Force.

    I'm on book four of the Ender series, the first two were as good as I remember. 3 an 4 have taken some work. Can't recommend buying them though as OSC is a... just the opposite of the message of the books.

    Expeditionary Force is as samey as I remember. I read them as audiobooks at work so the pulp is quite welcome. Also, I'm on book 9 (not back to back reads), so while it's formulaic I guess I'm not too bored of jerking in the shower jokes. I'd recommend the first one, but not as a series.

    My last "work read" was the murder bot series, I binged my way through those, pretty good

  • Do you avoid discussing some topics online even if you have something you'd like to say about them?
  • Any comment starting with some varient of "So you..." can almost always be ignored. I think they're framed as summarising an opponents position to lay bare an obvious flaw. But, to me aleast, they just out the commenter as being ignorant or malicious. Ignorant of what the comment they're replying to said, or maliciously trying to misrepresent it.

    I think it speaks to a broader problem of online rhetoric where person X tells person Y what person Y thinks and why (and most importantly why they're wrong to think this way) instead of asking them.

  • Looking for MiTV box replacement
  • The firestick is what I chose as my TV's, a 10yo LG, jellyfin client. Works as intended, better really. One day I'll block the stick's internet connection, and it'll be the almost perfect device, in that it plays almost anything natively. My server is a rpi4 so anything I can do to stop transcoding, I do.

  • Recommendations for Hardware for Physical Media/Jellyfin Server
  • Aoostar n100 2 Bay nas is what I'm currently thinking about. Or the same device but rebadged.

    Pros: n100 for quicksync. 2 bays of HDD for media storage. Low power at idle. Cheap for a box with all relevant codecs + sata storage. High WAF compared to other HTPCs

    Cons: Unknown brand for build quality and bios updates. General Chinese security anxieties. Idle power, while low, is higher than other n100 options. Fan isn't pwm. Personally don't like the aesthetics.

  • Let's discuss: Mass Effect
  • Favourite game - 1, it was the first one I played and the one I'm most familiar with.

    Least is 3, it was the first game I encountered with day 1 dlc, so didn't get any. Last ME game I bought too, Jokes on me I guess because I got the remaster instead.

    I enjoyed KOTOR/II before it and I was hoping for more of the same, more HK-47 really. No HK but the play is familiar: go to a planet do some quests, X person wants to talk and on to the next.

    Femshep is the only shep for me.

  • What's something you believed to be true but recently learned is actually false?
  • Allowing a Pokémon to evolve earlier results in a stronger 'mon at the end.

    I thought that was to balance the faster level gain and learning of moves, but no. The only consideration to letting a Pokémon evolve is "will it learn the move I want". I was corrected yesterday.

  • NSFW
    What expectations placed on the opposite sex by society do you find in unreasonable, and why?
  • The second shift.

    We're certainly not perfect, at it as my fiancée is more a planner and I'm more knock down obstacles as I get to 'em. Which shakes out as if we want things done well they're assigned to my fiancée, and if we want things done at all they're assigned to me. So even though we try, my better half is house manager and I'm house minion.

  • Recommendations for RaspberryPI 4B case?
  • Personally running an Argon Neo on the pi 4, zero complaints. Flirc is better looking by half (imho), but the Neo out performs it thermally (with the cover off, at least the articles I read claimed as much when I was looking).

    I'm running it as a pihole/jellyfin&servarr passively cooled with zero problems.

    Edit, one complaint: I sometimes regret not setting up NVME support, instead I have the OS on a USB SSD. That, a USB HDD, an ethernet cable, and USB keyboard mouse makes the IO a little crowded.

  • What's the deal with Docker?
  • I guessed it was a "once bitten twice shy" kind of thing. This is all a hobby to me so the cost-benefit, I think, is vastly different, nothing on my setup is critical. Keeping all those records and up to date on what version everything is on, and when updates are available and what those updates do and... sound like a whole lot of effort when currently my efforts can be better spent in other areas.

    In my arrogance I just installed Watchtower, and accepted it can all come crashing down. When that happens I'll probably realise it's not so much effort after all.

    That said I'm currently learning, so if something is going to be breaking my stuff, it's probably going to be me and not an update. Not to discredit your comment, it was informative and useful.

  • What's the deal with Docker?
  • When I asked this question

    So there are many reasons, and this is something I nowadays almost always do. But keep in mind that some of us have used Docker for our applications at work for over half a decade now. Some of these points might be relevant to you, others might seem or be unimportant.

    • The first and most important thing you gain is a declarative way to describe the environment (OS, dependencies, environment variables, configuration).
    • Then there is the packaging format. Containers are a way to package an application with its dependencies, and distribute it easily through the docker hub (or other registries). Redeploying is a matter of running a script and specifying the image and the tag (never use latest) of the image. You will never ask yourself again "What did I need to do to install this again? Run some random install.sh script off a github URL?".
    • Networking with docker is a bit hit and miss, but the big thing about it is that you can have whatever software running on any port inside the container, and expose it on another port on the host. Eg two apps run on port :8080 natively, and one of them will fail to start due to the port being taken. You can keep them running on their preferred ports, but expose one on 18080 and another on 19080 instead.
    • You keep your host simple and empty of installed software and packages. Less of a problem with apps that come packaged as native executables, but there are languages out there which will require you to install a runtime to be able to start the app. Think .NET, Java but there is also Python out there which requires you to install it on the host and have the versions be compatible (there are virtual environments for that but im going into too much detail already).

    I am also new to self hosting, check my bio and post history for a giggle at how new I am, but I have taken advantage of all these points. I do use "latest" though, looking forward to seeing how that burns me later on.

    But to add one more:- my system is robust, in that I can really break my containers (and I do), and to recover is a couple clicks in Portainer. Then I can try again, no harm done.

  • Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally
  • Finally got it set up, pointed Prowlarr at it which synced to Sonarr and Radarr, not readarr or lidarr though. I couldn't manually point readarr at it either without getting a

    Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings

    which is a shame. Still a potentially powerful bit of kit regardless.

  • What book(s) are you currently reading or listening? 04 March
  • I have been pretty

    Even if you do say so yourself

    Previous book was, House in the cerulean sea, I think maybe I read it at the exact wrong time in my life.

    Currently re-reading The city and the city, almost finished. I enjoyed it the first time, less so the second I think.

    I've got Illium lined up for a re-read next. I can't remember what I thought about it the first time through.

  • What VPN would you recommend for torrenting?
  • I use Mullvad and have a qbit go through gluetun. I don't mind the lack of port forwarding, as I leave the Pi on 24/7 and I'm not under ratio constraints. Also, my system isn't secure enough for me to be messing with that stuff, next build I'll get everything off root, set proper permissions, route everything through a single port etc, then think about port forwarding. For now I'll hide behind my ISP and Mullvad's security while I learn and make mistakes.

    Down is quick enough for me and Up is slow but constant.

  • Uncomplicated firewall rule set for a *arr stack.

    I set up an *arr stack and made it work, and now I'm trying to make it safe - the objectivly correct order.

    I installed uncomplicated firewall on the system to pretend to protect myself, and opened ports as and when I needed them.

    So I'm in mind to fix my firewall rules and my question is this: Given there's a more sensible ufw rule set what is it, I have looked online I couldn't find any answers? Either "limit 8080", "limit 9696", "limit ..." etc. or "open". Or " allow 192.168.0.0/16" would I have to allow my docker's subnet as well?

    To head off any "why didn't you <brilliant idea>?" it's because I'm dumb. Cheers in advance.

    25
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FE
    Fedegenerate @lemmynsfw.com

    Raspberry pi4 Docker:- gluetun(qBit, prowlarr, flaresolverr), tailscale(jellyfin, jellyseerr, mealie), rad/read/sonarr, pi-hole, unbound, portainer, watchtower.

    Raspberry pi3 Docker:- pi-hole, unbound, portainer.

    Posts 1
    Comments 129