frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Techie buys fake Ledger Nano S+ hardware wallet and almost falls for phishing

https://www.tomshardware.com/tech-industry/cyber-security/techie-buys-fake-ledger-nano-s-hardware...
1•NewCzech•2m ago•0 comments

Show HN: SharpSkill – I simplified the process of ITWs preparation

https://sharpskill.dev/en
1•Enjoyooor•9m ago•0 comments

Marvin Minsky – Steps Toward Artificial Intelligence (1961) [pdf]

https://courses.csail.mit.edu/6.803/pdf/steps.pdf
1•the-mitr•10m ago•0 comments

Show HN: Understand Anything – Graphs that teach > graphs that impress

https://github.com/Lum1104/Understand-Anything
1•lum1104•13m ago•0 comments

Show HN: Browser Sysinfo – See everything a webpage can learn about you

https://sysinfo.theden.sh/
1•theden•13m ago•0 comments

HN: UmaBot – a multi-agent AI assistant

https://github.com/shaktsin/umaBot
1•shaktdev•14m ago•0 comments

Modern Rendering Culling Techniques

https://krupitskas.com/posts/modern_culling_techniques/
2•krupitskas•17m ago•0 comments

How (and why) we rewrote our production C++ front end infrastructure in Rust

https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-inf...
2•NewCzech•21m ago•0 comments

The Hilbert-Pólya Operator

https://substack.com/@metamagic/note/c-239237060
1•r0ze-at-hn•21m ago•0 comments

Under the hood of MDN's new front end

https://developer.mozilla.org/en-US/blog/mdn-front-end-deep-dive/
1•kevsim•26m ago•0 comments

Mythos and Cybersecurity

https://www.schneier.com/blog/archives/2026/04/mythos-and-cybersecurity.html
2•omer_k•27m ago•0 comments

Robot sprints to victory in Beijing, beating the half-marathon world record

https://apnews.com/article/humanoid-robots-half-marathon-beijing-302d0c4781bab20100d6a0bb4e77b629
3•tromp•31m ago•0 comments

Did Second-Wave Feminists Really "Forget" Motherhood?

https://fairerdisputations.org/second-wave-motherhood/
2•istist•32m ago•0 comments

The seven programming ur-languages

https://madhadron.com/programming/seven_ur_languages.html
1•helloplanets•33m ago•0 comments

Tell HN: macOS 26.4.1 bricked my MBP

4•nipponese•34m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
2•geox•46m ago•0 comments

Night into Day

https://billmckibben.substack.com/p/night-into-day
1•hackandthink•49m ago•0 comments

The RAM shortage could last years

https://www.theverge.com/ai-artificial-intelligence/914672/the-ram-shortage-could-last-years
11•omer_k•52m ago•1 comments

Regolo – European AI Provider

https://regolo.ai/
1•Mossy9•54m ago•1 comments

Android 15's hidden Linux Terminal is a real Debian VM – and it runs Claude Code

https://github.com/JoJa84/Codefone
3•JoJ84•1h ago•2 comments

Bullshit About Bullshit Machines [pdf]

https://aphyr.com/data/posts/411/the-future-of-everything-is-lies.pdf
1•hedayet•1h ago•1 comments

Hyperframes – AI Video Creation for Agents

https://github.com/heygen-com/hyperframes
1•steveharman•1h ago•1 comments

How and Why $150 NJ Transit World Cup Train Tickets Became Reality

https://www.forbes.com/sites/ianquillen/2026/04/18/the-perfect-storm-that-led-to-150-nj-transit-w...
2•RestlessMind•1h ago•0 comments

Keep Pushing: We Get 10 More Days to Reform Section 702

https://www.eff.org/deeplinks/2026/04/keep-pushing-we-get-10-more-days-reform-section-702
20•nobody9999•1h ago•1 comments

Pie Day 2026

https://www.technologyreview.com/2026/04/17/1136121/pie-day-links/
1•joozio•1h ago•0 comments

New Qingzhou Cargo Spacecraft Testing Proceeding Well in Orbit

https://www.china-in-space.com/p/new-qingzhou-cargo-spacecraft-testing
1•JPLeRouzic•1h ago•0 comments

The Truth About AI Disruption

https://thebahnsengroup.com/dividend-cafe/the-truth-about-ai-disruption-april-17-2026/
1•ninjahawk1•1h ago•0 comments

Compound AI: The architecture for safe, scalable autonomy

https://engineering.gm.com/home.detail.html/Pages/news/us/en/engineering/2026/mar/0319-compound-a...
1•plun9•1h ago•0 comments

Show HN: Backlit Keyboard API for Python

https://github.com/itsmeadarsh2008/backlit-kbd
1•itsmeadarsh•1h ago•1 comments

The Technological Republic, in Brief

https://twitter.com/palantirtech/status/2045574398573453312
3•phantomathkg•1h 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