frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trillion-Parameter Sequential Transducers for Generative Recommendations (2024)

https://arxiv.org/abs/2402.17152
1•peter_d_sherman•1m ago•0 comments

Show HN: Earn 41% Commission: German Language Learning

https://languagemaster.org/affiliate/
1•not_wowinter13•7m ago•0 comments

Hayden Panetierre Dies at 36

https://abcnews.com/US/hayden-panettiere-dies-36/story?id=135698473
1•fagnerbrack•8m ago•1 comments

Idea for Expository AI

1•E-Reverance•13m ago•0 comments

Claude Code "Feature Request: Support Agents.md": Closed as Completed

https://github.com/anthropics/claude-code/issues/6235
2•deaux•19m ago•1 comments

draw.city – Daily geography game where you circle the target population [US]

https://draw.city/
1•NameError•20m ago•1 comments

how the internet makes us bad at watching stuff [video]

https://www.youtube.com/watch?v=Gqjb1DvjAnI
1•striking•25m ago•0 comments

A Structural Explanation of the Undecidability of the Halting Problem in TM

https://bfzhao.substack.com/p/a-structural-explanation-of-the-undecidability
1•bingfeng•26m ago•0 comments

Cursor earns AIUC-1 certification for agent security and reliability

https://cursor.com/blog/aiuc-1
1•dhruv3006•30m ago•0 comments

PawPause: Mac app that pauses the keyboard when your cat walks on it

https://miladsafarzadeh1.github.io/PawPause-mac/
1•LouisLazaris•31m ago•0 comments

Anthropic revenue jumps 14x to more than $11.5B in second quarter

https://www.bloomberg.com/news/articles/2026-08-14/anthropic-revenue-ahead-of-ipo-surges-over-14-...
1•ukuina•37m ago•0 comments

Ask HN: Claude Desktop Weird Behavior

1•ikeee•41m ago•0 comments

US Air Force jet engine manufacturing plagued by 'significant challenges'

https://www.militarytimes.com/industry/techwatch/2026/08/03/us-air-force-jet-engine-manufacturing...
2•toomuchtodo•41m ago•1 comments

AI Is Helping Patients Solve Medical Mysteries

https://www.wsj.com/health/ai-is-helping-patients-solve-medical-mysteries-3c2d7c25
1•toomuchtodo•45m ago•0 comments

Database-less link shortener and compressor

https://github.com/p2r3/ha.mr
1•rfarley04•45m ago•0 comments

Which countries have passed peak population?

https://ourworldindata.org/which-countries-have-already-passed-peak-population-and-when-will-the-...
3•soheilpro•49m ago•1 comments

Gmail might partially be to blame for receiving emails from other Sean Conners

https://boston.conman.org/2026/08/11.1
7•dmarto•49m ago•4 comments

A friend would not stop talking stocks; wrote stock program for engagement

https://store.amfile.org/product.php?id=prod_6a7f41d5b65770.11390317
2•pagetelegram•53m ago•1 comments

Level1Techs Can't Disprove Google's GDPR AI Studio Violation

https://forum.level1techs.com/t/google-illegally-retains-customer-data-and-i-am-taking-legal-acti...
2•Bitu79•56m ago•1 comments

Open Source App for HT203U Thermal Camera (USB-C)

https://github.com/cfbird/HT203U-Thermal
1•Ruthalas•58m ago•0 comments

LabLLM – Train a small language model from scratch on Apple Silicon

https://github.com/Greninja9257/LabLLM
1•Developer1924•1h ago•0 comments

GIMP Development Update

https://www.gimp.org/news/2026/08/16/dev-update-august-2026/
1•lumpa•1h ago•0 comments

Organ donation service decertified after attempting to take organs

https://doi.org/10.1136/bmj-2026-100578
1•sbulaev•1h ago•0 comments

Design of the HTTPS Layer for AI Governance

https://zenodo.org/records/21967859
1•sangamdas1982•1h ago•0 comments

old.reddit.com Now Requires a Login

7•chucksmash•1h ago•7 comments

Show HN: LinXiv v0.4.0; paper manager now using n0's iroh for P2P collaboration

https://github.com/linxiv-dev/linXiv
1•jeuribe•1h ago•2 comments

Talent Distribution

https://microcapclub.com/talent-distribution/
1•gmays•1h ago•0 comments

Strong Gravitational Lensing and Microlensing of Supernovae

https://infoscience.epfl.ch/entities/publication/644cad8a-6c9b-4b02-bcf3-b8b6e8c614c5
2•andsoitis•1h ago•0 comments

God Save the Red Queen Competition in Co-Evolutionary Robotics (1997)

https://infoscience.epfl.ch/entities/publication/a65d0679-6855-4be6-adf4-6c8288092357
1•andsoitis•1h ago•0 comments

Webcat: A tamper-evident seal for the open web

https://freedom.press/tech/news/webcat-a-tamper-evident-seal-for-the-open-web/
2•instagraham•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