frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tool for building collaborative structured worlds in fiction

https://indignified.com/w3wu-what-it-is-why-it-matters/
1•ZguideZ•12s ago•0 comments

CUDA Proves Nvidia Is a Software Company

https://www.wired.com/story/cuda-proves-nvidia-is-a-software-company/
1•Brajeshwar•38s ago•0 comments

Heimdall MCP, a simple proxy to traces MCP tool calls

https://github.com/enmanuelmag/heimdall-mcp
1•cardor•59s ago•0 comments

Ask HN: I am 17 years old, which college should I apply if I have some projects?

1•Imustaskforhelp•1m ago•0 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•johnshades•4m ago•0 comments

577B Euro Hole in Europe

https://www.yahoo.com/news/articles/eu-auditors-sound-alarm-over-150413259.html
1•trilogic•4m ago•1 comments

Intel to Put Nvidia GPUs in Intel SoCs

https://nvidianews.nvidia.com/news/nvidia-and-intel-to-develop-ai-infrastructure-and-personal-com...
2•boplicity•4m ago•1 comments

Meditations on How I Got Into Y Combinator

https://nmn.gl/blog/meditations-on-make-something-people-want
1•namanyayg•5m ago•0 comments

Show HN: ESLabs

https://eslabs.web.app/
1•init0•5m ago•0 comments

Notesnook: An end-to-end encrypted note taking alternative to Evernote

https://github.com/streetwriters/notesnook
1•akyuu•7m ago•0 comments

I Went to an Illegal London Weed Coffeeshop

https://psychotechnology.substack.com/p/i-went-to-an-illegal-london-weed
1•paulpauper•8m ago•0 comments

Sticky Wages, Disequilibrium, and the Keynesian Revival in Modern Macroeconomics

https://nicholasdecker.substack.com/p/sticky-wages-disequilibrium-and-the
1•paulpauper•8m ago•0 comments

The Great American GLP-1 Experiment

https://www.nytimes.com/interactive/2026/04/15/opinion/glp1-health-effects.html
1•paulpauper•8m ago•0 comments

Licinexus-MCP – conversational access to Brazilian public bids

https://github.com/Licinexus/licinexus-mcp
2•laespinaworld•9m ago•0 comments

The Internet Used to Feel Smaller

https://tqs.bearblog.dev/the-internet-used-to-feel-smaller/
3•speckx•12m ago•1 comments

Find first 100 users on Reddit

2•redleadsapp•12m ago•0 comments

RPCS3 says "learn to code" as it bans (fully) AI-generated pull requests

https://www.neowin.net/news/rpcs3-says-learn-to-code-as-it-bans-ai-agents-from-project/
3•bundie•14m ago•0 comments

The Agent Stack Was Designed for the Wrong Workload

https://rmmod.com/posts/agent/agenticos-workshop/
3•guanlan•14m ago•0 comments

Amazon to stop selling 'hooligan e-bikes' in California

https://electrek.co/2026/05/11/amazon-to-stop-selling-hooligan-bikes-in-california-after-investig...
2•harambae•15m ago•0 comments

IP over Avian – The informal report from the RFC 1149 event

https://blug.linux.no/rfc1149/writeup/
3•moebrowne•16m ago•0 comments

Victory after a decade preventing Radio Lockdown

https://fsfe.org/news/2026/news-20260430-01.de.html
2•mkesper•16m ago•0 comments

Stop Writing YAML: Configuring ML Systems with Confingy

https://runwayml.com/news/stop-writing-yaml-configuring-ml-systems-with-confingy
2•nielka•16m ago•0 comments

Fragile Connectedness in Caregiver-Adolescent Relationships Confers Risk

https://onlinelibrary.wiley.com/doi/10.1111/famp.70131
3•PaulHoule•16m ago•0 comments

Half-assing it with everything you've got

https://mindingourway.com/half-assing-it-with-everything-youve-got/
4•syabro•18m ago•0 comments

A Field Guide to Learning

https://brianschrader.com/archive/a-field-guide-to-learning/
3•sonicrocketman•18m ago•2 comments

The Courtroom Circus with Elon Musk and Sam Altman

https://www.nytimes.com/2026/05/11/technology/courtroom-circus-elon-musk-sam-altman.html
2•1vuio0pswjnm7•18m ago•0 comments

Canvas got hacked, provost banned exams, professor responded by assigning Hayek

https://old.reddit.com/r/UIUC/comments/1ta8b3o/i_opened_my_email_expecting_exam_postponed_hang/
3•jdcampolargo•19m ago•0 comments

YSK: The Register is doing some report on Gemini API Key Compromises

https://old.reddit.com/r/googlecloud/comments/1ta5sim/comment/ol7a1pr/
2•crazysim•19m ago•1 comments

Ask HN: How often do you investigate issues in production vs. looking at logs?

2•aspectrr•19m ago•0 comments

OfficeOS: Open-source infrastructure for scaling and managing AI agents

https://github.com/officeos-co/officeos
2•Harro123•21m 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