frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gamers will have to prove their age under EU KIDS Act

https://www.euractiv.com/news/gamers-will-have-to-prove-their-age-under-eu-kids-act/
1•rzk•3m ago•0 comments

Nvidia CEO Jensen Huang tells Trump we're not going to let an AI slowdown happen

https://techcrunch.com/2026/09/14/nvidia-ceo-jensen-huang-tells-trump-were-not-going-to-let-an-ai...
2•neilfrndes•6m ago•0 comments

What is it like to be a student in Alpha School's high school boot camp?

https://buildcognitiveresonance.substack.com/p/special-report-my-so-called-alpha
1•krinn_silver•9m ago•0 comments

A statement from 1,386 employees of frontier AI companies

https://www.pacingthefrontier.com/#about
2•rvz•11m ago•1 comments

Short-video-generator-AI and 11 more trending open-source AI repos week 38, 2026

https://thezakulo.com/weekly/2026-w38/
1•thezakulo•11m ago•1 comments

A movement against data centers gains steam in Oakland

https://oaklandside.org/2026/09/11/data-centers-ai-oakland-protest-opposition/
2•dangrover•11m ago•0 comments

Why Isn't Django Serverless?

https://www.phemeral.dev/blog/serverless-django
1•cshjoshi•12m ago•1 comments

The Starting Line

https://mikaei.substack.com/p/the-starting-line
1•mikaelaast•13m ago•0 comments

Apps that are genuinely good

https://github.com/samwise1776/samwiseApps/releases/tag/apps-2026-09-14
1•Samwise1776•13m ago•0 comments

South Island Kei Trucks

https://www.southislandkeitrucks.ca/
2•dleslie•18m ago•1 comments

LLMs are real, AI is fake

https://pluralistic.net/2026/09/12/god-in-the-box/#llms-are-fake
6•andy99•20m ago•0 comments

Stop wasting hours writing video scripts

https://scriptflow-ai-composer.vercel.app/
1•gabrielmartinsa•21m ago•0 comments

AppleCare One Family Launches at $49.99 per Month

https://www.macrumors.com/2026/09/14/applecare-one-family-launches/
1•ValentineC•21m ago•0 comments

GEFS – new file system built for Plan 9

https://orib.dev/gefs.html
2•dchest•23m ago•1 comments

AI safety / ethics are fake fields and merely exist to create more power brokers

https://twitter.com/ctjlewis/status/1565787130386857986
1•CGMthrowaway•24m ago•0 comments

Carbon monoxide in cigarette smoke may explain reduced Parkinson's incidence

https://newatlas.com/mental-health/smoking-lowers-parkinsons-now-know-why/
2•bookofjoe•24m ago•0 comments

Slow developer experience will bottleneck fast models

https://www.seangoedecke.com/slow-devex-will-bottleneck-fast-models/
2•gfysfm•25m ago•0 comments

Why Rust Conferences became irrelevant to me

https://blog.veeso.dev/blog/en/why-rust-conferences-became-irrelevant-to-me/
1•devy•25m ago•0 comments

Is GLM-5.3-Flash Mythos-Level at Cyber?

https://generality.org/blog/posts/glm-flash-exploitbench/
2•mamiglia•28m ago•0 comments

AI and Existential Dread

https://seanbarry.dev/posts/ai-and-existential-dread/
3•seanbarry•33m ago•0 comments

Kolmogorov Complexity

https://en.wikipedia.org/wiki/Kolmogorov_complexity
3•sans_souse•35m ago•0 comments

Just one more lane: TfNSW revives WestConnex zombie Alexandria to Moore Park

https://jakecoppinger.com/2026/09/just-one-more-lane-tfnsw-revives-westconnex-zombie-alexandria-t...
2•jakecopp•36m ago•1 comments

Ask HN: What do you miss in language learning apps?

1•zecice•41m ago•0 comments

Show HN: Nowdex – AI agent usage on your iPhone

https://nowdex.app/
2•djyde•42m ago•0 comments

Wild dogs record 2,500-mile trek across Zambia in search of a mate

https://www.bbc.com/news/articles/cy459y5y9yxo
1•brudgers•45m ago•0 comments

Amodei's proposal would effectively outlaw competitive open weight models

https://venturebeat.com/technology/amodeis-ai-slowdown-plan-never-says-open-weights-it-doesnt-hav...
5•dollar•45m ago•0 comments

Catching structural lookahead bias in Python backtests

https://gist.github.com/Say-rik/f1f75261c15b19b1834d55b1f2f92a3a
1•quant_backlog•48m ago•0 comments

Show HN: Learn CRISPR in 3D in any language

https://viewer.10k.science/
1•1auralynn•53m ago•0 comments

No one wants to buy LA's most famous midcentury house

https://www.sfgate.com/la/article/stahl-house-sits-unsold-22422982.php
4•Teever•53m ago•1 comments

A zero-dependency Python loop detector for AI agents

https://github.com/data-gras/savi-loop-guard
1•GSingGras•57m 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