frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Human-bench: an eval for "human shaped" agents

https://www.human-bench.com/leaderboard
1•jam0xb797fd•52s ago•1 comments

Andromachi Papanikolaou

https://en.wikipedia.org/wiki/Andromachi_Papanikolaou
1•thunderbong•2m ago•0 comments

Show HN: Free IP API – Free, Fast and Reliable IP Geolocation API

https://freeipapi.com
1•543310•3m ago•0 comments

ActPlane: Programmable OS-Level Policy Enforcement for Agent Harnesses

https://arxiv.org/abs/2606.25189
1•matt_d•3m ago•0 comments

The Discoverable Evidence of AI-Assisted Software Porting

https://williamcotton.com/articles/the-discoverable-evidence-of-ai-assisted-software-porting
1•williamcotton•4m ago•0 comments

Stairwell in C# with Ultracontrapipe in a [video]

https://www.youtube.com/watch?v=23G5QDWqDUY
1•gregsadetsky•4m ago•0 comments

Please don't use an LLM to communicate with other human beings

https://florio.dev/dont-use-llm-communication/
1•speckx•7m ago•0 comments

Show HN: Vantage – Enrich calendar invites with LinkedIn profile data

https://vantage.neuron.com
1•ramoq•7m ago•0 comments

Wirecutter Headlines During the Revolutionary War

https://www.mcsweeneys.net/articles/wirecutter-headlines-during-the-revolutionary-war
1•ohjeez•7m ago•0 comments

Does "AI photo calorie tracking" work? 5 models tested against kitchen scale

https://old.reddit.com/r/loseit/comments/1ug4mar/i_checked_whether_ai_photo_calorie_tracking/
1•randycupertino•8m ago•0 comments

Volkswagen to cut 15% of workforce, close four German plants

https://www.cnbc.com/2026/06/26/volkswagen-vw-job-cuts-autos-germany.html
1•0xcafefood•9m ago•0 comments

Flatpak.org Rewrite

https://blog.jimmac.eu/posts/flatpak-org-zola/
1•Aydarbek•9m ago•0 comments

OpenAI Delays Its IPO to 2027 After Anthropic Goes Public

https://catenaa.com/markets/equities/openai-delays-its-ipo-to-2027-after-anthropic-goes-public/
1•NewsCatenaa•15m ago•2 comments

Triller ghosted its employees. It's now staking its future on SpaceX

https://www.businessinsider.com/startup-triller-ghosted-workers-now-staking-its-future-on-spacex-...
2•petethomas•15m ago•0 comments

GPT-5.6 System Card [pdf]

https://deploymentsafety.openai.com/gpt-5-6-preview/gpt-5-6-preview.pdf
1•gzer0•15m ago•0 comments

Ask HN: How do you know when your AI agent's output quality degrades?

1•ysimashkevych•15m ago•0 comments

What baseball teaches us about AI

https://www.fastforward.blog/fastforward-70-what-baseball-teaches-us-about-ai/
1•ohjeez•17m ago•0 comments

From Hallmark to neon signs: A look at Jim Parkinson's career in letter art

https://typographica.org/on-typography/jim-parkinson-1941-2025/
2•whiteblossom•18m ago•0 comments

Show HN: MCP server that exposes WhatsApp Business API using the PyWA library

https://github.com/Jem-HR/pywa-mcp-server
1•rawdreeg•18m ago•0 comments

Advising Government

https://blogs.bath.ac.uk/iprblog/2023/01/24/advising-government-navigating-complex-and-fast-paced...
1•jruohonen•19m ago•1 comments

Media over QUIC Update 00

https://moq.dev/blog/update-00/
1•dabinat•19m ago•0 comments

The sorry state of skill distribution

https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/
2•wslh•20m ago•0 comments

Ab-av1: AV1 encoding tool with VMAF sampling and automatic crf calculation

https://github.com/alexheretic/ab-av1
1•lwhsiao•24m ago•1 comments

Single Atom Camera Could See Inside Quantum Computers

https://spectrum.ieee.org/single-atom-camera-quantum-computing
1•rbanffy•25m ago•0 comments

What Is a Nomogram and Why Would It Interest Me?

https://lefakkomies.github.io/pynomo-doc/introduction/introduction.html#what-is-a-nomogram-and-wh...
1•Eridanus2•26m ago•0 comments

'Cost Me the Election': Data Centers Trigger Voter Backlash

https://www.newsweek.com/cost-me-the-election-data-centers-trigger-voter-backlash-12118327
9•randycupertino•26m ago•7 comments

Ask HN: Options for an independent AI researcher with strong results?

1•reasonblyunsure•26m ago•0 comments

Mercury Agent

https://mercuryagent.sh/
2•kristianpaul•28m ago•0 comments

A MCP server that supports mainstream eBook formats including ePub, PDF and more

https://github.com/onebirdrocks/ebook-mcp
1•tanelpoder•28m ago•0 comments

Fenwick trees for products mod 2ⁿ

http://bitmath.blogspot.com/2026/06/fenwick-trees-for-products-mod-2.html
1•matt_d•29m 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