[-] BenchpressMuyDebil@szmer.info 27 points 1 month ago* (last edited 1 month ago)

Remote work is a lie made up by big white collar to sell less jeans for mining

[-] BenchpressMuyDebil@szmer.info 23 points 1 month ago

In Germany's defense, if you miss a train connection due to delays, you just board the next connection without needing to have your ticket re-issued for another connection, which is cool.

But the joke is real, I was coming back from Spain to Poland by train recently and everything was fine, until my VERY FIRST STATION IN GERMANY where I got my first delay.

[-] BenchpressMuyDebil@szmer.info 31 points 2 months ago* (last edited 2 months ago)

Yeah, but it also happens to be a significant instance with many big communities. It'd be ok if it was hosting only leftist comunities that talk only about ".M-L" stuff, but then you end up with communities like privacy@lemmy.ml where the rules seem to be:

  1. Talk only about privacy related things
  2. (implied) Don't criticize Xi Jingping (I'm exeggerating for comedic effect)
19
submitted 3 months ago* (last edited 3 months ago) by BenchpressMuyDebil@szmer.info to c/homelab@lemmy.ml

I'm currently traveling for months at a time and my homelab has become unreachable to me over VPN due to a unknown complication after a power outage.

Just as a learning experience for all, my mistake was that I set-up my VPN very far down the stack - as a wg-easy app inside TrueNAS SCALE's apps ecosystem. My very important reason for doing it was that way was that wg-easy allows for setting up client devices with a QR code...

Anyway, the NAS is not booting back up nor do the TrueNAS apps. I should've set my VPN up right at the front of the network - on my MikroTik router that also supports Wireguard. The funny thing is I was so happy that my NAS has IPMI and whatnot but now I can't even access it.

For now the NAS is kept powered on from what I know, it just doesn't boot. This should help prevent bitrot until I'm back. All important files are backed up on a 3rd party service.

It's a shame my Jellyfin and Navidrome inaccessible, but I'll live.


Now I'm thinking about buying an UPS so that this doesn't happen in the future. I'd like the UPS to be fanless and rackmount, so that limits me to ~700VA territory.

Devices in my homelab pull about 65W idle and spike to say 150W when everything is booting. ISP modem, router, POE+ switch, AP, NAS. I might add another 20W due to a Lenovo M920q in the future.

I only really care about NUT and graceful shutdown instead of long runtime on battery.

I was thinking about this: https://www.apc.com/us/en/product/SMT750RMI2U/

In my country I can get it with new batteries (no front panel) and a network card for NUT for a total of 180 EUR.

Would that work? Would you be afraid of leaving an UPS (it is kinda like a bomb after all) unattended an leaving your home for 6 months at a time?

[-] BenchpressMuyDebil@szmer.info 31 points 3 months ago

⚠️ You have alerted the horde

20
submitted 4 months ago* (last edited 4 months ago) by BenchpressMuyDebil@szmer.info to c/books@lemmy.world

After reading a non-fiction book, do you beat yourself up over not remembering all that much? This is especially painful if the book took years to complete (e.g. Anne Applebaum's "Gulag").

It's a bit ridiculous to expect to become an Encyclopedia after reading something in passing too, though.

I feel as if working with a computer and using the internet daily destroyed my attention span, which is why I'm self concious about this.

[-] BenchpressMuyDebil@szmer.info 56 points 4 months ago

Mumble is super popular with EVE Online players still, no? Because of the support for a large number of users in a single room

425
submitted 4 months ago* (last edited 4 months ago) by BenchpressMuyDebil@szmer.info to c/privacy@lemmy.ml

I've been a social media hermit for the past 3 years but recently I've given up and created a few accounts across different apps again. It's unreal how strict the requirements are now.

  1. Give e-mail (ok)
  2. Give phone number (.... eeh, ok)
  3. Use the new account for a while
  4. Account suspended, please upload selfie to continue (no thanks xi). There are also some verification promps where you have to record a video and rotate your face left to right

If this isn't a message to move to indie web I don't know what is

[-] BenchpressMuyDebil@szmer.info 30 points 5 months ago

Insallah my brother in the Firefox jihad

[-] BenchpressMuyDebil@szmer.info 80 points 5 months ago

Would you like to go on a date with me?

Eww no

quickload
puts on fedora hat and sunglasses +2 CHR
consumes every drug in inventory
accidentally takes psycho
ROAAAAAAAAHHHHHH

Would you like to go on a date with me?

7
submitted 5 months ago* (last edited 4 months ago) by BenchpressMuyDebil@szmer.info to c/emacs@lemmy.ml

I was working with NPM package.json files a lot lately and I often found myself saving them in an unparseable state. json-ts-mode highlights syntax errors in yellow but it wasn't enough.

I didn't want to use flymake-eslint becuase it requires having the jsonlint binary in the PATH and I just wanted a simple Lisp solution.

The code tries to parse the current buffer on save using Emacs' built-in json-parse-string and moves the cursor to the location of the parsing error if it fails.

The below code naively assumes that the saved buffer is always the current buffer, which may very well not be the case (e.g. (save-some-buffers)).

It also probably won't save JSON5 files which have // comments inside because json-parse-string won't handle that.

(defun rtz/json-parse-pre ()
    (interactive)
    (if (eq major-mode 'json-ts-mode)
        (condition-case err
            (progn 
  	    (json-parse-string
  	     (buffer-substring-no-properties
  	      (point-min)
  	      (point-max)))
              nil)
          (json-parse-error
           (goto-char (nth 3 err)) (error err)))))

  (setq write-file-functions '(rtz/json-parse-pre))
[-] BenchpressMuyDebil@szmer.info 20 points 5 months ago

i just cant escape the headphone jack jihadists even in this thread

[-] BenchpressMuyDebil@szmer.info 28 points 5 months ago

What was in that syringe

dependencies

[-] BenchpressMuyDebil@szmer.info 24 points 5 months ago

My god they really hit the home run with a brand new excuse just to fire a few more people huh?

[-] BenchpressMuyDebil@szmer.info 69 points 5 months ago

Guess you're not ready for that mom, but the Fediverse is gonna love it

[-] BenchpressMuyDebil@szmer.info 50 points 5 months ago

Smart like an American?

view more: next ›

BenchpressMuyDebil

joined 5 months ago