frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Eliza DQ – Data Quality lib that outperforms Soda and Pandera

https://github.com/Se7enquick/eliza-dq
1•seveneven•1m ago•0 comments

Need Guidance: I'm building an analytics platform for MCP servers

1•Rushalee•2m ago•0 comments

Show HN: AgentTrust – A–F trust scores for MCP servers (50 graded, open source)

https://github.com/eulogik/AgentTrust
1•gautamkishore•3m ago•0 comments

Show HN: Numen, a self-hosted context graph over your work tools with MCP server

https://github.com/theBstar/numen
1•Bikramsutar•3m ago•0 comments

Dbrand is now selling skins for iPhone Ultra

https://dbrand.com/search?deviceSeries=iphone-18&sort=new
2•SigmundurM•8m ago•0 comments

We should anthropomorphize AI agents

https://www.seangoedecke.com/why-we-should-anthropomorphize-ai-agents/
1•swah•8m ago•0 comments

Fredy: Deriving a local rent index from your own scraped listings

https://github.com/orangecoding/fredy
1•orangecoding•9m ago•0 comments

Carmakers Have a New Idea to Boost EV Range: Add a Gas Engine

https://www.wsj.com/business/autos/carmakers-have-a-new-idea-to-boost-ev-range-add-a-gas-engine-1...
3•bookofjoe•11m ago•1 comments

Ask HN: Is someone tweaking classic ROM games with AI?

2•brunaxLorax•11m ago•1 comments

An open-source MCP layer that lets agents use LinkedIn from your Chrome

https://github.com/OpenRecruiterTools/linkedin-toolkit
3•Recuiterclaw•11m ago•0 comments

Quoting Terence Tao: «incentives... of no longer sharing promising research»

https://simonwillison.net/2026/Sep/9/terence-tao/
3•mdp2021•12m ago•0 comments

Building a Wall Lamp from Scratch

https://mbugert.de/posts/2026-09-09-bedroom-lamp-build/
3•jcklie•16m ago•0 comments

Lotus Notes and the dangers of starting from scratch

https://buttondown.com/blog/lotus-notes-email
2•maguay•16m ago•0 comments

Performance of WebAssembly Runtimes in 2026

https://00f.net/2026/06/23/webassembly-runtimes-2026/
1•fagnerbrack•17m ago•0 comments

AI Use Contributes to Global Decline in Student Reading Skills, OECD Says

https://www.wsj.com/articles/ai-use-contributes-to-global-decline-in-student-reading-skills-oecd-...
2•agubelu•19m ago•2 comments

Glance: FaceID on macOS

https://github.com/jonnyoo/glance
2•kozika•20m ago•0 comments

Show HN: I measured what newborns can see and built videos around it

https://dotanddashsensory.com/
2•aicoding•20m ago•1 comments

Cloudflare's eBPF Replatforming 2: Filling Gaps in the Linux Ecosystem with eBPF

https://ebpf.io/blog/cloudflare-replatforming-2/
3•mattrighetti•22m ago•0 comments

Escalating Battle Against AI Deepfakes Mandates Smart Streaming Decisions

https://www.red5.net/blog/escalating-battle-against-ai-deepfakes-mandates-smart-streaming-decisions/
2•mondainx•24m ago•0 comments

Anthropic researcher says AI has more than 10% chance of 'killing all humans'

https://www.cnbc.com/2026/09/09/anthropic-researcher-quits-ai-safety.html
4•cramer4next•26m ago•0 comments

Steven Heller's Font of the Month: Ege Basalt

https://ilovetypography.com/2026/09/09/steven-hellers-font-of-the-month-ege-basalt/
1•jjgreen•26m ago•0 comments

Emerging from dotemacs bankruptcy the hard way: Prelude

https://www.evalapply.org/posts/emerging-from-dotemacs-bankruptcy/index.html
2•signa11•29m ago•0 comments

AGI brain project. I wonder whether anybody would like to join in and help me?

3•AGIEnthusiast•32m ago•1 comments

Public Schools' Eye of Sauron

https://www.educationnext.org/public-schools-eye-of-sauron-student-surveillance-merrill-v-marana-...
2•Tomte•33m ago•0 comments

MCP server integration for DaVinci Resolve Studio

https://github.com/samuelgursky/davinci-resolve-mcp
2•rldjbpin•33m ago•0 comments

Show HN: AgentPulse – Claude Code and Codex status in tmux

https://github.com/jerriclynsjohn/tmux-agent-pulse
2•jerriclynsjohn•36m ago•0 comments

Claude, change the "Add to Cart" button to blue

https://opusfived.dev/
2•matthieu_bl•38m ago•0 comments

What's New in Houdini 22

https://www.sidefx.com/products/whats-new-in-h22/
1•embedding-shape•39m ago•0 comments

Show HN: CopyWheel – a radial snippet menu for macOS (native, 1 MB)

https://github.com/weselski/copywheel
1•kweselski•39m ago•0 comments

OpenClaw v2026.9.3: Live browser automation, persistent skills, and cloud work

https://docs.openclaw.ai/releases/2026.9.3
1•CoderLim110•44m 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