frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why web browsers don't support Markdown

https://unstory.eu/qaa/
1•skeledrew•2m ago•0 comments

There's Been a Subtle Shift in the AI Zeitgeist

https://www.bloomberg.com/news/newsletters/2026-06-26/there-s-been-a-subtle-shift-in-the-ai-zeitg...
1•Alien1Being•3m ago•0 comments

Tug: An IDE for AI Coding

https://github.com/tugtool/tugtool
1•azhenley•3m ago•0 comments

Why SpaceX Is the McDonald's of AI

https://www.computerworld.com/article/4189645/why-spacex-is-the-mcdonalds-of-ai.html
1•mikelgan•4m ago•1 comments

End of an era as BBC Long Wave closes down

https://www.mayonews.ie/news/end-of-an-era-as-bbc-long-wave-closes-down-8759031
1•austinallegro•7m ago•0 comments

Is America Becoming a Gerontocracy?

https://www.economist.com/culture/2026/06/25/is-america-becoming-a-gerontocracy
1•littlexsparkee•11m ago•0 comments

The Stag Hunt

https://nonzerosum.games/staghunt.html
1•mrcgnc•16m ago•0 comments

After 100 years of BBC LW, last ever R4 Shipping Forecast and final close down [video]

https://www.youtube.com/watch?v=ozZKZWMRMPU
1•austinallegro•17m ago•0 comments

McNUFFT – Nonuniform FFT for Apple Silicon GPUs via MLX

https://github.com/martinlachaine/mcnufft
1•anglerbay•17m ago•0 comments

Defining Taste

https://twitter.com/mitchellh/status/2070665127331037290
1•tosh•23m ago•0 comments

SVG-Margin: Better Gutters for Emacs

https://www.chiply.dev/post-svg-margin
2•signa11•29m ago•0 comments

Horsewood ComplaintS (2026) We Tried It My Honest ReviewS

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•tafuhagt•30m ago•0 comments

All Logic, No Bite

https://lcamtuf.substack.com/p/all-logic-no-bite
2•surprisetalk•33m ago•0 comments

When a measure stops helping people see and starts teaching them to hide

https://lamis73.substack.com/p/the-same-number-twice
1•Lamis-A•36m ago•0 comments

After years of working with Go, I wrote the interview guide I wish I'd had

https://leanpub.com/the-senior-go-engineer-interview-guide-ai-platform-engineering
1•lucasepe•40m ago•0 comments

Australia plans to strengthen under-16s social media ban

https://www.irishexaminer.com/world/arid-41869605.html
2•Markoff•41m ago•3 comments

Apple is skipping M6 Pro and Max to focus on M7 chips

1•StizzurpXDD•45m ago•2 comments

Democrats and Republicans agree: AI is scary

https://economist.com/united-states/2026/06/25/democrats-and-republicans-agree-ai-is-scary
1•andsoitis•50m ago•0 comments

Mathematics: Its Content, Methods and Meaning

https://old.maa.org/press/maa-reviews/mathematics-its-content-methods-and-meaning
1•teleforce•51m ago•0 comments

Ford execs say they made a mistake when they replaced human engineers with AI

https://www.neowin.net/news/ford-execs-say-they-made-a-mistake-when-they-replaced-human-engineers...
1•gscott•55m ago•0 comments

We measured whether AI obeys architecture rules. Even Opus ignored them 60%

https://hunch-pi.vercel.app/blog/post?slug=ai-ignores-your-architecture
2•davesheffer•55m ago•0 comments

Show HN: OpenClaw Launch – deploy a managed OpenClaw AI agent in 30s

https://openclawlaunch.com
1•zackchew•56m ago•1 comments

CraftsmanSHIP. Not CraftsmanSHIT

https://fagnerbrack.com/craftsmanship-not-craftsmanshit-88db7c982103
1•fagnerbrack•56m ago•0 comments

LFM2 VL WebGPU

https://huggingface.co/spaces/LiquidAI/LFM2-VL-WebGPU
1•fagnerbrack•57m ago•0 comments

Qwen3.5 WebGPU

https://huggingface.co/spaces/webml-community/Qwen3.5-WebGPU
1•fagnerbrack•57m ago•0 comments

Show HN: An LLM that designs M5Stack hardware builds

https://unitkit.pages.dev/
1•toyoshi•59m ago•0 comments

Explore the Leading Global Data Center Database

https://www.datacentermap.com/
1•zeristor•59m ago•0 comments

AirPlay for Google (Android) TV Chromecast

https://github.com/lekandigital/android-tv-airplay-receiver
1•lekan_digital•59m ago•0 comments

Emergent Geometry from the IKKT Matrix Model: Convergence to S^4

https://zenodo.org/records/19558001
1•RIshabh235•1h ago•0 comments

What Is an AI Intelligence Layer for Business Data?

https://www.corpusiq.io/blog/what-is-ai-intelligence-layer-business-data
2•corpusiq_io•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