Skip Navigation

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/)M
Posts
11
Comments
136
Joined
3 yr. ago

  • Set the A record to your IP address and CNAME to @ to all the subdomains you need

  • You run a proxy on your server (the easiest is "nginx proxy manager" that has a nice web UI), then open your router to port 80 and 443 to nginx proxy manager (NOT the web UI configuration port!)

    Then you instruct the proxy to route the traffic according to the URL.

    Someone coming to 10.172.172.172 with no URL? Drop the connection.

    Someone going to if.example.com? Forward to 192.168:8080 and so on

  • April's fools!

    Right? Right?....

    Wait, so for example, this company had to pay $230 million in fines. Suppose that they did a $20 million "donation" to the president (which, being a crypto exchange, could be done in untraceable Monero). Then they get pardoned even if they aren't incorporated in the States and they claimed to not operate at all in the USA. When is the last time that you heard Trump caring this much about foreign companies who pay $0 in American taxes? Usually he is like "fuck them fuck that and slap additional tariffs on them"

    Like that Nikola guy who sent Trump a $2 million "donation" and then by pure coincidence and sheer luck got pardoned.

  • They get deleted when you edit the configuration using the webui

  • preserve YAML comments when reordering items

    This fix is massive, lost a lot of useful info when I moved my yml files

  • Metal piece with many pointy pieces and neodymium magnets in a microwave? The sparks will damage the item and the oven. And won't melt the plastic

  • I have a question. At page 150 of the European user manual for the Jeep Renegade, it says to change the oil every 30k kilometers (19k miles). (And this applies to most petrol engines sold in the last 5 decades.)

    Why in USA it's common to replace the engine oil 4-6 times as often?

  • IMHO not worth to self host Lemmy, as it will be an inferior experience compared to an active server, where you can discover many new communities and posts

    Unless the fun of setting it up

  • Can't wait to see a 40 minutes rant on LTT where he will feel betrayed and teach everyone how to use jellyfin

  • i like zipline but i use it for smaller files where download resumability is not a key factor

  • maybe it was openwebui and the phone corrected it to openwebzine

  • Just discovered #spotdl (https://github.com/spotDL/spotify-downloader). It's a great way to download songs from #youtube with metadata and lyrics, or to just quickly listen to that one song somebody

    Jump
  • At one point in history did it allow to download from Spotify or it's just an intentionally misleading name?

  • you need to use fat32 if you want normal people to access the files

    Otherwise, they will get the "You need to format the disk in drive D: before using it. Do you want to format it?" dialog, they blindly click "yes", then they will mumble to themselves "weird, he left behind a massive collection of blank drives..."

  • Tape isn't readable by normal people even if they found it tomorrow with a drive already configured to be used.

    In 50 years good luck finding a working drive compatible with LTO4 when LTO32 is out (it's backwards compatible only with previous gen).

    Unless you write on the box "here there are the keys for 100k bitcoins" they'll just trash the tape

  • I learned that I can't rely on someone else's recipes: in my case it was abandoned/badly configured unraid apps. I now exclusively use a docker compose yml where i control and tag specific versions. I intentionally stay behind 2 versions on nextcloud (stable = alpha; oldstable = beta), and for databases i stay on the LTS. Then i import the calendar from endoflife.date in my calendar app to see if i have to move the target up a bit.

    Every once in a while i go there and i update manually everything

  • 4x is way far compared to 100x

    the only case where hdds have a 100x ratio, is where apple scams their customers offering a 256gb upgrade for $200: it means $800 per terabyte (this price was a scam even 15 years ago), and a $500 18tb HDD is 100x "apple platinum grade ssd"

  • 100x ? Did you sleep for 15 years?

    A 2tb SATA SSD has a comparable price to a 4tb SATA HDD.

    If it wasn't for the Al bubble the prices would be even lower

  • Behind a cloudflare tunnel you can use a self signed or expired certificate, just check the "no TLS verify" checkbox

    Edit: or use DNS based verification, nginx proxy manager can do it automatically using cloudflare api when behind cloudflare tunnels