frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Scam awareness training seemed futile. ChatGPT's data is changing my mind

https://charlemagnelabs.substack.com/p/how-much-daylight-is-there-between
1•therealjpg•49s ago•0 comments

Taking Apart Infatica

https://vasie.dev/blog/inside-infatica/
1•vasie•1m ago•0 comments

Why the 2026 Battle for the House Is More Uncertain Than It Looks

https://medium.com/freedomofthought/why-the-2026-battle-for-the-house-is-more-uncertain-than-it-l...
1•raynchad•1m ago•0 comments

Panic Won't Fix the Looming A.I. Threat. Politics Will

https://www.nytimes.com/2026/09/19/opinion/ai-hugging-face-big-tech-danger.html
1•jay_kyburz•2m ago•1 comments

The Life of Death and the Enshittificator [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
1•tcmb•2m ago•0 comments

Metadata requests no longer tracked in PyPI download counts

https://blog.pypi.org/posts/2026-08-31-download-counts/
1•rbanffy•3m ago•0 comments

Polars – Migration strategies for going from Pandas to Polars

https://pola.rs/posts/pandas-to-polars-migration-strategies/
1•rbanffy•3m ago•0 comments

How Big Tech Runs Tech Projects and the Curious Absence of Scrum (2021)

https://newsletter.pragmaticengineer.com/p/project-management-in-tech
1•taubek•3m ago•0 comments

Base Browser: A hard fork of Firefox with no AI slop

https://codeberg.org/basebrowserproject
2•Muhammad523•5m ago•0 comments

Why TypeScript picked Go over Rust for its new compiler

https://www.thetrueengineer.com/p/typescript-team-chose-go-over-rust
1•adletbalzhanov•12m ago•0 comments

OpenAI's Sam Altman to Brief UN Security Council Next Week

https://www.reuters.com/business/openais-sam-altman-to-brief-un-security-council-next-week-during...
3•layer8•13m ago•0 comments

Microsoft Systems Journal Interviews Gordon Letwin (1987)

https://computeradsfromthepast.substack.com/p/microsoft-systems-journal-interviews
1•rbanffy•14m ago•0 comments

EtherCON

https://en.wikipedia.org/wiki/EtherCON
2•gregsadetsky•17m ago•0 comments

We got a cybersecurity expert to hack this BYD. It was too easy

https://www.abc.net.au/news/2026-09-21/byd-hacked-by-cybersecurity-expert-vehicle-sabotage-survei...
5•dbaupp•17m ago•0 comments

A Good Reason to Stop Me from Pasting Passwords

https://ciamweekly.substack.com/p/a-good-reason-to-stop-me-from-pasting
1•mooreds•18m ago•0 comments

The Haters Guide to Broadcom

https://www.wheresyoured.at/premium-the-haters-guide-to-broadcom/
2•gballan•19m ago•0 comments

Steam Frame, a Linux machine, doesn't support Linux?

https://gbl08ma.com/posts/steam-frame-a-linux-machine-doesnt-support-linux/
2•garaetjjte•20m ago•0 comments

ATProto in Practice #1: Identity

https://mackuba.eu/2026/07/20/atproto-in-practice-identity/
1•mooreds•20m ago•0 comments

Show HN: A parry focused game built in ThreeJS (WIP)

https://ashina-chi.vercel.app/
1•sherujgr•21m ago•0 comments

Oracle and OpenAI Are Trampling Native Treaty Rights to Build Data Centers

https://truthout.org/articles/big-tech-is-trampling-native-treaty-rights-to-build-data-centers/
1•paimapi•21m ago•0 comments

Mad Max 'Humungus Machine' Is Up for Auction on Bring a Trailer

https://www.caranddriver.com/news/a73781356/ford-f150-based-mad-max-humungus-machine-auction/
1•RickJWagner•23m ago•0 comments

>be me >discover effective altruism

https://twitter.com/banteg/status/2100619607648121199
1•yurivish•33m ago•0 comments

The New Church of Finance (2012)

https://www.deseret.com/2012/12/9/20445386/clayton-m-christensen-the-new-church-of-finance-deeply...
1•simonebrunozzi•33m ago•0 comments

Show HN: Openmsg, agent-to-agent talk while they run, Claude<>Codex<>OpenCode

https://github.com/marciob/openmsg
2•marciob•35m ago•2 comments

One wallet, 27 systems: can the EU build an untraceable Digital ID?

https://www.euronews.com/my-europe/2026/09/17/one-wallet-27-systems-can-the-eu-build-an-untraceab...
4•devonnull•36m ago•0 comments

Jev identifies as a Qwen model (and no other)

https://ouijev.com/?q=Are+you+a+qwen+model
1•Rom2•36m ago•0 comments

Autolith: The Common Lisp agent that rewrites itself and rocks

https://autolith.rocks
1•sroerick•36m ago•0 comments

Lawsuit says Anthropic, OpenAI and Google made illegal agreement on AI slowdown

https://www.cnn.com/2026/09/19/business/ai-slowdown-lawsuit-antitrust
5•mattm•36m ago•0 comments

Confessions of an Unrepentant Slop Snob

https://charity.wtf/p/confessions-of-an-unrepentant-slop
1•gholap•39m ago•0 comments

President claims he will for a new 'AI Force' but calls AI fears a 'hoax'

https://abcnews.com/Politics/trump-form-new-ai-force-continues-call-ai/story?id=136591343
2•anigbrowl•42m 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