frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Are you telling me a readonly property is wrecking my performance?

https://shub.club/writings/2026/july/check-your-scrollheight/
5•forthwall•3d ago

Comments

jauntywundrkind•56m ago
Afaik let in JavaScript also has a sizable penalty too, if not quite as bad as const. Var on and on.
crabmusket•42m ago
Let and const have a "temporal dead zone" before initialisation that distinguishes them from var, which is just undefined:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

Runtime TDZ checks can be performance issues:

https://vincentrolfs.dev/blog/ts-var

Groxx•47m ago
Yup. Anything layout-related could be costly to read, and could force a layout to occur if modified since the last read (even within the same synchronous javascript code). Most things are not deferred until the next layout pass, which is one of the reasons virtual DOMs got popular: it batches changes for you.

GhostLock, a stack-UAF that has existed in all Linux distributions for 15 years

https://nebusec.ai/research/ionstack-part-2/
163•ranger_danger•4d ago•59 comments

Cyberpunk Comics, Manga and Graphic Novels

https://shellzine.net/cyberpunk-comics/
127•zdw•6h ago•33 comments

Ask HN: Add flag for AI-generated articles

276•levkk•3h ago•162 comments

Tiny Emulators

https://floooh.github.io/tiny8bit-preview/index.html
185•naves•8h ago•11 comments

So you want to learn physics (second edition, 2021)

https://www.susanrigetti.com/physics
140•azhenley•5d ago•20 comments

Designing and assembling my first PCB

https://vilkeliskis.com/b/2026/0711.html
78•tadasv•6h ago•29 comments

First look at Quest, the final ship of Antarctic explorer Shackleton

https://www.cbc.ca/news/canada/quest-shipwreck-expedition-images-9.7262229
17•curmudgeon22•4d ago•1 comments

Ask HN: What Are You Working On? (July 2026)

106•david927•7h ago•323 comments

Count Binface

https://countbinface.com
69•mooreds•1h ago•15 comments

LARP – Revenue infrastructure for serious founders

https://www.larp.website/
196•BerislavLopac•12h ago•40 comments

Migrating a production AI agent to GPT-5.6: 2.2x faster, 27% cheaper

https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6
169•brryant•11h ago•62 comments

Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k

https://systima.ai/blog/claude-code-vs-opencode-token-overhead
516•systima•10h ago•291 comments

How we can reduce traffic congestion

https://research.google/blog/the-power-of-collaboration-how-we-can-reduce-traffic-congestion/
106•raahelb•13h ago•134 comments

Kode Dot Programmable pocket device for makers, pentesters and geeks

https://kode.diy
57•iNic•7h ago•16 comments

Why write code in 2026

https://softwaredoug.com/blog/2026/07/09/write-code
130•softwaredoug•2d ago•170 comments

I Learned to Read Again

https://substack.magazinenongrata.com/p/how-i-learned-to-read-again
119•georgex7•10h ago•50 comments

Vint Cerf, “father of the Internet”, is retiring

https://techcrunch.com/2026/06/30/the-father-of-the-internet-is-finally-retiring/
293•compiler-guy•3d ago•168 comments

Are you telling me a readonly property is wrecking my performance?

https://shub.club/writings/2026/july/check-your-scrollheight/
5•forthwall•3d ago•3 comments

Automation Without Understanding

https://arxiv.org/abs/2607.06377
107•root-parent•12h ago•45 comments

Guy took Jupiter photo with Game Boy Camera, giant telescope, publishes tutorial

https://www.engadget.com/2211886/guy-who-took-photo-of-jupiter-with-a-game-boy-camera-and-giant-t...
7•thunderbong•2d ago•2 comments

Why Vanilla JavaScript

https://guseyn.com/html/posts/why-vanilla-js.html
106•guseyn•6h ago•62 comments

Against Usefulness

https://www.motivenotes.ai/p/against-usefulness
96•supo•11h ago•24 comments

Modernizing Property Tax Assessments in Allegheny County

https://www.prohousingpgh.org/blog/new-report-modernizing-property-tax-assessments-in-allegheny-c...
32•mooreds•3h ago•21 comments

Profiling the "Abundance" housing bottleneck with real data

https://laxmena.com/same-capacity-less-throughput
34•laxmena•7h ago•28 comments

Mechanistic interpretability researchers applying causality theory to LLMs

https://cacm.acm.org/news/can-we-understand-how-large-language-models-reason/
93•adunk•11h ago•67 comments

Flash-MSA: Accelerating Million-Token Training with Sparse Attention Kernels

https://nanduruganesh.github.io/flash-msa/
32•rawsh•8h ago•2 comments

I love LLMs, I hate hype

https://geohot.github.io//blog/jekyll/update/2026/07/12/i-love-llms.html
373•therepanic•10h ago•235 comments

What xAI's Grok build CLI sends to xAI: A wire-level analysis

https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547
431•jhoho•1d ago•163 comments

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
28•craigkerstiens•3d ago•12 comments

Calculix: A Free Software Three-Dimensional Structural Finite Element Program

https://www.calculix.de/
12•joebig•3d ago•1 comments