• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: October 2nd, 2023

help-circle

  • I have seen Nix come up quite a bit and have been tempted to try it. I’ve rolled with Arch before so I was considering going back to it but maybe something new be go.

    The OS itself I don’t back up outside of mirroring. I run an immutable OS (every reboot is like a fresh install). I can redeploy from git so no need to backup. I have some persistent BTRFS volumes mounted where logs, caches, and state go. Don’t backup, but I swap the volume every boot and keep the last 30 days of volumes or a min of at least 10 for debugging.

    Something like this has always interested me. I remember reading about doing similar with Windows. Not so much it being immutable so much as having a decent starting image that you load on any device you want with all your programs ready to go.

    Runs Arrs, Jellyfin, Monero node, Tor entry node, wireguard VPN (to get into network from remote), I2C, Mullvad VPN (default), Proton VPN (torrents with port forwarding use this), DNS (forced over VPN using DoT), PiHole in front of that, three of my WiFi vlans route through either Mulvad, I2C, or Tor. I’ll use TailsOS for anything sensitive. WiFi is just to get to I2C or Onion sites where I’m not worried about my device possibly leaking identity.

    Do you have a guide or ten you used for all this perchance? Unraid has stuff like trashguides and space invader one. Especially the DNS part onwards? If not it’s cool I have Mullvad set up and Pihole with my current setup so I’ll be able to work it out. This is all very compelling for me to try out (I should really have learned about wireguard by now). Thanks a lot for such an interesting and informative write up!



  • For entry homelab stuff I still think it’s great. Literally just smacked it into an old HP server (now my cannibalised gaming builds) and it was good to go. However I was pretty inexperienced then (hence why I think I may have borked something fundamentally). Now days I’m more comfortable which getting under the hood hence looking for alternative. Definitely would still suggest Unraid to some though.

    I was tempted to do something like an Ubuntu server. I figured all my NAS stuff is run through docker anyway. Cheers I’ll check out dockge




  • Maybe got caught up in other spam. I saw a similar post to your description (someone promoting their own game) posted to about 6 different communities with a short time frame. Maybe yours looks similar or came on a day mods were dealing with a lot of similar content. I don’t see why indie devs can’t promote their own stuff but get not wanting companies to make their own comms and spam other instances with it.




  • And I’m not under NDA. I have signed no contracts, made no verbal agreements; I haven’t even clicked through a EULA.  This message does pop up when I launch Deadlock, but I didn’t click OK; instead, I hit the Escape key and watched it disappear.

    I’m not a lawyer but I sure hope the writer of this checked with a lawyer before posting because that does not sound right.

    Edit: Thank you Vodulas for pointing out this update appended to the article.

    Update, August 12th: Turns out Valve was not fine with me trying Deadlock with friends; I’ve been banned from matchmaking! Oh well. Please feel free to make fun of me in the comments!


  • You know those aren’t the members I’m referring to. I haven’t referred to you by the wrong pronoun or misgendered you. I simply haven’t capitalised non-gendered possessive/adjective pronouns. You think these should be capitalised due to identifying as a goddess. As someone else mentioned it reeks of co-opting trans issues. Anyway, given you’ve reported me, I’m going to leave it here.



  • Yes, and as per the blog the other user linked people have a habit of posting Medium links under the guise of providing supporting information. Given you made a claim “x proves y” you and other people who post Medium links like this probably know “but here’s a link to my blog that is also just my opinion” probably doesn’t hit the same.



  • I played DF before Rimworld came out, never really got into it as this was before it came with a UI. Gotten back into DF the past couple of weeks and am really enjoying it. Definitely a learning curve though.

    DF feel a bit better now I’ve given it some time. My only issues with it is stuff like you’ve mentioned, weird defaults. The dorfs eating seeds is one, the default game state FPS makes the game feel way too fast, the default population cap is pretty full on for beginners too. Changing both of those made it far more manageable. That and using nothing but work orders when you get the means. There a a lot of solid videos for newer players, DF you’ll need them for all the finicky things.

    Playing Rimworld does makes me miss the Z levels every time though. Rimworld feels like you get a bit more breathing room and can do your own thing quicker. DF I usually take a year or two just to get my colony stable.




  • CTDummy@lemm.eetoScience Memes@mander.xyzAcademic Rizzlers
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    I think I largely agree with your broader point. The analogy I go to music. The difference is between drawing your largest possible audience within a niche versus trying to reach the largest possible audience with whatever has worked before. Very few people are actually creating or using them creatively. Most are just recreating or sharing what appeals to them.

    Just because they want to be the first one to say it

    Or rather because they want to be the first one to take part in the comedy ritual this time.

    Not a fan of memes or jokes in titles/general for semi serious publications. Not entirely because srsbusinessonly but more clarity in communication. Leave the excessive meme usage for the science communicators in order draw the groans that sustain their life essence.


  • CTDummy@lemm.eetocats@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 months ago

    People being arseholes on the internet and people downvoting the most mundane shit on these type of sites is not exactly rare unfortunately. That aside though, having briefly read through your post history I think considering seeing a mental health professional might be a good idea. If for no other reason than the stress of your concerns or the stress of a pet being injured.


  • Docker is great because you can install something and all the shit it needs is installed and runs in that container. It’s good for a multitude of reasons mine are:

    1. No more installing a dependency, tool or library alongside a program that fucks up something else. No more shit breaking because you installed the latest python but some other program breaks if you move beyond 3.10 (and you forgot to use venv I guess).
    2. Somewhat a follow on from 1 but this makes for great functionality with self hosting. I can run a couple docker compose/build command and build/rebuild the containers anywhere I need them. I can test a container on a windows computer to see if it does what I want and works as intended and then spin the some container up on my media server, even if it’s a different OS. I have a bunch of them on my home server and it and it’s great being able to just plug in the port number of the other containers they need to talk to, if any, and that’s all. One container breaking doesn’t break everything else.