frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EU to squeeze US space tech out of prized satellite airwaves

https://www.politico.eu/article/eu-reserve-satellite-spectrum-operators/
1•berlianta•2m ago•0 comments

The Confession Nobody Expected

https://victoriaaremo.substack.com/p/the-confession-nobody-expected
2•victoria_aremo•3m ago•0 comments

NASA unveils next steps to build permanent Moon base

https://www.bbc.co.uk/news/articles/c39228nxyr4o
2•haack•4m ago•0 comments

Intel: Vision Without Execution, a comic-style deep dive (2000–2026)

https://zozo123.github.io/intel-story/
3•zozo123-IB•4m ago•0 comments

KDE Dolphin with tabs on top discussion

https://bugs.kde.org/show_bug.cgi?id=464386
2•maverick74•4m ago•0 comments

Scott Aaronson won't collaborate with the New York Times anymore

https://scottaaronson.blog/?p=9758
2•camillomiller•5m ago•0 comments

Why do most teleprompter apps suck?

https://thesmartteleprompter.com
1•timcombridge•9m ago•1 comments

Is GitHub Pull Request page copy broken?

https://imgur.com/a/CJfEaIr
2•__natty__•9m ago•0 comments

Uglycash

https://ugly.cash/
1•janandonly•10m ago•0 comments

OpenMLS Has Been Audited

https://blog.phnx.im/openmls-independent-security-audit/
4•raphaelrobert•13m ago•0 comments

1-Bit and Ternary Bonsai Image 4B: Image Generation for Local Devices

https://prismml.com/news/bonsai-image-4b
1•Marius77•14m ago•0 comments

Show HN: Wolf – Turn Slack threads into multiplayer agent workspaces

https://getwolf.dev
3•swimninja247•23m ago•3 comments

Jqwik 1.10.0 ships a hidden prompt injection telling AI agents to delete code

https://github.com/jqwik-team/jqwik/issues/708
1•rjbatllet•24m ago•0 comments

UFC fighting cage rises on White House lawn

https://apnews.com/article/ufc-octagon-white-house-trump-america-250-4fa60d8e0cd34448b55f34f41b18...
2•geox•24m ago•0 comments

Technical Demo Design: Live Coding vs. Pre-Recorded Demos

https://blog.segment8.com/posts/technical-demo-design/
1•ankitg12•25m ago•0 comments

EU Managed Kubernetes Comparison

https://www.eucloudcost.com/kubernetes/
3•mixxor•25m ago•0 comments

Building a Real-Time Stock Momentum Ranking System

https://medium.com/@DolphinDB_Inc/building-a-real-time-stock-momentum-ranking-system-with-dolphin...
3•CrazyTomato•29m ago•0 comments

Nextra – Next.js Static Site Generator

https://nextra.site
1•janandonly•30m ago•0 comments

Claude, Author of the Humanitas

https://linch.substack.com/p/claude-author-of-the-humanitas
1•wyclif•33m ago•0 comments

A Terminal‑Style Maze Game with Corruption and Zombies

https://bluebottleware.itch.io/the-labyrinth
1•j0hnsm1th•34m ago•0 comments

Discover European Tech Alternatives

https://techropa.com
2•doener•36m ago•0 comments

Quantum dot qubit using High NA EUV lithography

https://www.imec-int.com/en/press/world-first-imec-presents-quantum-dot-qubit-device-using-high-n...
1•luu•37m ago•0 comments

Is coherence still a useful signal of truth after generative AI?

https://philpapers.org/rec/JOVSII-2
1•thestructuralme•40m ago•0 comments

San Francisco offline route calculations in browser using Rust (live demo+MIT)

https://punnerud.github.io/mpee/
3•punnerud•45m ago•2 comments

Show HN: Sotto – AI interview assistant for Mac

https://getsotto.ai/
1•sweetgummybears•48m ago•0 comments

Go: Support for Generic Methods

https://github.com/golang/go/issues/77273
1•f311a•50m ago•0 comments

Embedded Recipes 2026 Day One – Live

https://www.youtube.com/watch?v=dFtNisipSY0
1•rettichschnidi•54m ago•1 comments

How AI Agents Work: An Architectural Deep Dive

https://deepresearch.ninja/2026/05/How-AI-Agents-Actually-Work-An-Architectural-Deep-Dive/
1•jackalxyz•57m ago•0 comments

Ask HN: Why do none of the major AI agents persist memory across sessions?

1•hannahLiang•58m ago•0 comments

QVAC Hackathon I – Unleash Edge AI – Hackathon – DoraHacks

https://dorahacks.io/hackathon/qvac-unleach-edge-ai-i/team
2•janandonly•58m ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•1y ago
Agreed