Get your Go 1.26 at go.dev/dl/ !
๐
...
Summary
../esbuild-1.26 entry.js --bundle --minify --sourcemap --outfile=out1.js ran
1.05 ยฑ 0.02 times faster than ../esbuild-1.25 entry.js --bundle --minify --sourcemap --outfile=out2.js
% hyperfine --warmup 80 --runs 2000 \
"../esbuild-1.26 entry.js --bundle --minify --sourcemap --outfile=out1.js" \
"../esbuild-1.25 entry.js --bundle --minify --sourcemap --outfile=out2.js"
๐
I ran both 2000 times on three.js, with a hefty warmup
Go 1.25.7 vs Go 1.26.0
hyperfine says "esbuild-1.26 ran 1.05 ยฑ 0.02 times faster than esbuild-1.25"
Which I understand as "more than 1% faster, less than 7%"
- Is 5% a lot? - Depends on the ctx - After six weeks of tedious optimization? No. - By just upgrading to the latest Go release? Yes.
Esbuild (by @evanwallace.bsky.social) is 5% faster with Go 1.26
#golang
Location of share actions, in France
The Push to Computer blog โ twenty-fourth article ๐
Analytics, part 4 โ Location
blog.pushto.computer/posts/024-an...
๐ฑโก๏ธ๐ป
France sad
France happy
Stellantis lost โฌ25bn in one year, which is more than what it would have cost to make France happy
The Push to Computer blog โ twenty-third article ๐
Analytics, part 3 โ Wi-Fi
blog.pushto.computer/posts/023-an...
๐ฑโก๏ธ๐ป
Mon rรฉseau local
L'appli Orange me donne mรชme un schรฉma assez complet de mes รฉquipements. Well played
Je l'utilise branchรฉ en ethernet
boutique.orange.fr/informations...
Rรฉpรฉteur Wifi 6 Orange
J'ai รฉtรฉ agrรฉablement surpris par le rรฉpรฉteur wifi 6 de Orange
Trรจs simple d'installation, performant, c'est parfait!
Wild: the French pronounce 80 and 81 the same, and ARE NOT EVEN AWARE OF IT
๐ Go 1.26 Release Candidate 3 is released!
๐ Security: Includes an update for crypto/tls (CVE-2025-68121).
๐ Run it in dev! Run it in prod! File bugs! go.dev/issue/new
๐ข Announcement: groups.google.com/g/golang-ann...
โฌ๏ธ Download: go.dev/dl/#go1.26rc3
#golang
The Push to Computer blog โ twenty-second article ๐
Analytics, part 2 โ Resizing
blog.pushto.computer/posts/022-an...
๐ฑโก๏ธ๐ป
Je viens littรฉralement de sortir mon tรฉlรฉphone pour savoir la dรฉfinition de TDAH, et de passer 20mn ร doomscroller. J'ai failli rater ma station, et je n'ai pas regardรฉ la dรฉfinition
With Go 1.26, you can easily log to multiple targets (like stdout, a file, or a remote server) using just the standard library.
All thanks to slog.MultiHandler, which sends log records to any number of handlers you configure.
Chasse Pรชche รquitation
J'ai cru ร un parti politique, mais en fait non
The Push to Computer blog โ twenty-first article ๐
What's in a name?
blog.pushto.computer/posts/021-wh...
๐ฑโก๏ธ๐ป
The second lowest hanging fruit in software #optimization turns out to not always be as intuitive as it should be
Batching
However it is a simple as that: When you have 12 items to buy at the store, you don't go to the store 12 times
One thing I kind of wished someone'd told me a few years ago, is that using a pointer-first approach to #golang structs is just fine. You won't stop the world, and you won't make a mess either. In fact, you reduce the decision fatigue immensely this way. preslav.me/2026/01/08/g...
#programming
About new(expr) with composite values: does
p := new(Person{name: "alice"})
has an advantage over
p := &Person{name: "alice"}
?
Building a Research Assistant with the #Gemini Interactions API in #java
1โฃ topic planing: ๐๐ฒ๐บ๐ถ๐ป๐ถ ๐ฏ ๐๐น๐ฎ๐๐ต
2โฃ research: ๐๐ฒ๐ฒ๐ฝ ๐ฅ๐ฒ๐๐ฒ๐ฎ๐ฟ๐ฐ๐ต
3โฃ synthesis: ๐๐ฒ๐บ๐ถ๐ป๐ถ ๐ฏ ๐ฃ๐ฟ๐ผ
4โฃ infographic: ๐ก๐ฎ๐ป๐ผ ๐๐ฎ๐ป๐ฎ๐ป๐ฎ ๐ฃ๐ฟ๐ผ ๐
glaforge.dev/posts/2026/0...
Go 1.26 is coming soon, and the official release notes are pretty dry.
So I prepared an interactive version with lots of examples.
Read on and see!
antonz.org/go-1-26
Asimov didnโt mince words.