frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ArXiv Will Ban You for Hallucinated References

https://4gravitons.com/2026/05/22/arxiv-will-ban-you-for-hallucinated-references/
1•thunderbong•2m ago•0 comments

FTC Orders Cox Media Group to Pay $1M to Settle Deceptive Marketing Charges

https://www.ftc.gov/news-events/news/press-releases/2026/05/ftc-require-cox-media-group-two-other...
1•birdculture•3m ago•0 comments

AMD's Lemonade SDK for AI Promotes macOS to GA Status, ROCm 7.13 Integrated

https://www.phoronix.com/news/Lemonade-SDK-10.5-Released
1•breve•6m ago•0 comments

White Rabbit – sub-nanosecond synchronization for large distributed systems

https://ohwr.org/projects/white-rabbit/
1•michaelsbradley•11m ago•0 comments

Show HN: Ifmhy – An Internationalization Version of Fmhy

https://ifmhy.org/
1•valorantPanda•11m ago•0 comments

Embedded acoustic AI with <16ms latency running on 8MB RAM

https://www.voisace.com/blog
1•shermanliu•23m ago•0 comments

BambuStudio has been violating PrusaSlicer AGPL license since their fork

https://xcancel.com/josefprusa/status/2054602354851254330
1•Tomte•24m ago•0 comments

Concerning Emacs (and Jazz)

https://omidmash.de/blog#concerning-emacs
1•omidmash•28m ago•0 comments

Show HN: Chord Commander – A webapp to organize guitar chords

https://codeberg.org/joexo/chord-commander
1•joexo•31m ago•0 comments

SpaceX IPO: Nice Try Though [video]

https://www.youtube.com/watch?v=IHD8BDFYyGI
1•u1hcw9nx•34m ago•0 comments

A New Supercarrier Emerges Tracking China's Fourth Aircraft Carrier

https://features.csis.org/hiddenreach/china-fourth-carrier/
1•_____k•35m ago•0 comments

Legends of the Ancient Web (2017)

https://idlewords.com/talks/ancient_web.htm
1•downbad_•37m ago•0 comments

Building an AWS Lambda-Like Runtime with Firecracker MicroVMs

https://medium.com/@vivek1502/building-an-aws-lambda-like-runtime-with-firecracker-microvms-42a41...
1•nreece•41m ago•0 comments

Does anyone in your organisation own "correctness" in your AI products?

https://alokit.substack.com/p/nobody-in-your-organization-owns
2•avikalp•45m ago•0 comments

ChatGPT as the AOL of AI

https://rebecca-powell.com/posts/return-on-intelligence-02-moats/
1•maille•48m ago•1 comments

Ask HN: How do small teams securely share env files?

1•tmr_praveen•49m ago•0 comments

Pausing New Challenges – Codecrafters

https://codecrafters.io/blog/pausing-new-challenges
16•prakashqwerty•51m ago•2 comments

I reproduced a Claude Code RCE. The bug pattern is everywhere

https://vechron.com/2026/05/i-reproduced-a-claude-code-rce-the-bug-pattern-is-everywhere/
4•GeorgeWoff25•52m ago•1 comments

Show HN: GobanFTP – the board game Go played through FTP listings

https://github.com/molang163/GobanFTP
1•molang163•54m ago•0 comments

The three futures nobody is building for

https://andrebyrd.substack.com/p/the-three-futures-nobody-is-building-for
1•manofstyle04•55m ago•0 comments

You're Being Judged

https://zenodo.org/records/20352897
1•anasteciadunu•57m ago•0 comments

Nobody Understands Kafka Costs

https://getkafkanated.substack.com/p/nobody-understands-kafka-costs-stanislav
1•enether•58m ago•0 comments

Show HN: Klimkit: my Codex setup for multiple machines

https://github.com/klimentij/klimkit
1•klimentij•58m ago•0 comments

Twelve Ways to Be Wrong About AI-Assisted Coding

https://third-bit.com/2026/05/20/twelve-ways-to-be-wrong/
3•signa11•1h ago•2 comments

AI Ops SOP Pack: SOPs for reviewing AI-assisted engineering work

https://github.com/monkidy/ai-ops-sop-pack
1•monkidy•1h ago•0 comments

Show HN: Source-check politician stock-trade claims against public filings

https://tinyopsstudio.com/congress-disclosure-watchlist-digest
2•tinyopsstudio•1h ago•0 comments

Don't Read the Comments

https://kennethreitz.org/essays/2026-04-10-dont_read_the_comments
3•NicoHartmann•1h ago•0 comments

An interactive linear algebra primer aimed at LLM readers

https://algo-rhythm.dev/en/
6•bytegogogo•1h ago•0 comments

The most RAM efficient modern Linux. Noctalia v5 and LabWC and Artix [video]

https://www.youtube.com/watch?v=CnG32ZOi11s
2•grigio•1h ago•0 comments

AI Reconstructed Dead Pilots' Voices from Public NTSB Records

https://firethering.com/ai-recreated-dead-pilots-voices-ntsb-database/
2•steveharing1•1h 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