frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building a Memory System for OpenClaw

https://db0.ai/blog/designing-openclaw-memory
1•shenli3514•26s ago•0 comments

What is NATS? – An interactive scrollable explainer

https://nats.synadia.com/
1•rabidrobot•32s ago•1 comments

Show HN: Per-table access control for DuckLake lakehouses

https://github.com/berndsen-io/ducklake-guard
1•deezypls•42s ago•0 comments

I Email Complete Strangers

https://goodinternetmagazine.com/why-i-email-complete-strangers/
1•speckx•2m ago•0 comments

The Broken Economics of Databases

https://www.bitsxpages.com/p/the-broken-economics-of-databases
1•agavra•2m ago•0 comments

I tried Karpathy's Autoresearch on an old research project

https://ykumar.me/blog/eclip-autoresearch/
2•ykumards•4m ago•0 comments

Hot Code Burns

https://ubuntu.com/blog/hot-code-burns
1•hpb42•4m ago•0 comments

Challenges and Design Issues in Finding CUDA Bugs via GPU-Native Fuzzing

https://arxiv.org/abs/2603.05725
1•matt_d•4m ago•0 comments

How to Make a Good Terminal Bench Task

https://twitter.com/neversupervised/status/2035455298417430911
1•neversupervised•5m ago•1 comments

Alfred – Archival Fred

https://alfred.stlouisfed.org/
1•mooreds•5m ago•0 comments

Intel Core Ultra 7 270K Plus: Back from the brink

https://www.tomshardware.com/pc-components/cpus/intel-core-ultra-7-270k-plus-review
1•LorenDB•6m ago•0 comments

A freeform clock, with no computer [video]

https://www.youtube.com/watch?v=w20A85zaaos
1•GeoAtreides•7m ago•0 comments

TLA+ Mental Models

http://muratbuffalo.blogspot.com/2026/03/tla-mental-models.html
3•r4um•11m ago•0 comments

From error-handling to structured concurrency

https://blog.nelhage.com/post/concurrent-error-handling/
1•wrxd•13m ago•0 comments

Find PMF for your devtool startup

https://evilmartians.com/chronicles/the-devtools-pmf-compass
3•camimirabal•13m ago•0 comments

Pi and Ghostty running in a Cloudflare Workers durable object

https://twitter.com/Vercantez/status/2035431659290730914
1•bellareed•14m ago•0 comments

Insane Mark Hamill Roles That Aren't Luke Skywalker (2021)

https://movieweb.com/mark-hamill-great-roles-movies-tv-shows/
1•mooreds•16m ago•0 comments

The machine didn't take your craft. You gave it up

https://www.davidabram.dev/musings/the-machine-didnt-take-your-craft/
2•thehappyfellow•17m ago•0 comments

Build a Domain-Specific Embedding Model in Under a Day

https://huggingface.co/blog/nvidia/domain-specific-embedding-finetune
2•ibobev•21m ago•0 comments

Admitting a Mistake

https://substack.com/@petervandermeersch/p-191457282
1•rubycollect4812•22m ago•0 comments

Everything old is new again: memory optimization

https://nibblestew.blogspot.com/2026/03/everything-old-is-new-again-memory.html
3•ibobev•22m ago•0 comments

Amp and the partial ordering of measures of disorder, part 2

https://morwenn.github.io//presortedness/2026/03/22/TSB009-amp-in-the-partial-ordering-of-measure...
1•ibobev•23m ago•0 comments

Growing a Language (1998) [video]

https://www.youtube.com/watch?v=lw6TaiXzHAE
1•tosh•23m ago•0 comments

Show HN: Primer – build software with AI agents one milestone at a time

https://github.com/armgabrielyan/primer
1•armen99•24m ago•0 comments

Show HN: Git Hitched – An Open Source Wedding Platform

https://github.com/fredbenenson/git-hitched
1•mecredis•25m ago•0 comments

Rising health costs push some middle-aged adults to skip the doc until Medicare

https://www.usatoday.com/story/money/2026/03/22/healthcare-costs-middle-aged-adults-medicare/8923...
1•brandonb•25m ago•0 comments

Apple's John Ternus Profile: The Likely Successor to Tim Cook as CEO

https://www.bloomberg.com/features/2026-apple-next-ceo/
2•ksec•25m ago•0 comments

AI Risks "Hypernormal" Science

https://www.asimov.press/p/ai-science
2•mailyk•26m ago•0 comments

Lobsters Interview with Internet_Jannitor

https://lobste.rs/s/bekb7j/lobsters_interview_with_internet
1•tosh•26m ago•0 comments

WebMCP for Beginners

https://block.github.io/goose/blog/2026/03/17/webmcp-for-beginners/
1•mooreds•26m ago•0 comments
Open in hackernews

Fastest general-purpose sorting library for JavaScript – 95.2% win rate vs. NPM

https://github.com/AyoobAI/ayoob-sort
1•Husain-Ayoob-I•1h ago

Comments

verdverm•1h ago
New record, 23m from first commit to HN, beating the old record by 2m

v3 no less!

thedelanyo•1h ago
What does that mean.
verdverm•1h ago
Evidence of using HN for marketing typically, but of recent the surge in OpenClaw slop (not that all is slop)

You can look at the time for first commit (only commit here) and compare it to the time it was submitted to HN. The fastest I had seen before today was 25 minutes.

The pattern you seen in these is

1. Single commit to GitHub

2. Create HN account

3. Make HN post

You can find skills for project promotion that include HN.

In this case, I think the "v3" is to try and bypass some of the filtering, to suggest the project has more maturity than the likely fresh vibe coded output it is.

Husain-Ayoob-I•1h ago
Honestly, this is my first time publishing to npm. I built the sorting algorithm over a few weeks but I'd never published a package before today, I used Claude to walk me through npm publish, and yes, posting here. The code and benchmarks are real though, 180 tests, run them yourself. I'm a developer, just not one who's lived on GitHub. Where would be the right place to share something like this?
verdverm•1h ago
Read the HN guidelines, don't use HN primarily for self promotion, be a part of the community first.

Your git project should have history. Your claims about working on it for T time are unverifiable. You should `git init` before any code is written.