pete commented on pull request redis/redis#13157

@pete pete commented on redis/redis#13157 · April 19, 2024 11:40

Quoting @ddevault: Valkey will have to complete a similar level of work in order to complete the forking process As Valkey is not changing licens…


pete commented on pull request redis/redis#13157

@pete pete commented on redis/redis#13157 · April 18, 2024 23:16

I'll encourage anyone with doubts to browse our code, or our documentation in particular, and let you be the judge. Aside: here's the diffstat com…


pete opened a pull request in inferno-os/inferno-os

@pete pete opened inferno-os/inferno-os#16 · April 17, 2024 02:05
Multiple small fixes #16

This is a bundle of small patches I have been running locally for years, and I believe they're reasonable to submit upstream. So as not to inundate…

+48 -10

pete created a branch add-whois in pete/inferno

@pete pete created a branch in pete/inferno · April 17, 2024 01:32

Updated Apr 17


pete pushed to add-whois in pete/inferno

@pete pete pushed to add-whois in pete/inferno · April 17, 2024 01:32
2 commits to add-whois

pete opened a pull request in inferno-os/inferno-os

@pete pete opened inferno-os/inferno-os#14 · April 17, 2024 01:38
Add whois(1) #14

This is a small implementation of a whois client. I have been using it for years without issue. It behaves a little better than the versions that t…

+130 -0

pete opened a pull request in inferno-os/inferno-os

@pete pete opened inferno-os/inferno-os#15 · April 17, 2024 01:38
Add uniq -c #15

Trivial change to uniq to allow uniq -c. Man page change was copied from the Plan 9 man page.

+16 -4

pete created a branch multiple-small-fixes in pete/inferno

@pete pete created a branch in pete/inferno · April 17, 2024 01:42

pete pushed to multiple-small-fixes in pete/inferno

@pete pete pushed to multiple-small-fixes in pete/inferno · April 17, 2024 01:42
2 commits to multiple-small-fixes

pete created a branch add-uniq-c in pete/inferno

@pete pete created a branch in pete/inferno · April 17, 2024 01:04

Updated Apr 17


pete pushed to add-uniq-c in pete/inferno

@pete pete pushed to add-uniq-c in pete/inferno · April 17, 2024 01:04
2 commits to add-uniq-c

pete starred dolthub/go-mysql-server

@pete pete starred dolthub/go-mysql-server · April 11, 2024 10:28

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

Go 1.9k Updated Apr 11


pete pushed to feature/configurable-address in pete/bmcd

@pete pete pushed to feature/configurable-address in pete/bmcd · April 10, 2024 10:25
1 commit to feature/configurable-address
  • @pete 04f0265
    Use the IPv6-friendly default hostname.

pete commented on pull request turing-machines/bmcd#85

@pete pete commented on turing-machines/bmcd#85 · April 10, 2024 10:25

Please update the default from 0.0.0 to :: Sure thing! Done.


pete starred karpathy/llm.c

@pete pete starred karpathy/llm.c · April 10, 2024 10:35

LLM training in simple, raw C/CUDA

Cuda 8.4k Updated Apr 10


pete starred cuu/uConsole

@pete pete starred cuu/uConsole · April 10, 2024 10:44

This code repository offers downloads for the latest images of various uConsole models, along with kernel patches, firmware for the keyboard and 4G…

C++ 1 Updated Apr 9


pete commented on pull request gradio-app/gradio#7887

@pete pete commented on gradio-app/gradio#7887 · April 10, 2024 10:23

@pete @coyotte508 Thanks for your help! You are welcome, but I cannot take credit.


pete opened a pull request in turing-machines/bmcd

@pete pete opened turing-machines/bmcd#85 · April 8, 2024 08:44
Allow binding to a configurable address. #85

Since the local tpi utility appears to rely on the bmcd, it can't be disabled, but I'm racking up a TuringPi2 at the datacenter shortly, so the BMC…

+3 -2

pete forked pete/bmcd from turing-machines/bmcd

@pete pete forked pete/bmcd from turing-machines/bmcd · April 8, 2024 08:15

Rust 18 Updated Apr 8


pete created a branch feature/configurable-address in pete/bmcd

@pete pete created a branch in pete/bmcd · April 8, 2024 08:30

pete starred turing-machines/bmcd

@pete pete starred turing-machines/bmcd · April 8, 2024 07:35

Rust 18 Updated Apr 8


pete starred valkey-io/valkey

@pete pete starred valkey-io/valkey · April 1, 2024 19:23

A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, since it's a twist on the key-value datastore.

C 5.8k 2 issues need help Updated Apr 1


pete starred turing-machines/BMC-Firmware

@pete pete starred turing-machines/BMC-Firmware · March 30, 2024 01:30

Turing-pi BMC firmware

Shell 203 Updated Mar 28


pete starred turing-machines/BMC-Firmware

@pete pete starred turing-machines/BMC-Firmware · March 30, 2024 01:32

Turing-pi BMC firmware

Shell 203 Updated Mar 28


uPico Expansion Card

You’re missing a space. sudo cp target/release/upico /usr/local/bin.


pete starred FPSG-UIUC/GoFetch

@pete pete starred FPSG-UIUC/GoFetch · March 29, 2024 17:38

GoFetch: Breaking Constant-Time Cryptographic Implementations Using Data Memory-Dependent Prefetchers -- USENIX Security'24

169 Updated Mar 23


pete pushed to master in pete/ssh-chat

@pete pete pushed to master in pete/ssh-chat · March 27, 2024 23:12
1 commit to master

pete created a tag int-2024-03-27_1612 in pete/ssh-chat

@pete pete created a tag in pete/ssh-chat · March 27, 2024 23:12

pete pushed to master in pete/ssh-chat

@pete pete pushed to master in pete/ssh-chat · March 27, 2024 23:15
1 commit to master
  • @pete 7293d41
    That would have bugged me if I didn't do this.

Fix the tests.

Fix the tests.

This is a total hatchet-job, but the tests seem to do a lot of things that they should not.
At any rate, there are no more bare escapes embedded in these files.  I do not know why the
build script wants `make test` to pass.
  • [DH] chat/message/theme.go
  • [DH] chat/message/theme_test.go
  • [DH] chat/message/user.go
  • [DH] chat/message/user_test.go
  • [DH] chat/room_test.go
  • [DH] host_test.go

That would have bugged me if I didn't do this.

That would have bugged me if I didn't do this.
  • [DH] chat/room_test.go

pete pushed to master in pete/ssh-chat

@pete pete pushed to master in pete/ssh-chat · March 27, 2024 21:33
2 commits to master

pete created a tag int-2024-03-27 in pete/ssh-chat

@pete pete created a tag in pete/ssh-chat · March 27, 2024 21:36

Updated Mar 27


pete pushed to master in pete/ssh-chat

@pete pete pushed to master in pete/ssh-chat · March 27, 2024 21:38
1 commit to master

pete created a tag int-2024-03-27_1437 in pete/ssh-chat

@pete pete created a tag in pete/ssh-chat · March 27, 2024 21:38

Update Go version.

Update Go version.

A part that I didn't write requires 1.17 or higher.
  • [DH] go.mod

pete created a branch upstream/fix-key-parse in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/kill-incomplete in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/shazow-patch-1 in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/v0 in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

Updated Mar 27


pete created a branch origin/timestamp-both in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch upstream/term-bot-nopty in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch upstream/req-env in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

Updated Mar 27


pete created a branch origin/refactor-multiuser in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch upstream/focus-cmd in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

Updated Mar 27


pete created a branch upstream/shazow-patch-1 in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/term-bot-nopty in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch upstream/v0 in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

Updated Mar 27


pete created a branch upstream/kill-incomplete in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/fork-terminal in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

pete created a branch origin/refactor in pete/ssh-chat

@pete pete created a branch in pete/ssh-chat · March 27, 2024 20:57

Updated Mar 27