frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amazon aiming to deploy Kuiper satellite services in Vietnam

https://www.reuters.com/business/retail-consumer/amazon-aiming-deploy-kuiper-satellite-services-v...
1•mooreds•1m ago•0 comments

Google Aiming for Gold

https://divested.dev/pages/blog#2025-08-27-android-issues
1•SubzeroCarnage•1m ago•0 comments

Publishers gather to discuss protocols over platforms

https://www.niemanlab.org/2025/08/the-next-internet-for-news-publishers-gather-to-discuss-protoco...
1•mooreds•1m ago•0 comments

Inline Style Exfiltration: leaking data with chained CSS conditionals

https://portswigger.net/research/inline-style-exfiltration
1•pentestercrab•3m ago•0 comments

Show HN: Write Code to Solve Minigames

https://codyssey.andersource.dev
1•andersource•4m ago•0 comments

Show HN: Minecraft Circle Generator

https://minecraftcirclegenerators.com
1•pqmpqm123•5m ago•0 comments

Salesforce data missing? It might be due to Salesloft breach, Google says

https://www.theregister.com/2025/08/27/salesforce_salesloft_breach/
1•rntn•5m ago•0 comments

Microsoft hosts emergency press conference after protesters 'storm a building'

https://www.theverge.com/microsoft/766429/microsoft-emergency-press-conference-palestine-protest
1•AlexandrB•5m ago•0 comments

We built TestDino to stop wasting hours on flaky/failing E2E test debugging

https://testdino.com/
1•pratik-tgx•6m ago•0 comments

Google's Gemini CLI Agent Comes to Zed

https://thenewstack.io/googles-gemini-cli-agent-comes-to-zed/
2•keithba•6m ago•0 comments

Show HN: Checkpoints for Claude Code [video]

https://www.youtube.com/watch?v=0lNL4K-75PE
1•punnerud•7m ago•0 comments

Bluesky now platform of choice for science community

https://arstechnica.com/science/2025/08/more-scientists-choose-bluesky-over-twitter/
3•carride•8m ago•0 comments

How Africa wants to redraw the world map

https://www.washingtonpost.com/world/interactive/2025/mercator-map-africa-au-size/
1•bookofjoe•9m ago•1 comments

Malicious versions of Nx and some supporting plugins were published

https://github.com/nrwl/nx/security/advisories/GHSA-cxm3-wv7p-598c
1•todsacerdoti•11m ago•0 comments

Show HN: DeepMyst- Model Router and Token Optimizer

https://news.ycombinator.com/from?site=deepmyst.com
1•bahaAbunojaim•15m ago•0 comments

Implementing Forth in Go and C

https://eli.thegreenplace.net/2025/implementing-forth-in-go-and-c/
2•Bogdanp•17m ago•0 comments

DeepMyst- Model Router and Token Optimizer

https://playgrounds.deepmyst.com/#/playground/ask
2•bahaAbunojaim•18m ago•1 comments

Found to fixed: Beehiiv paywall bypass and leaked JWT token

https://bencohen.substack.com/p/found-to-fixed-beehiiv-paywall-bypass
3•bcohen123•18m ago•0 comments

Show HN: I made an Animal Crossing style letter editor

https://acmail.idreesinc.com
1•IdreesInc•18m ago•0 comments

Twilio Founder's Inertia Enterprises Launches to Commercialize Fusion Energy

https://www.businesswire.com/news/home/20250826432256/en/Inertia-Enterprises-Launches-to-Commerci...
1•coloneltcb•20m ago•0 comments

Kpop Demon Hunters becomes Netflix's most viewed film

https://www.bbc.com/news/articles/c1kz12v08l1o
1•andsoitis•20m ago•0 comments

A vibe-coding tool for serious developers

https://appjet.ai
1•alexflashdrive•23m ago•5 comments

GitHub immutable releases (public preview)

https://github.blog/changelog/2025-08-26-releases-now-support-immutability-in-public-preview/
1•sandstrom•24m ago•1 comments

H2C Is on the Way

https://blog.bambulab.com/h2c-is-on-the-way-heres-how-it-all-started/
1•RobertTheNerd•27m ago•0 comments

Show HN: TruthGate: Self-hosted IPFS Gateway (Netlify for decentralized hosting)

1•crossivejoker•27m ago•0 comments

Some FEMA staff who signed dissent letter over agency cuts being put on leave

https://www.cbc.ca/news/world/fema-letter-dissent-leave-1.7618680
3•throw0101a•28m ago•2 comments

I Wasn't Worried About the Fed. Now I Am

https://www.bloomberg.com/opinion/articles/2025-08-27/trump-the-fed-and-independence-now-i-m-worried
11•petethomas•29m ago•0 comments

Run as the Root Account

https://www.garyshood.com/root/
2•RGBCube•30m ago•1 comments

We Are Still Unable to Secure LLMs from Malicious Inputs

https://www.schneier.com/blog/archives/2025/08/we-are-still-unable-to-secure-llms-from-malicious-...
2•danaris•31m ago•1 comments

A hacker used AI to automate an 'unprecedented' cybercrime spree, Anthropic says

https://www.nbcnews.com/tech/security/hacker-used-ai-automate-unprecedented-cybercrime-spree-anth...
3•m-hodges•31m ago•0 comments
Open in hackernews

Slowing down programs is surprisingly useful

https://stefan-marr.de/2025/08/how-to-slow-down-a-program/
22•todsacerdoti•1h ago

Comments

weinzierl•1h ago
For the Commodore 64 there was a product called the C64 Snail which could slow it down.

Later on the early PCs we had a Turbo Button, but since everyone had it in Turbo mode all the time it essentially was a way to slow down the machine.

EDIT: Found an image of what I remember as the "C64 Snail". It is called "BREMSE 64" (which is German for brake) in the image.

https://retroport.de/wp-content/uploads/2018/10/bremse64_rex...

k__•54m ago
Interesting.

I had the impression, the turbo button was created to slow down new PCs, so they could run old software that relied heavily on CPU speed.

weinzierl•40m ago
Yes, originally it was added to slow down faster XTs to exactly the 4.77 MHz of the original IBM XT.

With the AT it usually slowed down to some arbitrary frequency and it was more like a gimmick.

gwd•57m ago
Kind of weird that NOP actually slows down the pipeline, as I'd think that would be the easiest thing to optimize out of the pipeline, unless instruction fetch is one of the main limiting factors. Is it architecturally defined that NOP will slow down execution?
IcePic•41m ago
I think so, as in "make sure all other stuff has run before calling the NOP finished". Otherwise, it would just skip past it and it would have no effect if placed in a loop, so it would be eating memory for no use at all.
bob1029•28m ago
Eating memory alone may have the desired effect. The memory bandwidth of a cpu is not infinite.
motorest•15m ago
> I think so, as in "make sure all other stuff has run before calling the NOP finished".

Is this related to speculative execution? The high level description sounds like NOP works as sync points.

Someone•23m ago
I think it would be easy, but still not worth the transistors. Think of it: what programs contain lots of NOPs? Who, desiring to write a fast program, sprinkles their code with NOPs?

It’s not worth optimizing for situations that do not occur in practice.

The transistors used to detect register clearing using XOR foo,foo, on the other hand, are worth it, as lots of code has that instruction, and removing the data dependency (the instruction technically uses the contents of the foo register, but its result is independent of its value) can speed up code a lot.

qwertox•9m ago
It's probably the compiler which optimizes it away. IIRC there was one video from Ben Eater where he was using NOP to add delay. It consumes two clock cycles, so you can compute how many NOPs you would need for a given duration.
pkhuong•6m ago
Yeah, just decode. But that's nice because the effect is independent of the backend's state.