I’m really really glad that I get root on my work computer.
- 0 Posts
- 43 Comments
“…I really don’t want to have to wipe the thing because it’s running a headless OS”
I feel like logging in as root on a headless system and hoping you type the command(s) to restore functionality is a rite of passage.
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
Canada@lemmy.ca•B.C. to end time changes, adopt year-round daylight time
10·25 days ago…or is it about an hour from damn time? I can never remember.
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.
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·2 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.
Obviously you should use an exponential search, assuming you don’t know the age of the oldest human.
qjkxbmwvz@startrek.websiteto
Programmer Humor@programming.dev•Guys, what's the best Linux distro to install on my PC?
8·2 months agoTorvalds uses it too I believe, so you’re in good company (Debian for me, though my heart belongs to Slackware).
qjkxbmwvz@startrek.websiteto
Linux@lemmy.ml•Remote desktop, not sharing desktop, how ?! [solved]
2·2 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.
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.
deleted by creator
qjkxbmwvz@startrek.websiteto
PC Gaming@lemmy.ca•Meta Is Using The Linux Scheduler Designed For Valve's Steam Deck On Its ServersEnglish
6·3 months agoIt’s
turtlesnext guys all the way down I guess.
qjkxbmwvz@startrek.websiteto
PC Gaming@lemmy.ca•Meta Is Using The Linux Scheduler Designed For Valve's Steam Deck On Its ServersEnglish
21·3 months agoI hate meta as much as the next guy, but according to this they are the #3 organization in terms of kernel contributions, behind only Intel and Red Hat…
I got a lot of problems with you people! And now you’re gonna hear about it!
qjkxbmwvz@startrek.websiteto
PC Gaming@lemmy.ca•RAM and SSD prices are still climbing—here’s our best advice for PC buildersEnglish
8·3 months agoHow does the 2016 slaying of Harambe affect the gorilla bdsm market, and specifically, what’s the impact on Go-spank’s value? Do I need to diversify before 2016, or do I double down?
Sorry for such a newb question.
qjkxbmwvz@startrek.websiteto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
81·3 months agoPer the Linux kernel coding style:
Tabs are 8 characters, and thus indentations are also 8 characters. There are heretic movements that try to make indentations 4 (or even 2!) characters deep, and that is akin to trying to define the value of PI to be 3.
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!)