If you’re exercising and you drink because you’re thirsty, you probably waited too long to hydrate.
- 1 Post
- 150 Comments
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1512·2 days agoPhysics is like sex: sure, it may give some practical results, but that’s not why we do it.
— Richard P. Feynman
I think the same is true for a lot of folks and self hosting. Sure, having data in our own hands is great, and yes avoiding vendor lock-in is nice. But at the end of the day, it’s nice to have computers seem “fun” again.
At least, that’s my perspective.
qjkxbmwvz@startrek.websiteto Dull Men's Club@lemmy.world•Gentlemen, it is with great pleasure that I inform you: I saw an Apache attack helicopter fly over my house.4·3 days agoOnce I was biking home over the Golden Gate bridge and I saw two Osprey VTOLs fly under the bridge, pretty close to where I was standing. It was pretty awesome.
Whatever you decide for your laptop, I’m a proponent of a barebones off-site setup if you’re trying for 3-2-1 backup or similar.
I use a raspberry pi 3 with a single HD (ZFS) retaining some number of daily/weekly/monthly snapshots. Daily rsync, everything over WireGuard+VPS (TailScale would work too).
from stdlib.h import cout
Wait this looks wrong, shit…
Anything can use it, but I think by convention it’s used for http on a non-privileged port.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•3-2-1 Backups: How do you do the 1 offsite backup?English2·12 days agoSame — rsync to a pi 3 with a (single) ZFS drive at family’s house. Retain some daily/weekly/monthly snapshots.
I have a (free) VPS with static IPv4 which is how I connect everything.
Both the VPS and the remote site have limited network speed (I think 50Mbps for VPS), so the initial sync was done sneakernet (well…“airplane net”). Nightly rsync is no problem bandwidth-wise, and is mostly just any new videos I’ve uploaded to my local Immich instance.
It is “backwards” from some other commands — usually you run copy/rsync/link from source to destination, but with tar the destination (tarball) is specified before the source (directory/files).
That, and the flags not needing dashes always just throws me for a loop.
And the icing on the cake is that I don’t use tar for tarring that often, so I lose all muscle memory (untaring a tgz or tar.bz2 is frequent enough that I can usually get that right at least…).
qjkxbmwvz@startrek.websiteto linuxmemes@lemmy.world•Who needs stable, feature-rich desktops anyway4·18 days agoTo each their own though? I can’t imagine why anyone would want something other than i3 (or similar), because almost by definition the DE is not the program I fired up my computer to interact with, and i3 “gets out of the way better” than most others in my experience.
But…that’s just my use case. It’s a horrible UX for most people, just happens to work well for me.
I feel old…when I was learning how to run Linux I started with an old 386 (maybe 486?) my dad wasn’t using. I think it had 32MB RAM, which was fancy for those machines.
We had dial up at the time, so only one machine could be on the Internet. So, I set up a modem on the x86, plugged into an Ethernet hub (switch?), and learned enough ipchains (this was before iptables) to share a connection. It also ran Samba, an AFP server, and probably FTP and HTTP (just for local access) — but it worked for filesharing.
It could also run MP3 streaming software which amused me because the machine itself was too slow to decode MP3 (but that’s not necessary to stream).
qjkxbmwvz@startrek.websiteto No Stupid Questions@lemmy.world•When society completely transitions to cash-less, what happens when the power goes down? End of the world?2·19 days agoInteresting, TIL — thanks!
qjkxbmwvz@startrek.websiteto No Stupid Questions@lemmy.world•When society completely transitions to cash-less, what happens when the power goes down? End of the world?10·19 days agoBooks has become e-books.
To some extent — but have you been to a hip bookstore recently? They exist, and are very much alive.
qjkxbmwvz@startrek.websiteto No Stupid Questions@lemmy.world•When society completely transitions to cash-less, what happens when the power goes down? End of the world?1·19 days agoCashless requires power all the way from PoS to wherever the servers live.Edit: see below
D’oh, I’m a doofus — it’s
search
that I was thinking of (apt-cache search
, notapt-get search
).
Canapt-get
refresh package list?Edit: yes…yes it can. I was confused.
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•Shitposting Automation with Linux6·27 days ago“…and there are no comments, because it’s Self Documenting™”
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•Shitposting Automation with Linux8·27 days agoModern bots are bad, but the old school IRC (maybe early Battle.net?) bots… I’m cool making an exception for them if you are.
Sounds like you’ve only ever used desktops and/or laptops…
qjkxbmwvz@startrek.websiteto No Stupid Questions@lemmy.world•What are some FOSS programs that are objectively better than their proprietary counterparts?17·1 month agoA lot of non-graphical utilities — basically the *NIX coreutils, plus stuff like rsync, ssh, compression/archival tools (tar, gzip, bzip2, etc.), grep, and the like. Git also comes to mind.
I think part of this is that the UNIX philosophy is “developer friendly” — tell a good dev they need to make a compression utility that follows this protocol, and they will make a compression utility that follows the protocol.
Hah not at all! I need to remind myself to hydrate and fuel constantly if I’m doing any sort of exercise.