frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Domternal – headless rich-text editor for Angular/React/Vue/Vanilla

https://domternal.dev/
1•thomasnowhere•42s ago•0 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
2•Erenay09•2m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://old.reddit.com/r/ClaudeAI/comments/1ujila1/anthropic_embedded_spyware_in_claude_code_and/
2•rvnx•2m ago•0 comments

Discovering My Talk

https://shkspr.mobi/blog/2026/01/discovering-my-talk/
1•ColinWright•3m ago•0 comments

Krafton Agrees to Pay 'Subnautica 2' Bonuses as Developer's CEO Resigns

https://www.bloomberg.com/news/articles/2026-07-01/krafton-agrees-to-pay-subnautica-2-bonuses-as-...
1•croes•3m ago•0 comments

Integrating Netty with Java Virtual Threads

https://kronotop.com/blog/the-join-that-should-be-a-bug/
1•mastabadtomm•5m ago•0 comments

Ask HN: What is the latest research on AI detection?

1•trwhite•5m ago•0 comments

Singapore seizes $42M mansion over Nvidia chip smuggling

https://www.bbc.com/news/articles/cx2d9y18g73o
1•aussieguy1234•10m ago•0 comments

ClickHouse is winning the Observability Wars

https://matduggan.com/clickhouse-is-winning-the-observability-wars/
2•emschwartz•12m ago•0 comments

Public company deep research demo on Atlas SDK

https://github.com/steel-experiments/atlas-demo
1•nkko•12m ago•0 comments

Palantir: Our thoughts on the importance of AI sovereignty

https://twitter.com/PalantirTech/status/2072114267776491695
1•frb•13m ago•0 comments

Show HN: MP3toText – Fast, high-accuracy AI audio transcription

https://mp3totext.ai
1•cyk888•13m ago•0 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
1•doener•14m ago•0 comments

OpenAI: In early talks to give 5% stake to US Government

https://www.theguardian.com/technology/2026/jul/02/openai-stake-us-government-ai-sam-altman
7•tosh•15m ago•3 comments

Free interactive ancient Rome atlas

https://domdemetz.github.io/Ancient-Rome/
2•fbn79•17m ago•0 comments

Build reliable multi-agent applications with ADK Go 2.0

https://developers.googleblog.com/announcing-adk-go-20/
1•atkrad•18m ago•0 comments

Functional Programming in hica

https://www.hica.dev/docs/functional-programming/
1•cladamski79•19m ago•1 comments

Facebook Images Downloader – Grab FB Photos in Seconds

https://chromewebstore.google.com/detail/images-downloader/enjebjknnihfklkmkbhdailacipnhcep
1•qwikhost•20m ago•1 comments

Show HN: OtaKit – open-source, self-hostable OTA updates for Capacitor apps

https://github.com/OtaKit/otakit
1•garymiklos•20m ago•0 comments

Google must pay €4.1B fine for using Android to 'block' rivals

https://www.bbc.co.uk/news/articles/cvgj0pp5p62o
1•fredley•21m ago•0 comments

Mid-tier factory knives – value sweet spot?

https://www.paragon-knives.com/
1•bgzlsxaz•22m ago•0 comments

Who Controls the Privacy-Enhancing Technology Layer?

https://medium.com/@vektormemory/who-actually-controls-the-privacy-enhancing-technology-layer-8d5...
1•vektormemory•22m ago•1 comments

Roundtables: Longevity's Next Frontier: "Reprogramming" Your Body

https://www.technologyreview.com/2026/06/30/1139958/roundtables-longevitys-next-frontier-reprogra...
1•joozio•24m ago•0 comments

GPS Interference Off California Offers Warning for Global Shipping

https://gcaptain.com/gps-interference-off-california-offers-warning-for-global-shipping/
1•ablation•24m ago•0 comments

Various projects disappeared from kernel.org hosting overnight

https://gts.q66.moe/@q66/statuses/01KWGXZTGX06HSQBXW21DYH4G0
4•marvinborner•27m ago•0 comments

PostScript on the Societies of Control – Gilles Deleuze (1990) [pdf]

https://deleuze.cla.purdue.edu/wp-content/uploads/2023/09/Deleuze_Gilles-Postscript-on-the-Societ...
1•Avicebron•28m ago•0 comments

India asks WhatsApp to pause username feature rollout

https://www.bbc.com/news/articles/ckg8e0n9l41o
3•0xedb•29m ago•2 comments

How do you think, is Atlassian slowly dying?

https://ampin.app
1•kpbogdan•29m ago•1 comments

NPM staged publishing for supply-chain security

https://nuqs.dev/blog/staged-publishing-for-supply-chain-security
1•franky47•29m ago•0 comments

Japan Study Finds Cats Eat Less If They Become Used to Food Odors

https://japannews.yomiuri.co.jp/science-nature/science/20260606-331268/
1•mushstory•30m 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