frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What Are You Building with AI?

1•fraXis•53s ago•0 comments

Ask HN: Evidence for JavaScript ecosystem being more vulnerable than Rust's?

1•pascahousut•1m ago•0 comments

Locksmith scams: 'I was shut out with my baby and charged £2,200 to get back in'

https://www.theguardian.com/money/2026/jul/15/the-scary-rise-of-locksmith-scams-i-was-shut-out-wi...
2•YeGoblynQueenne•3m ago•0 comments

The Myth of Sisyphus

https://en.wikipedia.org/wiki/The_Myth_of_Sisyphus
1•chistev•4m ago•1 comments

Show HN: A tool that reviews subreddit promotion rules before you post

https://wheretopost.com/
1•elng•5m ago•0 comments

What Do ASML's Q2 2026 Results Tell Us About the AI Boom?

https://mrkt30.com/what-do-asmls-q2-2026-results-tell-us-about-the-ai-boom/
2•technewssss•6m ago•2 comments

Show HN: OpenSCAD Models for Industrial Grade R/C Lawnmower

https://github.com/zelon88/RC_Mower_Trailer
1•zelon88•9m ago•0 comments

FreeBSD 16 Retires the Last GPL Code from Its Base System

https://www.phoronix.com/news/FreeBSD-16-Goes-GPL-Free
1•brandhout•9m ago•0 comments

Chipotle to open its first restaurant in Mexico this week

https://ktla.com/news/nationworld/chipotle-opens-first-location-in-mexico/
1•mikhael•10m ago•0 comments

What makes an AI coding tool worth paying for?

https://vibecodingagency.com/gpu-cloud/
1•vibeagency•14m ago•1 comments

Grok Faces a Trust Crisis After Developers Flag a Major Privacy Concern

https://www.inc.com/julie-lee/elon-musks-grok-faces-a-trust-crisis-after-developers-flag-a-major-...
1•baranul•15m ago•0 comments

Mozilla Syncstorage-Rs (Self-Hosted Firefox Sync)

https://mozilla-services.github.io/syncstorage-rs/
1•hosteur•15m ago•0 comments

Should a smartwatch track the user's emotions?

1•accofrisk•15m ago•2 comments

Always Go with a Monorepo

https://kore-nordmann.de/blog/always_go_with_a_monorepo.html
1•ingve•16m ago•0 comments

Rebuilding Our Notification Platform for Timely Notifications

https://www.patreon.com/engineering/posts/how-we-scaled-162544709
1•birdculture•19m ago•0 comments

Why Are Japanese Retail Traders Shorting the US Dollar?

https://www.disruptionbanking.com/2026/07/15/why-are-japanese-retail-traders-shorting-the-us-dollar/
2•emsidisii•22m ago•0 comments

Web Design Museum

https://www.webdesignmuseum.org/
1•fortuitous-frog•24m ago•0 comments

Code was our medium for thought

https://wattenberger.com/thoughts/code-is-a-medium-for-thought/
2•goranmoomin•25m ago•0 comments

Pebble July 2026 Update

https://repebble.com/blog/pebble-mega-update-july-2026
1•smig0•25m ago•0 comments

An Unprecedented Data Center Boom Means New Challenges for Texas

https://www.texastribune.org/2026/06/08/texas-regulation-data-centers-electricity-power-water/
2•turtleyacht•29m ago•0 comments

Semantic Primes (2018)

http://machinamenta.blogspot.com/2018/01/semantic-primes.html
1•txoria•29m ago•0 comments

Show HN: PixFinder – Free offline AI+OCR Image Search

https://pixfinder.app/
1•alexkh•29m ago•0 comments

AI eating software: IBM crash

https://www.bargo.ai/research/ibm-ai-capex-cannibalization
1•Kavon2992•31m ago•0 comments

SpaceXAI's Unpermitted Data Center Power Project Impacts Black Communities

https://gizmodo.com/spacexais-unpermitted-data-center-power-project-impacts-black-communities-ana...
2•baranul•35m ago•0 comments

Blog about hiring was written 23 years ago (Still valid)

http://www.aaronsw.com/weblog/hiring
2•rushil_b_patel•36m ago•0 comments

Decibri – unified audio layer for AI agents and Voice AI applications

https://decibri.com
2•vyrotek•42m ago•0 comments

Magic Cap OS

https://en.wikipedia.org/wiki/Magic_Cap
2•doener•43m ago•0 comments

Clean Up Kernel (2020)

https://lkml.org/lkml/2020/5/29/1038
2•downbad_•43m ago•0 comments

Show HN: VulnCast – open-source e-paper dashboard for live CVE/exploit Intel

https://github.com/vulnersCom/VulnCast
2•isox•49m ago•0 comments

We need to talk about the Bun Rust rewrite [video]

https://www.youtube.com/watch?v=kAjNWanR3n8
2•baranul•50m 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