frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The librarian, the car keys, and AI

https://eternallyradicalidea.com/p/the-librarian-the-car-keys-and-ai
1•emmelaich•4m ago•1 comments

Worrying about bad AI code is worrying about the wrong problem

https://matthorn.io/posts/2026-09-13-bad-ai/
1•spectraldrift•6m ago•0 comments

Wikipedia's Oberranks Incident

https://boards.4chan.org/g/thread/109811298/wikipedias-oberranks-incident
1•mostcallmeyt•8m ago•2 comments

Lawyer cites fake witnesses in murder case and blames ChatGPT

https://www.reuters.com/legal/government/chatgpt-invented-fake-police-testimony-murder-appeal-new...
3•1vuio0pswjnm7•12m ago•1 comments

Writing a better reality: The case for optimistic sci-fi

https://honisoit.com/2022/03/writing-a-better-reality-the-case-for-optimistic-sci-fi/
1•andsoitis•16m ago•0 comments

Open-Source AI and Open Models Reading List

https://www.interconnects.ai/p/open-source-ai-reading-list
2•simonpure•21m ago•0 comments

AI bubble pops – Cory Doctorow

https://www.youtube.com/watch?v=LiDUg_uylyM
5•lifeisstillgood•21m ago•0 comments

What's in a name? Naming things in OpenStreetMap

https://blog.openstreetmap.org/2026/09/13/whats-in-a-name-naming-things-in-openstreetmap/
2•HotGarbage•24m ago•0 comments

Xi pushes 'Greater BRICS' economic ties to give bloc larger global role

https://www.reuters.com/business/aerospace-defense/xi-pushes-greater-brics-economic-ties-give-blo...
3•_djo_•30m ago•0 comments

Memorable moments in Chromecast's history (2024)

https://blog.google/products-and-platforms/devices/google-nest/chromecast-history/
1•gregsadetsky•32m ago•0 comments

Apple's Dimensional Drawings

https://developer.apple.com/accessories/dimensional-drawings/
2•herbertl•32m ago•0 comments

AI Boom / Bust – Boom Boom Pow

1•wwolfson97•35m ago•0 comments

"Chilling" warning or overreaction? AI bioweapons report divides experts

https://www.science.org/content/article/chilling-warning-or-overreaction-ai-bioweapons-report-div...
2•sbulaev•36m ago•0 comments

Free Domain Monitoring through echelongraph.io

1•akd29121988•41m ago•0 comments

Trump Throws His Support Behind Flock Cameras: 'I Like Them'

https://www.mediaite.com/politics/trump-throws-his-support-behind-flock-cameras-i-like-them/
6•valeg•43m ago•0 comments

The biggest dinosaurs couldn't sit on their eggs

https://www.cbc.ca/news/science/titanosaur-eggs-9.7336841
2•BiraIgnacio•43m ago•0 comments

OpenAI and Anthropic Hit the Brakes

https://www.axios.com/2026/09/13/ai-labs-regulation-safety
2•kooi•45m ago•2 comments

AI Coding Dictionary

https://www.aihero.dev/ai-coding-dictionary
1•dnw•47m ago•0 comments

The Coming War on General Computation (2011)

https://en.wikisource.org/wiki/The_Coming_War_on_General_Computation
23•gregsadetsky•49m ago•2 comments

X.com busts Chinese bot farm, incl accounts making claims about AI data centers

https://www.tomshardware.com/tech-industry/policy/x-busts-200-000-strong-chinese-bot-farm-includi...
4•throwaway2037•49m ago•0 comments

Carterfone

https://en.wikipedia.org/wiki/Carterfone
3•gregsadetsky•51m ago•0 comments

Show HN: Spikeforge

https://spikeforge.net/
2•a0174•54m ago•0 comments

Can an R/C Car Hit 100k Scale Miles? Self Driving Edition

https://www.youtube.com/watch?v=LjQ59b9OKyg
1•jdalgetty•55m ago•0 comments

Robots protest rampant AI in Poland

https://techxplore.com/news/2026-09-robots-protest-rampant-ai-poland.html
1•jareklupinski•57m ago•0 comments

Math in the Movies – Sneakers (1998)

https://theworld.com/~reinhold/math/sneakers.adleman.html
1•walterbell•58m ago•0 comments

How the Eminem Show Made Me a Hip-Hop Fan

https://medium.com/theentertainmentbreakdown/how-the-eminem-show-made-me-a-hip-hop-fan-5e9a7e1838e7
1•raynchad•58m ago•0 comments

Why Society Tears Down Its Heroes

https://medium.com/theentertainmentbreakdown/on-the-demolition-of-heroes-aec8912d8c11
2•raynchad•59m ago•2 comments

Recursive Synthetic Improvement

https://twitter.com/zafstojano/status/2097689256961466486
1•gmays•1h ago•0 comments

Agent security starts before the first prompt

https://fewshotacademy.com/blog/secure-the-tools-around-your-agent
1•mangatgoyal•1h ago•1 comments

Mental time travel and the evolution of the human mind

https://pubmed.ncbi.nlm.nih.gov/9204544/
1•andsoitis•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