frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Llms.txt: a proposed standard no major AI platform has confirmed it uses

https://geojacker.com/llms-txt
1•jon-lbm•1m ago•0 comments

Palantir Leads AI Data Deal with USA Today Sparking a Newsroom Revolt

https://www.forbes.com/sites/sandycarter/2026/08/15/palantir-leads-ai-data-deal-with-usa-today-sp...
1•eth0up•1m ago•1 comments

Pace Layers and AI Integration

https://aicoding.leaflet.pub/3maob46kbz22v
1•fkozlowski•2m ago•0 comments

The chat window is a dead end

https://www.markdown-den.com/blog/the-chat-window-is-a-dead-end
1•dguridi•3m ago•0 comments

VCs Pour Billions into Physical AI as the Next Wave of AI Investing Takes Shape

https://news.crunchbase.com/venture/physical-ai-funding-startups-robotics-aerospace-h1-2026/
1•thm•4m ago•0 comments

Show HN: Releasaurus – software versioning and release automation tool

https://github.com/robgonnella/releasaurus
1•rgonn•4m ago•0 comments

Short-course antibiotics&common infections:what we know, where we go from here

https://www.sciencedirect.com/science/article/pii/S1198743X2200461X?fr=RR-2&ref=pdf_download&rr=a...
1•bookofjoe•5m ago•0 comments

Search anyone's digital footprint across 300 websites

https://github.com/ibnaleem/gosearch
1•hellowastaken•5m ago•0 comments

Building trustworthy agents for Operational Excellence reviews

https://builders.cortex.io/blog/trustworthy-agents-for-opex-reviews/
2•swuolle•7m ago•0 comments

AI;dr – AI wrote it, you shouldn't have to read it

https://ronreiter.github.io/aidr/
1•ronreiter•7m ago•0 comments

Voyage-code-4: code retrieval built for coding agents

https://blog.voyageai.com/2026/08/13/voyage-code-4/
2•qainsights•8m ago•0 comments

Anthropic revenue run rate tops $65B, source says

https://www.reuters.com/technology/anthropic-revenue-run-rate-tops-65-billion-source-says-2026-08...
1•smugma•8m ago•1 comments

Measuring Apple M4 cache latency from Rust

https://ark.marianposaceanu.com/measuring-apple-m4-cache-latency
1•dakull•9m ago•0 comments

The keyv worm ate 400 NPM packages in 90 minutes

https://installsafe.io/blog/the-keyv-worm-ate-400-npm-packages-in-90-minutes-check-if-youre-exposed/
1•pmestha•9m ago•0 comments

Hydrogen-powered JCB Hydromax sets 406.320 MPH world land speed record

https://www.jcb.com/en-US/explore/insight/news/2026/08/hydrogen-powered-jcb-hydromax-sets-406.320...
2•thunderbong•10m ago•0 comments

Supreme Court rejects Verizon bid for $47M refund of FCC fine

https://arstechnica.com/tech-policy/2026/08/supreme-court-rejects-verizon-bid-for-47-million-refu...
2•rmason•11m ago•0 comments

Security checks for apps built with AI coding tools

https://lukatasolutions.com
2•LukataSolutions•12m ago•1 comments

Brazil's President Lula hails oil discovery near Amazon river

https://www.bbc.com/news/articles/c4gd7xd8e8lo
2•geox•12m ago•0 comments

The Capital Cycle Theory

https://s-1.vercel.app/posts/the-capital-cycle-theory/
2•_air•12m ago•0 comments

Cantilever Risk: paper about leverage in Hedge Funds

https://zenodo.org/records/21997550
2•georgxzh•13m ago•0 comments

Show HN: View all your GIFs at once in a smooth, searchable grid

https://reactorcore.itch.io/animated-gif-gallery-viewer
2•wowinter15•13m ago•0 comments

The New Studio of Bob Clearmountain

https://www.youtube.com/watch?v=9MWhlDxnKWE
2•root-parent•14m ago•1 comments

Show HN: Argus, agentic QA for teams whose coding agents move faster than QA

https://github.com/argus-testing/argus
3•canergl•15m ago•0 comments

U.S. to tell partners they must pick sides in AI race with China

https://www.cnbc.com/2026/08/15/us-to-tell-allies-they-must-pick-sides-in-ai-race-with-china-reut...
8•devonnull•16m ago•0 comments

SEC Proposes New Regulation Crypto Assets

https://www.sec.gov/newsroom/press-releases/2026-76-sec-proposes-new-regulation-crypto-assets
7•petethomas•17m ago•0 comments

IndieWeb Homebrew Website Club Asia Pacific: Reflections

https://burgeonlab.com/blog/inaugural-hwc-ap-recap/
3•rdmuser•17m ago•0 comments

Africa Is Not Waiting for AI. We're Building the Infrastructure to Use It

https://medium.com/@SamuelMbugua254/africa-is-not-waiting-for-ai-were-building-the-infrastructure...
2•T756-T•17m ago•0 comments

Show HN: Sealed evidence record of an AI agent run – broken twice, credited

https://github.com/cjchanh/aaap-challenge
3•cjarchivist•18m ago•0 comments

I Turned AI to the Dark Side

https://spectrum.ieee.org/jailbreaking-llms
4•njrc•18m ago•0 comments

US announces new sanctions on top ICC figures

https://www.bbc.com/news/articles/cnvnl0elz47o
37•root-parent•19m ago•4 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