frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building apps with an autonomous Gauntlet Loop – extended Matt Shumer's concept

https://viborc.com/the-parts-of-an-autonomous-build-loop-that-arent-the-prompt/
2•viborcip•1m ago•0 comments

Screening babies' genomes could save lives

https://www.nature.com/articles/d41586-026-02528-y
1•Brajeshwar•2m ago•0 comments

The job ain't quite the same

https://prashanth.world/the-job-aint-the-same/
1•mangoman•3m ago•0 comments

Treasury Announces Increased Sizes of Nominal Long-End Liquidity Support Buyback

https://home.treasury.gov/news/press-releases/sb0607
1•zelias•3m ago•0 comments

Show HN: INXM // local` OSS for using LLM as compiler and not as runtime

https://github.com/inxm-ai/inxm-local
1•oesimania•3m ago•1 comments

Dream Coder ADE

https://www.dreamcoder.ai/
1•hmokiguess•4m ago•0 comments

Show HN: Data Visualization for Agents

https://tryopendata.github.io/openchart/
1•RileyHilliard•4m ago•0 comments

How Claude's Text Watermarking Works [video]

https://www.youtube.com/watch?v=tLv7qRWFMlw
2•ModelForge•6m ago•0 comments

Remote workers report the highest well-being in study of 7,700 employees

https://www.colorado.edu/today/2026/08/12/remote-workers-report-highest-well-being-study-7700-emp...
2•downbad_•7m ago•0 comments

IBM's new modular architecture for cryogenic systems

https://www.ibm.com/quantum/blog/modular-cryogenics
1•rbanffy•7m ago•0 comments

Six Ways an Eval Lies: structural defects that survive preregistration

https://github.com/Threadborne/eval-integrity
1•Threadborne•8m ago•0 comments

A pocketable AI agent – Tokens free to use now

https://plugos.net/plugclaw/
1•Nut_•9m ago•0 comments

Changes for Apps in the European Union – Support Developer

https://developer.apple.com/support/apps-in-the-eu/
1•OptionOfT•9m ago•0 comments

An echo of Einstein: Unexpected link between whale calls and special relativity

https://phys.org/news/2026-08-echo-einstein-unexpected-link-whale.html
1•tiahura•10m ago•0 comments

100% RHAE on ARC-AGI-3 public with Claude Code, Opus 5, and one skill

https://arc-skill.vercel.app/
1•pbshgthm•10m ago•0 comments

New Casio F-B100W – Upgrade to the iconic F-91W after 40 years

https://www.casio.com/uk/watches/casio/product.F-B100W-1A/
2•__fst__•11m ago•2 comments

Extreme evolution: The animals evolving at super speed to survive

https://www.bbc.com/future/article/20260805-the-animals-evolving-at-super-speed-to-survive
1•jazali•12m ago•0 comments

Show HN: Boomkat - a lightweight JavaScript engine written from scratch

https://github.com/ricardobeat/boomkat
2•ricardobeat•12m ago•1 comments

Rod Liddle loathed me on sight. He was a genius

https://www.damianreilly.co.uk/p/no-mate-thats-not-it
1•myrtlehinch•12m ago•0 comments

Claude 529 Errors Again Today

2•connortyndall•13m ago•1 comments

Teaching AI with Quantum Data

https://www.quantinuum.com/blog/teaching-ai-with-quantum-data
1•jonbaer•14m ago•0 comments

Financial work is a systems problem

https://trysecondstate.com/blog/financial-work-is-a-systems-problem
1•ELAmrani•15m ago•0 comments

Moderna cancer vaccine succeeds in historic Phase 3 trial, stock soars over 115%

https://thecoinheadlines.com/tech-and-ai/modernas-cancer-vaccine-succeeds-in-historic-phase-3-tri...
3•ar_writer•16m ago•1 comments

What Do Students Lose When They Stop Writing?

https://www.nytimes.com/2026/08/17/us/student-writing-essays-ai.html
2•cyndunlop•16m ago•1 comments

Alvarez vs. Apple, Inc. (N.D. Cal., July 15, 2026) [pdf]

https://ia803202.us.archive.org/25/items/gov.uscourts.cand.474371/gov.uscourts.cand.474371.1.0.pdf
2•1vuio0pswjnm7•17m ago•0 comments

There are two kinds of theorems

https://blog.plover.com/2026/08/11/
1•surprisetalk•17m ago•0 comments

How to build a cancer vaccine, and whether they will work this time

https://www.owlposting.com/p/how-to-build-a-cancer-vaccine-and
3•abhishaike•17m ago•1 comments

ShellRisk-Bench – a benchmark for evaluating the cyber risk of agent tool calls

https://twitter.com/0xSerious/status/2090087196598452721
1•mc-serious•19m ago•0 comments

Show HN: Grove, a formal workflow protocol for long-running AI coding agents

https://github.com/alxshelepenok/grove
2•alxshelepenok•19m ago•0 comments

I gave frontier LLMs a canvas and told them to draw a self-portrait

https://ismaelroblesrazzaq.github.io/blog/llm-self-portraits/
2•ismael_rr•20m ago•2 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