frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Astral to Join OpenAI

https://astral.sh/blog/openai
758•ibraheemdev•4h ago•476 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
75•rohan_joshi•1h ago•16 comments

OpenBSD: PF queues break the 4 Gbps barrier

https://undeadly.org/cgi?action=article;sid=20260319125859
114•defrost•3h ago•29 comments

Juggalo Makeup Blocks Facial Recognition Technology (2019)

https://consequence.net/2019/07/juggalo-makeup-facial-recognition/
161•speckx•4h ago•76 comments

Launch HN: Voltair (YC W26) – Drone and charging network for power utilities

8•wweissbluth•33m ago•0 comments

Gauntlet AI (YC S17): Fly you to Austin, train you in AI, give you $200k+ job

https://gauntletai.com/apply?utm_src=hackernews
1•austenallred•8m ago

The Shape of Inequalities

https://www.andreinc.net/2026/03/16/the-shape-of-inequalities/
51•nomemory•2h ago•3 comments

Prompt Injecting Contributing.md

https://glama.ai/blog/2026-03-19-open-source-has-a-bot-problem
28•statements•1h ago•6 comments

macOS 26 breaks custom DNS settings including .internal

https://gist.github.com/adamamyl/81b78eced40feae50eae7c4f3bec1f5a
160•adamamyl•2h ago•70 comments

World Happiness Report 2026

https://www.worldhappiness.report/ed/2026/
15•ChrisArchitect•1h ago•7 comments

Consensus Board Game

https://matklad.github.io/2026/03/19/consensus-board-game.html
53•surprisetalk•3h ago•7 comments

US national debt surges past $39 Trillion

https://apnews.com/article/us-national-deficit-hits-39-million-6ff73495bae701b5c009d3da5515ca3a
23•Betelbuddy•23m ago•10 comments

What if Python was natively distributable?

https://medium.com/@bzurak/what-if-python-was-natively-distributable-3bfae485a408
20•bzurak•3d ago•5 comments

Afroman found not liable in defamation case

https://nypost.com/2026/03/18/us-news/afroman-found-not-liable-in-bizarre-ohio-defamation-case/
869•antonymoose•7h ago•416 comments

Hyper-optimized reverse geocoding API

https://github.com/traccar/traccar-geocoder
31•tananaev•2h ago•8 comments

Ramtrack.eu – RAM Price Intelligence

https://ramtrack.eu
40•nu11r0ut3•4h ago•14 comments

Pretraining Language Models via Neural Cellular Automata

https://hanseungwook.github.io/blog/nca-pre-pre-training/
80•shmublu•4d ago•15 comments

Conway's Game of Life, in real life

https://lcamtuf.substack.com/p/conways-game-of-life-in-real-life
281•surprisetalk•13h ago•75 comments

Launch HN: Canary (YC W26) – AI QA that understands your code

7•Visweshyc•1h ago•6 comments

Afroman Wins Civil Trial over Use of Police Raid Footage in His Music Videos

https://www.nytimes.com/2026/03/19/us/afroman-trial-lemon-cake-verdict.html
363•pseudolus•5h ago•64 comments

Nvidia greenboost: transparently extend GPU VRAM using system RAM/NVMe

https://gitlab.com/IsolatedOctopi/nvidia_greenboost
447•mmastrac•4d ago•125 comments

Monuses and Heaps

https://doisinkidney.com/posts/2026-03-03-monus-heaps.html
5•aebtebeten•17h ago•0 comments

I turned Markdown into a protocol for generative UI

https://fabian-kuebler.com/posts/markdown-agentic-ui/
4•FabianCarbonara•3h ago•0 comments

Eniac, the First General-Purpose Digital Computer, Turns 80

https://spectrum.ieee.org/eniac-80-ieee-milestone
89•baruchel•11h ago•37 comments

US messageboard 4Chan mocks £520k fine for UK online safety breaches

https://www.bbc.com/news/articles/c624330lg1ko
16•mosura•2h ago•1 comments

Gluon: Explicit Performance

https://www.lei.chat/posts/gluon-explicit-performance/
16•matt_d•3d ago•0 comments

How many branches can your CPU predict?

https://lemire.me/blog/2026/03/18/how-many-branches-can-your-cpu-predict/
93•ibobev•4h ago•23 comments

LotusNotes

https://computer.rip/2026-03-14-lotusnotes.html
161•TMWNN•4d ago•86 comments

Austin’s surge of new housing construction drove down rents

https://www.pew.org/en/research-and-analysis/articles/2026/03/18/austins-surge-of-new-housing-con...
732•matthest•17h ago•876 comments

A survey on LLMs for spreadsheet intelligence

https://orbilu.uni.lu/handle/10993/67962
6•teleforce•43m ago•0 comments
Open in hackernews

Hyper-optimized reverse geocoding API

https://github.com/traccar/traccar-geocoder
31•tananaev•2h ago

Comments

tananaev•2h ago
Self-hosted reverse geocoder with sub-millisecond query latency. C++ builder parses OSM PBF files into a compact binary index using S2 geometry cells. Rust server memory-maps the index and serves a Nominatim-compatible API. Docker support with automatic HTTPS.
gniv•1h ago
How long does it take to build the whole index?
KomoD•42m ago
I tried the "Australia and Oceania" pbf which is really small and it took ~15min
majorchord•1h ago
I just want a regular (non-reverse) geocoding system that's actually easy to self-host.

Windows CE apps were doing this 20 years ago with single file databases of only a few GBs, why do I need a 500GB+ postgres monster to do the same thing today?

felixguendling•2m ago
Have you tried MOTIS with only the geocoding enabled? This should be 1-2 orders of magnitude smaller.
macrolet•1h ago
Great. But look at the query feature of OSM. Try it. At higher zoom levels like 15, querying for features at the same coordinates as your example reveals nearby features. Like hotel buildings, post offices, recycling points, etc. The nominatin format is not enough. What is more, an extended feature set could be used together with an LLM. I am very interested in that, so, feel free to reach out to me if you want to discuss more.
supriyo-biswas•1h ago
I don’t get the point in writing another geocoder when such programs already exist, e.g: https://pelias.io/
KomoD•1h ago
> docker run -e PBF_URLS="https://download.geofabrik.de/planet-latest.osm.pbf"

Geofabrik doesn't offer a "planet" pbf.