fp.
newest
Probability and Induction
https://iep.utm.edu/probability-and-induction/
1
•
jruohonen
•
13s ago
•
0 comments
Quantum Simulates Properties of First Half-Möbius Molecule by IBM Researchers
https://research.ibm.com/blog/half-mobius-molecule
1
•
birdculture
•
58s ago
•
0 comments
Show HN: I built a secure AI mediator to handle my own marital conflicts
https://ashti.ai
1
•
thedevguy
•
1m ago
•
0 comments
Generate HTTP and Jsonrpc from IDL
https://github.com/xidl/xidl
1
•
battery8318
•
1m ago
•
1 comments
The Window Chrome of Our Discontent
https://pxlnv.com/blog/window-chrome-of-our-discontent/
1
•
crbelaus
•
3m ago
•
0 comments
Ask HN: Do AI providers optimize for "Pelican riding a bicycle”?
1
•
kandros
•
3m ago
•
0 comments
Show HN: Starter-structure-CLI – scaffold apps from stack combinations
https://github.com/mohosin2126/starter-structure-cli
1
•
mrwick2126
•
5m ago
•
0 comments
ComicsAI
https://www.comicsai.org/en
2
•
liangmeihua93
•
7m ago
•
0 comments
Show HN: arxiv-digest: Daily robotics paper scouting for OpenClaw and Zotero
https://github.com/tb5z035i/arxiv-digest
1
•
tb5z035i
•
7m ago
•
0 comments
SSH-Based Mail for Agents
https://github.com/rolandnsharp/sshmail-client
2
•
epscylonb
•
8m ago
•
0 comments
Knuth Claude's Cycles note update: problem now fully solved, by LLMs
https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf?#page=6
2
•
fs123
•
8m ago
•
1 comments
Programmers will document for Claude, but not for each other
https://blog.plover.com/2026/03/09/
2
•
frizlab
•
9m ago
•
0 comments
Emit Emails – Personalized email sending without the fluff
1
•
AlphaTheGoat
•
10m ago
•
0 comments
AI Crash the Physics of the Collapse [video]
https://www.youtube.com/watch?v=PZ0sS41zwo4
1
•
CrzyLngPwd
•
11m ago
•
1 comments
3AM Coding:cracking persistent open-source memory for agents
https://github.com/aayoawoyemi/Ori-Mnemos
1
•
starro____
•
12m ago
•
0 comments
Crow Watch: A Hacker News Alternative
https://crow.watch
1
•
medv
•
15m ago
•
0 comments
Analysis of Ninth Circuit Allows TOS Amendment by Email–Ireland-Gordy vs. Tile
https://blog.ericgoldman.org/archives/2026/03/ninth-circuit-allows-tos-amendment-by-email-ireland...
1
•
hazzamanic
•
16m ago
•
0 comments
Terence Tao: Formalizing a proof in Lean using Claude Code [video]
https://www.youtube.com/watch?v=JHEO7cplfk8
1
•
helloplanets
•
17m ago
•
0 comments
Apple: The first 50 years, CBS Sunday Morning [video]
https://www.youtube.com/watch?v=7bA2w7uwUbs
1
•
oldnetguy
•
21m ago
•
0 comments
NSF National Deep Inference Fabric
https://ndif.us/
1
•
pramodbiligiri
•
23m ago
•
0 comments
CorridorKey – Perfect Green Screen Keys
https://github.com/nikopueringer/CorridorKey
1
•
h4kor
•
26m ago
•
0 comments
Shockwave Player Reimplemented in Rust and WASM
https://github.com/igorlira/dirplayer-rs
2
•
njaremko
•
28m ago
•
0 comments
How to win slots and influence people
https://www.bloomberg.com/features/2026-stake-drake-crypto-casino-adin-ross-gambling/
4
•
simonebrunozzi
•
31m ago
•
0 comments
Ask HN: Where do all the laid off devs hang out?
2
•
fud101
•
33m ago
•
0 comments
Set-OutlookSignatures v4.26.0 support for M365 sovereign clouds
https://set-outlooksignatures.com/
1
•
explicitcons
•
35m ago
•
1 comments
Show HN: TrustScan – Simplify privacy policies and audit GDPR compliance
https://trustscan.dev
1
•
hafizjavid
•
36m ago
•
1 comments
Every business will have AGI by 2027
https://nuggetz.ai/articles/every-business-will-have-agi-by-2027
4
•
ezisezisezis
•
39m ago
•
0 comments
Show HN: Marketing Content Generator AI-powered multi-channel content platform
https://devpost.com/software/marketing-content-generator-ch4p2q
3
•
gaborishka
•
39m ago
•
0 comments
Show HN: I built a mini PowerBI for tech comps with no dev experience with Codex
https://gotham-web.onrender.com/
1
•
muhneesh
•
42m ago
•
0 comments
Fontcrafter: Turn Your Handwriting into a Real Font
https://arcade.pirillo.com/fontcrafter.html
2
•
rendx
•
43m ago
•
0 comments
Load More
Open in hackernews
All tmux sessions as a single terminal
2
•
lygten
•
4h ago
tmux new-session -d -s all \; set -t all mouse on \; set-option -t all destroy-unattached off >/dev/null 2>&1; for s in $(tmux list-sessions -F '#{session_name}' | grep -v '^all$'); do tmux link-window -s "$s:" -t all:; done; tmux attach -t all
Comments
lygten
•
4h ago
Great for running multiple agents
lygten•4h ago