frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Best "screensaver" in the world? – help me please:)

https://auroratheanomaly.nekoweb.org/microcosm.html
1•rogmash•1m ago•0 comments

What Does AI Know?

https://minervaatdusk.substack.com/p/what-does-ai-actually-know
1•minervaatdusk•1m ago•0 comments

Sign of the Future: GPT-5.5

https://www.oneusefulthing.org/p/sign-of-the-future-gpt-55
1•momentmaker•2m ago•0 comments

DOJ arrests soldier who made $400k betting on Maduro's removal

https://abcnews.com/US/doj-arrests-soldier-made-400000-betting-maduros-removal/story?id=132325426
1•morkalork•3m ago•0 comments

White House warns of 'industrial-scale' efforts in China to rip off U.S. AI tech

https://www.cnbc.com/2026/04/23/trump-china-ai-technology.html
1•shinryudbz•4m ago•1 comments

Another customer of troubled startup Delve suffered a big security incident

https://techcrunch.com/2026/04/23/another-customer-of-troubled-startup-delve-suffered-a-big-secur...
1•WaitWaitWha•5m ago•0 comments

Cashing in on the crown: How Trump turned presidency into a money machine

https://theins.press/en/corruption/291857
1•lschueller•5m ago•0 comments

Mac app uses AirPods sensors to detect slouching

https://apps.apple.com/us/app/sittall-fix-your-posture/id6761648859?mt=12
1•JMiao•5m ago•1 comments

The Black Death: The Greatest Catastrophe Ever (2005)

https://www.historytoday.com/archive/black-death-greatest-catastrophe-ever
1•downbad_•6m ago•1 comments

Google: Stitch's DESIGN.md format is now open-source

https://blog.google/innovation-and-ai/models-and-research/google-labs/stitch-design-md/
1•fittingopposite•9m ago•0 comments

Render.com Raises Prices

https://render.com/blog/better-pricing-for-fast-growing-teams
3•bjhess•10m ago•0 comments

Why London's Dockless E-Bikes Are Causing Chaos

https://fee.org/articles/why-londons-dockless-e-bikes-are-causing-chaos/
1•WaitWaitWha•10m ago•1 comments

Optimism (2009)

https://github.com/raganwald-deprecated/homoiconic/blob/master/2009-05-01/optimism.md
1•Sir_Twist•10m ago•0 comments

Show HN: Tolaria – open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
3•lucaronin•11m ago•1 comments

Startup sales playbook: driving 7 figure enterprise deals

https://www.bvp.com/atlas/driving-seven-figure-enterprise-deals-how-recall-ais-amanda-zhu-went-fr...
1•deakhaus•12m ago•1 comments

Extract PDF text in the browser with LiteParse for the web

https://simonwillison.net/2026/Apr/23/liteparse-for-the-web/
1•simonw•13m ago•0 comments

Dutch YouTube creators behind Alberta separatist videos get millions of views

https://www.cbc.ca/news/canada/alberta-separatist-youtube-channels-netherlands-9.7174719
2•cf100clunk•13m ago•1 comments

I stopped using LM Studio once I found this (Jan.ai) open-source alternative

https://www.makeuseof.com/stopped-using-lm-studio-found-open-source-alternative/
1•gnabgib•15m ago•0 comments

US special forces soldier arrested after allegedly winning $400k on Maduro raid

https://www.cnn.com/2026/04/23/politics/us-special-forces-soldier-arrested-maduro-raid-trade
5•nkrisc•16m ago•1 comments

Show HN: easl – Instant hosting for AI agents

https://github.com/AdirAmsalem/easl
1•Adir•19m ago•0 comments

Show HN: Endo Familiar, an O-cap based JavaScript agent sandbox

https://dcfoundation.io/containing-ai-agents-the-endo-familiar-demo/
5•zmanian•20m ago•0 comments

Built-in memory for Claude Managed Agents

https://claude.com/blog/claude-managed-agents-memory
1•jbegley•21m ago•0 comments

Chernobyl 3828

https://www.youtube.com/watch?v=FfDa8tR25dk
1•chistev•22m ago•1 comments

Fluid dynamics for Toddlers: A much simpler Navier-Stokes derivation

https://chillphysicsenjoyer.substack.com/p/fluid-dynamics-for-toddlers
1•crescit_eundo•23m ago•0 comments

Show HN: Pdfnative – zero-dependency TypeScript PDF engine

https://www.npmjs.com/package/pdfnative
1•nizoka•24m ago•0 comments

Jensen Huang warns Huawei chips for DeepSeek models would be 'horrible' for US

https://www.scmp.com/tech/article/3350460/nvidias-jensen-huang-warns-huawei-chips-deepseek-ai-mod...
1•yogthos•24m ago•0 comments

Functional AGI Is Here

https://www.nfx.com/post/agi-is-here
3•domrdy•25m ago•0 comments

Ask HN: Which is the best SaaS company?

1•wasimsk•25m ago•0 comments

Authors Guild Addresses Publishers' AI Use

https://www.publishersweekly.com/pw/by-topic/digital/copyright/article/100211-authors-guild-speak...
1•gnabgib•26m ago•0 comments

Apple's promotes Johny Srouji to sprint build in-house chips for all devices

https://www.cnbc.com/2026/04/21/apple-promotes-chip-lead-srouji-as-it-corners-silicon-in-iphones-...
1•mgh2•35m 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