frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A spatial canvas of every public US Government UAP record

https://openuap.space
1•dominikmartn•50s ago•0 comments

OpenCS2 – 5k hours recording of Counter Strike for world model training

https://blanchon-opencs2-dataset-viewer.hf.space/
1•blanchon•2m ago•0 comments

Stupidly Simple SVG Sparklines

https://shkspr.mobi/blog/2026/05/stupidly-simple-svg-sparklines/
1•Brajeshwar•2m ago•0 comments

Show HN: Promptcellar – capture every Claude Code prompt as JSONL in your repo

https://github.com/dominiek/promptcellar-for-claude-code
1•dominiek•3m ago•0 comments

What if your AI could buy you a car?

https://medium.com/@alex_21933/what-if-your-ai-could-actually-buy-you-a-car-7ba84bae4a55
1•yankouskia•3m ago•0 comments

The US Is Winning the AI Race

https://avkcode.github.io/blog/us-winning-ai-race.html
1•akrylov•5m ago•0 comments

Styled-Components v7 Alpha

https://styled-components.com/docs/v7
1•quantizor•5m ago•0 comments

California mayor resigns, admitting to being an agent for China

https://time.com/article/2026/05/12/arcadia-california-mayor-eileen-wang-agent-china/
1•wslh•6m ago•0 comments

Open-source AI modding tool for Rimworld (and soon Factorio)

1•lebek•7m ago•0 comments

California Mayor Resigns, Admitting to Being an Agent for China

https://twitter.com/time/status/2054147083821801678
2•wslh•9m ago•0 comments

The wildlife sanctuary you can visit from anywhere [video]

https://www.ted.com/talks/maya_higa_the_wildlife_sanctuary_you_can_visit_from_anywhere
1•MattIPv4•10m ago•0 comments

Show HN: Hashiverse, an open-source decentralized social network in Rust

https://www.hashiverse.com/en/
1•jamesjardine•10m ago•0 comments

Wikipedia's bot traffic to overtake human readers by late 2026 (original data)

https://technicalseonews.com/analysis/wikipedia-bot-traffic-replacing-humans
1•SimilarWeb•12m ago•0 comments

Tracking historical progress against slavery and forced labor

https://ourworldindata.org/slavery
1•surprisetalk•13m ago•0 comments

Coders in 2030 be like: (Rick Rubin, Vibe Producer)

https://old.reddit.com/r/ClaudeAI/comments/1tbgj86/coders_in_2030_be_binlike/
1•consumer451•14m ago•1 comments

Conway's Law Teaches a Grim Lesson About AI in Product Development

https://brodzinski.com/2026/04/conways-law-ai-product-development.html
1•flail•14m ago•0 comments

AI agents make small companies bigger

https://text-incubation.com/ai-agents-make-small-companies-bigger
1•krrishd•14m ago•0 comments

Show HN: RedactScreen – Share your screen, not secrets

https://redactscreen.com/
1•madospace•15m ago•0 comments

Show HN: Rotunda - A Browser Built for Agents

https://github.com/monkeysee-ai/rotunda
2•icyfox•15m ago•0 comments

Publishers: Google's eBook Ad "Ban" Blocked Legitimate Sellers, Not Pirates

https://torrentfreak.com/publishers-googles-ebook-ad-ban-blocked-legitimate-sellers-not-pirates/
1•Brajeshwar•15m ago•0 comments

The syrup of crime bears sticky fruit

https://www.metafilter.com/212975/The-syrup-of-crime-bears-sticky-fruit
1•PaulHoule•16m ago•0 comments

What Inference-Platform Benchmark Posts Leave Out

https://ingero.io/inference-platform-benchmark-posts-leave-out/
1•ingero_io•16m ago•0 comments

Fine-Tuning TranslateGemma-4B for Better Welsh Translations on an H200 GPU

https://metalglot.com/blog/welsh-translategemma-finetuning-guide/
1•metalglot•17m ago•1 comments

Show HN: A "Git history" for Twitter/X profiles

https://tracktweets.com
1•code-less•18m ago•0 comments

WordStar

https://www.sfwriter.com/wordstar.htm
2•andsoitis•20m ago•0 comments

Reliance on Middle East Oil and Gas Supplies by Country

https://www.iea.org/data-and-statistics/data-tools/reliance-on-middle-east-oil-and-gas-supplies-b...
1•gmays•20m ago•0 comments

Linguistic workaround allows Marco Rubio to travel to China

https://www.theguardian.com/us-news/2026/may/13/marco-rubio-china-visit-new-character-name-trump-...
1•neaden•21m ago•0 comments

Social market liberalism has no political home in India

https://ordinaryanalysis.substack.com/p/the-inner-dialogue-of-a-social-market
1•shibaprasadb•22m ago•0 comments

Fragnesia: Linux kernel local privilege escalation via ESP-in-TCP

https://www.wiz.io/blog/fragnesia-linux-kernel-local-privilege-escalation-via-esp-in-tcp
2•ljahier•22m ago•0 comments

Finnish marketplace for 'Environmentally responsible actions'

https://luontoarvot.fi/en
1•Mossy9•22m 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