HN user

jgarzik

296 karma

Jeff Garzik, bitcoin, space and other fun tech.

Posts31
Comments36
View on HN
github.com 5mo ago

"apython": Accelerated asm Python 3.12

jgarzik
5pts3
twitter.com 5mo ago

RooDB outperforms MySQL on all benchmarks

jgarzik
2pts1
github.com 5mo ago

RooDB: Now faster than MySQL (acc. to sysbench 1M rows)

jgarzik
1pts0
github.com 5mo ago

BotMaker: Simple Openclaw Configurator

jgarzik
1pts1
github.com 5mo ago

BrainPro: "OpenCode and mullbot, in Rust" – secure agentic platform

jgarzik
2pts0
github.com 5mo ago

High performance, open source RAFT clustered database: RooDB

jgarzik
9pts0
github.com 6mo ago

CFT: "sqawk" 0.8.0 – optimized SQL Awk utility with Rust's sqlparser

jgarzik
3pts1
github.com 6mo ago

It boots on real hardware (hk kernel)

jgarzik
4pts3
github.com 7mo ago

It boots (Linux compatible kernel)

jgarzik
23pts4
github.com 7mo ago

A new C99 optimizing compiler, with full testsuite

jgarzik
5pts1
github.com 7mo ago

Xbasic: 1980s era BASIC, compiler to x86-64, complete with test suite

jgarzik
15pts0
github.com 1y ago

Guide to Generative Video with Google Veo 3 and Flow

jgarzik
1pts3
old.reddit.com 1y ago

Vibe-coded a professional C99 compiler with a broken hand (then threw it away)

jgarzik
17pts2
github.com 1y ago

Sqawk 0.1.0: A fusion of SQL and Awk: Applying SQL to text-based data files

jgarzik
4pts3
github.com 1y ago

Rustcraft: Clean slate POSIX shell, written in Rust

jgarzik
12pts8
github.com 1y ago

Clean-slate MAKE utility written in Rust

jgarzik
2pts1
github.com 1y ago

Rust clean-slate POSIX CLI utilities 0.2.1 release: Awk, M4, ftw and more

jgarzik
80pts29
github.com 1y ago

One rusty Awk: Memory-safe, clean slate implementation of Awk

jgarzik
21pts1
github.com 1y ago

Memory-safe, clean POSIX implementation of M4 macro processor

jgarzik
2pts0
github.com 2y ago

Posixutils 0.2.0 released – get a grep, people:)

jgarzik
2pts0
github.com 2y ago

Memory-safe, clean implementation of classic Posix "BC" calculator

jgarzik
33pts52
github.com 2y ago

Memds: An in-progress Redis clone in Rust and protobufs

jgarzik
1pts0
github.com 2y ago

A clone-and-go skeleton API server needs what features?

jgarzik
2pts1
twitter.com 3y ago

HN challenge: End ChatGPT screenshots and improve sharing

jgarzik
2pts0
www.tabletmag.com 4y ago

The Borg of the Gargoyles

jgarzik
2pts1
twitter.com 5y ago

Ethereum: On-chain token qualification oracles

jgarzik
3pts0
blog.coresemi.io 6y ago

We built a new GPS receiver engine

jgarzik
212pts118
news.ycombinator.com 6y ago

Towards a Twilio, for open [crypto] networks

jgarzik
2pts0
github.com 10y ago

21BC demo – Mechanical Turk – machines paying BTC to humans for work

jgarzik
3pts0
news.ycombinator.com 11y ago

Ask HN: Chain of trust from git commit to browser JS?

jgarzik
2pts0

Accelerated by Claude Code, leashed tightly by unit and integration tests, and test-driven development.

Speaking as a compiler and kernel expert, the productivity boost for domain experts is real.

Compiler status: Full C99 compliance, test suites pass, alpha-beta stage, starting to test on Gentoo and open source package builds "real world builds"

Posixutils status: Very close to 1.0 (all POSIX utils, all POSIX util features, tests pass)

Most people really, really do not understand the large amount of military traffic on Telegram, and the consequence of that during wartime... and how valuable that is to multiple nation-states around the world.

Strategic comms, soldier command and control, battlefield drone command and control, intel asset management.

Armchair analysts need to put on their big-boy military pants.

Just added this FAQ section to the README:

Because it is a FAQ, the major differences between this project and uutils are:

1. Wider scope: posixutils is far more ambitious than uutils from a breadth standpoint: posixutils will include bc, m4, c99 compiler, fort77 compiler, a cron daemon etc. uutils is far more limited in the scope of programs covered, mimicing GNU coreutils.

2. More minimalist: Each posixutils utility implementation is intentionally more minimalist, intending to avoid the bloat of supporting rarely-used, non-POSIX features. Our common denominator and baseline is the POSIX spec, then add non-POSIX features that users cannot live without.

3. Transportable: Each posixutils utility should look like normal Rust code, easily stand alone with little-or-no deps, and be used in another project. This project is MIT-licensed, not GPL licensed, to aid in that transportability goal.

Gotta be That Guy:

Some of the wisdom from the recent XZ backdoor incident was that cmake was a contributing factor, due to its internal complexity.

Some of the current trend is to strip out autotools and cmake, and go back to the basics, because modern OS support is a subset of what was relevant 20 years ago.