frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Analyzing Geekbench 6 under Intel's BOT

https://www.geekbench.com/blog/2026/03/analyzing-geekbench-6-under-intels-bot/
14•hajile•2h ago

Comments

refulgentis•1h ago
> BOT optimizations are poorly documented, aggressive in scope, and damage comparability with other CPUs. For example, BOT allows Intel processors to run vector instructions while other processors continue to run scalar instructions. This provides an unfair advantage to Intel

Wait until they hear about branch predictors.

boomanaiden154•52m ago
Post link optimization (PLO) tools have been around for quite a while. In particular, Meta’s BOLT (fully upstream in LLVM) and Google’s Propeller (somewhat upstream in LLVM, but fully open source) have been around for 5+ years at this point.

It doesn’t seem like Intel’s BOT delivers more performance gains, and it is closed source.

trynumber9•49m ago
Question: do those vectorize code as in the example here? I was of the understanding they performed a more limited subset of optimizations.
boomanaiden154•28m ago
Propeller can’t really do many instruction level modifications due to how it works (constructs a layout file that then gets passed to the linker).

BOLT could do this, but does not as far as I’m aware.

Most of vectorization like this is also probably better done in a compiler middle end. At least in LLVM, the loop vectorizer and especially the SLP Vectorizer do a decent job of picking up most of the gains.

You might be able to pick up some gains by doing it post-link at the MC level, but writing an IR level SLP Vectorizer is already quite difficult.

tyushk•49m ago
Intel BOT seems to be patches for specific binaries (hence why they didn't see a difference for Geekbench 6.7), unlike BOLT/Propeller which are for arbitrary programs. The second image from their help page [1] showcases this.

[1] https://www.intel.com/content/www/us/en/support/articles/000...

userbinator•34m ago
Applying targeted binary patches shouldn't take 40 seconds... unless that's also a fake "so it looks like it's working really hard" delay.
boomanaiden154•32m ago
I might be thinking of a different project then...

I swore Intel had their own PLO tool, but I can only find https://github.com/clearlinux/distribution/issues/2996.

boomanaiden154•25m ago
Found it. It was https://www.phoronix.com/news/Intel-Thin-Layout-Optimizer.

It was open source, but has since been deprecated.

userbinator•50m ago
This suggests the checksum is used to identify whether the binary is known to BOT, and thus whether BOT can optimize the binary.

I do wonder what this "optimize" step actually entails; does it just replace the binary with one that Intel themselves carefully decompiled and then hand-optimised? If it's a general "decompile-analyse-optimise-recompile" (perhaps something similar to what the https://en.wikipedia.org/wiki/Transmeta_Crusoe does), why restrict it?

tyushk•41m ago
quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?

The Claude Code Source Leak: fake tools, frustration regexes, undercover mode

https://alex000kim.com/posts/2026-03-31-claude-code-source-leak/
1036•alex000kim•16h ago•395 comments

Neanderthals survived on a knife's edge for 350k years

https://www.science.org/content/article/neanderthals-survived-knife-s-edge-350-000-years
74•Hooke•4h ago•23 comments

TinyLoRA – Learning to Reason in 13 Parameters

https://arxiv.org/abs/2602.04118
132•sorenjan•4d ago•12 comments

Bring Back MiniDV with This Raspberry Pi FireWire Hat

https://www.jeffgeerling.com/blog/2026/minidv-with-raspberry-pi-firewire-hat/
19•ingve•3d ago•1 comments

TruffleRuby

https://chrisseaton.com/truffleruby/
89•tosh•3d ago•4 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
175•PrismML•8h ago•77 comments

A dot a day keeps the clutter away

https://scottlawsonbc.com/post/dot-system
230•scottlawson•8h ago•70 comments

Ministack (Replacement for LocalStack)

https://ministack.org/
179•kerblang•8h ago•37 comments

Chess in SQL

https://www.dbpro.app/blog/chess-in-pure-sql
5•upmostly•2d ago•0 comments

OpenAI closes funding round at an $852B valuation

https://www.cnbc.com/2026/03/31/openai-funding-round-ipo.html
395•surprisetalk•9h ago•335 comments

Use string views instead of passing std:wstring by const&

https://giodicanio.com/2024/05/14/why-dont-you-use-string-views-like-std-wstring_view-instead-of-...
31•Orochikaku•2d ago•25 comments

Analyzing Geekbench 6 under Intel's BOT

https://www.geekbench.com/blog/2026/03/analyzing-geekbench-6-under-intels-bot/
14•hajile•2h ago•10 comments

4D Doom

https://github.com/danieldugas/HYPERHELL
166•chronolitus•4d ago•36 comments

Slop is not necessarily the future

https://www.greptile.com/blog/ai-slopware-future
205•dakshgupta•15h ago•355 comments

We intercepted the White House app's network traffic

https://www.atomic.computer/blog/white-house-app-network-traffic-analysis/
187•donutpepperoni•3h ago•56 comments

Ordinary Lab Gloves May Have Skewed Microplastic Data

https://nautil.us/ordinary-lab-gloves-may-have-skewed-microplastic-data-1279386
83•WaitWaitWha•8h ago•24 comments

Open source CAD in the browser (Solvespace)

https://solvespace.com/webver.pl
313•phkahler•16h ago•99 comments

Back to FreeBSD – Part 2 – Jails

https://hypha.pub/back-to-freebsd-part-2
65•vermaden•4d ago•13 comments

Why the US Navy won't blast the Iranians and 'open' Strait of Hormuz

https://responsiblestatecraft.org/iran-strait-of-hormuz/
240•KoftaBob•20h ago•622 comments

Teenage Engineering's PO-32 acoustic modem and synth implementation

https://github.com/ericlewis/libpo32
95•ericlewis•4d ago•22 comments

I Traced My Traffic Through a Home Tailscale Exit Node

https://tech.stonecharioteer.com/posts/2026/tailscale-exit-nodes/
101•stonecharioteer•9h ago•43 comments

Cohere Transcribe: Speech Recognition

https://cohere.com/blog/transcribe
175•gmays•13h ago•54 comments

Axios compromised on NPM – Malicious versions drop remote access trojan

https://www.stepsecurity.io/blog/axios-compromised-on-npm-malicious-versions-drop-remote-access-t...
1805•mtud•1d ago•731 comments

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

https://www.os2museum.com/wp/learn-something-old-every-day-part-xviii-how-does-fpu-detection-work/
38•kencausey•3d ago•4 comments

Inside the 'self-driving' lab revolution

https://www.nature.com/articles/d41586-026-00974-2
26•salkahfi•1d ago•2 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
120•tjgreen•13h ago•36 comments

From 300KB to 69KB per Token: How LLM Architectures Solve the KV Cache Problem

https://news.future-shock.ai/the-weight-of-remembering/
101•future-shock-ai•3d ago•7 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
125•jkool702•4d ago•30 comments

GitHub's Historic Uptime

https://damrnelson.github.io/github-historical-uptime/
445•todsacerdoti•10h ago•109 comments

A Primer on Long-Duration Life Support

https://mceglowski.substack.com/p/a-primer-on-long-duration-life-support
94•zdw•5d ago•22 comments