frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Learnings from paying artists royalties for AI-generated art

https://www.kapwing.com/blog/learnings-from-paying-artists-royalties-for-ai-generated-art/
73•jenthoven•3h ago•36 comments

Two Years of Emacs Solo: 35 Modules, Zero External Packages, and a Full Refactor

https://www.rahuljuliato.com/posts/emacs-solo-two-years
137•celadevra_•5h ago•27 comments

Building a Procedural Hex Map with Wave Function Collapse

https://felixturner.github.io/hex-map-wfc/article/
439•imadr•12h ago•67 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
132•smith-kyle•3d ago•31 comments

JSLinux Now Supports x86_64

https://bellard.org/jslinux/
281•TechTechTech•12h ago•79 comments

How we optimized Top K in Postgres

https://www.paradedb.com/blog/optimizing-top-k
8•philippemnoel•1d ago•0 comments

Is legal the same as legitimate: AI reimplementation and the erosion of copyleft

https://writings.hongminhee.org/2026/03/legal-vs-legitimate/
398•dahlia•14h ago•438 comments

Darkrealms BBS

http://www.darkrealms.ca/
66•TigerUniversity•3d ago•15 comments

The “JVG algorithm” only wins on tiny numbers

https://scottaaronson.blog/?p=9615
44•jhalderm•4h ago•26 comments

No, it doesn't cost Anthropic $5k per Claude Code user

https://martinalderson.com/posts/no-it-doesnt-cost-anthropic-5k-per-claude-code-user/
69•jnord•6h ago•21 comments

Windows: Microsoft broke the only thing that mattered

https://www.yankodesign.com/2026/03/08/microsoft-broke-the-only-thing-that-actually-mattered/
18•kjellsbells•46m ago•3 comments

Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents

98•filipbalucha•12h ago•64 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
109•kumar_abhirup•14h ago•92 comments

So you want to write an “app” (2025)

https://arcanenibble.github.io/so-you-want-to-write-an-app.html
104•jmusall•8h ago•41 comments

RVA23 Ends Speculation's Monopoly in RISC-V CPUs

https://semiwiki.com/ip/risc-v/367094-rva23-ends-speculations-monopoly-in-risc-v-cpus/
8•enz•2d ago•2 comments

DARPA’s new X-76

https://www.darpa.mil/news/2026/darpa-new-x-76-speed-of-jet-freedom-of-helicopter
182•newer_vienna•12h ago•174 comments

OpenAI is walking away from expanding its Stargate data center with Oracle

https://www.cnbc.com/2026/03/09/oracle-is-building-yesterdays-data-centers-with-tomorrows-debt.html
304•spenvo•8h ago•163 comments

The first airplane fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
76•Hooke•9h ago•19 comments

Florida judge rules red light camera tickets are unconstitutional

https://cbs12.com/news/local/florida-news-judge-rules-red-light-camera-tickets-unconstitutional
397•1970-01-01•12h ago•512 comments

An opinionated take on how to do important research that matters

https://nicholas.carlini.com/writing/2026/how-to-win-a-best-paper-award.html
107•mad•13h ago•25 comments

Graphing how the 10k* most common English words define each other

https://wyattsell.com/experiments/word-graph/
24•wyattsell•2d ago•9 comments

Show HN: The Mog Programming Language

https://moglang.org
134•belisarius222•11h ago•66 comments

Bluesky CEO Jay Graber is stepping down

https://bsky.social/about/blog/03-09-2026-a-new-chapter-for-bluesky
343•minimaxir•10h ago•310 comments

No leap second will be introduced at the end of June 2026

https://lists.iana.org/hyperkitty/list/tz@iana.org/thread/P6D36VZSZBUSSTSMZKFXKF4T4IXWN23P/
94•speckx•17h ago•93 comments

Ireland shuts last coal plant, becomes 15th coal-free country in Europe (2025)

https://www.pv-magazine.com/2025/06/20/ireland-coal-free-ends-coal-power-generation-moneypoint/
917•robin_reala•19h ago•559 comments

Flash media longevity testing – 6 years later

https://old.reddit.com/r/DataHoarder/comments/1q6xnun/flash_media_longevity_testing_6_years_later/
143•1970-01-01•1d ago•81 comments

Notes on Baking at the South Pole

https://www.newyorker.com/culture/the-weekend-essay/the-most-beautiful-freezer-in-the-world
50•mitchbob•10h ago•16 comments

Reverse-engineering the UniFi inform protocol

https://tamarack.cloud/blog/reverse-engineering-unifi-inform-protocol
159•baconomatic•16h ago•63 comments

Fixfest is a global gathering of repairers, tinkerers, and activists

https://fixfest.therestartproject.org/
163•robtherobber•12h ago•19 comments

Durdraw – ANSI art editor for Unix-like systems

https://durdraw.org/
56•caminanteblanco•10h ago•22 comments
Open in hackernews

Graphing how the 10k* most common English words define each other

https://wyattsell.com/experiments/word-graph/
24•wyattsell•2d ago

Comments

theodpHN•2d ago
Very neat. What software is being used to construct/display the graph?
wyattsell•2d ago
Glad you like it. NetworkX for creating the graph and the layout; then SigmaJS for displaying it.
rhelz•2d ago
Beautiful! Thank you!
castral•2d ago
It's an interesting visualization for sure, but I don't really know what I can take away from it. Is it useful for something?
h4ch1•2d ago
You can look at this as how small sets of a primitive lexicon give rise to a larger, more complex language. At least that's how I interpret it.
readthenotes1•1h ago
Is, be, and the don't show up in search box.

What am I missing?

Cyphase•1h ago
Other words too, e.g. "from".

My first thought was that the creator used a search library that filters common words by default, but the search code is all in the page and doesn't do that.

My second thought was that the 10k word corpus doesn't include those most common words. But it does.

Then I realized that the creator filtered them out. The page does say "7931 words", and the title here on HN says "10k* most common". The original corpus has exactly 10,000 words.

https://github.com/first20hours/google-10000-english/blob/d0...

The first 21 include all four we've mentioned:

the, of, and, to, a, in, for, is, on, that, by, this, with, i, you, it, not, or, be, are, from

wyattsell•48m ago
The reason for this (I should have probably added a note to the site in hindsight), is that WordNet doesn't include definitions for these words in its corpus. This is why the count is less than 10,000: anything that WordNet doesn't have a definition for isn't included. I left a nod to this in the asterisk, but I realise now I didn't explain it anywhere.

From the old Princeton WordNet FAQ page (https://wordnet.princeton.edu/frequently-asked-questions):

> WordNet only contains "open-class words": nouns, verbs, adjectives, and adverbs. Thus, excluded words include determiners, prepositions, pronouns, conjunctions, and particles.

I suppose I could have included them as source nodes (only outgoing), but I think they would have ended up connecting to a whole bunch of definitions, while not providing much in the way of interest.

avidiax•1h ago
If you like this, you would probably enjoy Princeton Wordnet. They have unfortunately stopped developing it.

You can still browse it a bit online with some 3rd party sites: https://en-word.net/