frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Voxiferi introduces VoxWall as an 'AI ingress firewall' for bad data

https://opensourcewatch.beehiiv.com/p/new-voxiferi-introduces-voxwall-as-an-ai-ingress-firewall-f...
1•CrankyBear•3m ago•0 comments

Why Beyond Traditional RAG?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
2•Natashiiy•3m ago•2 comments

E-commerce compliance scores range from 13 to 97 across major US retailers

https://stem-education.medium.com/i-ranked-famous-retailers-on-compliance-the-scores-went-from-13...
1•complyyio•4m ago•0 comments

Making Gasoline from Plastic Waste

https://www.sciencedaily.com/releases/2026/09/260920222405.htm
2•silver92bullet•4m ago•0 comments

GitHub Actions leaking secrets when Miri output is cached

https://blog.rust-lang.org/2026/09/21/github-actions-leaking-secrets-when-miri-output-is-cached/
1•metrofun•10m ago•0 comments

Show HN: CatQueue-A zero-dependency PostgreSQL job queue for Node and TypeScript

https://github.com/karanrajsurya/CatQueue
1•karanrajsurya•10m ago•0 comments

A modern, cross-platform font editor built with TypeScript and Rust

https://github.com/shift-editor/shift
1•wg0•10m ago•0 comments

Consider the Chameleon

https://remy.wang/blog/chameleon.html
2•remywang•11m ago•0 comments

WordPress Board Resignations

https://techcrunch.com/2026/09/14/sources-say-automattics-board-is-out-after-failed-attempt-to-ou...
2•joshjkim•12m ago•0 comments

I'm Handing Off Render Engine

https://kjaymiller.com/blog/im-handing-off-render-engine.html
1•lumpa•14m ago•0 comments

The Sheep That Stop Wildfires

https://www.newyorker.com/news/annals-of-a-warming-planet/the-sheep-that-stop-wildfires
1•blondie9x•16m ago•0 comments

Show HN: LARP Capital – Prestige as a Service

https://www.larpcapital.us/
2•vknar•17m ago•0 comments

AI Exec: We May Have Pulled Off "The Largest Theft of Labor in Human History"

https://www.motherjones.com/politics/2026/09/openai-chatgpt-microsoft-copyright-legal-case-docume...
2•vinyl7•18m ago•1 comments

Web Data – Latest Capital Raise

https://www.firecrawl.dev/blog/introducing-alexandria-series-b
1•angelhadjiev•19m ago•1 comments

Hiring Smart

https://kk.org/cooltools/hiring/
1•dxs•20m ago•0 comments

Recorded, Not Proven

https://claude.ai/artifact/HucaoGuaQqp9g9TZX97HGw
2•throwaway13sas•23m ago•0 comments

Git-bug, project bug tracker tool using Git objects as storage, releases v0.11.0

https://github.com/git-bug/git-bug/releases/tag/v0.11.0
1•iamnothere•25m ago•0 comments

The UV index is not the warm sensation of sunlight on bare skin

https://blog.asciitweezers.com/the-uv-index-is-not-the-warm-sensation-of-sunlight-on-bare-skin/
9•evakhoury•27m ago•0 comments

Relaticle, a self-hosted CRM where AI updates data only after your approval

https://relaticle.com
2•manukminasyan•27m ago•0 comments

No Sloptober

https://no-sloptober.com/
36•jeremiahlee•28m ago•20 comments

Show HN: NetM8 OS

https://netm8.com/
2•goodknightleo•30m ago•0 comments

Show HN: Typed polyglot compiler for CLI/API/MCP generation

https://github.com/morloc-project/morloc
1•arendsee•31m ago•0 comments

Tinyjs – desktop apps for macOS, Windows, and Linux in ~6 MB

https://tinyjs.app
1•josephscott•32m ago•0 comments

I beat all the popular harnesses on FrontierHarness Eval

https://github.com/tontinton/maki
2•tontinton•33m ago•0 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
33•boredjohnny•33m ago•7 comments

ArchiveBox v0.9 released with new native apps and 50 new plugins

https://docs.sweeting.me/s/archivebox-v0.9-announcement
3•nikisweeting•34m ago•1 comments

Kotlin 2026: Layoffs, AI, Google – Is the Golden Age Over? Jake Wharton Explains [video]

https://www.youtube.com/watch?v=9WjPdgOK-68
1•cstever•36m ago•0 comments

Why AI Can't Replace You with Cory Doctorow [YouTube] [video]

https://www.youtube.com/watch?v=VU3gABvwZCM
3•cstever•38m ago•0 comments

Open-Weight AI Models Seize Token Lead, but Proprietary Still Make the Money

https://techstrong.ai/generative-ai/open-weight-ai-models-seize-token-lead-but-proprietary-system...
2•CrankyBear•38m ago•0 comments

Hive at v5: The Swarm Grew Up, and It Is Learning to Leave the Dashboard

https://hivecommons.substack.com/p/hive-at-v5-the-swarm-grew-up-and
1•jcastro•38m 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