frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My Claude.md

https://lws.io/blog/claude-dot-md/
1•saikatsg•3m ago•0 comments

Postgres 19: Monitoring only gets better

https://clickhouse.com/blog/postgres-19-monitoring-whats-new
1•saisrirampur•3m ago•0 comments

Antirez Brings Vision to DS4, DeepSeek V4 Flash Runs Locally on an M5 Max

https://pasqualepillitteri.it/en/news/13949/ds4-antirez-vision-local-deepseek-v4-flash-m5-max
2•fulafel•4m ago•0 comments

Brazilian scientist wins $500K for growing food with fewer chemicals

https://apnews.com/article/world-food-prize-brazil-soybeans-ebcb46d1a8384e67193ce2e64364ab42
1•thunderbong•8m ago•0 comments

Analysis of all companies in Y Combinator's S26 batch

https://accessfund.vc/insights/s26/batch-brief
2•tstime2•10m ago•1 comments

The Handshake Deal Protocol

https://www.ycombinator.com/handshake
1•tornikeo•10m ago•0 comments

Show HN: I Have Been Clawed – Index of coding agent incidents

https://ihavebeenclawed.com/
2•nezhar•12m ago•0 comments

Show HN: DirectXSplat – D3D12 Gaussian splat renderer, up to 2.4× gsplat FPS

https://github.com/pbkx/DirectXSplat
1•rmi0•16m ago•0 comments

Show HN: I built a tool that runs 258 automated checks against a WordPress site

https://wpaudit.cc/
1•mysticmetal•17m ago•0 comments

OpenAI's Astra uses "recurrent depth" to think silently

https://www.reddit.com/r/singularity/comments/1w4wc0p/openais_astra_uses_recurrent_depth_to_think/
1•armcat•19m ago•0 comments

Show HN: Gawkbot – open-source Grok bot with local vms for each bot

https://gawk.bot
3•najmuzzaman•25m ago•0 comments

Why Nvidia called their next generation compute "Feynman"

https://www.youtube.com/watch?v=TxM5B-9TFoM
1•echohive42•29m ago•1 comments

Sleep regularity – where do we go from here?

https://academic.oup.com/sleep/article/49/8/zsag114/8661334
1•petreradu•30m ago•0 comments

Who governs what autonomous AI agents execute?

https://zenodo.org/records/22003768
1•lcm3•31m ago•0 comments

We made it faster, it got worse

https://medium.com/@gurvinder372/article-2-we-made-it-faster-it-got-worse-75895de64a9e
2•gps372•31m ago•0 comments

A Little Over, a Little Under

https://granot.io/a-little-over-a-little-under/
1•tomgs•32m ago•0 comments

Show HN: 1Dial, an AI you can call/Text to get real-world tasks done

https://www.1dial.ai/
3•harshil9968•32m ago•0 comments

The John Ternus era begins at Apple

https://techcentral.co.za/john-ternus-apple-ceo-tim-cook/285604/
2•deepmem•33m ago•0 comments

Show HN: Orchestrate frontier AIs on the subscriptions you already pay for

https://github.com/PolyHelper/C1
1•PolyHelper•34m ago•0 comments

Discord's Bet on Gamified Ads

https://discorder.tools/blog/discord-play-quest-plus/
1•souvic•35m ago•0 comments

Meet the People Taking over Hacker News

https://www.ycombinator.com/blog/meet-the-people-taking-over-hacker-news
2•gurjeet•38m ago•0 comments

Show HN: Browser SplitView Master – view up to 16 websites in one Chrome window

https://chromewebstore.google.com/detail/browser-splitview-master/ngkcpcmnmbdchbejbgiegaiagpljkkhj
1•mysticmetal•40m ago•1 comments

Skills vs. MCP tools for AI agents: When to use which

https://blog.logrocket.com/skills-vs-mcp-tools-agent-guide/
2•qikouki•47m ago•0 comments

Community, Censorship, and Why Hope Still Matters: Naomi Kritzer Interview

https://forceandfable.com/2026/04/06/whyhopestillmatters_naomikritzerinterview/
2•bryanrasmussen•47m ago•0 comments

Dyson CameraJet: The only toothbrush with a camera and a jet

https://www.dyson.com/discover/news/latest/introducing-camerajet
1•samaysharma•50m ago•0 comments

Pelliamonds

https://achromath.substack.com/p/pelliamonds
1•vismit2000•55m ago•0 comments

AI safety is designed in the West, and failing users everywhere

https://restofworld.org/2026/ai-safety-bias/
1•thm•58m ago•0 comments

Fungible Memories for Automated Technology Mapping and Retargeting: PLDI'26 Talk [video]

https://www.youtube.com/watch?v=TgqyyV7GqC4
1•matt_d•1h ago•0 comments

Just Bury Your Trash

https://worksinprogress.co/issue/just-bury-your-trash/
3•barry-cotter•1h ago•1 comments

Amazon, Synopsys to cut more than 275 Bay Area tech jobs

https://www.sfchronicle.com/tech/article/amazon-synopsys-tech-layoffs-22413103.php
3•vismit2000•1h 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