HN user

romac

718 karma
Posts37
Comments21
View on HN
tuicr.dev 2mo ago

Human-in-the-loop code review tool for AI-generated changes

romac
4pts0
maggieappleton.com 2mo ago

One Developer, Two Dozen Agents, Zero Alignment

romac
1pts0
trifectatech.org 3mo ago

Rust should have stable tail calls

romac
5pts0
github.com 4mo ago

Reckless Drivin' (2000) ported to native SDL2 for macOS and Linux

romac
5pts1
www.raycast.com 4mo ago

Glaze

romac
1pts0
www.glazeapp.com 4mo ago

Glaze by Raycast

romac
234pts145
thoughtbot.com 4mo ago

Rust Doesn't Have Named Arguments. So What?

romac
2pts2
haskellforall.com 5mo ago

Browse Code by Meaning

romac
13pts1
amodm.com 10mo ago

Running a Linux Router on macOS

romac
1pts2
www.euractiv.com 11mo ago

EU could earn €1T by taxing aviation, private jets included

romac
6pts1
ampcode.com 1y ago

Amp: Agentic Coding Tool by Sourcegraph

romac
2pts0
infinitemac.org 1y ago

Infinite Monkey: Chat with an LLM to control an emulated classic Mac

romac
3pts0
graydon2.dreamwidth.org 1y ago

Retrobootstrapping Rust for some reason

romac
142pts51
xeiaso.net 1y ago

An Year of the Linux Desktop

romac
7pts0
marcelvoss.com 1y ago

I'm Using Linux in My Spare Time Now

romac
3pts0
github.com 1y ago

DuckDuckGo macOS Browser

romac
2pts0
github.com 2y ago

Unclog – Build your changelog from a structured collection of independent files

romac
2pts0
www.youtube.com 2y ago

GDC: Classic Postmortem - The Making of Myst [video]

romac
1pts0
media.ccc.de 2y ago

37C3: SMTP Smuggling – Spoofing Emails Worldwide [video]

romac
4pts1
github.com 2y ago

A Brainfuck interpreter written in PostScript

romac
117pts55
actu.epfl.ch 2y ago

EPFL's New Large Language Model for Medical Knowledge

romac
3pts1
vale.dev 2y ago

The Vale Programming Language

romac
1pts1
smalldatum.blogspot.com 2y ago

Fixing bug 109595 makes MySQL almost 4X faster on the Insert Benchmark

romac
75pts27
ast-grep.github.io 2y ago

AST-grep – structural search/rewrite tool for many languages

romac
4pts0
github.com 2y ago

Pinch: A simple borrow-checked language built using LLVM's MLIR

romac
2pts0
filamenthdl.com 2y ago

Filament: A Language for Fearless Hardware Design

romac
3pts0
www.penguinrandomhouse.com 2y ago

Book: How Infrastructure Works, by Deb Chachra

romac
1pts0
smartykit.io 2y ago

Smartykit, an Apple I replica hardware

romac
1pts3
app.codecrafters.io 2y ago

Build your own BitTorrent

romac
457pts128
www.youtube.com 3y ago

Best AI vs. GeoGuessr Pro [video]

romac
3pts0

If you are interested in TLA+, you might want to check out Quint (https://quint-lang.org), a modern take on a specification language which shares the same underlying temporal logic of actions, but with a syntax more familiar to programmers.

If you haven't seen those already, you might also want to check out:

  - Apalache: a symbolic model checker for TLA+ backed by Z3 (https://apalache-mc.org)
  - Quint: a modern and executable specification language with TLA+-like semantics, that integrates with Apalache (https://quint-lang.org)

Vale has a very interesting approach to memory safety, without garbage collection or a borrow checker, using a memory management technique called "generational references" which I had never heard of previously.