frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Buy Cheap Claude Tokens in China

https://www.chinatalk.media/p/how-to-buy-cheap-claude-tokens-in
1•tristanj•2m ago•0 comments

DNA donors help identify Franklin expedition members

https://www.theglobeandmail.com/canada/science/article-dna-donors-help-identify-franklin-expediti...
1•petethomas•4m ago•0 comments

I'm now "writing" my blog

https://www.310networks.com/posts/im-now-writing-my-blog/
1•kookster310•5m ago•0 comments

Show HN: StackSense – AI/data/systems engineering knowledge graph

https://www.stacksense.cc/
1•langtang1996•5m ago•0 comments

Show HN: Password-less authentication via Ramanujan's 1/π series and Nvidia-B200

https://zenodo.org/records/20049892
1•Prakash_1•10m ago•0 comments

MRC Protocol: Supercomputer networking to accelerate large scale AI training

https://openai.com/index/mrc-supercomputer-networking/
1•eyalitki•11m ago•1 comments

The surprisingly complex journey to text-selectable client-side generated PDFs

https://sdocs.dev/blogs/journey-to-pdf-generation
4•FailMore•20m ago•0 comments

Actor alleges James Cameron used her teenage face to create 'Avatar' character

https://www.nbcnews.com/pop-culture/movies/actor-alleges-james-cameron-teen-face-create-avatar-ch...
3•anigbrowl•25m ago•0 comments

Show HN: CRO analysis tool that finds conversion issues

https://spectry.io/analyze
2•spectry•26m ago•0 comments

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code

https://github.com/kubetail-org/kstack
3•andres•33m ago•0 comments

Great Attractor

https://en.wikipedia.org/wiki/Great_Attractor
2•the-mitr•33m ago•0 comments

Don't Automate Your Moat: Matching AI Autonomy to Risk and Competitive Stakes

https://www.oreilly.com/radar/dont-automate-your-moat-matching-ai-autonomy-to-risk-and-competitiv...
3•knightabu•34m ago•1 comments

LAWS: A new transform operation turning LLM inference into cheap cache lookups

https://arxiv.org/abs/2605.04069
5•EGreg•37m ago•0 comments

Elon Musk's Lawyers Ask OpenAI's President Why He Is Worth $30B

https://www.nytimes.com/2026/05/04/technology/elon-musk-greg-brockman-openai-trial.html
5•1vuio0pswjnm7•39m ago•0 comments

Publishers sue Meta, claiming it violated copyrights in training AI with books

https://www.washingtonpost.com/national-security/2026/05/05/publishers-sue-meta-ai-copyright/
2•1vuio0pswjnm7•40m ago•0 comments

Red Button, Blue Button

https://softmax.com/blog/red-button-blue-button
1•tosh•42m ago•0 comments

ABG – An Online Bioinformatics Lab

https://abg-discord.vercel.app/
1•jeremykalfus•45m ago•0 comments

'FOMO has proven a stronger incentive than poor stock performance' Goldman Sachs

https://fortune.com/2026/05/06/is-ai-a-bubble-goldman-sachs-skeptics-overhyped/
3•1vuio0pswjnm7•46m ago•0 comments

Europe Tech Tools

1•RickyFarmer•47m ago•1 comments

Prompt API: No web standard should require users to agree an ads company's TOC

https://wil.to/posts/googles-prompt-api/
1•maxloh•48m ago•0 comments

GitHub outage: CCR and CCA failing to start for PR comments

https://www.githubstatus.com/incidents/qp0lxr014sw8
5•paulannesley•49m ago•5 comments

ZAYA1-8B: Frontier intelligence density, trained on AMD

https://www.zyphra.com/post/zaya1-8b
3•armcat•50m ago•0 comments

Russia's top secret spy school teaching hacking and election meddling

https://www.theguardian.com/world/2026/may/07/revealed-russia-top-secret-spy-school-hacking-weste...
8•svenfaw•51m ago•0 comments

Gephi 0.11 is out: performance improvements

https://gephi.wordpress.com/2026/05/05/gephi-0-11-major-performance-upgrade-and-new-features/
2•seinecle•53m ago•0 comments

The boring way to build a startup

https://plausible.io/blog/ignore-startup-advice
1•tjek•57m ago•2 comments

Openrouter SDK for Elixir

https://hex.pm/packages/openrouter_sdk
4•ThatDumbGirl•58m ago•0 comments

Blink – AI Assistant. A knowledge destination

https://blink-oi.vercel.app
1•Pascal1997•1h ago•0 comments

Citadel Securities: Why C++ wins in finance [video]

https://www.youtube.com/watch?v=InLxLEqg_fs
1•vincentchau•1h ago•0 comments

Open weights are quietly closing up – and that's a problem

https://martinalderson.com/posts/open-weights-are-quietly-closing-up/
1•signa11•1h ago•0 comments

How Claris is building for what comes next

https://www.claris.com/blog/2026/how-claris-is-building-for-what-comes-next
1•tosh•1h ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•12mo 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•12mo 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•12mo 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•12mo 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•12mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•12mo ago
Agreed