frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MP3 piracy was born August 10, 1996

https://dfarq.homeip.net/the-first-pirated-mp3/
1•giuliomagnifico•40s ago•0 comments

DeepSeek: Reverse Engineering an AI Assistant by Interviewing Itself

https://manish.sh/writings/models/inside-deepseek-reverse-engineering-an-ai-assistant-by-intervie...
1•ms7892•1m ago•0 comments

Trump Said to Have Used Military Jet to Leave Turkey Amid Threats

https://www.nytimes.com/2026/08/10/us/politics/trump-plane-ruse.html
1•blltprfmnk•4m ago•0 comments

Show HN: Mcptoon – MCP CLI client that cuts tool discovery tokens by 97%

https://github.com/activeing123/mcptoon
2•mcptokensaver•4m ago•0 comments

Bow Windshield

https://en.wikipedia.org/wiki/Bow_windshield
1•CalChris•7m ago•0 comments

Coop Roost: Free, Open Source Child Safety Infrastructure for Every Platform

https://roost.tools/blog/coop-1-0-world-s-first-free-open-source-child-safety-infrastructure-for-...
1•tyfrankiv•7m ago•0 comments

Show HN: ConfigLedger -Find configuration drift across code, CI, Docker and docs

https://github.com/DevFoundry-labs/configledger/
1•DevFoundry-labs•8m ago•0 comments

Show HN: NiceShot AI – The analytics layer competitive games forgot to add

https://github.com/karimm-ai/NiceShot_AI
1•niceshot-ai•13m ago•0 comments

Tlbic Supplement v11.0: Added Question for Readers in Other Languages

https://drive.google.com/file/d/1svnkbPHkdK2Oyp2T2kAhhQna1ANtH7bO/view?usp=drive_link
1•michikawa59•14m ago•2 comments

Checkly: Metabase Security Incident

https://www.checklyhq.com/blog/metabase-security-incident/
1•sangeeth96•14m ago•0 comments

LLVM: Estimating Branch Probabilities

https://maskray.me/blog/2026-08-09-estimating-branch-probabilities
1•signa11•14m ago•0 comments

Show HN: Mychart-CLI, a local-first exporter for records you can view

https://github.com/lifan-builds/mychart-cli
1•lifan-builds•17m ago•0 comments

Never Bet Against Elon

https://blog.oxplot.com/never-bet-against-elon/
1•oxplot•18m ago•0 comments

Clanker Constitution

https://github.com/kenn-io/constitution
2•tosh•21m ago•0 comments

Claude skill automating edits to songs

https://github.com/ZiadAbdelkarim/beat-synced-edit
2•iwasastreamer•23m ago•0 comments

Yet Another Speed Dial

https://yetanotherspeeddial.com
2•modzu•23m ago•0 comments

Free real-estate calculators: cash flow, BRRRR, DSCR, cap rate – no signup

https://smeltworks.com/rentaldealcalc/
2•rentcalcpro•24m ago•0 comments

Anthropic pledges to embed watermarks to help discern AI slop in sop to EU

https://www.theregister.com/ai-and-ml/2026/08/11/anthropic-pledges-to-embed-watermarks-to-help-di...
2•thm•24m ago•1 comments

Bringing BPF to Binfmt_misc

https://lwn.net/SubscriberLink/1086947/d67ebdaa0865be49/
2•signa11•25m ago•0 comments

Study: AI is better at reading than listening

https://viterbischool.usc.edu/news/2026/08/can-ai-read-the-room-usc-study-finds-ai-is-better-at-r...
2•giuliomagnifico•26m ago•0 comments

Solving Advent of Code on FPGAs with Haskell RetroClash

https://midirus.com/blog/advent-of-fpga
2•signa11•27m ago•0 comments

Modern Strike Juego de Pistola

2•yarianaguileraa•30m ago•0 comments

Why night owls are more intelligent

https://twitter.com/thesupermanmx/status/2086731438129627403
2•MrBuddyCasino•32m ago•0 comments

Remember plug.dj, turntable.fm, etc.? Here's a new one, this one has a bar

https://mazurka.cafe/
2•Ambroza•40m ago•1 comments

MATLAB programming language sinking in popularity

https://www.infoworld.com/article/4207496/matlab-programming-language-sinking-in-popularity.html
3•theanonymousone•48m ago•1 comments

Sharding a routing table for lock-free reads in Go

https://vincent.bernat.ch/en/blog/2026-akvorado-rib-sharding
2•vbernat•48m ago•0 comments

Manufacturing Consensus: Propaganda in the Era of Automation and Anonymity(2023)

https://ijoc.org/index.php/ijoc/article/download/26942/5263/107089
2•Jimmc414•50m ago•0 comments

OpenAI reportedly completed a $7B employee tender offer

https://techcrunch.com/2026/08/10/openai-reportedly-completed-a-7-billion-employee-tender-offer/
4•ashurandi•51m ago•0 comments

Operation Earnest Voice (Centcom)

https://en.wikipedia.org/wiki/Operation_Earnest_Voice
3•Jimmc414•52m ago•0 comments

Analytic Treatment of Tipping Points for Social Consensus in Large Networks-2013

https://arxiv.org/abs/1304.7401
3•Jimmc414•54m ago•1 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