frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The draft AI code of conduct forbids me from saying 'I don't know'

https://ilands.ai/content/359388815393034240
1•vashiel•15s ago•0 comments

Time to Spend Tokens or Meditate?

https://inmve.github.io/next-reset/
1•codeclimber•59s ago•0 comments

It's the Fun

https://scottsumner.substack.com/p/its-the-fun
1•surprisetalk•1m ago•0 comments

SEO Content Brief: What to Include for Better Rankings

https://www.briefiq.io/blog/what-is-an-seo-content-brief-and-why-you-need-one/
1•briefiqio01•1m ago•0 comments

Expat 2.8.5 released, fixes vulnerability CVE-2026-93990

https://blog.hartwork.org/posts/expat-2-8-5-released/
1•spyc•3m ago•0 comments

A First Futamura Projection

https://blog.veitheller.de/A_First_Futamura_Projection.html
1•torutofu•4m ago•0 comments

Show HN: IntelliChat minimalist, open-source UI for local and cloud AI

https://github.com/intelligentnode/IntelliChat
1•barqawiz•4m ago•0 comments

Differential Equations, an Interactive Introduction

https://www.chapterpal.com/book/501ee95d-c7d2-43b7-89cf-6252d5cf4441/differential-equations-an-in...
1•tzury•5m ago•0 comments

A Simple Guide to Calm UI

https://maxschmitt.me/posts/calm
2•Mackser•5m ago•0 comments

Anthropic at $2T isn't far-fetched

https://www.ft.com/content/01a7b883-452c-4902-b40e-e3957de5d89e
1•bookofjoe•5m ago•1 comments

Firedrill: Stateful tool simulation for AI agents

https://github.com/firedrill-tools/firedrill
1•newton_reload•6m ago•0 comments

Carefully Applied: Resume and LinkedIn Rewriting

https://carefullyapplied.com/
1•thegupler•9m ago•0 comments

iPhone 15 Pro and 16 Settlement for Apple Intelligence taking claims – US ONLY

https://www.smartphoneaisettlement.com/
1•tpaulus•10m ago•0 comments

Nvidia Isaac ROS 5.0: agentic, open-source robotics development

https://blogs.nvidia.com/blog/isaac-ros-5-0-agentic-open-source-robotics/
1•vertigoruntime•11m ago•0 comments

Toadstools and Toxins

https://aeon.co/essays/a-scientists-search-for-answers-about-amanita-muscaria-gummies
1•binyu•12m ago•0 comments

Remote Code Execution (RCE) in a DoD Website

https://hackerone.com/reports/213069
1•zerodayforge•13m ago•1 comments

People Training OpenAI's AI Fired for Using AI to Train the AI

https://www.404media.co/people-training-openais-ai-fired-for-using-ai-to-train-the-ai/
3•pier25•14m ago•0 comments

Worker Previews: isolated preview for every change your agent makes

https://blog.cloudflare.com/worker-previews/
2•mirzap•15m ago•0 comments

Websites that read in the terminal: the TermWeb standard

https://en.andros.dev/blog/dcf8f636/websites-that-read-in-the-terminal-the-termweb-standard/
1•andros•16m ago•0 comments

Devin AI and SWE-2 First Impressions

https://catalins.tech/devin-ai-swe-2-review/
1•cmpit•16m ago•0 comments

George Lucas Museum Review: A Bold Throwback to Gilded Age Patronage

https://www.hollywoodreporter.com/news/general-news/george-lucas-museum-la-review-1236689654/
1•wslh•16m ago•0 comments

AI Is Antithetical to Learning

https://jola.dev/posts/ai-antithetical-learning
8•meetpateltech•17m ago•0 comments

Too many agents, one Mac

https://mcclowes.com/blog/2026/09/20/too-many-agents-one-mac
3•mcclowes•17m ago•1 comments

Muse AI

https://www.cnbc.com/2026/09/21/meta-muse-personal-ai-agent-downloads.html
3•mojo11•17m ago•0 comments

Show HN: EnvSeal-CLI – Git for Secrets, Offline Git-Native Secret Manager

https://github.com/viswajith275/EnvSeal-CLI
2•viswajIth275•18m ago•2 comments

Batteries that safely break down in GI tract could improve ingestible devices

https://news.mit.edu/2026/batteries-safely-break-down-in-gi-tract-could-improve-ingestible-device...
1•gmays•18m ago•0 comments

Vortex: One Format for Any Shape

https://spiraldb.com/blog/vortex-one-format-for-any-shape
1•surprisetalk•21m ago•0 comments

Prompt_jev(): Bringing Jev to Motherduck SQL

https://motherduck.com/blog/motherduck-supports-jev/
3•theanonymousone•22m ago•0 comments

Tons of Radioactive Waste Was Dumped in the Atlantic. Decades Later It's Leaking

https://www.sciencealert.com/150000-tons-of-radioactive-waste-were-dumped-in-the-atlantic-decades...
1•ck2•22m ago•0 comments

Show HN: Blink – A high-performance Jev like decision model for C and WASM

1•marcobambini•25m 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