Signing Git Commits with Your SSH Key
calebhearth.com
Signing in SSH is a relatively new feature that lets you use your private SSH key to sign arbitrary text and others to verify that signature with your public key.
calebhearth.com
Signing in SSH is a relatively new feature that lets you use your private SSH key to sign arbitrary text and others to verify that signature with your public key.
beej.us
This is the first volume of Beej’s Guide to C, the tutorial.
world.hey.com
Of course it’s expensive to rent your computers from someone else. But it’s never presented in those terms. The cloud is sold as computing on demand, which sounds futuristic and cool, and very much not like something as mundane as “renting computers”, even though that’s mostly what it is.
there.oughta.be
Today, there is nothing unusual about streaming footage from a Game Boy. Emulators can easily do it and modern Game Boy variants like the Analogue Pocket offer HDMI output that could be captured. There also are some mods to add HDMI out to original Game Boy hardware, so getting a video stream from a Game Boy is a challenge that has long been solved.
The unusual detail about doing it for a Tetris tournament is that the players have to rely on their muscle memory which they trained on their personal Game Boys. Switching them for an unfamiliar modern device or an emulator will significantly impede their ability to play competitively. Also, you can imagine that a tournament that asks each contestant to first mod the hell out of their beloved Game Boys just to stream a video would not be well received.
happynetbox.com
Happy Net Box is an experimental internet social experience based on the arcane and near-forgotten retro internet protocol known as FINGER.
shifthappens.site
Shift Happens tells the story of keyboards like no book ever before, covering 150 years from the early typewriters to the pixellated keyboards in our pockets.
github.com
π A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
vgel.me
Signed distance functions are a really cool method of 3D rendering! But they unfortunately have a reputation for being difficult to understand. It makes sense whyβthey usually get shown off in beautiful, but complicated ShaderToy examples written in GLSL, an unfamiliar language for most programmers. But at their core, SDFs are a really simple idea. I’m going to prove that by walking you through a program that raymarches an animated SDF donut in only 46 lines of Python.
ironicsans.substack.com
But while Franklinβs computers may have been clones, the Franklin manuals were definitely original. They were more than just user-friendly. They were written with a lot of creativity and humor.
github.com
Minimalistic DeepDream with C89