frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How a giant battery is transforming a town centre in Cannington, Ontario

https://betakit.com/how-a-giant-battery-is-transforming-a-town-centre-in-cannington-ontario/
1•builtbystef•4m ago•0 comments

Qwen3.8 2.4T A95B: Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/qwen3-8-2-4t-a95b
1•theanonymousone•4m ago•0 comments

Product Purchased Badge

https://apps.shopify.com/product-order-history
1•expoundcoderz•5m ago•1 comments

OpenAI's Rogue-Agent Incident Has Become a Test of Its Safety Culture

https://ai-updates.net/openai-rogue-agent-incident-safety-culture-test/
1•ashurandi•6m ago•0 comments

Show HN: NotABot – A game to help train human-vs-bot detection models

https://notabot-five.vercel.app
1•zefparis•7m ago•0 comments

Open-sourcing the For You timeline in X.com

https://twitter.com/i/status/2087951962004230428
1•yarapavan•11m ago•1 comments

Show HN: WinCore – Open-Source Windows Utilities for AI and PyTorch

https://github.com/FWKMultiverse/WinCore
1•FWK_Multiverse•14m ago•0 comments

Apple Pay Chief Jennifer Bailey Retiring in October

https://www.macrumors.com/2026/08/11/apple-pay-chief-retiring/
1•ksec•15m ago•1 comments

The Lens structured patent database

https://www.lens.org/lens/search/patent/structured
1•q7m•17m ago•0 comments

RIP Claude – Aggressively writer-hostile

https://randsinrepose.com/archives/rip-claude/
1•LexSiga•21m ago•1 comments

Twenty Years of My Open Source Project

https://nemanjatrifunovic.substack.com/p/twenty-years-of-my-open-source-project
1•ingve•23m ago•0 comments

Looking for Techinal Experts

https://joinsyndicate.netlify.app/
1•PrimalOrigins•24m ago•0 comments

Z.ai Security

https://cvd.z.ai/
1•whwhyb•28m ago•0 comments

History of Flagellation (1926)

https://gutenberg.org/cache/epub/79361/pg79361-images.html
1•petethomas•29m ago•0 comments

Modelio 6.2 ported to native Apple Silicon ARM64 with Codex

https://github.com/sertitech/Modelio
1•rvlsnjk•29m ago•0 comments

Ruby 4.0 Universal RCE Deserialization Gadget Chain

https://www.elttam.com/blog/ruby-4-0-universal-rce-deserialization-gadget-chain
1•pentestercrab•31m ago•0 comments

Show HN: XFlux – X/Twitter read API and account monitors (free tier)

https://www.xfluxapi.com
1•xflux•31m ago•0 comments

Poems. by William Blake (1911)

https://gutenberg.org/cache/epub/79363/pg79363-images.html
1•petethomas•31m ago•0 comments

Agent Safety Should Be a Runtime Contract

https://arxiv.org/abs/2608.11274
1•sbulaev•33m ago•0 comments

China-linked hackers hit Taiwan in 'autonomous' AI cyber attack

https://www.ft.com/content/7d2ab3e0-9085-48f6-b38a-d90260d58795
1•sbulaev•33m ago•0 comments

Anthropic's Agent Tests Turned Shared Work into a Turf War

https://ai-updates.net/anthropic-agent-tests-shared-work-turf-war/
1•ashurandi•35m ago•0 comments

A simple fix for LLM tail latency

https://engineering.myhoai.com/posts/a-simple-fix-for-llm-tail-latency/
1•oskrim•42m ago•0 comments

Why Does Claude.md Keep Growing? Catastrophic Remembering in Agentic Coding

https://arxiv.org/abs/2608.11095
1•oskrim•42m ago•1 comments

Watermarking AI Text Is Fundamentally Flawed

https://negativestarinnovators.com/blog/watermarking-ai-text-is-fundamentally-flawed
1•pizzly•45m ago•0 comments

Homeland Security spied on Minnesotans who spoke out against ICE

https://www.mprnews.org/story/2026/08/13/attorney-says-homeland-security-spied-on-minnesotans-who...
9•_tk_•46m ago•0 comments

I might have solved computer use

https://github.com/lahfir/agent-desktop/releases/tag/v0.8.1
1•lahfir•47m ago•1 comments

A Preview of Roc 0.1.0

https://www.youtube.com/watch?v=a7qEOtkkDb8
1•torrance•48m ago•0 comments

Is HTTPS://status.claude.com loading for you all?

3•soorajsanker•48m ago•3 comments

Cory Doctorow on Why AI Won't Replace Workers, but Will Crash the Economy [video]

https://www.youtube.com/watch?v=rRRmUuxJolY
2•b800h•50m ago•2 comments

Tether Clears First Full Audit from KPMG Without Publishing the Statements

https://thedefiant.io/converge/cefi/tether-clears-first-full-audit-from-kpmg-without-publishing-t...
2•negura•53m 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