frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI ad partner now selling ChatGPT ad placements based on "prompt relevance"

https://www.adweek.com/media/exclusive-leaked-deck-reveals-stackadapts-playbook-for-chatgpt-ads/
1•jlark77777•1m ago•0 comments

Bonnard and Escapism

https://nonsite.org/bonnard-and-escapism/
1•bookofjoe•3m ago•0 comments

Apple's 'Nice Guy' Heir Apparent [Bloomberg, 3/22/26

https://www.bloomberg.com/features/2026-apple-next-ceo/
1•dogscatstrees•4m ago•0 comments

Reconstructing an Artemis II solar eclipse photo in a solar coordinate frame

https://sunpy.org/posts/2026/artemis_2_eclipse/
1•hayesla•4m ago•0 comments

Ask HN: Monetizing a Supplements Dataset

1•lilouartz•5m ago•0 comments

Rise in Young Men's Religiosity Realigns Gender Gaps

https://news.gallup.com/poll/708410/rise-young-men-religiosity-realigns-gender-gaps.aspx
1•littlexsparkee•6m ago•0 comments

Box64 0.4.2 Begins Working on Power PPC64LE Back End, Support for SteamRT3

https://www.phoronix.com/news/Box64-0.4.2-Released
1•samtheDamned•7m ago•0 comments

What we learned using AI agents to refactor a monolith

https://1password.com/blog/what-we-learned-using-ai-agents-to-refactor-a-monolith
1•ingve•7m ago•0 comments

Why Top Chinese and Russian Students Don't Use Apostol or Spivak

https://valeman.medium.com/the-well-kept-secret-of-elite-calculus-why-top-chinese-and-russian-stu...
1•ibobev•8m ago•0 comments

Show HN: Docker Compose for VM's

https://github.com/zeroecco/holos
1•zeroecco•9m ago•0 comments

Tell HN: Do not include co-authored-by Claude in your commits

1•throwaw12•13m ago•0 comments

That Resilience Can't Be Automated

https://uptimelabs.io/articles/5-ways-that-resilience-cant-be-automated/
2•0xKelsey•14m ago•0 comments

MariaDB's Snapshot Isolation: A Fix That Breaks More Than It Fixes

https://www.percona.com/blog/mariadbs-snapshot-isolation-a-fix-that-breaks-more-than-it-fixes/
1•0xKelsey•14m ago•0 comments

Original Task Manager creator explains why it lies to you about CPU usage

https://www.tomshardware.com/software/windows/original-task-manager-creator-explains-why-it-lies-...
2•amichail•15m ago•0 comments

Tim Cook is stepping down

https://www.axios.com/2026/04/20/tim-cook-apple-ceo
3•abustamam•17m ago•1 comments

AI quota inflation is no token effort. It's baked in

https://www.theregister.com/2026/04/20/inflation_ai_quota/
1•Logans_Run•18m ago•0 comments

Who Killed the Florida Orange?

https://slate.com/business/2026/04/florida-state-orange-food-houses-real-estate.html
1•danso•22m ago•1 comments

Tim Cook to step down from Apple

https://www.nytimes.com/2026/04/20/technology/tim-cook-apple-ceo-steps-down.html
8•frenchman_in_ny•22m ago•5 comments

How Finland's "Math Miracle" Deceived the World

https://valeman.medium.com/how-finlands-math-miracle-deceived-the-world-11a0070d9d89
1•ibobev•22m ago•0 comments

Stop your Raspberry Pi NixOS builds from crashing

https://cdmckay.org/stop-your-raspberry-pi-nixos-builds-from-crashing/
1•cdmckay•23m ago•0 comments

Stack Overflow Adds AI Assist Chat

https://beta.stackoverflow.com/ai-assist
1•written-beyond•24m ago•2 comments

Tim Cook Stepping Down as Apple CEO, John Ternus Taking Over

https://techcrunch.com/2026/04/20/tim-cook-stepping-down-as-apple-ceo-john-ternus-taking-over/
49•Vortigaunt•24m ago•1 comments

Agent Cost You $54,540

https://kyanfeat.substack.com/p/how-your-agent-cost-you-54540
1•kyanfeat•25m ago•1 comments

Isopods of the World

https://isopod.site/
2•debesyla•26m ago•0 comments

Johny Srouji Named Apple's Chief Hardware Officer

https://www.apple.com/newsroom/2026/04/johny-srouji-named-apples-chief-hardware-officer/
3•johnbehnke•30m ago•0 comments

Warfare in an Aging World

https://dispatch.bazaarofwar.com/p/warfare-in-an-aging-world
1•bookofjoe•31m ago•0 comments

Amiga DaynaPORT Driver for BlueSCSI V2 and ZuluSCSI

https://github.com/RobSmithDev/daynaport-amiga
2•doener•33m ago•0 comments

Tim Cook Retiring

https://www.bloomberg.com/news/articles/2026-04-20/apple-names-ternus-as-next-ceo-with-cook-becom...
2•longhaul•34m ago•1 comments

Apple Hardware Executive John Ternus to Become CEO

https://www.wsj.com/tech/apple-announces-ceo-john-ternus-2826465d
2•dcgudeman•35m ago•1 comments

Tim Cook steps down. Ternus to CEO

https://twitter.com/i/status/2046325832885432762
2•bundie•36m ago•1 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