frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Private Files on a Static, Open-Source Website

https://hnlyman.github.io/pages/private_files.html
1•hnlyman•56s ago•0 comments

Gas Town from Clown Show to v1.0

https://steve-yegge.medium.com/gas-town-from-clown-show-to-v1-0-c239d9a407ec
1•yodon•1m ago•0 comments

Microbial upcycling of plastic waste to levodopa

https://www.nature.com/articles/s41893-026-01785-z
1•PaulHoule•1m ago•0 comments

Show HN: Lumina – a statically typed web-native language for JavaScript and WASM

https://github.com/nyigoro/lumina-lang
1•light_ideas•2m ago•0 comments

Disclosing bluehammer exploit, vulnerability is still unpatched

https://deadeclipse666.blogspot.com/2026/04/public-disclosure.html
2•Alifatisk•3m ago•0 comments

I Tried Vibing an RSS Reader and My Dreams Did Not Come True

https://blog.jim-nielsen.com/2026/vibe-dreams-didnt-come-true/
1•herbertl•4m ago•0 comments

What Being Ripped Off Taught Me

https://belief.horse/notes/what-being-ripped-off-taught-me/
4•doctorhandshake•6m ago•0 comments

Token-Aware LLM Load Balancer route by inflight tokens,not connections

https://github.com/SivagurunathanV/token-aware-balancer
1•sivagurunathanv•6m ago•0 comments

A real-world case of property-based verification

https://ochagavia.nl/blog/a-real-world-case-of-property-based-verification/
1•wofo•7m ago•0 comments

Panther Lake is the real deal

https://world.hey.com/dhh/panther-lake-is-the-real-deal-4bd731f1
1•0xedb•7m ago•0 comments

Show HN: I built a 2-min quiz that shows you how bad you are at estimating

https://www.convexly.app/
2•convexly•10m ago•0 comments

Baidu Silent About Failure of 100 Robotaxis in Wuhan

https://www.forbes.com/sites/bradtempleton/2026/04/05/baidu-silent-about-failure-of-100-robotaxis...
1•mhb•10m ago•0 comments

When the Push Button Was New, People Were Freaked (2021)

https://daily.jstor.org/when-the-push-button-was-new-people-were-freaked/
1•thunderbong•12m ago•0 comments

Nanonets OCR-3: A multimodal OCR model with bounding boxes & confidence scores

https://nanonets.com/research/nanonets-ocr-3
1•vitaelabitur•12m ago•0 comments

Muon and MuonClip Optimizers

https://chizkidd.github.io//2026/04/04/muon-muonclip/
1•ibobev•12m ago•0 comments

Rational Matrix Iterations for Polar Decomposition

https://jiha-kim.github.io/posts/rational-polar-decomposition/
2•ibobev•13m ago•0 comments

» the Mystery of Rennes-Le-Château, Part 3: A Secret History

https://www.filfre.net/2026/04/the-mystery-of-rennes-le-chateau-part-3-a-secret-history/
1•ibobev•14m ago•0 comments

NameWheel – Free wheel spinner with no ads, no signup, no tracking

https://namewheel.org/
1•alshanty•17m ago•0 comments

Structural color can now be printed with an inkjet printer

https://www.kobe-u.ac.jp/en/news/article/20260406-67657/
3•geox•18m ago•0 comments

Show HN: Ec – terminal native 3-way Git mergetool

https://github.com/chojs23/ec
6•neozz•19m ago•0 comments

Uber: Why Our Sense of Convenience Comes Always at the Expense of Others

https://medium.com/@Katja_Diehl/uber-bolt-co-4f64b2812ed8
4•doener•19m ago•0 comments

Real-time poker engine with emotion-driven AI bots

https://oxyklon.net/portal
4•naydref•19m ago•0 comments

New Chrome Extension lets you see what LLMs you can run on your hardware

https://chromewebstore.google.com/detail/run-this-llm/dginneocahmfpflnpcigakjggipmfhhg
2•eeko_systems•22m ago•1 comments

Show HN: I turned ARC-AGI-3 into a daily browser game

https://arcaptcha.io/
2•preyneyv•23m ago•0 comments

Software Engineering Is Becoming Civil Engineering

https://christophermeiklejohn.com/ai/engineering/2026/04/01/software-engineering-is-becoming-civi...
3•mooreds•23m ago•0 comments

NASA Elements of Engineering Excellence

https://vickiboykis.com/2026/04/05/nasa-elements-of-engineering-excellence/
1•mooreds•23m ago•0 comments

OpenSim – Open-Source Flight Simulation Engine

https://ghtomcat.github.io/opensim/
1•carlos-menezes•24m ago•0 comments

Was Trump oblivious to the realities of Netanyahu's promised 'easy' war on Iran?

https://www.theguardian.com/world/2026/apr/06/trump-iran-war-netanyahu-israel
6•hebelehubele•25m ago•2 comments

Show HN: I made a crossword app for language learners

https://cranki.app/
5•petargyurov•29m ago•0 comments

EU Data Protection Group Report on Legitimate Interest Under GDPR [pdf]

https://www.edpb.europa.eu/system/files/2026-03/spe-oss-case-digest-legitimate-interest_en.pdf
3•dryadin•29m ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•11mo ago
I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions.

...Or maybe we should subscribe to the church of `df`, haha.

Comments

sitkack•11mo ago
def could be for lots of things, fn is for functions. I don't think it matters much as long as you have one. C would have been so much easier to parse. Just copy Zig or Rust.
butlersean•11mo ago
def means define, could be used to define all kinds of things

fn isnt a legitimate short form of function

fun doesnt work because of the amusement factor

func is the only alternative we have left

sitkack•11mo ago
How about unicode or emojis?

These don't have the full fidelity as hn scrubs emojis

add = (a, b) -> a + b

a, b ⟹ a + b

λ add(a, b): ↪ a + b

johncoltrane•11mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed