frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Course for Golang incorrectly generates content about the Go board game

https://github.com/nilbuild/developer-roadmap/issues/10226
1•connorboyle•1m ago•0 comments

Show HN: Remove AI Watermark from Text

https://nomark.me/#text-watermark
1•textcortex•1m ago•0 comments

Life on the Uncanny Precipice

https://nsaphra.net/post/uncanny/
1•cdrnsf•2m ago•0 comments

Docker VMM Public Beta: A Complete Overhaul, Built for Performance

https://www.docker.com/blog/docker-vmm-public-beta/
1•Slix•3m ago•1 comments

Trentino DataMine Opens 6MW Data Center Inside Active Dolomites Mine

https://mlq.ai/news/trentino-datamine-opens-6mw-data-center-inside-active-dolomites-mine/
1•T-A•3m ago•0 comments

Fingerprinting documents with steganography (Fast Fwd Labs, 2015)

https://blog.fastforwardlabs.com/2017/06/25/fingerprinting-documents-with-steganography.html
1•aanet•5m ago•1 comments

In the Footsteps of Robert Moses

https://aresluna.org/in-the-footsteps-of-robert-moses/
2•throwaway270925•7m ago•0 comments

Mother of Invention

https://www.economist.com/1843/2018/02/27/mother-of-invention
1•geneticdrifts•9m ago•0 comments

Show HN: Keep batch LLM jobs from starving interactive traffic (TypeScript)

https://github.com/janbalangue/async-bulkhead-llm
1•janbalangue•9m ago•0 comments

Show HN: Xpt – minimalist C package manager

https://git.sr.ht/~juanvel400/xpt
1•juanvel400•12m ago•0 comments

Contributing to the Lean Mathlib Library – Tanner Duve

https://www.youtube.com/watch?v=GqsBVW3d_vc
1•abaradwaj•14m ago•1 comments

Ask HN: Why Connected Home Appliances?

2•ripe•15m ago•1 comments

circle rain sin

https://openprocessing.org/@u141185/2376570
1•bookofjoe•17m ago•0 comments

Beer Nuts

https://en.wikipedia.org/wiki/Beer_Nuts
1•reaperducer•17m ago•0 comments

Senior Scala/Java Developer

1•ali_rezvani•17m ago•1 comments

A simple fix for LLM tail latency

https://engineering.myhoai.com/posts/a-simple-fix-for-llm-tail-latency/
1•zhixuan•18m ago•0 comments

Cats and dogs are missing meals after a popular smart feeder went down

https://www.theverge.com/tech/979295/petlibro-outage-smart-pet-feeders
1•speckx•20m ago•0 comments

Solo founder, non-technical, $100M raised

https://solofounders.beehiiv.com/p/solo-founder-non-technical-100m-raised
1•spking•20m ago•0 comments

Chestnut

https://blog.comma.ai/chestnut/
2•simonpure•22m ago•0 comments

87-Webcam Multiview of the 2026 Eclipse

https://ostwilkens.se/blog/eclipse
1•ostwilkens•25m ago•0 comments

Show HN: VolumeM8 – Volume Control for Chrome

https://chromewebstore.google.com/detail/volumem8-volume-control/nacgakdfnhfmoipjhfbbpicfpkdajomg
1•louisblythe•26m ago•0 comments

ICE equipping agents with gloves that deliver electric shocks

https://www.bbc.com/news/articles/c20d292gdp4o
1•dabinat•26m ago•0 comments

Turning molecules into reliable electronic devices

https://news.mit.edu/2026/turning-molecules-into-reliable-electronic-devices-0803
1•signa11•28m ago•0 comments

Unless nderstanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
1•signa11•29m ago•0 comments

The End of Mathematics

https://www.daniellitt.com/blog/2026/8/11/the-end-of-mathematics
1•rzk•29m ago•0 comments

Rubber Chicken AI

https://teambuildingschool.com
1•tylerhayden•31m ago•1 comments

My Ten Years in No Man's Sky

https://nmsspot.com/2026/08/09/my-ten-years-in-no-mans-sky/
2•blakespot•32m ago•1 comments

Show HN: TimeM8 – Time Tracking and Invoicing

https://chromewebstore.google.com/detail/timem8-–-time-tracking-in/mchhcaboohohmhedhmghenjnfjgk...
1•louisblythe•32m ago•0 comments

Show HN: DarkM8 – Dark Mode Chrome Extension

https://chromewebstore.google.com/detail/darkm8/ilhmpipdbgkiogeiicdjcmpgijeicpdb
1•louisblythe•34m ago•0 comments

Elasticsearch Hybrid Search Recipes – Benchmarked (2025)

https://softwaredoug.com/blog/2025/03/13/elasticsearch-hybrid-search-strategies
1•softwaredoug•36m 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