Load prefs.

Load prefs.
  • [DH] interp.go

And a couple more interjections.

And a couple more interjections.

I think whenever someone tries to argue with the copypasta, I'll just put them into the
interjection list.

   _______  ________________
  /  _/ _ \/  _/ __/_  __/ /
 _/ // // // // _/  / / / /__
/___/____/___/_/   /_/ /____/
  • [DH] interj.go

ChangeLog

ChangeLog
  • [DH] doc/ChangeLog

ChangeLog embedded.

ChangeLog embedded.
  • [DH] embed.go

And also it has to get in the mkfile, obviously.

And also it has to get in the mkfile, obviously.
  • [DH] mkfile

Fix prefs and care types.

Fix prefs and care types.
  • [DH] fedibbs.go
  • [DH] interp.go

Comment fix.

Comment fix.
  • [DH] bigmoney.go

Fix the login flow.

Fix the login flow.
  • [DH] interp.go

Let's ruin our lives.

Let's ruin our lives.
  • [DH] doc/install

pete starred LenShustek/readtape

@pete pete starred LenShustek/readtape · December 19, 2025 20:30

Decode the analog waveform extracted from old computer mag tapes

C 85 Updated Jul 22, 2022


pete starred simh/simh

@pete pete starred simh/simh · December 19, 2025 20:36

The Computer History Simulation Project

C 1.8k Updated Dec 15


pete starred devnen/Chatterbox-TTS-Server

@pete pete starred devnen/Chatterbox-TTS-Server · December 19, 2025 08:19

Self-host the powerful Chatterbox TTS model. This server offers a user-friendly Web UI, flexible API endpoints (incl. OpenAI compatible), predefine…

Python 688 1 issue needs help Updated Dec 19


me.sh

readme
This works as-is on both Linux and Plan 9. I wrote it mainly to have something interesting to put on the screen for the
screenshots I added for the RISC-V Slackware image for the DevTerm ( https://stream.debu.gs/?id=1077 ).
The sed is kind of ugly but one instruction per line simplifies the awk. The `-E` has to be removed for this code to run
on Plan 9. The other change needed to run it on Plan 9 is you'd have to change /dev/fd/0 to just /fd/0.
`,` is unimplemented. Since we're reading the program from stdin, we can't read other input. This could be fixed by
generating a program and redirecting it to a file, or using a different fd, but that wouldn't be as funny and it is a
huge pain to do the latter approach in a Bourne-alike.
(Minor update; the line-wrapping broke the code generator. I have altered it.)
me.sh
echo '++++[->++++<]>[-<+++++>>+++++++>++<<]<------.>>+++++.--.+.>.<[-<+>>>+<<]>[--<++>>-<]>---.+++++++++++++.+.<<<.>>>-------.---.<<<--.>.>>+++.-------.++.++[->+<<+>]>++++++.<<.<<.>[-<<->>]<<++++.[>>>--<<<-]>>>+.' | \
sed -E 's/(.)/\1\n/g' | \
awk 'BEGIN{print "BEGIN{p=0;"}END{print "}"}/\./{print "printf \"%c\",a[p]"}/\+/{print "a[p]++"}/-/{print "a[p]--"}/</{print "p--"}/>/{print "p++"}/\[/{print "while(a[p]){"}/\]/{print "}"}' | \
awk -f /dev/fd/0

pete commented on commit peterkaminski/ogm-2025-11-13@34d1a22849

@pete pete commented on commit peterkaminski/ogm-2025-11-13@34d1a22849 · December 13, 2025 10:27

This is the same robot, by the way, that spends its time trying to saturate my bandwidth on every machine that I have ever put a public-facing webs…


pete commented on an issue in positron

@pete pete commented on posit-dev/positron#449 · December 13, 2025 10:15
&gt; [@pete](https://github.com/pete) May I close out this issue as a duplicate captured in point 1 in this new ticket [#10663](https://github.com/pos…

pete commented on commit peterkaminski/ogm-2025-11-13@34d1a22849

@pete pete commented on commit peterkaminski/ogm-2025-11-13@34d1a22849 · December 13, 2025 10:17

I got a notification because a robot tagged me in a commit.


pete starred richcannings/picocalc-ssh-client

@pete pete starred richcannings/picocalc-ssh-client · December 4, 2025 12:43

SSH terminal for PicoCalc with prettier terminal emulation

Rust 6 Updated Dec 1


pete starred sigil-03/cardputer-meshtastic-client

@pete pete starred sigil-03/cardputer-meshtastic-client · December 4, 2025 12:43

cursed meshtastic client for the M5 Cardputer. this is really just the environment - client hasn't been written.

Python 3 Updated Feb 5


pete starred nonik0/CardputerLoRaChat

@pete pete starred nonik0/CardputerLoRaChat · December 4, 2025 12:43

C++ 103 Updated Dec 3, 2024


Update build-fluoride.sh because I might only have Linux while on the road.

Update build-fluoride.sh because I might only have Linux while on the road.
  • [DH] build-fluoride.sh

Make `9 mk linux` work on Linux.

Make `9 mk linux` work on Linux.
  • [DH] mkfile