frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Desert Strike Main Menu Theme on 8 Floppy Drives [video]

https://www.youtube.com/watch?v=3JfBIPvsK9E
1•nomilk•8m ago•1 comments

Remote Control, Done Right: Reviewing the Comet Pro Remote KVM

https://medium.com/engineering-iot/remote-control-done-right-reviewing-the-comet-pro-remote-kvm-b...
1•walterbell•16m ago•0 comments

Nearly 200k Ukrainians in US thrown into legal limbo by immigration crackdown

https://www.reuters.com/world/europe/nearly-200000-ukrainians-us-thrown-into-legal-limbo-by-trump...
1•c420•17m ago•0 comments

Surprisingly, Emacs on Android is pretty good

https://kristofferbalintona.me/posts/202505291438/
1•harryday•18m ago•0 comments

Data breach in Iberia: 77GB of internal documents end up on the dark web

https://www.apolocybersecurity.com/en/blog-posts/filtracion-de-datos-en-iberia-documentos-interno...
1•reconnecting•19m ago•0 comments

CD-i

https://en.wikipedia.org/wiki/CD-i
1•tosh•19m ago•0 comments

A Bayesian Analysis of Biblical Prophesies

https://madebynathan.com/2025/11/15/a-bayesian-analysis-of-biblical-prophesies/
1•nathan_f77•20m ago•0 comments

A Swath of Data Was Hacked from a Leading Real Estate Banking Services Company

https://www.nytimes.com/2025/11/22/business/bank-data-hack.html
1•mmooss•20m ago•1 comments

Happiness Is a Skill You Can Build

https://domofutu.substack.com/p/happiness-is-a-skill-you-can-build
2•domofutu•23m ago•0 comments

Show HN: better-env – A Secure, Developer-Friendly Alternative to .env

https://better-env.dev/docs
2•harish3304•28m ago•0 comments

Read the Greeks

https://kamilkazani.substack.com/p/read-the-greeks
1•tzury•31m ago•0 comments

World-in-World: World Models in a Closed-Loop World

https://arxiv.org/abs/2510.18135
1•zonsz•33m ago•0 comments

Children of Paradise is the greatest film to come out of France, 80 years on

https://theconversation.com/children-of-paradise-is-the-greatest-film-to-come-out-of-france-even-...
1•walterbell•34m ago•0 comments

'Turncoat' by Dennis Sewell Review

https://www.historytoday.com/archive/review/turncoat-dennis-sewell-review
1•prismatic•37m ago•0 comments

Las Vegas Diaries

https://www.thedial.world/articles/news/ahmed-naji-las-vegas-diary
1•Thevet•38m ago•0 comments

Implementing MapReduce Paper in Golang

https://jitesh117.github.io/blog/implementing-mapreduce-in-golang/
2•Jitesh117•39m ago•0 comments

Ask HN: Why isn't there a single open-source (project) game?

1•triilman•42m ago•1 comments

Show HN: I built a circuit simulator that adds two numbers using only NAND gates

https://madebynathan.com/2025/11/23/adding-two-numbers-using-only-nand-gates/
1•nathan_f77•51m ago•0 comments

Listening to a Book Counts as Reading

https://www.nytimes.com/2025/11/23/opinion/audiobooks-books-print-reading.html
1•mykowebhn•59m ago•1 comments

Women seem to retract fewer papers than men – but why?

https://www.nature.com/articles/d41586-025-03796-w
2•XzetaU8•59m ago•1 comments

Artist Reconstructs Face of Julius Caesar and Others from Ancient History

https://www.boredpanda.com/face-reconstruction-famous-people-from-antiquity-msn/
1•thomassmith65•1h ago•0 comments

A lightweight code editor with Vim mode, Git integration, and more

https://athas.dev
1•geordee•1h ago•0 comments

Show HN: I built Arc-like sidebar for Safari

https://www.supasidebar.com
1•supasidebar•1h ago•0 comments

Show HN: pthui, a tiny, color-coded TUI wrapper for Python's watchdog library

https://github.com/clarkfannin/pthui
1•clarkfannin•1h ago•0 comments

Show HN: Chemistry AI – A step-by-step chemistry solver for students

https://chemistryai.chat
2•wadudu•1h ago•1 comments

Show HN: AI Watermarkremover

https://aiwatermarkremover.online/chatgpt-watermark-remover
1•ocmaker•1h ago•1 comments

SoX_ng

https://codeberg.org/sox_ng/sox_ng
1•dither8•1h ago•1 comments

"Work –> Appreciation" Cycle

1•Nischalj10•1h ago•0 comments

AI Horror Stories

https://whenaifail.com/category/ai-coding/
2•burgerquizz•1h ago•0 comments

User Location Disclosure Amplifies Regional Divisions on Chinese Social Media

https://arxiv.org/abs/2507.03238
2•pr337h4m•1h ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•6mo 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•6mo 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•6mo 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•6mo 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•6mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•6mo ago
Agreed