frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A simplified robotics framework for non robotics devs

https://docs.peppy.bot/quickstart/
1•Ekami•1m ago•0 comments

Git Push No-Mistakes

https://github.com/kunchenguid/no-mistakes
1•handfuloflight•5m ago•0 comments

TikTok to pay $400M to US in one of largest child privacy settlements

https://www.bbc.com/news/articles/cwyr0l45xjro
1•geox•11m ago•0 comments

Bodycam – This Is What a Gunshot Sounds Like – Devlog [video]

https://www.youtube.com/watch?v=Oz66Ek1RYWU
1•twalichiewicz•11m ago•1 comments

South Korea's Child-Hating Society Locks Playgrounds, Silences Children

https://www.chosun.com/english/national-en/2026/08/22/I7XTKBQNYFBXHJRSIZV7XMT45Q/
1•theletterf•12m ago•0 comments

Tech Openings in the Bay Area and New York: What Our August Data Shows

https://corvi.careers/blog/did-nyc-pass-sf-bay-area-tech-openings/
1•sp1982•12m ago•0 comments

Show HN: PgExtAssure – pre-admission security evidence for PostgreSQL extensions

https://github.com/borborich/pgextassure
2•borborich•15m ago•0 comments

Ask HN: Why does the US government search through people's phones at the border?

3•roschdal•16m ago•1 comments

Grid Data Explorer

https://open-energy-transition.github.io/Awesome-Electrical-Grid-Mapping/
1•ly0n•17m ago•0 comments

Gickup

https://github.com/cooperspencer/gickup
1•Tomte•17m ago•0 comments

Show HN: MiniMax H3 on a 16GB Mac, 5 days after open weights

https://github.com/tgo-app-dev/vpipe
1•t-go•22m ago•0 comments

Building a Quantum Computer, One Fragile Qubit at a Time

https://www.quantamagazine.org/building-a-quantum-computer-one-fragile-qubit-at-a-time-20260819/
2•pykello•22m ago•0 comments

Show HN: I just want to show this song to you [video]

https://www.youtube.com/shorts/D_oFnclpt0w
1•modinfo•22m ago•0 comments

Say it once: introducing Bot Preference Sync

https://blog.cloudflare.com/bot-preference-sync/
1•barlog•32m ago•0 comments

SmartGo One 3.0

https://smartgo.blog/2026/05/21/smartgo-one-three/
1•Tomte•32m ago•0 comments

The Slide

https://randsinrepose.com/archives/the-slide/
1•fagnerbrack•37m ago•0 comments

Mac is slowing you down

https://twitter.com/theo/status/2090528543746965991
1•tosh•38m ago•0 comments

There's too much memory in that place

https://www.theglobeandmail.com/canada/article-dark-legacy-ontario-institutions-rideau-regional-c...
2•bryanrasmussen•41m ago•1 comments

Show HN: I reverse-engineered Bambu's 3MF color format so GLB keeps the colors

https://github.com/SamiSalah221/3mf-to-glb
2•SamiSalah221•41m ago•1 comments

Show HN: Reachpad MCP – Share fullstack applications using MCP/CLI in minutes

https://github.com/Reachpad/reachpad-mcp
2•sakuraiben•41m ago•0 comments

Waymo doubles spending on lobbying in robotaxi battle with Uber

https://arstechnica.com/cars/2026/08/waymo-doubles-spending-on-lobbying-in-robotaxi-battle-with-u...
3•joozio•42m ago•0 comments

Radar, deterministic code search/navigation

https://radar.sanixdk.xyz/
1•sanix-darker•47m ago•1 comments

Noctua – A privacy-first Oura Ring SDK with on-device ML, no cloud

https://github.com/RanjithRagavan/Noctua
1•RanjithKumarRag•47m ago•0 comments

Show HN: Snoreman – A Snore Detection App

https://snoreman.com/
1•timqian•47m ago•0 comments

Would a Hiroshima-scale AI disaster make humanity protect itself? I fear not

https://www.theguardian.com/commentisfree/2026/aug/22/ai-disaster-hiroshima-humankind-silicon-val...
3•mellosouls•57m ago•0 comments

Setoku: Self-hosted MCP knowledge server for company data

https://setoku.com/
2•handfuloflight•1h ago•0 comments

Linus Torvalds Endures a Debug Session from Hell, "Enormously Helped" by AI

https://www.phoronix.com/news/Linus-Torvalds-Debug-AI
1•01-_-•1h ago•0 comments

Silicon Valley is losing its way

https://twitter.com/koopuluri/status/2091050880716226787
2•koopuluri•1h ago•0 comments

New U.S. tariffs in effect after trade talks fail

https://www.cbc.ca/news/world/livestory/midnight-deadline-trump-tariffs-trade-deal-leblanc-greer-...
3•Pxtl•1h ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
2•01-_-•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