frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Voice of Google

https://www.newyorker.com/culture/the-weekend-essay/the-voice-of-google
1•cjcenizal•30s ago•0 comments

Chinese CXMT to Match Micron's DRAM Manufacturing Capacity This Year

https://www.techpowerup.com/350726/chinese-cxmt-to-match-microns-dram-manufacturing-capacity-this...
1•akyuu•1m ago•0 comments

Show HN: Turn a Suno song into a music video with beat-synced auto-editing

https://aivideogenerator.so/
1•Austinit•2m ago•0 comments

Cleaning a 120 Notebook Mess

https://davidhaggstrom.dev/posts/how-i-cleaned-a-notebook-mess/
1•davidhaggstrom•2m ago•0 comments

Print a Stencil – SVG to 3D Printing PCB solder paste stencil

https://printastencil.com
1•ingen0s•3m ago•1 comments

Kevin O'Leary claimed opposition to Utah data center was fueled by Chinese money

https://fortune.com/2026/07/17/kevin-oleary-defamation-lawsuit-chinese-communist-party-utah-data-...
1•1vuio0pswjnm7•3m ago•0 comments

iCloud Keychain (Apple Passwords) Support for Linux

https://github.com/Sank6/iCloud-Keychain-for-Linux
1•sank6•3m ago•1 comments

When did cats become domesticated? New DNA evidence changes the story (2025)

https://www.nationalgeographic.com/animals/article/when-did-cats-become-domesticated
1•YeGoblynQueenne•3m ago•0 comments

You don't understand why wikis are leaving Fandom

https://medium.com/@lindenclayton/you-dont-understand-why-wikis-are-leaving-fandom-6378372ad06e
1•pndy•4m ago•0 comments

GhostEnv

https://github.com/bossandboss/GhosteEnv
1•bossandboss•10m ago•0 comments

Show HN: I Didn't Write a Single Line of My Framework Code

https://no-js.dev/
1•ErickXavier•10m ago•0 comments

OrgFramework – 537 hand-written role files for Claude Code

https://github.com/korishnn/orgframework
1•korishnn•11m ago•0 comments

Reusing KV cache from SSD to run concurrent 122B sessions on one 96GB Mac Studio

https://mrzk.io/posts/qmlx-optimising-multiplexing-and-dogfood/
1•marzukia•11m ago•0 comments

Livermore's Centennial Light Bulb

https://www.centennialbulb.org/
1•thunderbong•14m ago•0 comments

AI-Assisted Technical Writing: When to Stop

https://ae1020.github.io/ai-writing-when-to-stop/
1•ae1020•14m ago•1 comments

GPT-5.6 used a prompt to close a 30-year gap in convex optimization

https://old.reddit.com/r/math/comments/1uxj3cy/after_openais_cdc_proof_announcement_gpt56_used_a/
2•mbustamanter•15m ago•0 comments

Cities are rethinking what happens after dark

https://www.economist.com/united-states/2026/07/14/cities-are-rethinking-what-happens-after-dark
1•Anon84•15m ago•0 comments

Bound – A deterministic control harness for AI agents

https://github.com/Danny-de-bree/bound
2•joopie-boy•17m ago•1 comments

AI boom built on debt, investor demand plunging, hyperscalers ramp up bond blitz

https://fortune.com/2026/07/17/ai-boom-debt-blitz-investor-demand-hyperscaler-bond-issuance/
1•1vuio0pswjnm7•17m ago•0 comments

Show HN: Cashzilla – a local-first finance app (Android)

2•brauhaus•17m ago•0 comments

Chrome Prototypes HTML Includes

https://github.com/WICG/declarative-partial-updates/blob/main/fragment-include-explainer.md
1•llcooliovice•22m ago•1 comments

Pliow – give each user of your web app their own generated interface

https://pliow.com/demo
1•LorenzoMegliola•28m ago•0 comments

Guardrail: Confirm Destructive AWS Console Actions

https://chromewebstore.google.com/detail/guardrail-for-aws-console/fhmnpgipdegjkmmhepiklkjcmoeghcko
1•cowijin•31m ago•0 comments

Alien world chemistry found inside meteorite that struck New Jersey home

https://phys.org/news/2026-07-alien-world-chemistry-meteorite-struck.html
1•naves•31m ago•0 comments

Lateral Thinking with Withered ("Weathered") Technology

https://medium.com/@adamagb/nintendo-s-little-known-product-philosophy-lateral-thinking-with-with...
1•tosh•34m ago•0 comments

Show HN: ride-recap, teaching a LLM my taste to automate cycling highlights

https://www.iandmacomber.com/blog/gopro-garmin-gemini-ride-recap/
2•iandmacomber•34m ago•0 comments

Ask HN: Is my data governance app over-simplified

1•meerkatsquare•34m ago•0 comments

Examples from sci-fi of voice interfaces that stay on task

https://interconnected.org/home/2026/07/11/on-task
1•cainxinth•35m ago•0 comments

Write 2x faster in your native language, get English with context automatically

https://www.echoo.ai/blog/what-makes-echoo-different-from-ai-writing-tools
1•mike-el•35m ago•0 comments

Drunken Boxing

https://en.wikipedia.org/wiki/Drunken_boxing
1•pchr8•38m 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