frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Triangle Game, from Zero

https://muchmirul.github.io/conjectures/multicolor-ramsey/
1•jdkee•4m ago•0 comments

Thoroughly Understanding C++ ABI

https://ykiko.me/en/articles/692886292/
1•rramadass•4m ago•0 comments

Waymo Bites Passenger

https://www.instagram.com/p/DbGsc_yicao/
3•liamnorm•5m ago•0 comments

Show HN: Turn a Nintendo Joy-Con into a Codex Micro Alternative

https://github.com/Jinjiang/joy-con-codex-micro
1•jinjiang•5m ago•0 comments

China Crosses Energy Milestone as Coal Falls Below 50% of Power

https://financialpost.com/pmn/business-pmn/china-crosses-energy-milestone-as-coal-falls-below-50-...
1•thunderbong•6m ago•0 comments

ImHex: Visualizing Hex Editor for Reverse Engineers, Programmers

https://github.com/WerWolv/ImHex
1•zdw•6m ago•0 comments

Adam Aleksic: Why are people starting to sound like ChatGPT? [video]

https://www.ted.com/talks/adam_aleksic_why_are_people_starting_to_sound_like_chatgpt
2•fagnerbrack•11m ago•1 comments

Ursula K. Le Guin: A Rant About "Technology" (2005)

https://www.ursulakleguin.com/a-rant-about-technology
4•jamesgill•11m ago•0 comments

Finding zombies in our systems: A real-world story of CPU bottlenecks

https://medium.com/pinterest-engineering/finding-zombies-in-our-systems-a-real-world-story-of-cpu...
1•fagnerbrack•11m ago•0 comments

YouTube AI slop prevention targeting known good channels

https://www.youtube.com/watch?v=OX1yHmeLPy8
3•savrajsingh•12m ago•0 comments

Pluralistic: Why businesses lie about AI

https://pluralistic.net/2026/08/01/dare-snot/
2•Brajeshwar•13m ago•0 comments

A Cross-Platform Rust UI Framework via Qt's Bridging Technology

https://www.qt.io/blog/rust-ui-framework-via-bridging-technology
1•mellosouls•15m ago•0 comments

An old-new take on argument parsing in Rust

https://blogsystem5.substack.com/p/hello-getoptsargs
1•supermatou•15m ago•0 comments

Show HN: NoDiff, a framework that lives in your monorepo

https://github.com/hbbio/nodiff
1•hbbio•20m ago•0 comments

Binomial Expressions

https://blog.oup.com/2026/07/binomial-expressions/
1•jruohonen•21m ago•0 comments

Show HN: A mod for Grand Prix Circuit (DSI/Accolade, 1988)

https://marnetto.net/projects/grand-prix-circuit
1•alberto-m•22m ago•0 comments

The Seven-Action Documentation Model

https://passo.uno/seven-action-model/
1•theletterf•22m ago•0 comments

RFC/The future of Abstract Wikipedia

https://meta.wikimedia.org/wiki/Requests_for_comment/The_future_of_Abstract_Wikipedia
2•quuxplusone•22m ago•1 comments

The Extras Are Tired

https://www.theatlantic.com/culture/2026/07/influencer-job-controversial-nantucket-store/688132/
1•thm•22m ago•0 comments

Weisswurst with insect flour? Bavaria's classic dish re-imagined [video]

https://www.youtube.com/watch?v=b8N2m0oYXxs
1•bushwart•23m ago•0 comments

Show HN: MCP server so AI agents can screen markets in plain English

https://github.com/xcreener/xcreener-mcp
1•guzzul•23m ago•0 comments

Terminal Trove Talks with Miguel de Icaza

https://terminaltrove.com/blog/terminal-trove-talks-with-miguel-de-icaza/
1•aghuang•28m ago•0 comments

Concerning Git's Packing Heuristics (2006)

https://www.kernel.org/pub/software/scm/git/docs/technical/pack-heuristics.html
1•gsu2•30m ago•0 comments

Video2NAND – Abusing video codecs for great computational power

https://sharedobject.blog/posts/vp8-combinatorial-logic/
1•firer•33m ago•0 comments

Mysterious DNA: two unknown ancestors found in human genome

https://www.euronews.com/health/2026/08/01/mysterious-dna-two-unknown-ancestors-found-in-human-ge...
1•ike_usawa•35m ago•0 comments

Can You Beat GothamChess?

https://chess-chances.alexboden.ca
2•alexboden•37m ago•0 comments

Show HN: Rails Agent – Build Autonomous AI Agents Natively in Ruby on Rails

https://rails-agent.com
1•kannanreghu•37m ago•0 comments

Reduction to the Table Top: Systematic Discovery at Low Cost

https://chillphysicsenjoyer.substack.com/p/on-reduction-to-the-table-top
1•crescit_eundo•38m ago•0 comments

The Magic of 8 and 24

https://arxiv.org/abs/2207.03871
1•brandonb•40m ago•0 comments

How to disable or avoid intrusive AI – librarian.net

https://www.librarian.net/notoai/
2•colinprince•41m 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