frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A UX Focused Guide to Building a Linux Distro for Normies

https://github.com/IAMME543/Open-But-Polished
2•masoniamme•3m ago•0 comments

Show HN: Thaw – Git branch for a running LLM (fork agents, skip prefill)

https://github.com/thaw-ai/thaw
1•nilsmatteson•6m ago•0 comments

Shantell Sans

https://shantellsans.com/process
1•aleda145•7m ago•0 comments

Show HN: Babo – A scripting natural language that works as intended

https://github.com/armbox/babo
1•theqoo•9m ago•0 comments

We Benchmarked Our Open Source Memory Tool Against a Microsoft Research Paper

https://medium.com/@vektormemory/we-benchmarked-our-open-source-memory-tool-against-a-microsoft-r...
1•vektormemory•9m ago•0 comments

Show HN: HN Station – A local-first HN desktop client with split-pane reading

https://github.com/rajeshkumarblr/hn_station
1•raj_db_dev•9m ago•0 comments

UAPs in the Siwa Oasis, Egypt [video]

https://www.youtube.com/watch?v=-RJRActuqQU&list=PL9pyFBJOY-8yvSs1y1MmtdKOoQLI5v9Zm&index=3
1•pcbtracer•10m ago•0 comments

Show HN: Presidential Stock Trade Tracker

https://www.quiverquant.com/Donald-Trump-Stock-Trades/
1•ckardat123•12m ago•0 comments

New 3D silicon chip breakthrough could extend Moore's Law for years

https://www.sciencedaily.com/releases/2026/05/260530053412.htm
1•jonbaer•12m ago•0 comments

My Remaining Use for Pen and Paper

https://jarbus.net/blog/my-remaining-use-for-pen-and-paper/
1•jarbus•13m ago•0 comments

Tesla's 'Full Self-Driving' fraud lawsuit gets first hearing in China

https://electrek.co/2026/05/30/tesla-fsd-china-lawsuit-first-hearing-10-owners/
4•breve•14m ago•0 comments

Why Deep Learning Works Even Though It Shouldn't

https://moultano.wordpress.com/2020/10/18/why-deep-learning-works-even-though-it-shouldnt/
1•simianwords•15m ago•0 comments

Show HN: AI command review drill for engineers and vibe coders

https://www.proreview.dev/
1•shaad1337•17m ago•0 comments

A browser horror game about clicking primes

https://ipipgamedev.itch.io/idle-primes
1•ABudrys•17m ago•0 comments

AWS Budgets Has an 8-Hour Delay. Your Bedrock Bill Doesn't

https://blog.llmcap.io/aws-budgets-has-an-8-hour-delay-your-bedrock-bill-doesn-t
1•cfaruk•21m ago•0 comments

Resonate: Low latency, high temporal and frequency resolution spectral analysis

https://alexandrefrancois.org/Resonate/
4•arjf•21m ago•1 comments

Step 3.7 Flash – 198B-A11B MoE vision-language model

https://huggingface.co/stepfun-ai/Step-3.7-Flash
1•dryarzeg•22m ago•0 comments

Republicans are trying to kill science in this country

https://www.npr.org/2026/05/21/nx-s1-5828768/science-funding-cuts-nih-trump-administration
5•pdar4123•22m ago•0 comments

You need to stop using Google now

https://www.youtube.com/watch?v=4WyduoGpIPo
4•cable2600•23m ago•2 comments

The AV2 Video Standard Has Released (Final v1.0 Specification)

https://av2.aomedia.org
5•ksec•27m ago•0 comments

The first documented digitallipogram – URL erases a tech giant from the alphabet

https://logoggilo.substack.com/p/abcdfhijkmnpqrstuvwxyzcom-lipogram
1•gillesr•29m ago•1 comments

Show HN: Phive

https://phive.app
1•0xCA1EB•30m ago•0 comments

Why the Brain Cannot Be a Computer

https://arxiv.org/abs/2503.10518
2•Cerchie•31m ago•0 comments

The timing of the impending crude crisis

https://www.brookings.edu/articles/the-timing-of-the-impending-crude-crisis/
3•mooreds•32m ago•0 comments

Linda Perry: Writing and Producing Hits [video]

https://www.youtube.com/watch?v=e8pmhdjHCxM
1•bartekurbanski•33m ago•0 comments

10g Upgrade

https://klaxzy.net/var/infra/10g-upgrade.html
1•klaxzygen•41m ago•0 comments

Provisioning a Private Talos Kubernetes Cluster on Hetzner Cloud

https://onatm.dev/2026/05/30/provisioning-a-private-talos-kubernetes-cluster-on-hetzner-cloud/
2•onatm•42m ago•0 comments

OpenLogi – Rust Alternative to Logi Options+

https://github.com/AprilNEA/OpenLogi
1•elmean•48m ago•2 comments

UK public data to inform decisions and build services

https://www.data.gov.uk
1•als0•49m ago•0 comments

First Drone Tree Harvest in a Real Forest

https://www.dronewatch.eu/swedish-startup-achieves-first-fully-autonomous-tree-harvest-by-drone/
3•tda•52m 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