Proliant G9 is an EoL server that hasn’t been sold since 2018. Meanwhile, Debian bookworm released last year. I’d be surprised if the problem were that your installer gave you a kernel that’s too old.
What is the output of ip addr show
?
Proliant G9 is an EoL server that hasn’t been sold since 2018. Meanwhile, Debian bookworm released last year. I’d be surprised if the problem were that your installer gave you a kernel that’s too old.
What is the output of ip addr show
?
It might also be worth ruling out low-level issues:
To be pedantic, Ford’s threat is to “rearrange [the computer’s] memory banks with an axe”
The countdown is until he starts doing it.
A much better idea than when I tried to organize my restaurant with hashtables.
It was too much for the waitstaff, who had to reindex the floor plan every time they added or removed a plate.
On the plus side, delivering the right food was always O(1).
Not that I was ever interested in being military, but I was at a lunch with two older lifelong army retirees. They kept talking about how military service broke their bodies and politicians won’t cover their medical costs. These injuries were independent of any combat: It’s just expected that you sell every part of yourself when you sign up.
Who wants to be 45 years old with a limp, be unable to hear a quiet conversation, and have horrible back problems.
The problem with chromebooks is that the base specs are pretty shit. A lot of them have 4 GiB of RAM and maybe 16GiB of disk if you’re lucky.
They were designed to be thin clients to connect students to the internet, and little else. Maybe they could be hacked into something useful, but I don’t think it’ll ever make a good PC. They were always destined for the landfill.
Meanwhile, the best thinkpads were quality machines back when they came out. IMO, that’s why they’re still so versatile today. Free software can’t fix bad fundamentals.
is it dishonorable to find loopholes in the rules of the honor culture
Dueling culture in 18th and 19th century Europe was commonly organized around concepts of “gentlemanly honor”. Even back then, people recognized the need for loopholes.
Consider the case of two friends who got drunk at a tavern, each one declaring how much they loved the other. Eventually, one friend goes overboard “I love you more than you know!” to which the response is “But that cannot be, for my love of you is infinite!”. Soon this becomes an argument over who loves the other more, and eventually they have to settle their friendship like gentlemen: With swords at dawn. If they’re smart and sober up in time, their seconds will work out a solution before the fight, but there are cases recorded where the friends kill each other because honor trumps love.
There were also loopholes which worked to favor the person that society already deemed more “honorable” (wealthy, connected, liked, etc). It was generally accepted that a gentleman of certain standing could honorably refuse another’s challenge to duel if their social stations were different. Think a “new money” banker’s son challenging a minor nobleman over a loan that’s due. It simply wouldn’t look good to have some commoner slaying an aristocrat, even if said aristocrat was an asshole.
In the future, I highly recommend using Kimwipes to clean off your lenses day-to-day. They’re little papers designed to wipe off lab equipment without leaving any scratches or residue, and you don’t need to spray them with any cleaner either. Just a dry wipe until the lenses are clean. If I’m careful about how I use them, a wipe can be reused 2-3 more times before disposal.
Since I started using them, I’ve never had problems with the antiglare coating coming off.
Not sure what motherboard you have: Most consumer boards only support “FakeRAID”, which requires a kernel driver to actually function. Good luck finding a vendor who wrote a driver for Linux.
I’d definitely recommend software RAID instead, as you’ll have better support. I like btrfs, so I’d recommend you set up your new drives to use a btrfs RAID configuration. mdadm is another option, if you really like ext4.
Are you an emacs user?
Try org-roam. It’s a similar system to obsidian, but fully open source. You have all the note taking techniques of org-mode, and all the scripting power of emacs.
As an emacs user, I use M-x man
. All my standard keybindings make finding what I need very easy.
Of course, it’s not so fast if you aren’t already in emacs.
Oh, judicial duels have always been bad, tending to favor the wealthy who can afford training. The pistol duel was once considered egalitarian because you were just as likely to miss your opponent regardless of how much you trained. For most of the 20th century (until the 90s) Uruguay had legalized dueling. It was mostly used by politicians and the powerful to muder journalists and lawyers who “defamed” them.
But if we are already living in a period where the rich act with impunity anyway, I want a world where there’s a nonzero chance that we get to watch Elon Musk take an estoc to the face because of a twitter argument.
Grand journeys to far off lands. The kind of journey where someone who is “exotic” and personable can make a life for themselves by being the court foreigner.
Also: Judicial duels. They are unjust, unethical, and unproductive, but damn if I don’t want to see white collar criminals have to fight the selected champion of all the folks they ripped off. Of course, being a billionaire would probably buy you a pretty good champion yourself, so we’d also have to bring back old concepts of honor to compel them to represent themselves.
Barony is fun as hell. Engine is FOSS, but the default game assets require purchase.
You’ve laid out one potential development cycle: FOSS from the get-go, and open collaboration welcome.
However, that’s not the only way that a FOSS game might be developed. The code could be freely licensed, but the upstream developers refuse to accept outside patches. In that case, there’s one “original” and then if you don’t like it, build your fork.
Alternatively, a game could be developed entirely in-house under proprietary licenses, and then only made FOSS upon commercial release. Contributor patches could improve the project, but conception of the game would be entirely the domain of its original developers.
How about writing a script to automate the deletion, thus minimizing the chance of human error being a factor? It could include checks like “Is this a folder with .git contents? Am I being invoked from /home/username/my_dev_workspace?”
In a real aviation design scenario, they want to minimize the bullshit tasks that take up cognitive load on a pilot so they can focus on actually flying. Your ejector seat example would probably be replaced with an automatic ejection system that’s managed by the flight computer.
It would have to iterate over all saved keys, which sounds rather inefficient to me and potentially unsafe (timing attacks etc.)
sshd only checks for matches in the user’s authorized_keys
file, not system wide.
Reminds me of an early Uni project where we had to operate on data in an array of 5 elements, but because “I didn’t teach it to everyone yet” we couldn’t use loops. It was going to be a tedious amount of copy-paste.
I think I got around it by making a function called “not_loop” that applied a functor argument to each element of the array in serial. Professor forgot to ban that.
I needed to find large directories on disk the other week, and found the tool btdu to be quite useful.
I once had a directory in
/tmp
calledetc
which contained subdirectories for something I was migrating.I thought that I was in
/tmp
when I ranrm -rf etc
… I was actually in/