frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Super Smash Bros Melee is 100% decompiled

https://decomp.dev/doldecomp/melee
1•thekevintang•2m ago•0 comments

Block Applies to Establish Builders Bank and Trust

https://www.wsj.com/finance/banking/block-applies-to-establish-builders-bank-trust-3c6c9556
1•jaredwiener•7m ago•0 comments

Tokyo's Shinjuku Ward to ban minpaku in residential areas and near schools

https://www.japantimes.co.jp/news/2026/09/07/japan/shinjuku-ward-minpaku-ban/
1•mikhael•7m ago•0 comments

My Nix Config Is Intimate

https://www.scd31.com/posts/nix-files-are-intimate
2•birdculture•8m ago•0 comments

Hakken: Predicting future discoveries to fill gaps in today's knowledge

https://arxiv.org/abs/2609.04494
2•anigbrowl•9m ago•0 comments

Onboard device storage is kept low for these reasons

https://circuitbored.com/viewtopic.php?t=248
2•winternett•10m ago•0 comments

The AI-Native SDLC Playbook

https://claude.com/blog/the-ai-native-sdlc-playbook
2•rldjbpin•11m ago•0 comments

Show HN: Routi Bot – AI bots with their own desktops on your Mac

https://github.com/narralabs/routi/
3•westoque•12m ago•0 comments

Mid-conversation system messages and tool changes

https://platform.claude.com/docs/en/build-with-claude/mid-conversation-system-messages
1•azhenley•13m ago•0 comments

Show HN: Free scanning app with ML crops, front/back pairing, and stitching

https://timelinescan.com/frontback-scanner/
1•HoserHoser•13m ago•0 comments

Large Language Models Develop Novel Social Biases Through Adaptive Exploration

https://openreview.net/challenge?redirect=%2Fforum%3Fid%3Dpc7fqaOcAH
4•paimapi•14m ago•0 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
1•ioanarebeca•16m ago•0 comments

Protecting episodic memory after sleep loss: Similar benefits of exercise&naps

https://www.pnas.org/doi/10.1073/pnas.2528246123
2•bookofjoe•18m ago•0 comments

The universal programming language of LLMs

3•senorqa•19m ago•0 comments

Agent Canvas

https://www.openhands.dev/blog/introducing-agent-canvas
1•joshcsimmons•24m ago•0 comments

Show HN: Browser LLM Fit

1•init0•26m ago•0 comments

Ban Infinite Scrolling

https://www.rubenerd.au/ban-infinite-scrolling/
4•theorchid•28m ago•3 comments

Global regularity problem for the incompressible three-dimensional Navier-Stokes

https://terrytao.wordpress.com/2026/09/07/finite-time-blowup-with-smooth-forcing-term-for-the-inc...
2•digital55•30m ago•0 comments

A Highly Productive Dark Age: The Impact of AI on Mathematics

https://ev12183725.substack.com/p/a-highly-productive-dark-age
2•ceh123•33m ago•0 comments

OpenAI claims maths breakthrough on a famed 'Millennium Problem'

https://www.nature.com/articles/d41586-026-02842-5
1•Gedxx•34m ago•1 comments

One decision put Ruby into a downward spiral. It's not too late to fix it

https://rubyai.beehiiv.com/p/one-decision-put-ruby-into-a-downward-spiral-it-s-not-too-late-to-fi...
6•MattRogish•34m ago•1 comments

Elon Musk told ex-girlfriend he needed 'a legion of kids before the civil war'

https://www.theguardian.com/film/2026/sep/08/elon-musk-ashley-st-clair-documentary-venice
6•hackerbeat•38m ago•0 comments

If LLMs can't write, I doubt it can lead us to AGI

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
3•adletbalzhanov•39m ago•0 comments

Java and Polyglot Microservice Benchmarks (K6 Load Test)

https://ozkanpakdil.github.io/test-microservice-frameworks/posts/2026/2026-09-05-microservice-fra...
1•ejboy•39m ago•1 comments

How to Build a Printer

https://nishantjosh.dev/blogs/how-to-build-a-fking-printer/
2•cat-whisperer•39m ago•0 comments

iPhone Ultra accessories

https://dbrand.com/search/device/iphone-ultra
1•thijsr•41m ago•0 comments

Astra is fully rolled out to Plus, Pro, Business, and Enterprise users

https://twitter.com/OpenAI/status/2097431322117476423
1•vertigoruntime•42m ago•0 comments

New England Lighthouses

https://mapped.earth/lighthouses/new-england
2•MarcoDewey•44m ago•0 comments

Show HN: SimpleW – Lightweight C# Web Server with optional addons

https://simplew.net/
1•prodbro•45m ago•0 comments

There will only be four jobs

https://99d.substack.com/p/there-will-only-be-four-jobs
2•jacoblb64•47m 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