Peter Cooper

@cooperx86.bsky.social

GitHub user #118, programming, LLMs, 3D printing, and piano https://peterc.org/

The kids' school spent years rolling out wifi to every classroom, giving out money for every kid a tablet, moving schedules and elements of classwork to the devices, etc. Now the government's new ban on "smart technology" unwinds all of it 😂

Bild

I have a pure Ruby implementation of Doom (to be released soon). You *can* play it, but it's really for benching Ruby implementations and JITs (ala Optcarrot). Initial results: Ruby 4.0.2 without YJIT: 73 fps Ruby 4.0.2 with YJIT: 207 fps TruffleRuby 34: 235 fps

I was asking Claude about what animal has the worst life, and this sentence out of context feels like peak horror: "he bites into her flank and his body literally dissolves into hers, losing his eyes, fins, and organs until he's just a pair of gonads attached to her bloodstream"

Rubyists: want to generate embeddings of text with a 25MB model that punches far above its weight and runs on CPU wherever you want? `gem install informers` and then this is it.

Bild

I'm looking through a SIMTEL CD from 1992. I see a (rare for then) open source C compiler called Small-C. I Google to see if anyone has ported it to modern systems. A dude made his latest commit to one an HOUR ago. What are the odds.

Had a funny "Scunthorpe problem" on a social site I run today. A legit looking post kept getting rejected. Turns out the word "specialist" contains "𝒄𝒊𝒂𝒍𝒊𝒔"...

Just had a heck of a 30 year flash back: Borland Resource Workshop! It let you open EXEs/DLLs and edit their resources, text, and sometimes even the form layouts. I used to customize Windows 3.1 apps with it for fun. Any fellow oldies remember it?