An informal comparison of the three major implementations of
https://devblogs.microsoft.com/oldnewthing/20240510-00/?p=109742
std::string (2024)https://devblogs.microsoft.com/oldnewthing/20240510-00/?p=109742
Microsoft News
An informal comparison of the three major implementations of std::string
Pros and cons.
oh, finally,
purego is officially documented https://github.com/golang/go/commit/99b724f4542f4d9fb4a2ceacbbd2a6d9367dc0f6GitHub
cmd/go: document purego convention · golang/go@99b724f
Fixes #23172
Change-Id: I854e399471dfa22e62fbdec9719e561c4501e5ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/660136
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI...
Change-Id: I854e399471dfa22e62fbdec9719e561c4501e5ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/660136
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI...
Kinda impressive.
Built from -zero- so we are not inheriting trust from third party binaries
stage0: < 190 byte x86 assembly seed is reproduced on multiple distros
stage1: seed builds up to a tiny c compiler, and ultimately x86 gcc
stage2: x86 gcc bootstraps target architecture cross toolchains
stage3: cross toolchains build minimal native toolchain
stagex: bootstrap native/cross toolchains for every major programming language)
https://stagex.tools
Built from -zero- so we are not inheriting trust from third party binaries
stage0: < 190 byte x86 assembly seed is reproduced on multiple distros
stage1: seed builds up to a tiny c compiler, and ultimately x86 gcc
stage2: x86 gcc bootstraps target architecture cross toolchains
stage3: cross toolchains build minimal native toolchain
stagex: bootstrap native/cross toolchains for every major programming language)
https://stagex.tools
stagex.tools
Home | [Stageˣ]
A container-native, full-source bootstrapped, and reproducible toolchain to build all the things.
Still the best video ever https://www.youtube.com/watch?v=ieqsL5NkS6I
YouTube
Interview with Esoteric Language Academic 2024
Esoteric programming language
Full version + BC Vim Linter for $5 tomorrow on: https://www.patreon.com/ProgrammersAreAlsoHuman
Interview with an Esoteric developer with Richier Guix-Intercal - aired on © The Esolang 2024.
BACKROOMS Esolang: https://es…
Full version + BC Vim Linter for $5 tomorrow on: https://www.patreon.com/ProgrammersAreAlsoHuman
Interview with an Esoteric developer with Richier Guix-Intercal - aired on © The Esolang 2024.
BACKROOMS Esolang: https://es…
Forwarded from oleg_fov (Oleg)
YouTube
Dennis Gustafsson – Parallelizing the physics solver – BSC 2025
Dennis Gustafsson's talk at BSC 2025 about parallelizing the physics solver in for an upcoming game.
Dennis' links:
- https://voxagon.se/
- https://x.com/voxagonlabs/
- https://teardowngame.com/
BSC links:
- https://BetterSoftwareConference.com/
- http…
Dennis' links:
- https://voxagon.se/
- https://x.com/voxagonlabs/
- https://teardowngame.com/
BSC links:
- https://BetterSoftwareConference.com/
- http…
Valve time is an industry term used jokingly with game/software/update releases from Valve, used to acknowledge the difference between the "promised" date for released content stated by Valve and the "actual" release date.
https://developer.valvesoftware.com/wiki/Valve_Time
https://developer.valvesoftware.com/wiki/Valve_Time
$ sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist emoji_enhancements -dict-add Enabled -bool NO
Sometimes (moretimes?) I feel like macOS is run by Microsoft.
Forwarded from oleg_fov (Oleg)
YouTube
Latency Profiling and Optimization - Dmitry Vyukov
About Dmitry Vyukov
Dmitry is a Principal Software Engineer at Google. He works on dynamic analysis tools for C/C++ (like Address/Memory/ThreadSanitizer), similar tools for the Linux kernel, and fuzzing. He's the author of several notable projects, including…
Dmitry is a Principal Software Engineer at Google. He works on dynamic analysis tools for C/C++ (like Address/Memory/ThreadSanitizer), similar tools for the Linux kernel, and fuzzing. He's the author of several notable projects, including…
version: 2
# update once a week, with a 7-day cooldown
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
cooldown:
default-days: 7
https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
blog.yossarian.net
We should all be using dependency cooldowns
A well-written Go lib. Nice to read.
https://github.com/toon-format/toon-go
BTW, anyone use TOON text format? just curious.
https://github.com/toon-format/toon-go
BTW, anyone use TOON text format? just curious.
GitHub
GitHub - toon-format/toon-go: 🐹 Community-driven Go implementation of TOON
🐹 Community-driven Go implementation of TOON. Contribute to toon-format/toon-go development by creating an account on GitHub.