frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Quest for the Gros Michel, the Great Banana of Yesteryear (2018)

https://www.atlasobscura.com/articles/gros-michel-bananas
1•f_allwein•2m ago•0 comments

AI products generate more signal than teams know how to use

https://www.armank.dev/thoughts/2
1•armank-dev•2m ago•0 comments

Experimental Alzheimer's drug shows promise targeting a different brain protein

https://apnews.com/article/alzheimers-drug-brain-protein-tau-diranersen-biogen-d58728ee8f7d9dfd9e...
1•gmays•2m ago•0 comments

Zip codes are a bad spatial abstraction

https://skaldmaps.com/blog/2026/07/zip-codes-are-a-bad-spatial-abstraction/
1•otter-in-a-suit•2m ago•0 comments

Towards the dark factory: Autonomous, isolated AI agents in software engineering

https://jeroensoeters.github.io/towards-the-dark-factory/
1•discountelf•2m ago•1 comments

What I Learned from Reimplementing 40 Multi-Agent LLM Papers

https://medium.com/@Koukyosyumei/what-i-learned-from-reimplementing-40-multi-agent-llm-papers-bd6...
1•syumei•4m ago•0 comments

56,000 lines of DOOM, in a language I made up

https://betlang.dev/about/
1•ghuntley•4m ago•0 comments

Photos of Items from Families in Different Countries with Different Incomes

https://www.gapminder.org/dollar-street
3•uneven9434•4m ago•0 comments

Data Centers to Add Billions in Power Costs in 13 States

https://www.nytimes.com/2026/07/14/business/energy-environment/pjm-electricity-prices-data-center...
1•cdrnsf•4m ago•0 comments

Building scalable AI agents with modular prompt transpilation

https://developers.googleblog.com/building-scalable-ai-agents-with-modular-prompt-transpilation/
2•yruzin•7m ago•0 comments

Signal Ring gives blood pressure readings, not just alerts like Apple Watch

https://9to5mac.com/2026/07/16/signal-ring-gives-blood-pressure-readings-not-just-alerts-like-app...
1•malshe•8m ago•1 comments

My Accessibility Review Process

https://rightbadcode.com/a11y-review-process/
1•mooreds•8m ago•0 comments

Astronomers Have Found a Sugar Molecule in Deep Space for the First Time Ever

https://www.wired.com/story/astronomers-found-sugar-molecule-in-deep-space/
2•Brajeshwar•9m ago•0 comments

I Unlocked ChatGPT's Dark Side for $101.40 [video]

https://www.youtube.com/watch?v=b-nD3HgIR5Y
1•qwertox•10m ago•0 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
3•ray__•10m ago•1 comments

Show HN: ASMR and Hypnosis Easy Audio Studio

https://reactorcore.itch.io/asmrify-asmr-hypnosis-audio-studio
1•not_wowinter13•10m ago•0 comments

Show HN: A modern port of Linux to a ten-year-old QWERTY phone

1•tmzt•13m ago•0 comments

Pyte – Python library emulating VTXXX-compatible terminals in memory

https://github.com/selectel/pyte
1•gregsadetsky•13m ago•0 comments

Agent-talk: Enabling coding agents to work together

https://github.com/xhluca/agent-talk
4•xhluca•14m ago•0 comments

The IDE Is Now Just a Large Attack Surface

https://worklifenotes.com/2026/07/16/the-ide-is-now-just-a-large-attack-surface/
1•taleodor•14m ago•0 comments

White House teleprompter operator made $100K+ betting on Trump's speeches

https://abcnews.com/US/white-house-teleprompter-operator-made-100k-betting-trumps/story?id=134764573
7•ceejayoz•15m ago•0 comments

1Password for Claude: Give Claude access without giving up your credentials

https://1password.com/blog/1password-for-claude
3•terracatta•15m ago•0 comments

Yes-Brainer: a councils of LLMs debating to a consencus (open-sourced, BYOK)

https://github.com/trekhleb/yesbrainer
1•okso_app•16m ago•0 comments

Show HN: Ratel, give agents unlimited tools and skills without context bloat

https://github.com/ratel-ai/ratel
5•jack1689•17m ago•2 comments

Risk Terminal Is Live

https://www.risk-terminal.com
2•krishnariskterm•19m ago•1 comments

NotebookLM is now Gemini Notebook

https://blog.google/innovation-and-ai/products/gemini-notebook/notebooklm-gemini-notebook/
1•xnx•20m ago•0 comments

Microsoft Comic Chat is now open source

https://opensource.microsoft.com/blog/2026/07/16/microsoft-comic-chat-is-now-open-source/
22•jervant•22m ago•4 comments

Emerging 5G Streaming Architecture Has Major Implications for Content Providers

https://www.red5.net/blog/emerging-5g-streaming-architecture-has-major-implications-for-content-p...
1•mondainx•23m ago•0 comments

CrashStealer Malware Impersonates Apple Tool to Steal Mac Passwords and Crypto

https://www.macrumors.com/2026/07/15/crashstealer-mac-malware/
1•Brajeshwar•23m ago•0 comments

Is Denuvo's Dominance Beginning to Crack?

https://gardinerbryant.com/is-denuvos-dominance-finally-beginning-to-crack/
1•speckx•23m 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