Ken Thompson, who invented UNIX first in assembly and then rewrote it in C, is now running a Debian derived OS as his main daily driver.
Ken Thompson, who invented UNIX first in assembly and then rewrote it in C, is now running a Debian derived OS as his main daily driver.
You probably did this, but for anyone reading, if you copy commands from the internet, look up what all the commands and flags do to be sure you understand it fully, and then type it in yourself in a terminal instead of copy/paste. If you get an instruction to curl <something> | sh, split it into two steps, curl to get the script to a local file you can read, read it, then run if you know what it does. Do these things for anything you don’t trust 100%.
I’m the opposite, I sometimes find :w or :wq written in text files I have edited with non-vi editors.
deleted by creator
How did it go? I use ed once in a while, but honestly just for fun, I wish I had time to learn it better.
I have a cycle that goes like this:
Repeat every 6 months or so. I’m never happy with my current system.
That was an interesting read. I am even more confused about the community part. When Debian switched to systemd it was a very… lively public discussion with lots of people stating their opinions. It seems to me like the opensuse world is different.
I have a perception based mainly on a feeling, but is it true that the opensuse community is mainly Suse employees actually deciding what happens?
Ken Thompson uses Raspberry Pi OS, he said that he switched from Apple to RPi OS maybe two years ago.
Adwaita is the one and only!
This is the reason I sometimes come back to the BSDs, they just feel more coherent as a whole.
Nice! I read in a wiki that the fn+space key combo didn’t work on the T14, but perhaps that’s outdated info now.
I work with old people and can tell you it’s not just when they’re young.
To me, a downvote means “what you wrote contributes nothing to the discussion, and should be less visible”. If someone downvotes me, I take it as a sign that no further discussion in that direction is meaningful.
Does the keyboard backlight work out of the box? I heard you had to fiddle a bit to get that working on newer thinkpads.
“At this point, not enough information exist to answer that question. I have carefully investigated the material provided, and it appears like the necessary information has been deliberately redacted. Given this, the best course would be to avoid speculation.”
You got your answer, I guess.
I think the idea is that what we want to see more of is genuine discussions in good faith using sound arguments, even if we don’t personally agree with the viewpoint.
If I’m just tired of seeing certain types of posts I can block them without downvoting their posts.
Do they start at the same time or waiting for one to finish before doing the next?
Good. To be honest I sometimes copy/paste too, but there is a possible trick to hide characters in the copied text with an automatic return at the end so when you paste you immediately run something you don’t intended. If I copy from some random shady blog I’d be more careful than from the official docker documentation I guess.