frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Every Fucking Website (2020)

https://lxe.github.io/everywebsite/
458•doubletwoyou•2h ago•254 comments

Seven books I keep close because I love them

https://blog.plover.com/2026/08/02/
59•surprisetalk•1h ago•22 comments

Introducing Toast 1

https://www.mixedbread.com/blog/toast-1
57•mplappert•1h ago•16 comments

GLM-5.3: Frontier coding with emergent cyber capabilities

https://z.ai/blog/glm-5.3
879•pella•11h ago•455 comments

Qwen3.8-27B

https://twitter.com/alibaba_qwen/status/2088280182356611304
237•mfiguiere•1h ago•90 comments

When Genius Fails: The Intellectual Arrogance of the AI Labs

https://weightythoughts.com/p/when-genius-failsthe-intellectual
126•gmays•1h ago•112 comments

In Australia, a Home Battery Boom Has Helped Cut Wholesale Power Prices in Half

https://e360.yale.edu/digest/australia-home-batteries
176•speckx•2h ago•135 comments

I turned my RSS feeds into an e-ink newspaper to stop reading on my phone

https://heyjonny.dev/posts/rss-to-eink-newspaper/
38•speckx•2h ago•17 comments

"Solving a largely imaginary user goal"

https://unsung.aresluna.org/solving-a-largely-imaginary-user-goal/
14•euthymiclabs•44m ago•13 comments

Don't classify, hallucinate!

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications
153•softwaredoug•3d ago•71 comments

Show HN: Graft – Claude Code hooks that cut grep tokens by 42%

https://github.com/NanoNets/Graft
16•shrishdwi•1h ago•7 comments

DeepSeek peak/off-peak pricing update

https://api-docs.deepseek.com/news/news260813/
187•fagnerbrack•6h ago•103 comments

Self-hosted web push Cloudflare Worker, works on iOS

https://kukuroo.cc/
25•saiday•1h ago•8 comments

The TEMU-Fication of Software, Digital Goods and Services

https://xn--gckvb8fzb.com/the-temu-fication-of-software-digital-goods-services/
62•surprisetalk•4h ago•38 comments

Google Is Making Private AI Practical with Homomorphic Encryption

https://blog.google/security/how-google-is-making-private-ai-practical-with-homomorphic-encryption/
9•u1hcw9nx•50m ago•6 comments

WhatCable: Know what your USB-C cable can do

https://www.whatcable.uk/
60•mikecarlton•4h ago•32 comments

HashAgent – Share an AI agent as a URL, runs locally via WebGPU

https://hashagent.pages.dev/
26•masonhsu•3h ago•3 comments

Qwen 3.8 27B is out: open weights, best local dense model yet

https://huggingface.co/Qwen/Qwen3.8-27B-FP8
78•erdaltoprak•1h ago•15 comments

France blocks social media ban because it would require adults to prove age

https://www.reuters.com/world/frances-top-court-rules-social-media-ban-curtails-freedom-expressio...
26•BlueBerry2001•26m ago•5 comments

Ultraviolet Bird Photography

https://uvbirds.com/
5•EndXA•1w ago•0 comments

AI Model Atlas – visualizing populations of ML models as interconnected 3D graph

https://run.cosmograph.app/public/ca9fd1ad-fe83-4238-8b69-b707c633aef0
17•bj-rn•2h ago•3 comments

RayforceDB – a pure C analytics database with a Lisp-like syntax

https://rayforcedb.com/
3•sourdecor•31m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
21•JNRowe•1w ago•8 comments

Show HN: Online SNMP MIB database - upload/view your own MIBs

https://mib-viewer.com/
3•beefstew123•43m ago•0 comments

Earth.nullschool.net

https://earth.nullschool.net/
13•TremendousJudge•1h ago•3 comments

Differential Heuristics

https://www.redblobgames.com/blog/2026-08-08-differential-heuristics/
90•ibobev•5d ago•7 comments

Show HN: We Implemented the IPv8 Internet-Draft in Linux, Libc, and BGP

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
40•turborigby•3h ago•16 comments

We're not done with point clouds

https://claytonwramsey.com/blog/mvt/
52•claytonwramsey•3d ago•6 comments

Why does Opus 5 feel worse to work with?

https://mun-logadan.github.io/why-does-opus-5-feel-worse/
383•numeri•6h ago•376 comments

Unsloth Qwen3.8-27B GGUF files

https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
36•apitman•1h ago•0 comments
Open in hackernews

Show HN: Graft – Claude Code hooks that cut grep tokens by 42%

https://github.com/NanoNets/Graft
15•shrishdwi•1h ago

Comments

gavmor•34m ago
Is this still cheaper when stale?
shrishdwi•26m ago
we use claude hooks. so that, post edits it auto updates and before using the graft tools also we check if it's already in sync.

Hooks also solve for the issue of the LLMs not calling our CLI tools instead of Grep.

gavmor•6m ago
I'm thinking more in terms of the case where my coworkers' agents aren't working via graft, and changes are made without the post-edit update hooks.
anotherhue•33m ago
I'm glad Claude is so recognisable, it lets me bounce right off the empty calorie language very efficiently.

Maybe this thing is great, but it cannot be determined with this presentation.

CodeBeater•15m ago
Opus 5 specifically seems to be affected by a severe case of turbo-encabulationitis, almost as if it was trained to spit out as complex of sentences as it can.

And may your deity of choice help you if you decide to venture on subjects which you don't have a deep understanding of, as half the sentences it generates will be (barely) cohesive.

peter_d_sherman•15m ago
>"The problem:

Every task, your coding agent starts blind. Before it changes anything, it re-explores the repo: grep a term, open a file, follow an import, back out, try again. It is rebuilding a picture of a codebase it mapped an hour ago and threw away.

That rediscovery burns most of a run's tool calls, tokens, and latency, and it is pure overhead"

The author of this article brings up a very interesting problem -- that, at least as far as using LLM's as coders/coding assistants go, eventually context runs out and context related to the underlying codebase does too. This in turn burns tokens and in turn, wastes energy resources.

Historically (well, in the past couple of years!), a bunch of solutions have been proposed to address this problem (i.e., take abstracts/subsets/maps of code, write them to different databases and persistent storage methods, bring them back in when the LLM requires it, etc., etc.)...

But there's no really good solution to this problem (although, arguably Graft goes a lot farther than past tools and should be commended for that!) because the problem seems to lie in separate parts, across several problem domains:

1) LLM context window size -- limited. Anything that future LLM's do to make context windows larger will help ameliorate this problem.

2) Lack of a good way to represent a codebase to an LLM for training other than text.

In other words, first we need some kind of way to map codebases into Tensors rather than text (i.e., a higher-level "map" of the code) then train future LLM's on those code-specific Tensors.

3) Arguably, programming languages themselves share some of the blame...

Programming languages have historically been written so that an arbitrary corpus of text represents and can be interpreted and/or compiled into a computer program.

That is, while tools for mapping codebases exist, tools for directly training LLM's on those specific created "code maps" as Tensors, do not, do not seem to, or at least I'm currently unaware of any!

(Anyway, just thinking aloud...)

Graft looks good, and looks like it has made some serious inroads to solving the problem...

skerit•10m ago
Does Claude's grep still prepend the relative path of the file before _every_ single line? Because that is nasty, especially in java projects.