frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Talking to Transformers

https://miraos.org/blog/2026/05/02/talking-to-transformers
1•taylorsatula•1m ago•0 comments

Supercollider

https://supercollider.github.io/
1•andyjohnson0•3m ago•0 comments

Separating what AI does well from what code does well

https://claude.com/blog/how-kepler-built-verifiable-ai-for-financial-services-with-claude
1•eddiehammond•4m ago•1 comments

Original Volkov Commander Sources

https://github.com/ddanila/vc
2•begoon•5m ago•0 comments

Mapping Notable Geo-Triangles

https://nickscip.xyz/projects/triangles/
1•nickscip•5m ago•0 comments

Open source desktop app for studying online courses

https://github.com/tonhowtf/omniget
1•axiomdata316•8m ago•0 comments

Show HN: Security Scanner for Agent Skills and MCP

https://github.com/snyk/agent-scan
1•lirantal•8m ago•0 comments

Lyra 2.0: Explorable Generative 3D Worlds

https://research.nvidia.com/labs/sil/projects/lyra2/
1•jonbaer•9m ago•1 comments

Past Ferrari Models, 1947–2023

https://www.ferrari.com/en-US/auto/past-model
1•NaOH•9m ago•0 comments

Show HN: A Privacy tool that finds and hides sensitive data in phtots/videos

https://www.scanon.ai/
1•lotuslabs•10m ago•0 comments

A GitHub for Maintainers

https://nesbitt.io/2026/05/02/a-github-for-maintainers.html
1•milkglass•10m ago•1 comments

Public Runtime for Convera for LLM's

https://github.com/cjparadise79/CONVERA-PUBLIC
1•cjparadise•12m ago•1 comments

Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
1•bschoepke•13m ago•0 comments

MCP-x-Mac-Seed – An AI agent that discovers Mac apps and writes its own tools

https://github.com/reverendish/mcp-x-mac-seed
1•ishsitotombe•15m ago•0 comments

BYOMesh – New LoRa mesh radio offers 100x the bandwidth

https://partyon.xyz/@nullagent/116499715071759135
2•nullagent•15m ago•0 comments

What Happens When the World Is Fatherless

https://elaynekalila.substack.com/p/what-happens-when-the-world-is-fatherless
1•rendx•17m ago•0 comments

Show HN: Orchestrate Dockerized Claude Code sessions from your issue tracker

https://github.com/smithy-ai/smithy-ai
1•t0mas88•20m ago•0 comments

Should You Be a Carpenter? [video]

https://www.youtube.com/watch?v=RJyPVLMyyuA
1•DeathArrow•20m ago•0 comments

Caisi Evaluation of DeepSeek V4 Pro

https://www.nist.gov/news-events/news/2026/05/caisi-evaluation-deepseek-v4-pro
1•chvid•22m ago•0 comments

The clients you didn't know you lost

https://techlex.net/the-clients-you-didnt-know-you-lost/
1•basket278•24m ago•0 comments

A Dark-Money Campaign Is Paying Influencers to Frame Chinese AI as a Threat

https://www.wired.com/story/super-pac-backed-by-openai-and-palantir-is-paying-tiktok-influencers-...
3•chvid•24m ago•1 comments

LLMs Are Not a Higher Level of Abstraction

https://www.lelanthran.com/chap15/content.html
3•lelanthran•27m ago•0 comments

A framework agnostic platform to manage local agents from your phone

https://onepilotapp.com
2•elearia•30m ago•0 comments

Musk spars with OpenAI atty in trial over OpenAI's evolution from a nonprofit

https://apnews.com/article/musk-altman-openai-nonprofit-trial-bdbe85d62c2b678458fe68148eb6fba5
3•1vuio0pswjnm7•30m ago•1 comments

We Caught Prompt Security Leaking API Keys

https://www.youtube.com/watch?v=cZLdWtcSE04
1•acorn221•30m ago•0 comments

I Recreated the Apple Lisa Computer Inside an FPGA – The LisaFPGA Project

https://www.youtube.com/watch?v=8jNQDcpHc68
4•cyrc•33m ago•0 comments

Questions of US interventionism as 25story Juárez surveillance tower scrutinized

https://english.elpais.com/international/2026-05-03/amid-questions-of-us-interventionism-in-mexic...
3•c420•35m ago•0 comments

FCC votes to ban all Chinese labs from certifying electronics sold in the US

https://www.tomshardware.com/tech-industry/fcc-votes-to-ban-all-chinese-labs-from-certifying-elec...
4•jonbaer•37m ago•3 comments

Elon Musk Says AI 'Smarter Than Humans' Next Year During OpenAI Testimony

https://www.newsweek.com/elon-musk-vs-sam-altman-feud-explained-as-openai-trial-begins-11886815
3•1vuio0pswjnm7•37m ago•2 comments

PHP King Extension and KingRT Video Call App

https://kingrt.com/
1•bold_iggl•38m ago•1 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed