Spyke

Posts

linux·LinuxbyDeebster

The early days of Linux

I enjoyed this article by Lars Wirzenius, who has known Linus Torvalds since the 80s.

Thus, mine was the first PC where Linux was ever installed. While this was happening, I was taking a nap, and I recommend this method of installing Linux: napping, while Linus does the hard work.


Alas, early Linux networking code was occasionally a little rough, having been written from scratch. At one point, Linux would send some broken packets that took down all of the Sun machines on the network. As it was difficult to get the Sun kernel fixed, Linux was banned from the university network until its bug was fixed. Not having Usenet access from one's desk is a great motivator.

https://lwn.net/Articles/928581/Open linkView original on programming.dev
advent_of_code·Advent Of CodebyDeebster

Eric Wastl talk: Advent of Code, Behind the Scenes

I think you fellow solvers will find this talk interesting. There's a few minutes of the usual who am I and what is AoC but there's some good stuff about growing pains, the puzzle design process and why he likes to throw in a hard puzzle in an early day.

edit: bah, I see it was already posted - the Lemmy search doesn't seem to find it unless you limit the search to URL...

View original on programming.dev

Crucial is shutting down — because Micron wants to sell its RAM and SSDs to AI companies instead

I'm gutted to hear this - I'm a big fan of Crucial memory and SSDs and all of my systems have at least one thing from them.

Micron will keep shipping Crucial products until the end of February 2026 and provide “continued warranty service and support.”

So only a few month left, plus however long they stay on retailers' shelves.

Crucial is shutting down — because Micron wants to sell its RAM and SSDs to AI companies insteadhttps://www.theverge.com/news/837594/crucial-ram-ssd-micron-aiOpen linkView original on programming.dev

xkcd #3040: Chemical Formulas

Title text:

Can you pass the nackle?

Transcript:

[Cueball is holding a pointer and gesturing towards a whiteboard that shows the chemical formulas HCOOH and CH₃COOH. Below these, respectively, are classic diagramatic representations of formic/methanoic acid [with an apparently accidental doubled bond between the carbon and the hydroxy group] and acetic/ethanoic acid; being, in turn, a single- and double-carbon chain molecule with a double-bonded oxygen (carbonyl group) plus an oxygen-hydrogen (hydroxy) upon one carbon of each, to form the full carboxyl grouping, and hydrogens completing all other expected bonds.]
Cueball: The two simplest carboxylic acids are hakoo and chuckoo.
Off-panel voice: No!!

[Caption below the panel:]
How to annoy chemists

Source: https://xkcd.com/3040/

explainxkcd for #3040

View original on programming.dev
linux·LinuxbyDeebster

Zellij 0.41.0 released with its solution for colliding keybindings

cross-posted from: https://programming.dev/post/21363946

The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program.

The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g t n (instead of ctrl-t n). You can still use alt-(cursor) for changing focus and alt-n/alt-f for a new tiled/floating pane, but all other key presses get passed along.

You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.

Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.

Zellij 0.41.0 released with its solution for colliding keybindingshttps://zellij.dev/news/colliding-keybinds-plugin-manager/Open linkView original on programming.dev

Zellij 0.41.0 released with its solution for colliding keybindings

The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program.

The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g t n (instead of ctrl-t n). You can still use alt-(cursor) for changing focus and alt-n/alt-f for a new tiled/floating pane, but all other key presses get passed along.

You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.

Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.

Zellij 0.41.0 released with its solution for colliding keybindingshttps://zellij.dev/news/colliding-keybinds-plugin-manager/Open linkView original on programming.dev
rust·RustbyDeebster

Bacon v3 released

Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy's hints).

It prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.

Screenshot (from an old version I think):

v3 adds support for cargo-nextest, plus some QoL improvements.

v3.0.0 release notes

Bacon v3 releasedhttps://dystroy.org/bacon/Open linkView original on programming.dev

xkcd #2990: Late Cenozoic

Hover text:

Our nucleic acid recovery techinques found a great deal of homo sapiens DNA incorporated into the fossils, particularly the ones containing high levels of resin, leading to the theory that these dinosaurs preyed on the once-dominant primates.

Transcript:

[Three squid-like aliens in a classroom; one alien stands in front of a board covered with minute text and a drawing of a T-Rex skeleton. Two aliens sit on stools watching the teacher alien. The teacher alien on the left is on a raised platform and points at the board with one tentacle.]
Left alien: Species such as triceratops and tyrannosaurus became more rare after the Cretaceous, but they survived to flourish in the late Cenozoic, 66 million years later.
Left alien: Many complete skeletons have been discovered from this era.

[Caption below the panel:]
It's going to be really funny when our museums get buried in sediment.

https://www.xkcd.com/2990/
explainxkcd.com for #2990

View original on programming.dev