[-] BenchpressMuyDebil@szmer.info 6 points 3 weeks ago

Man I hate how I barely ever buy anything, makes it impossible to boycott any company

[-] BenchpressMuyDebil@szmer.info 4 points 3 weeks ago

The generated password lenghts can be set in the UI at least. It's worse when the password form accepts only SOME special symbols (looking at you bank)

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

Did you see the new ff vertical tabs in nightly firefox labs?

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

Apart from what everyone already posted:

  • Boring RSS - displays an rss icon in address bar with the rss feeds from the current page's head tag - the cool thing is that unlike other addons like this, this one has only the activeTab permission, rather than "access your data for all sites" - https://addons.mozilla.org/pl/firefox/addon/boring-rss

[-] 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 2 points 1 month ago

And also set-up SSO/LDAP in your homelab if you run one so you don't have 3000 loose outdated account entries for IPs like 192.168.10.5 user: admin password:*****

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

As for backup, you can also buy a e.g. Lenovo M920q minipc, buy a pci-e riser, buy a dual port ethernet card, set up Proxmox, set up an pfSense (or OpenWRT, or OPNsense) VM inside, pass-through the ethernet card directly to the VM. The VM is very backupable, since you just copy the VM state and save it somewhere. This would only work for the router though, since the AP's that'd be running OpenWRT wouldn't be VMs. This is at the cost of having to deal with an additional layer for the VMs.

I guess the problem you're asking about in regards in regards to cross-device portability of a backed up config is valid. If you had a four ETH port router, backed up the config, and then uploaded it on a two ETH port router, you'd run into trouble, but I have no experience here.

You can also install OpenWrt on some switches these days (PoE also reportedly works with realtek-poe module):

That way you'd have a fully open OpenWRT-only network lab, so you'd always be working with the same system.

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

It's not exactly those dimensions, but check out Osprey Daylite Tote Pack. I read some airline summary and the OP said it fits every single one, even the more restrictive ones

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

This comic strip will keep on giving, you can keep remaking it every 20 years

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

you're doing your part in keeping the federation healthy and decentralized o7

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

My god does anybody else downvote an article if it's blatant clickbait? How does it have 520 score? You were supposed to be better than r**dit remember?

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

This is true. I spent 4 months abroad recently and on the 4 month mark I started getting text messages from my operator saying "In the last 4 months you spent more time abroad than in your home country. If your usage doesn't change, we will begin billing you X.Y/GB"

1
submitted 2 months ago* (last edited 2 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?

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.

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

7
submitted 4 months ago* (last edited 3 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))
19
submitted 4 months ago* (last edited 4 months ago) by BenchpressMuyDebil@szmer.info to c/anarchism@lemmy.ml

Yes, I know the answer is "don't buy them".

Anyway: I've been seeing posts in places that follow the format: "Look how item X in (rich country) costs the same or is more expensive than in Poland"

Admittedly, those posts aren't about basic necessities. They are about football tickets and the stadium beers or about Subway sandwiches. Although from personal experience, I know that this is happening with groceries as well. Inflation and the war across the border was a great excuse to hike the price of some goods. This doesn't seem just to me, given the wage disparity between say Ireland and Poland. But hey, you gotta get that YoY 20% growth somehow. Poland being the poster child of "look what capitalism does".

So when we take the example of buying groceries to stay alive, what alternative do you have to the large stores that are obviously fucking you over? I can afford to pay those inflated prices, I just don't want to affirm the effectiveness of the "let's hike the prices of everything because we have the excuse to" master plan.

Here are some loose (privileged), perhaps not particularly good ideas that I've had:

  1. Buy food from the inflation basket The Polish (and others probably too) statistical institution keeps a "secret" basket of items based on which the inflation is calculated. It's clear that at least some of those items are known to the stores, because they always cost less, to artificially keep the inflation down. This could work, as long as the stores don't drop the ball on the quality.

  2. Buy local? The thing is that while a supermarket chain has a team of people trying to get people to buy more stuff, the humble farmer selling stuff on the local vegetable market does not.

The same goes for clothes, as I could get bring my own materials and get some made by a local tailor, rather than buying off-the-rack chinesium from Zara. And look a little more old school wearing it. Though a tailor is a different level of service.

My local fancy soap shop is several times more expensive than just buying generic tallow bar soap. Sure it's made by local workers within my city, but that's part of the value, hence the price hike.

view more: next ›

BenchpressMuyDebil

joined 5 months ago