frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Coding Memory Helps Agents Reuse Engineering Experience

https://twitter.com/AgentMemoryL/status/2096799172112556146
1•IreneAI•1m ago•0 comments

Political Bias in AI Is No Longer a Matter of Opinion. Now It Can Be Measured

https://latticeflow.ai/lp/political-bias-framework
1•duguyue100•4m ago•1 comments

The Great Unwind

https://revyl.com/blog/the-great-unwind/
1•mbokinala•7m ago•0 comments

Turing Lab - Browser Turing Machine simulator (With fast compiled engine)

https://turingsimulator.pages.dev/
1•GopalOr•11m ago•0 comments

Google released Artemis for AI-driven Android automation

https://github.com/google/artemis
1•fourfire•15m ago•0 comments

Student suspended for bringing coffee to class in act of 'civil disobedience'

https://www.fox5ny.com/news/student-suspended-bringing-coffee-class-act-civil-disobedience
1•madihaa•18m ago•0 comments

Show HN: Salmon – tray and desktop alerts for systemd services and custom checks

https://github.com/dimonomid/salmon
1•dimonomid•18m ago•0 comments

Demystifying the PCIe and CPU address space translation in Linux

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Demystifying-the-PCIe-and-CPU-address...
1•ankitg12•22m ago•0 comments

A new privacy savy openrouter

https://openrouter.ai/docs/guides/features/in-region-routing
1•gvieri•23m ago•1 comments

Categorize Everything All at Once

https://iev.ee/blog/categorize-everything-all-at-once/
2•dmit•24m ago•0 comments

Alan Kay's Answer To – Is AGI a Software Problem or a Hardware Problem?

https://www.quora.com/Is-AGI-a-matter-of-new-paradigm-shifts-in-softwares-or-is-current-hardware-...
2•atomicnature•26m ago•0 comments

Billvy|Accounting software for business owners

https://getbillvy.com/
1•sabahatghauri•27m ago•0 comments

Show HN: Musslop – turn any track into adaptive game-style music loops

https://github.com/Siziff/musslop
1•s131ph•27m ago•0 comments

I Put Nam A2-Lite Inside an iRig HD X

https://playtaurus.com/blog/i-put-nam-a2-lite-inside-an-irig-hd-x
2•arbayi•27m ago•0 comments

Show HN: On-device detector for fake lossless audio files (iOS)

https://apps.apple.com/us/app/lacquer-hi-res-flac-verifier/id6784889034
1•monsterx•30m ago•0 comments

Fractal basins trap latent reasoning

https://arxiv.org/abs/2609.04963
1•wil3•35m ago•0 comments

Omarhy's work on Mac support, independent of Asahi

https://omarchy.org/news/2026/09/introducing-omarchy-m/
3•cromka•37m ago•1 comments

Elm-CRDT – Pure-Elm Conflict-Free Replicated Data Types

https://github.com/gampleman/elm-crdt/
3•TheWiggles•37m ago•0 comments

Lepton: Steam's tool for running Android games on Linux

https://gitlab.steamos.cloud/frame-public/lepton
1•NN708•37m ago•0 comments

Andrew Feldman on Building Cerebras and the Future of Chips [video]

https://www.youtube.com/watch?v=HFOhG1jH2tk
2•tosh•38m ago•0 comments

Anthropic's proposed AI watchdog METR has deep ties to Effective Altruism

https://nypost.com/2026/09/15/business/anthropic-ceo-dario-amodeis-handpicked-ai-watchdog-has-dee...
3•ilumanty•42m ago•1 comments

Find every missing music royalty in under 5 minutes (and fix the issues)

https://www.usemogul.com/royalty-finder
1•JeffPon•44m ago•0 comments

EU Floats Canada Becoming the Bloc's First 'Associate Member'

https://www.bloomberg.com/news/articles/2026-09-16/eu-proposes-canada-become-the-bloc-s-first-ass...
43•helsinkiandrew•44m ago•49 comments

More people are seeking emergency care for gambling and it's mostly men and boys

https://www.cbc.ca/news/health/gambling-addiction-emergency-visits-9.7344691
5•rdmuser•46m ago•0 comments

Mistral X Mozilla: Private, Multilingual AI Browsing

https://mistral.ai/news/mistral-x-mozilla/
5•vertigoruntime•47m ago•0 comments

Coding Agents Have Converged: Why the SWE-Bench Leaderboard Can No Longer Order

https://arxiv.org/abs/2609.17394
2•sbulaev•49m ago•0 comments

AI safety beyond the frontier labs: uncensored local models

https://languageops.com/blog/ai-safety-pdoom-local-vs-frontier/
1•luxpir•49m ago•0 comments

An updated look for the Raspberry Pi Desktop

https://www.raspberrypi.com/news/an-updated-look-for-the-raspberry-pi-desktop/
1•mariuz•55m ago•2 comments

Gemini for Go Developers: Building Agents in Go

https://danicat.dev/posts/gemini-for-go-developers-part-3-building-agents/
1•eigenBasis•1h ago•0 comments

iCloud+ Includes Apple TV, Arcade, and Curated Music Stations in 100 Countries

https://www.macrumors.com/2026/09/15/icloud-plus-includes-apple-tv-arcade-100-countries/
2•calme_toi•1h ago•1 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