frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built free tools that turn messy sales call notes into proposals and contracts

https://inkdraft.io
1•janishd•11s ago•0 comments

Are others seeing Google's ReCAPCHA rejecting Firefox users?

2•Animats•4m ago•1 comments

AMD Versal HBM Series (FPGA's with up to 32GB HBM2e)

https://www.amd.com/en/products/adaptive-socs-and-fpgas/versal/hbm-series.html
2•peter_d_sherman•6m ago•0 comments

Google Lyria 3.5 music generation (public preview)

https://blog.google/innovation-and-ai/models-and-research/google-labs/lyria-3-5/
2•thisisauserid•6m ago•0 comments

Show HN: I processed 100k+ LinkedIn posts into open-source Claude Code skills

https://github.com/sergebulaev/linkedin-skills
1•sbulaev•7m ago•0 comments

Language skills stay strong in elderly while other cognitive abilities decline

https://news.mit.edu/2026/language-skills-stay-strong-older-adults-even-while-other-cognitive-abi...
1•gmays•9m ago•0 comments

Rust stabilizes Never type on nightly

https://github.com/rust-lang/goals/issues/653
2•dabinat•9m ago•0 comments

The death of San Francisco's Market Street

https://www.noahpinion.blog/p/the-death-of-market-street
2•A_D_E_P_T•10m ago•0 comments

MapLoud – An operating system for messy, nonlinear thinking

https://www.maploud.com/platform
1•Nic_Maploud•10m ago•0 comments

Top Pentagon official reaffirms Anthropic blacklist despite Lutnick comments

https://www.axios.com/2026/09/03/pentagon-reaffirms-anthropic-blacklist
2•spenvo•10m ago•0 comments

GPT-6 Astra System Card [pdf]

https://deploymentsafety.openai.com/gpt-6-astra/gpt-6-astra.pdf
3•alvis•10m ago•0 comments

THC Edibles Can Affect Driving for Hours, New Research Shows

https://www.nytimes.com/2026/09/01/well/thc-gummies-edibles-driving.html
1•bookofjoe•11m ago•1 comments

Google has released Gemini 3.8 Flash, its fourth Flash model in under four month

https://artificialanalysis.ai/articles/gemini-3-8-flash
1•wertyk•11m ago•0 comments

Globally distributed pre-training across 48 A100s at $0.12 per million tokens

https://www.tplr.ai/publications/blog/introducing-crucible
1•synapz_org•11m ago•0 comments

Show HN: Agentray, a macOS agent whose interface is a folder

1•beshrkayali•12m ago•0 comments

Why do developers continue to write code by hand?

https://orchidfiles.com/why-write-code-by-hand/
1•theorchid•12m ago•0 comments

GPT-6 Astra System Card

https://deploymentsafety.openai.com/gpt-6-astra
13•codergautam•12m ago•1 comments

Before New York City, Norway Had Banned AI in Schools

https://www.euronews.com/next/2026/09/03/before-new-york-city-norway-had-already-banned-ai-in-sch...
3•jethronethro•12m ago•0 comments

I Think LLMs Will Prove to Be Consequential Enterprise Software

https://freddiedeboer.substack.com/p/i-think-llms-will-prove-to-be-consequential
1•paulpauper•13m ago•0 comments

Ask HN: Why is nobody funding Wikipedia with AI based chat with articles

2•jereees•13m ago•0 comments

The Foldable Tractatus

https://foldabletractatus.aethermug.com/
3•Ishiibahn•14m ago•0 comments

Run cloud agents on machines you manage

https://cursor.com/blog/self-hosted-machines
1•eyehurtsme•14m ago•0 comments

How do I justify spending time to create a world in the first place?

https://worldbuilding.stackexchange.com/questions/124317/how-do-i-justify-spending-time-to-create...
1•joebig•15m ago•0 comments

Ottoman-Era Data Visualizations

https://casualarchivist.substack.com/p/poetic-justice
2•samtheDamned•15m ago•0 comments

Lost Bytes at the Crossroads Between User- and Kernel-Level Memory Allocation [pdf]

https://www.ibr.cs.tu-bs.de/vss/Publications/2026/fistanto_26_lost_bytes.pdf
1•matt_d•15m ago•0 comments

Show HN: AIDemo.Video – turn website into a product demo video in one click

https://www.aidemo.video/
1•distartin•15m ago•0 comments

The Externalities of Airports and Immigrants

https://www.betonit.ai/p/the-externalities-of-airports-and
1•paulpauper•16m ago•0 comments

NIXI has killed the "Dot In" domain name

https://www.naavi.org/wp/nixi-has-killed-the-dot-in-domain-name/
2•pkd•16m ago•1 comments

Sourcerer: New version 1.0.15 is available

https://www.sourcererapp.com/
1•dezelin•17m ago•0 comments

It's Not Just Flock. Police Can't Be Trusted with Our Data

https://truthout.org/articles/its-not-just-flock-police-cant-be-trusted-with-our-data/
4•chaps•22m 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