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
- 271 Comments
You can/could also find Coffee HOWTO in your distro’s HOWTO package. (I found a reference back to v0.5 of the document in 1998.)
Has simple schematics to get you started for the hardware, using the parallel port to toggle relays.
It’s a very neat little document, and inspired me to write a simple kernel module so I could
echo 1 | sudo tee /sys/whatever/coffee0to turn pin 0 high on the parallel port. (This is silly, and it’s much easier to just do things in user space!)
qjkxbmwvz@startrek.websiteto
Chat@beehaw.org•When your ex-wife's reaction to not eating in four days is ordering food delivery.English
6·4 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·4 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!
After reading a few of these I feel like I was either a very boring grad student, or my professors were all very chill. (Or maybe just subject to male privilege.)
A few run-ins with IT, but I don’t think I ever got nasty letters from professors…
qjkxbmwvz@startrek.websiteto
Today I Learned@lemmy.world•TIL that I18n is Internationalization, and whyEnglish
2·5 months agoWell f2k me, T1L, t4s!
High frequency is generally bad for transmission line losses, so getting power from A to B is better at lower frequency — DC is a great option here.
If we switched to DC, many things would still flicker though as they would presumably use switching power supplies, but those could be relatively high frequency like you said.
Interestingly, airplanes use 400Hz, as transmission over distance doesn’t matter, and transformers can be made much smaller/lighter.
qjkxbmwvz@startrek.websiteto
Technology@lemmy.ml•42 years ago, this was state of the art copy protection
9·5 months agoChuck Yeager’s Air Combat would ask for various airplane specs (“what is the service ceiling of an F-4E?,” “what is the ferry range of a MiG-15?”), and you had to flip through a booklet to find the answer.
You could copy the book, but it was fairly long so I guess the friction kept you in check.
Never tried it, but hot peppers can be added to birdseed to prevent this — birds aren’t sensitive to capsaicin, so it only affects the mammals.
qjkxbmwvz@startrek.websiteto
Science Memes@mander.xyz•Haha that's really cool, funny number manEnglish
9·5 months agoGnarly PDEs aren’t exactly the same beast as differentiating single variable polynomials.
Sounds like this was basically the plot of the first Nolan Batman.
qjkxbmwvz@startrek.websiteto
Linux@lemmy.ml•Remote desktop, not sharing desktop, how ?! [solved]
2·6 months agoVNC? You have your choice of servers, and clients are ubiquitous.
A big gotcha is that you need to be careful with encryption/security, as in classic UNIX style VNC does one thing (remote desktops). It’s easy to forward over ssh though.
You can also use VNC to share, which is not what you want; this depends on the type of server/settings. But you can definitely create a new virtual X11 session and access it remotely.
qjkxbmwvz@startrek.websiteto
Parenting@lemmy.world•The Cost of Raising a Child in Each U.S. State in 2025
3·6 months agoIn CA and we pay north of $40k in daycare alone for each kid.
Not a historian, but folks on The Internet have characterized the Soviet program as a series of milestones, with the US program a series of stepping stones in support of a single goal.
This makes sense with the cartoon, where the Soviets were first in basically everything except walking on the moon.
Not sure how much merit it has, but it’s kinda interesting.
qjkxbmwvz@startrek.websiteto
Woodworking@lemmy.ca•I finished a Countertop for my Space between the Holidays
31·6 months agoLooks great! I’m a huge fan of (almost) never using a cutting board—that’s what the counter is for!
qjkxbmwvz@startrek.websiteto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?
3·6 months agoMac at work. Yabai+sketchybar is no i3wm replacement, but it works ok.
My
.zshrcis basically the same as I use on my personal computers, and aside from a few coreutils differences it…kinda just works. I haveaptaliased tobrewso I can feel more at home.Stock terminal works fine—I use
xtermon Linux, so I’m used to relying ontmuxfor nice features anyway.Basically, I miss the window manager, but practically speaking that’s a about it. (I obviously have
xscreensaverinstalled!)



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