Maybe not what you want, but have you considered VPN’ing at your router? Doesn’t help if you travel, so maybe worthless…
- 0 Posts
- 510 Comments
Humans weren’t meant to live with zero autonomy.
Not every parent removes all autonomy from their child. Sorry that happened to you, sounds like it sucked.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Is it possible to have a usable domain without a VPS or a static IP address?English
2·5 months agoCool, I recommend it!
I have my public facing reverse proxy point to my public services, and I also have it set up as a “roadwarrior” VPN to my home. So, I can connect my phone via WireGuard to my VPS, and a local DNS resolves my private services to the private IP addresses in my home network (so, I also run a reverse proxy on my server, for internal services).
I also have an off-site backup using this — just a raspberry pi and an HDD at family’s, that rsyncs+snapshots over the WireGuard network.
I’m sure I’m not following all the best practices here, but so far so good.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Is it possible to have a usable domain without a VPS or a static IP address?English
8·5 months agoVPS with a public ip (which just takes all the fun out of selfhosting)
Why do you say this? My VPS only runs a reverse proxy and WireGuard, with all services hosted on my computers at home.
qjkxbmwvz@startrek.websiteto
Bone Apple Tea@lemmy.world•In a discussion about a certain head of stateEnglish
11·5 months agoCoup de.tar.gz
Having trouble finding it but I swear my PNY Nvidia GeForce FX 5200 (I think?) circa 2003 came with a Linux 3D desktop/launcher software that sounds like this. (X11 based I guess.)
Not sure if it was bundled with the card, came with the Nvidia drivers, or what…but it worked just fine with Linux at the time (probably Slackware, not positive what I was running then).
qjkxbmwvz@startrek.websiteto
Comic Strips@lemmy.world•I love hearing about my engineer friends' lives
4·5 months agoI’ve heard stories of grad students flat out refusing to work with HF. (Never relevant for me, other than being something very scary.)
qjkxbmwvz@startrek.websiteto
Ask Lemmy@lemmy.world•Would you ever walk up to a total stranger and strike up a conversation?
3·5 months agoHaving kids has made random conversations somewhat frequent for me.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•noob questions seeking non-noob answersEnglish
2·5 months agoRemember that RAID and redundancy is not backup.
Try to 3-2-1, or something similar/better, if you can.
I am fairly sloppy here, and I am also very cheap. I have multiple copies in my home for important stuff (mainly Immich), the in use copy being on SSD and a few backups on spinning rust. I have a raspberry pi with an external HDD at family’s place, with a daily rsync+snapshot, for off site backups.
Of course, I’ve never had a catastrophic failure, so who knows how smooth that would be…
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Your logging is probably downEnglish
2·5 months agoI switched to Technitium and I’ve been pretty happy. Seems very robust, and as a bonus was easy to use it to stop DNS leaks (each upstream has a static route through a different Mullvad VPN, and since they’re queried in parallel, a VPN connection can go down without losing any DNS…maybe this is how pihole would have handled it too though).
And of course, wildcards supported no problem.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•What's the best Open-Source selfhostable Notion replacement?English
3·5 months agoMaybe take a look at Outline. (Not affiliated, but I host it for myself.)
I also host KitchenOwl, but mostly just as a grocery list.
qjkxbmwvz@startrek.websiteto
science@lemmy.world•Father’s tobacco use may raise children’s diabetes riskEnglish
3·5 months agoOh thank God it’s tobacco, I read it as Tabasco and was very worried.
qjkxbmwvz@startrek.websiteto
Technology@lemmy.world•One in four CEOs say AI is a bubble but will continue investingEnglish
6·5 months agoThe dot-com bubble burst, but…well, it got better.
Of course there were some casualties (famously pets.com), but Microsoft, Cisco, Intel, Amazon…yeah they got their clock cleaned at the time, but long term they were pretty successful.
For all the problems with tech companies, having a chunk of compensation be in the form of RSUs isn’t the worst idea ever. (I know it’s not specific to tech companies, but it’s generally a very prominent aspect of tech company compensation, Netflix notwithstanding.)
To those asking “who celebrated”…Linux was not always well supported by Flash. The promise of HTML5, with first class Linux support, was very appealing.
https://shallowsky.com/blog/linux/flash-installer-confusion.html
qjkxbmwvz@startrek.websiteto
Chat@beehaw.org•When your ex-wife's reaction to not eating in four days is ordering food delivery.English
6·5 months agoI brought this up to my ex over the course of our usual conversations
…
If we are weeks away from never being able to meet again
…🤔
qjkxbmwvz@startrek.websiteto
Today I Learned@lemmy.world•Why is mercury a liquid?English
37·5 months agoAt this point, they no longer obey the laws of classical physics, and the resulting quantum phenomena — known as relativistic effects…
This is…not how I would word things. Atomic physics is usually not in a classical (Newtonian) regime, and a quantum treatment is standard.
Adding relativistic effects to the quantum treatment is also standard, but many aspects of e.g. the hydrogen atom are reasonably well described without relativistic effects, though of course relativistic effects do matter.
Nitpicking aside, neat stuff!
I’m really really glad that I get root on my work computer.
I have heard, but have trouble finding references to it, that you can build a simple arbitrary waveform generator circuit by using an analog scope, a photodiode, and a cardboard cutout.
You make a photodiode circuit that rails high with no light, but light on the photodiode pushes the signal low. Then you aim this at the phosphor screen with a cardboard cutout of the desired waveform: signal goes up until the phosphor trace is above the screen, and then it gets pushed low (i.e., feedback keeps the trace right on the edge of the cardboard).
Never seen it in action, but I choose to believe it works beautifully :)





I have a keyboard hotkey to take the copy/paste buffer and display a QR code on screen. Straightforward to implement on macOS, and presumably Linux too.
macOS:
pbpaste | qrencode -t ANSI