frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Troubling Global Ramifications of the EU's Digital Markets Act

https://www.realclearmarkets.com/articles/2026/08/20/the_troubling_global_ramifications_of_the_eu...
1•RickJWagner•26s ago•0 comments

Poolside Strikes $6B Licensing Deal with Nvidia

https://www.newcomer.co/p/sources-poolside-strikes-6-billion
1•amrrs•1m ago•0 comments

Software 2.0: A Security-Critical Project Where I Don't Read the Code

https://aaronstannard.com/a-security-critical-project-where-i-dont-read-the-code/
1•mooreds•2m ago•0 comments

The ATProto Spaces Alpha Is Live – At Protocol

https://atproto.com/blog/atproto-spaces-alpha
1•grappler•3m ago•0 comments

Regex is horrible, yet regex is amazing

https://www.autodidacts.io/horrible-amazing-regex/
1•Curiositry•3m ago•0 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
1•sameerhimati•3m ago•0 comments

The Many Faces of a Paradigm

https://www.pthenq.io/blog/series/kuhn-at-the-software-industry/part-1-the-many-faces-of-a-paradigm/
1•jhartikainen•4m ago•0 comments

Treasury plan to subdue yields fails

https://www.cnbc.com/2026/08/19/stock-market-today-live-updates.html
3•root-parent•7m ago•0 comments

Catches decisions and commitments you missed across work tools

https://stackstitch.dev/
2•julianacunadc•11m ago•0 comments

AI-Driven Development Means Test-Driven Development

https://meiert.com/blog/ai-and-tdd/
1•speckx•11m ago•0 comments

Why.com: A $17K domain held for 27 years becomes an AI curiosity engine

https://www.inc.com/sam-blum/the-17000-domain-that-could-be-worth-70-million-just-became-an-ai-ch...
3•rasheed106•13m ago•0 comments

The Mundaneum, XX Century "Internet" Put World Knowledge on Millions Index Cards

https://www.openculture.com/2026/08/discover-the-mundaneum-an-early-20th-century-internet.html
1•mdp2021•13m ago•0 comments

System prompts are an archive of how we use AI

https://salable.substack.com/p/system-prompts-are-an-archive-of
1•themeta•15m ago•0 comments

Show HN: Emd – Fast EDA's for CSV and XLS(X) from the Terminal

https://github.com/utkukosman1/explain-my-data-CLI
1•cakbeslik•16m ago•0 comments

Layoffs in Apple's Vision Products Group

https://appleinsider.com/articles/26/08/20/layoffs-in-apples-vision-products-group-prove-slow-pro...
3•cdrnsf•16m ago•1 comments

Aaron Swartz was prosecuted for scraping, while Meta does it without consequence

https://blog.curiousquail.com/im-upset-again-about-a-co-creator-of-rss-being-prosecuted-for-somet...
13•speckx•18m ago•1 comments

Staggering 90% of biomedical papers now show signs of AI help

https://www.nature.com/articles/d41586-026-02551-z
2•sbulaev•18m ago•0 comments

Show HN: ChinaDesk

https://chinadesk.news/
1•sinak•22m ago•0 comments

Ask HN: How do you get banned from HN?

3•LAC-Tech•22m ago•2 comments

2XKO Active Development Will End in December 2026

https://www.riotgames.com/en/news/2xko-active-development-ends-december-2026
1•minimaxir•23m ago•0 comments

Use the OSS, Commit Back – OAVL – The Open Source AI Viability License

https://github.com/kenm47/oavl
2•hank2000•29m ago•1 comments

Show HN: Free Web audit over 100 checks

https://beavercheck.com/
1•apancyborg•30m ago•1 comments

Ukrainian publishers call for support after Russian attacks destroy 10M books

https://www.theguardian.com/books/2026/aug/20/help-ukrainian-publishers-russia-attacks-books
3•mdp2021•30m ago•0 comments

European gas prices hit highest point since March

https://www.euronews.com/business/2026/08/20/europes-gas-prices-have-doubled-with-the-worst-yet-t...
1•leonidasrup•31m ago•0 comments

Bun v1.4

1•CrimsonRain•32m ago•2 comments

My Morse Code Keyer Homebrew Software for the Nintendo 3DS

https://ei3lh.eu/2026/08/20/my-morse-code-keyer-homebrew-software-for-the-nintendo-3ds/
1•austinallegro•34m ago•0 comments

GitHub Stacks in Jujutsu

https://alan.norbauer.com/articles/github-stacks-with-jujutsu/
1•LVB•36m ago•0 comments

Why nerds are unpopular (2003)

https://paulgraham.com/nerds.html
2•cassepipe•36m ago•1 comments

Introducing AI Futures

https://openai.com/index/introducing-ai-futures/
4•logickkk1•38m ago•0 comments

Stop Eating Lady Gaga's Oreos

https://www.experimental-history.com/p/stop-eating-lady-gagas-oreos
47•cwal37•39m ago•6 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