frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
973•arnemunthekaas•7h ago•129 comments

An Update on Wayback Machine Access

https://blog.archive.org/2026/09/15/an-update-on-wayback-machine-access/
151•ChrisArchitect•1h ago•77 comments

Gemini 3.8 Live and 3.8 Live Extended Thinking

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-live-gemini-3-...
110•leumon•2h ago•60 comments

We got admin access to Baseten's production GitHub in 25 minutes

https://www.strix.ai/blog/baseten-harbor-github-pat-takeover
98•bearsyankees•1h ago•38 comments

Tracking the slide into authoritarianism wihin the United States of America

https://protectdemocracy.org/threat-tracker/
26•Varelion•35m ago•0 comments

Show HN: Capsule – Single-file web apps that save their data into SQLite

https://withcapsule.app/
219•bashtian•6h ago•105 comments

Jev: New frontier model 40-400x cheaper and 20-200x faster

https://typesafe.ai/blog/introducing-system-one-models-and-jev
35•albelfio•24m ago•5 comments

GEFS on OpenBSD: A Early Preview

https://marc.info/?l=openbsd-tech&m=178948744271633&w=2
61•sippingabonedry•2h ago•27 comments

I can't stop thinking about Papua New Guinea

https://notnottalmud.substack.com/p/why-i-cant-stop-thinking-about-papua
883•networked•13h ago•361 comments

Chop Up Your Books

https://attainablefelicity.mattkirkland.com/20260915/cut-up-your-books.html
13•matt_kirkland•1h ago•6 comments

The CSS Zen Garden dream, finally shipped

https://josprague.com/blog/the-css-zen-garden-dream-finally-shipped/
77•yosito•5h ago•35 comments

Jiga (YC W21) Is Hiring Product Engineer (Remote/US)

https://jiga.io/about-us/?ashby_jid=0b75d72d-c92b-4dca-8062-09d298ada0bd
1•grmmph•2h ago

Show HN: Hacking a $20 4G wireless hotspot into a texting device

https://bkovac.github.io/modem-thing/
146•bobili1234•6h ago•23 comments

Let's make quality the norm again

https://www.forbrukerradet.no/short-life/
216•ingve•9h ago•209 comments

Giving up on smart rings

https://notesbylex.com/giving-up-on-smart-rings
60•lexandstuff•2d ago•90 comments

Photographs of Atlantic City Sand Sculpture (ca. 1880–1920)

https://publicdomainreview.org/collection/atlantic-city-sand-sculpture/
10•samclemens•1d ago•0 comments

The Inference Hardware Revolution of 2026

https://spectrum.ieee.org/inference-hardware-revolution
53•vinhnx•5h ago•4 comments

A single firm is behind OpenAI, Anthropic, and Meta hacking scandals

https://www.effort.news/irregular
274•yusufozkan•22h ago•104 comments

Archiving pirate radio station Kool FM

https://londonist.com/london/music/kool-fm-archives
72•rdmuser•1d ago•24 comments

America's Driver's License Breach Is a National Security Disaster

https://www.lawfaremedia.org/article/america%27s-drivers-licence-breach-is-a-national-security-di...
135•hn_acker•3h ago•83 comments

US confirms for first time it has deployed space weapons

https://www.bbc.com/news/articles/ck790xg41ygro
352•harporoeder•16h ago•249 comments

Most people prefer traditional architecture

https://www.worksinprogress.news/p/do-people-prefer-traditional-architecture
184•alihm•1d ago•120 comments

Cartesian – AI 3D Modeling for Design

https://www.formas.ai/cartesian
63•eustoria•4h ago•60 comments

Alternatives to MinIO for single-node local S3

https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/
216•rmoff•11h ago•86 comments

CSS-Tricks in Limbo

https://vale.rocks/micros/20260915-0135
234•edent•12h ago•99 comments

25 years of mass surveillance is enough

https://www.schneier.com/blog/archives/2026/09/25-years-of-mass-surveillance-is-enough.html
646•iamnothere•8h ago•229 comments

Google copied our open-source code, removed engineers' names without credit

https://www.reddit.com/r/reinforcementlearning/comments/1wg1unx/google_copied_our_opensource_code...
53•jacquesm•1h ago•5 comments

Rat and Mouse Gazette: Nursing Care (1996)

https://www.rmca.org/Articles/nurse.htm
11•joebig•1d ago•1 comments

Hugging Face is billing OpenAI $100M for hacking it

https://thenextweb.com/news/hugging-face-delangue-openai-100m-compute-traces-demand
81•cwwc•1h ago•30 comments

Sony's First Computer – The SMC-70 from 1982 [video]

https://www.youtube.com/watch?v=cT2-7KkPkBc
53•ksymph•2d ago•12 comments
Open in hackernews

How AI tool calling works (40 lines of vanilla JavaScript)

https://buttercup.sh/lessons/2026-09-15-lesson-2-tool-calling.html
12•stephenblum•1h ago

Comments

sebiandev•1h ago
AI slop warning
stephenblum•3m ago
Yes! You saw it immediately. Article was written by Claude. It has a distinct cadence that matches all the way through writing. It's the same in the CLI claude code
ramon156•1h ago
Thank you Claude, very cool!
stephenblum•7m ago
Yes this is true, you even got the model correct
stratos123•57m ago
The writing is slop. It doesn't mention a detail I have seen people actually not get: that LLMs wrap tool calls in special tokens, so they are "out of band" and can't be mistaken with normal output.

It also spends an entire section trying to convey that large tools waste tokens:

  A read_file that returns an 8k-token source file on turn 2 of a ten-turn agent gets resent on the eight requests that follow: 8 × 8k = +64k input tokens, $0.32, from one tool result.
but surely that's wrong - it's part of the same conversation, it only gets processed once and then cached. Otherwise doing long conversations would always cost an amount quadratic with length.
dvt•45m ago
> I have seen people actually not get: that LLMs wrap tool calls in special tokens

This isn't necessarily true. I'm working on a local harness that doesn't do this and instead coerces everything to YAML (including tool calls) for better bucketing. Some models are indeed trained on the `<|tool_call>...<tool_call|>` token schema (or something similar—e.g. jinja), but it's vendor-specific and often times inconsistent (so you're constantly fixing calls or going back to the LLM).

stephenblum•4m ago
Yes you a are right. The article doesn't mention KV cache. Also, yes the writing is slop, and does not mention the LLM special tokens. Only discusses the use through the OpenAI-style JSON wrapper that allows you to define the schema of a tool call in JSON