Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beefburger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
IPC Panic, a 4-call kernel panic in Apple XNU, up to macOS and iOS 26 included
(seriot.ch)
3 points
by
beefburger
1d ago
|
0 comments
2.
▲
Show HN: An Unexpected Computer – Universal computing: echo, ed, test and exec [pdf]
(seriot.ch)
4 points
by
beefburger
2mo ago
|
0 comments
3.
▲
by
beefburger
2mo ago
Wooden prototype: https://seriot.ch/resources/computiles.jpg
4.
▲
Show HN: Computiles – A Geometric Binary Calculator. Only Correct Results Fit [pdf]
(seriot.ch)
1 points
by
beefburger
2mo ago
|
1 comments
5.
▲
by
beefburger
2mo ago
Search is working as intended, but the demo only covers Switzerland. It's a bake of the Geofabrik Switzerland extract. Try "Zermatt" or "Basel". You can bake any region yourself from a .pbf: python3 bake.py --pbf gl
6.
▲
Show HN: Cartopolis – OpenStreetMap rendered like it's 1999
(seriot.ch)
13 points
by
beefburger
2mo ago
|
2 comments
7.
▲
by
beefburger
2mo ago
No, standard transliterators like Latin-Katakana are designed to always terminate. What the article demonstrates is that the underlying rule language is powerful enough that one could write custom rules that loop infinitely. In practice, th
8.
▲
Unicode's transliteration rules are Turing-complete
(seriot.ch)
131 points
by
beefburger
2mo ago
|
31 comments
9.
▲
by
beefburger
2mo ago
I've been wondering for a while if anything in Unicode could accidentally compute. It turns out that UTS #35 transliteration rules are Turing-complete. I show how to compute Collatz with just 3 rewrite rules running on stock ICU.
10.
▲
by
beefburger
4mo ago
Indeed. The Jira rules implement test-then-decrement correctly, but the notation was ambiguous. I’ve fixed the pseudocode so that the test explicitly precedes the decrement. Thanks for the careful read!
11.
▲
Jira IS Turing-Complete
(seriot.ch)
3 points
by
beefburger
4mo ago
|
0 comments
12.
▲
Show HN: RFC Esolang – RFCs as executable programs
(seriot.ch)
2 points
by
beefburger
6mo ago
|
0 comments
13.
▲
RFC Esolang – RFCs as executable programs
(esolangs.org)
11 points
by
beefburger
6mo ago
|
1 comments
14.
▲
by
beefburger
6mo ago
RFC Esolang is a programming language in which the specification document is the source code. Requirement levels like MUST, SHOULD, and MAY act as control flow. Section numbers define labels. Packet-diagram labels serve as registers. Execut
15.
▲
An audio modem in 5 lines of Awk
(pagedout.institute)
2 points
by
beefburger
7mo ago
|
0 comments
16.
▲
An AWKward Modem
(seriot.ch)
4 points
by
beefburger
7mo ago
|
0 comments
17.
▲
Games in PostScript [pdf]
(seriot.ch)
2 points
by
beefburger
9mo ago
|
0 comments
18.
▲
"Print to Play" article in Paged Out magazine [pdf]
(seriot.ch)
1 points
by
beefburger
1y ago
|
1 comments
19.
▲
by
beefburger
1y ago
How to install a Tic-Tac-Toe game on your printer by copy-pasting a few lines in PostScript.
20.
▲
Edge Matching Puzzles
(seriot.ch)
1 points
by
beefburger
1y ago
|
1 comments
21.
▲
by
beefburger
1y ago
Solvers and visualizers in Python, C and PostScript
22.
▲
Programming in PostScript – Retro Coding Fun: Games on Your Printer
(seriot.ch)
2 points
by
beefburger
1y ago
|
1 comments
23.
▲
by
beefburger
1y ago
I've been experimenting with PostScript programming over the past two years, creating several small games (Tic-Tac-Toe, Chess, Sokoban and Tetris) all running in Ghostscript or directly on printers. Here are my annotated slides about t
24.
▲
Shrinking PostScript Tiny Ray Tracer
(seriot.ch)
4 points
by
beefburger
2y ago
|
1 comments
25.
▲
by
beefburger
2y ago
How I shrank Takashi Hayakawa's 33 years old tiny ray tracer by 33 bytes
26.
▲
Tetris in PostScript
(github.com)
72 points
by
beefburger
2y ago
|
17 comments
27.
▲
by
beefburger
2y ago
I've just implemented Tetris in PostScript, pushing the limits of a document-processing language to run a realtime game. It works in GhostView on macOS. * 600 lines / 10 KB * 69 different PostScript operators, no external libs * R
28.
▲
Play Sokoban in PostScript
(github.com)
2 points
by
beefburger
2y ago
|
1 comments
29.
▲
by
beefburger
2y ago
Sokoban implementation in pure PostScript. Playable in GhostView. Direct input using tty raw mode and unix pipes.
30.
▲
Train a neural network with your Strava activities in order to predict race time
(github.com)
1 points
by
beefburger
2y ago
|
1 comments
More ›