frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Brave DevTools MCP – Control Brave from Claude, Codex, and Cursor

https://github.com/triuzzi/brave-devtools-mcp
1•triuzzi•1m ago•0 comments

Congressional Letter to Sam Altman demanding HuggingFace incident transparency [pdf]

https://casar.house.gov/sites/evo-subsites/casar.house.gov/files/evo-media-document/oversight-let...
1•reasonableklout•2m ago•0 comments

The global fertility freefall: trends, drivers and uncertainties

https://www.sciencedirect.com/science/article/abs/pii/S147264832600372X
1•barry-cotter•4m ago•1 comments

Mistral to host Z.ai's GLM-5.2

https://mistral.ai/news/regional-inference-open-models-new-compute/
1•true_JhumanJ•6m ago•1 comments

How do you decide that an agent's output is good enough to stop iterating?

1•mathieu_aithos•9m ago•0 comments

JuliaCon live: Simon Peyton Jones keynote

https://www.youtube.com/watch?v=MQeIerDsReA
1•ViralBShah•9m ago•0 comments

Building an AI music tool taught me the model wasn't the hard part

https://www.musegen.ai
2•Xuuu•13m ago•0 comments

Kryptos: Encrypt messages right inside any messenging app

https://github.com/swisslite/Kryptos
1•hamburgererror•13m ago•1 comments

I solved 823 LeetCode problems by age 18. Here is why LeetCode is broken

1•dima853•15m ago•0 comments

The Taming of the Screw (2000)

https://americanhistory.si.edu/subs/anglesdangles/taming.html
1•downbad_•15m ago•0 comments

European transmission system operators prepare for solar eclipse

https://www.pv-magazine.com/2026/08/10/european-transmission-system-operators-prepare-for-solar-e...
3•leonidasrup•22m ago•0 comments

Large-scale study finds no link between crime and unauthorized immigration

https://phys.org/news/2026-08-large-scale-link-crime-unauthorized.html
2•robtherobber•23m ago•1 comments

The shock revelation that light bulbs are wrecking your metabolism

https://www.newscientist.com/article/2582914-the-shock-revelation-that-light-bulbs-are-wrecking-y...
1•jdnier•23m ago•0 comments

A Politician Built an AI Version of His Rival. It Didn't Go as Planned

https://ai-updates.net/a-politician-built-an-ai-version-of-his-rival-it-didnt-go-as-planned/
1•ashurandi•24m ago•1 comments

Thesis for AI Recursion

1•abaraxadac•25m ago•1 comments

Why Does Claude.md Keep Growing? Catastrophic Remembering in Agentic Coding

https://arxiv.org/abs/2608.11095
2•sbulaev•27m ago•0 comments

China bypasses shipping chokepoints with 'Ice Silk Road' through Arctic

https://www.ft.com/content/4456f475-f2c8-4cb7-8312-0c47c5f781b8
1•e12e•29m ago•1 comments

AI and quantum computers will be frenemies

https://www.economist.com/science-and-technology/2026/07/29/ai-and-quantum-computers-will-be-fren...
1•rbanffy•31m ago•0 comments

Chrome adopts what may be the best protection yet against account takeovers

https://arstechnica.com/security/2026/08/chrome-adopts-what-may-be-the-best-protection-yet-agains...
2•joozio•32m ago•0 comments

Show HN: Execution Intelligence AI Accelerator

https://geekyants.com/ai-accelerator/execution-intelligence-ai-signal-bot
2•vanessa1211•32m ago•0 comments

Industry Brief: Private 5G for Fixed Wireless Access FWA [pdf]

https://framerusercontent.com/assets/0D2QnYUrf5XYlE1yfpUz3YKTw.pdf
1•y2so•34m ago•0 comments

500'000€ Prize for Compressing Human Knowledge

http://prize.hutter1.net/
1•cosmojg•35m ago•0 comments

What Your Manager Is Thinking When You Complain

https://adlerhsieh.com/p/what-your-manager-is-thinking-when-you-complain
1•fagnerbrack•38m ago•0 comments

Speak in the affirmative: "Do this" versus "Don't do that"

https://newsletter.weskao.com/p/speak-in-the-affirmative-do-this
4•fagnerbrack•38m ago•0 comments

Ask HN: Developer looking for freelance or contract work(400 USD/week)

2•need_a_work23•39m ago•0 comments

AI agent hacks gym to get its user a spot in pilates class

https://www.bbc.com/news/articles/cn0nww2qlp7o
2•ashurandi•41m ago•0 comments

Detailed animation of today's solar eclipse trajectory

https://dojo.amcharts.com/solar-eclipses/
2•trakkstar•43m ago•0 comments

Quibble

https://en.wikipedia.org/wiki/Quibble_(plot_device)
1•soupspaces•45m ago•0 comments

Reuters Climate Monitor

https://www.reuters.com/graphics/CLIMATE-AUTOMATED/MONITOR/akpeykqqapr/
5•T-A•48m ago•0 comments

Sonnet Pricing Update

https://platform.claude.com/docs/en/about-claude/pricing
3•vhiairrassary•48m 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