frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Netflix plans to add a vertical video feed

https://techcrunch.com/2026/04/17/netflix-plans-to-add-a-vertical-video-feed-use-ai-for-recommend...
1•Levitating•45s ago•0 comments

The Gregorio project – GPL tools for typesetting Gregorian chant

https://gregorio-project.github.io/index.html
1•mcookly•2m ago•0 comments

The tide has turned in the AI infrastructure space

https://radiant.co/blog/the-tide-is-receding-in-ai-infrastructure
1•theaiguyhack•2m ago•0 comments

App Store Reviews Are Busted

https://blog.terrygodier.com/2026/04/13/app-store-reviews-are-busted.html
1•gpi•3m ago•0 comments

Kamal

https://github.com/basecamp/kamal
2•sakopov•3m ago•0 comments

Agents, Code Reviews, and the Bottleneck Shift, Oh My

https://ayende.com/blog/203939-C/agents-code-reviews-and-the-bottleneck-shift-oh-my?Key=a4aac51e-...
1•speckx•3m ago•0 comments

How the cost of a mortgage has changed in the UK – from the 60s until now (2025)

https://hotminute.co.uk/2025/06/22/heres-how-the-cost-of-a-mortgage-has-changed-in-the-uk-from-th...
2•robtherobber•4m ago•0 comments

Claude, Gemini, and Copilot Got Hijacked

https://agentshield.pro/blog
1•eigenart•4m ago•0 comments

What's the Point of Hardbacks?

https://tomrowley.substack.com/p/whats-the-point-of-hardbacks
1•casca•4m ago•0 comments

The New Economics of WPF Migration: Why AI Agents Changed the Math

https://platform.uno/blog/the-new-economics-of-wpf-migration-why-ai-agents-changed-the-math/
1•mx2ei1•6m ago•0 comments

Slop Cop

https://awnist.com/slop-cop
2•ericHosick•7m ago•1 comments

ERC explains stricter application measures amid rising demand for funding

https://erc.europa.eu/news-events/news/erc-president-explains-stricter-application-measures-amid-...
1•ruieduardolopes•8m ago•1 comments

Plant a Thousand Flowers, Pull Ten Thousand Weeds

https://stripmall.software/blog/plant-a-thousand-flowers/
1•rmoskal•8m ago•0 comments

The Claude Coding Vibes Are Getting Worse

https://blog.matthewbrunelle.com/the-claude-coding-vibes-are-getting-worse/
1•birdculture•9m ago•0 comments

Rethinking AI TCO: Why Cost per Token Is the Only Metric That Matters

https://blogs.nvidia.com/blog/lowest-token-cost-ai-factories/
1•gmays•9m ago•0 comments

Agents that remember: introducing Cloudflare Agent Memory

https://blog.cloudflare.com/introducing-agent-memory/
2•tysont•10m ago•0 comments

Show HN: Mimikos – Zero-config mock server that infers API behavior from OpenAPI

1•codeguruking•11m ago•0 comments

Battery costs declined 99% in 3 decades, making electric transport a reality

https://ourworldindata.org/battery-price-decline
3•surprisetalk•12m ago•0 comments

To ace exams, get better at the easy questions (2022)

https://predr.ag/blog/to-ace-exams-get-better-at-the-easy-questions/
2•surprisetalk•12m ago•0 comments

Loving the Community Center

https://pgadey.ca/blog/loving-the-community-center/
2•surprisetalk•12m ago•0 comments

After a saga of broken promises, a European rover has a ride to Mars

https://arstechnica.com/space/2026/04/after-a-saga-of-broken-promises-a-european-rover-finally-ha...
3•Brajeshwar•13m ago•0 comments

NIST gives up enriching most CVEs

https://risky.biz/risky-bulletin-nist-gives-up-enriching-most-cves/
5•mooreds•13m ago•0 comments

Caching Strategies from Scratch

https://vaibhavacharya.github.io/writings/caching-strategies-from-scratch/
2•vaibhavacharya_•14m ago•0 comments

AI-news-collector: Creating AI-NEWS

https://github.com/masmasmas555-afk/ai-news-collector
2•simonpure•14m ago•0 comments

Flagship: feature flags built for the age of AI

https://blog.cloudflare.com/flagship/
2•makepanic•14m ago•0 comments

TIL: You can read Claude Code quota locally (no scraping, no API)

2•micaeked•16m ago•0 comments

CodeWeavers CrossOver for Mac – Works great, no miracles

https://www.dedoimedo.com/computers/crossover-mac.html
2•speckx•17m ago•0 comments

Claude Design

https://www.anthropic.com/news/claude-design-anthropic-labs
38•meetpateltech•18m ago•3 comments

Cliver-project/CLIver: General-purpose AI agent for your terminal

https://github.com/cliver-project/CLIver
2•LaSombra•19m ago•0 comments

Kubernetes operator for deploying, serving, and improve LLM inference engines

https://github.com/cliver-project/AITrigram
2•LaSombra•20m 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