traches

joined 2 years ago
[–] traches@sh.itjust.works 3 points 8 hours ago

It’s an excuse to throw a big party for all your friends

[–] traches@sh.itjust.works 79 points 15 hours ago (5 children)

Absolute free speech is overrated. You shouldn’t be able to just lie out your ass and call it news.

The fact that the only people who had any claim against Fox for telling the Big Lie was the fucking voting machine company over lost profits tells you everything you need to know about our country

[–] traches@sh.itjust.works 4 points 3 days ago

God damnit, he says enough crazy shit we don’t need to lie about it

[–] traches@sh.itjust.works 2 points 3 days ago (2 children)

I don’t have twitter to check, is this a real tweet?

[–] traches@sh.itjust.works 24 points 1 week ago (3 children)

If you write a blog post with an acronym in the title that isn’t common knowledge, for the love of god please spell it out in the first paragraph

[–] traches@sh.itjust.works 4 points 1 week ago

a balancing pass

[–] traches@sh.itjust.works 30 points 1 week ago* (last edited 1 week ago) (1 children)
:set linebreak

[–] traches@sh.itjust.works 3 points 1 week ago

you motherfucker

[–] traches@sh.itjust.works 1 points 1 week ago (2 children)

why do i hate this art style so much

[–] traches@sh.itjust.works 9 points 2 weeks ago (2 children)

Factorio uses all the same parts of my brain as my programming job, to the extent that I can’t play it during the week without risking exhaustion and burnout.

  • breaking down a complex problem into simple ones
  • organizing complexity
  • tracking inputs and outputs
  • managing edge cases
  • error handling
  • designing generalized, reusable components
  • tracking side effects
  • working under time pressure
  • handling feedback from ~~biters~~ users

Seriously, if you like factorio and are looking for a career go into some flavor of IT/programming.

[–] traches@sh.itjust.works 12 points 2 weeks ago (7 children)

Podcasts, my friend. That or audiobooks. Give your brain something to do

 

I have a load-bearing raspberry pi on my network - it runs a DNS server, zigbee2mqtt, unifi controller, and a restic rest server. This raspberry pi, as is tradition, boots from a microSD card. As we all know, microSD cards suck a little bit and die pretty often; I've personally had this happen not all that long ago.

I'd like to keep a reasonably up-to-date hot spare ready, so when it does give up the ghost I can just swap them out and move on with my life. I can think of a few ways to accomplish this, but I'm not really sure what's the best:

  • The simplest is probably cron + dd, but I'm worried about filesystem corruption from imaging a running system and could this also wear out the spare card?
  • recreate partition structure, create an fstab with new UUIDs, rsync everything else. Backups are incremental and we won't get filesystem corruption, but we still aren't taking a point-in-time backup which means data files could be inconsistent with each other. (honestly unlikely with the services I'm running.)
  • Migrate to BTRFS or ZFS, send/receive snapshots. This would be annoying to set up because I'd need to switch the rpi's filesystem, but once done I think this might be the best option? We get incremental updates, point-in-time backups, and even rollback on the original card if I want it.

I'm thinking out loud a little bit here, but do y'all have any thoughts? I think I'm leaning towards ZFS or BTRFS.

view more: next ›