frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Virus-Like 'Jumping Genes' Became Our Partners in Evolution

https://www.quantamagazine.org/how-virus-like-jumping-genes-became-our-partners-in-evolution-2026...
1•randomImmigrant•1m ago•1 comments

Prenatal exposure to the plasticizer DEHP increases autism and ADHD

https://dx.doi.org/10.1016/j.medj.2026.101291
1•OutOfHere•3m ago•2 comments

Jev introduces a new shape of LLM

https://simonwillison.net/2026/Sep/21/jev/
3•benwerd•4m ago•0 comments

iPhone owners can now submit claims in Apple's $250M Siri AI settlement

https://www.theverge.com/tech/998191/apple-siri-ai-iphone-16-class-action-lawsuit-settlement
1•pelcg•6m ago•0 comments

FTC Action Against MLM Operator Amway for Unfair and Deceptive Business Practice

https://www.ftc.gov/legal-library/browse/cases-proceedings/amway-ftc-v
1•busymom0•7m ago•0 comments

Interactive experiences in the Bay Area (1995)

https://www.sfgate.com/entertainment/article/interactive-experiences-in-bay-area-3148648.php
1•hbarka•11m ago•0 comments

Show HN: NoteCode++ – an offline, desktop-style code editor for Android

https://github.com/knewnothing-git/notecode-
1•yc_nothingknew•13m ago•0 comments

Six clones of Jev in 2 days

https://www.latent.space/p/ainews-here-are-6-clones-of-jev-in
3•pelcg•15m ago•1 comments

Making sense of George Lucas's new billion-dollar galaxy

https://www.economist.com/culture/2026/09/21/making-sense-of-george-lucass-new-billion-dollar-galaxy
1•andsoitis•16m ago•0 comments

Gates Foundation coalition for more representative language data sets in AI

https://abcnews.com/Technology/wireStory/gates-foundation-launches-coalition-build-representative...
1•andsoitis•16m ago•0 comments

The Basics of Transformer Inference

https://jax-ml.github.io/scaling-book/inference/
2•aray07•17m ago•0 comments

What are KV caches really?

https://blog.glennklockwood.com/2026/09/what-are-kv-caches-really.html
2•matt_d•18m ago•0 comments

Australia's giant data-centre boom

https://www.economist.com/asia/2026/09/21/australias-giant-data-centre-boom
1•andsoitis•21m ago•0 comments

Dyson Won't Say What's Wrong with Its CameraJet Toothbrush

https://www.wired.com/story/dyson-wont-say-whats-wrong-with-the-camerajet-toothbrush/
1•pelcg•23m ago•0 comments

XGrammar-2: Fast, Customizable Structured Generation for Tool Calling and Agents

https://blog.mlc.ai/2026/05/04/xgrammar-2-fast-customizable-structured-generation
2•matt_d•27m ago•0 comments

Used ThinkPad Buyer's Guide (2019)

https://www.bobble.tech/free-stuff/used-thinkpad-buyers-guide
1•Mr_Minderbinder•28m ago•0 comments

Show HN: aSPARK – an agile AI product team for Claude Code

https://github.com/a-lottes/aSPARK
1•agenntlot•28m ago•0 comments

Doyouok – Agent-free heartbeat monitoring for cron jobs and workflows

https://doyouok.com/
1•liqiug•30m ago•1 comments

Demoshell – live demos of your software in the browser

https://demoshell.com/
2•hamid914•32m ago•0 comments

Loopjacking: Hijacking Human-in-the-Loop Approval

https://arxiv.org/abs/2609.21081
2•sbulaev•35m ago•0 comments

Data center developer sues city for requiring to supply renewable energy on-site

https://www.independent.co.uk/news/world/americas/st-louis-data-center-lawsuit-b3052142.html
4•xlayn•35m ago•0 comments

Assertions: A Personal Perspective [pdf]

https://ccy05327.github.io/SDD/08-PDF/Assertions%20-%20a%20personal%20perspective.pdf
2•luu•36m ago•0 comments

MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/mimo-v2-6-pro
1•theanonymousone•40m ago•0 comments

A Call for Open Science in AI Safety

https://make-safety-open.github.io/
3•theanonymousone•42m ago•0 comments

The Book Claiming to Teach Couples How to Select Their Baby's Sex

https://www.theatlantic.com/family/2026/09/babydust-boy-girl/688722/
1•theanonymousone•42m ago•0 comments

What makes conglomerates the best investment?

https://conglomeratestocks.substack.com/p/conglomerates-the-best-investments
1•whothedawg•44m ago•0 comments

Laya vs Jev head-to-head on identical inputs

https://github.com/instax-dutta/sysone-bench
1•beckford•45m ago•0 comments

Lean Verified Transformers

https://srush.github.io/lean-transformer/
4•matt_d•47m ago•0 comments

Lula Footage Dataset

https://huggingface.co/datasets/geoffchan/lula-footage/viewer/default/train
3•rodrigueslotu•47m ago•0 comments

Your city council can approve ALPR cameras without you ever finding out.

https://alprradar.com/
2•Humorist2290•50m 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