frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tim O'Reilly – Why Open Source Matters for AI

https://oreillyradar.substack.com/p/why-open-source-matters-for-ai
1•rmason•16s ago•0 comments

Don't use cosine similarity carelessly We fixed it this way

https://github.com/insightitsGit/VectorPrism
1•parvaamin•55s ago•0 comments

DEF CON dingus suspected of trying to take over Delta in-flight Wi-Fi

https://www.theregister.com/security/2026/08/11/def-con-dingus-suspected-of-trying-to-take-over-d...
2•ColinWright•1m ago•0 comments

Things I know about beets

https://lucymcphail.com/posts/things-i-know-about-beets/
1•evakhoury•2m ago•0 comments

Present and future of safe biological AI

https://brianhie.com/present_and_future
1•speckx•2m ago•0 comments

An A2A extension for agents that publish what they can be taught

https://www.rsaxb.com/a2a/learnables/v1
1•tvpavan•3m ago•0 comments

Everyone Is Still Undersizing the AI Market – Eric Vishria [video]

https://www.youtube.com/watch?v=0e7aG_MIHlQ
1•adletbalzhanov•4m ago•0 comments

New Paper: Attention Is All You Have

https://twitter.com/panda_liyin/status/2089407870408548585
5•meame2010•5m ago•0 comments

Google Aims to Boost AI with Purchase of Spirit Airlines Data

https://news.bloomberglaw.com/bankruptcy-law/google-aims-to-boost-ai-with-purchase-of-spirit-airl...
1•rmason•5m ago•1 comments

Show HN: Nikala UI – UI Component Library for SolidJS and Tailwind CSS v4

https://nikala.dev/
1•magradze•6m ago•0 comments

Demand for Canadian citizenship certificates soaring, fuelled by Americans

https://www.cbc.ca/news/politics/canadian-citizenship-certificates-americans-9.7307536
5•geox•6m ago•1 comments

Cloudflare: Machine Traffic Could Hit 1,000x Human Traffic in 5 Years

https://www.searchenginejournal.com/the-biggest-ai-crawler-on-my-website-was-hunting-for-credenti...
1•avgarrison•6m ago•0 comments

Bounding GPU Opportunity and Avoiding Host Round Trips in LLM-Agent Control

https://arxiv.org/abs/2608.12123
1•josefchen•9m ago•0 comments

Passphrase-less reboots using kexec under NixOS

https://www.bevuta.com/en/blog/passphraseless-reboots-using-kexec/
1•birdculture•10m ago•0 comments

How I Over-Engineered My Book

https://ben.balter.com/2026/08/17/how-i-over-engineered-my-book/
2•benbalter•10m ago•0 comments

30-year Treasury yield tops 5.31%, the highest in 19 years

https://www.cnbc.com/2026/08/17/treasury-yields-federal-reserve-fomc-minutes.html
3•root-parent•12m ago•1 comments

SEC issued guidance for looser restrictions for data center securitizations

https://www.cnbc.com/2026/08/17/nvidia-financing-initiative-follows-sec-guidance-taking-sponsors-...
1•root-parent•13m ago•0 comments

After 2C – Histories of the Future of Global Warming

https://after2c.com/#top
1•alphabetatango•13m ago•0 comments

Culdesac – a random small-web site, one button at a time

https://culdesac.site/
1•henrychannel•15m ago•1 comments

Fossil – A Coherent Software Configuration Management System

https://fossil-scm.org/home/doc/trunk/www/index.wiki
1•TiredOfLife•15m ago•0 comments

Amazon, which started off selling books, is destroying rare texts to train AI

https://techcrunch.com/2026/08/17/amazon-once-an-online-bookseller-is-destroying-rare-books-to-tr...
4•rzk•15m ago•1 comments

TamedTable – AI ETL in Natural Language

https://www.tamedtable.com/
1•ZeljkoS•18m ago•0 comments

Unnormalized Form

https://en.wikipedia.org/wiki/Unnormalized_form
1•tosh•18m ago•0 comments

KindActs.fyi – A live map of everyday kindness between strangers

https://kindacts.fyi/
1•sujit_at_techsi•18m ago•0 comments

Git Clay

https://www.git-skills.dev/git-tales/git-clay/
1•wnesensohn•18m ago•0 comments

Show HN: Open-source comment section widget, Disqus alternative

https://github.com/Runn077/PlopKit
1•Runn077•19m ago•0 comments

Meta faces 'astronomical' consequences as legal fight reaches critical moment

https://www.cnbc.com/2026/08/17/meta-attorneys-general-california-federal-trial-astronomical-cons...
8•root-parent•19m ago•1 comments

Zero to 4.79M Impressions in 3 Months (SEO)

https://tracecohen.substack.com/p/zero-to-479m-impressions-in-3-months
1•t_cohen•20m ago•0 comments

Run Coding Agents in Self-Hosted Sandboxes

https://www.reddit.com/r/ClaudeAI/comments/1vqupxf/selfhosted_sandbox_for_coding_agents/
1•syumei•21m ago•0 comments

Crohn's AI

https://crohns.ai/
1•arionhardison•24m ago•1 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