frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Reconlify – local-first reconciliation CLI for CSV/TSV and text logs

https://github.com/testuteab/reconlify-cli
1•testuteab•1m ago•0 comments

I've never parented a 6-year-old. But I've dealt with macOS system updates

https://ihnatko.com/ive-never-had-the-experience-of-parenting-a-6-year-old-child-but-ive-dealt-wi...
1•latexr•1m ago•0 comments

Show HN: Sigil – source code security analysis for MCP servers (open source)

https://github.com/sigildev/sigil
1•sigildev•3m ago•0 comments

Show HN: FreshLimePay – Generate PayPal and Stripe checkout buttons

https://www.freshlimepay.com/
1•powerwild•4m ago•0 comments

53% of U.S. adults say Americans have bad morals and ethics

https://www.pewresearch.org/religion/2026/03/05/in-25-country-survey-americans-especially-likely-...
2•PaulHoule•4m ago•1 comments

Show HN: I built an LSM storage engine from scratch in Rust

https://n8z.dev/posts/building-strata/
1•nlz•7m ago•0 comments

'Execution at sea': Was the Iranian ship sunk by US in the Indian Ocean unarmed?

https://www.thestatesman.com/india/execution-at-sea-was-iris-dena-iranian-frigate-sunk-by-us-in-t...
3•TheAlchemist•7m ago•0 comments

Getting Started with the Popover API

https://www.smashingmagazine.com/2026/03/getting-started-popover-api/
1•PaulHoule•8m ago•0 comments

ALT5 Digital Holdings Alternative Funding from World Liberty Financial

https://www.thecreditbubble.com/p/lotw-148-tokens-all-the-way-down
1•petethomas•9m ago•0 comments

Entanglement-assisted non-local optical interferometry in a quantum network

https://www.nature.com/articles/s41586-026-10171-w
1•bookofjoe•9m ago•0 comments

Beyond Slop

https://www.joelsimon.net/beyond-slop
1•joelS•9m ago•0 comments

Found a CVSS 10.0 bypass in Hugging Face's model scanner. We open-sourced ours

https://www.promptfoo.dev/blog/open-sourcing-modelaudit/
2•yashchhabria•10m ago•1 comments

BYD's Second-Generation Blade Battery Makes Western EV Tech Look Ancient

https://insideevs.com/news/789094/byd-second-generation-blade-battery/
3•nobody9999•10m ago•0 comments

I keep building projects nobody wants. So this time I'm doing it backwards

2•thefern•13m ago•0 comments

Amazon degraded shopping- you have to put in cart to see the price

3•talkingtab•14m ago•2 comments

Show HN: A user daemon to provide an age-bracketing API

https://github.com/danudey/aged
1•danudey•14m ago•0 comments

Show HN: Google A2A for Elixir with GenServer-like ergonomics

https://github.com/actioncard/a2a-elixir
1•maxekman•15m ago•0 comments

Century of Humiliation

https://en.wikipedia.org/wiki/Century_of_humiliation
1•mefengl•16m ago•0 comments

Modular: Structured Mojo Kernels

https://www.modular.com/blog/structured-mojo-kernels-part-1-peak-performance-half-the-code
2•tosh•17m ago•0 comments

Show HN: Museum Music

https://museummusic.samrawal.com/
1•zora_goron•19m ago•0 comments

Judges to AG: It's OK for the Gov't to Dox People, but Not the Other Way Around?

https://www.techdirt.com/2026/03/05/judges-to-ag-pam-bondi-its-ok-for-the-govt-to-dox-people-but-...
4•hn_acker•20m ago•2 comments

Show HN: Git Diff for Agentic Coding

https://github.com/msoedov/justshowmediff
2•alex_mia•20m ago•0 comments

'Our consciousness is under siege': On chatbots, social media and mental freedom

https://www.theguardian.com/wellness/2026/mar/05/michael-pollan-book-a-world-appears-consciousnes...
6•billybuckwheat•21m ago•0 comments

Show HN: History Snacks – explore 9k historical events by date

https://historysnacks.io/
1•dmujeeb•27m ago•0 comments

Pentagon Formally Labels Anthropic Supply-Chain Risk

https://www.wsj.com/politics/national-security/pentagon-formally-labels-anthropic-supply-chain-ri...
28•klausa•27m ago•2 comments

SpaceX launches rockets with Excel. Here's why we're trying to replace it

https://docs.synnaxlabs.com/blog/introducing-arc
4•embonilla•27m ago•1 comments

Show HN: DocMCP – Index any docs site locally, search it from Claude via MCP

1•pieeee•27m ago•0 comments

Section 230 Isn't the Problem: Debating the Law on the Majority Report

https://www.techdirt.com/2026/03/05/section-230-isnt-the-problem-debating-the-law-on-the-majority...
1•hn_acker•30m ago•0 comments

Let's Get Physical

https://m4iler.cloud/posts/lets-get-physical/
12•MBCook•31m ago•0 comments

How Iran is using cheap drones to cause chaos across the Middle East

https://www.bbc.co.uk/news/resources/idt-b3a272f0-3e10-4f95-9cd1-b34ab8ad033c
5•tartoran•32m ago•0 comments
Open in hackernews

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

1•winwang•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•9mo ago
Agreed