@hotdogsladies I'm now deep into the King Gizz and the Liz Wiz hole post all the great banter on RoTL. This performance is amazing. The Danny Carey vibes on a drum kit a third the size and the song change just before the 9 minute mark is incredible
🇦🇺. Ella's dad. Former CNCF governing board member
@hotdogsladies I'm now deep into the King Gizz and the Liz Wiz hole post all the great banter on RoTL. This performance is amazing. The Danny Carey vibes on a drum kit a third the size and the song change just before the 9 minute mark is incredible
@hotdogsladies on RoTL #558 you mentioned Tropical Fuck Storm. Great band. Gareth's earlier band The Drones are fantastic. The song "I Am the Supercargo" on Havilah (2008) is one of my top songs of all time - https://en.wikipedia.org/wiki/Havilah_(album)#Track_listing
Turns out I needed the following query to see when Go 1.23.x was available as a Google Function runtime
`gcloud functions runtimes list --filter="name~go AND stage!=DEPRECATED" --sort-by STAGE,~NAME --limit 1 --region us-west1`
@AlexMillerDB I cleaned up your SVG ASCII art into valid SVG and added a bit of Berkeley Mono - https://gist.github.com/moderation/f9f06429f1ad26a97f72b47a08e35ca1
@linus I've been testing Kiesel which is fun. I haven't worked out a way to pass arguments in from a script. Something like the following for `llrt`
`count_arg = process.argv.slice(2);`
or `qjs`
`const count_arg = scriptArgs[1];`
Hit my first kernel or driver issue on my Framework laptop where the wireless wouldn't find networks and after a BIOS change would find them but attempt to join and fail in a loop. Used the openSUSE Tumbleweed feature to boot into a snapshot 2 kernel versions ago. Fixed!
Was able to de-React-ify the cool Turbopuffer logotype / wordmark animation on their home page into vanilla HTML + JavaScript. Fun
Previously I could update my @deno_land packages checking the `x-deno-warning` header at `xh https://deno.land/std` to get the latest version. Releases have now changed to date based https://github.com/denoland/deno_std/releases. Is there a more programmatic way to get latest versions on JSR
"You're the last day of April every year" - Something For Kate. Love this song
Fired up my new Raspberry Pi 5 using their 64bit lite OS on a USB and it is a huge performance lift over the 4. Much faster response and way quicker compile times. llvm and clang built and now compiling Envoy Proxy
@Kalcifer same. Pulled some muscle memory keyboard shortcuts and navigation into play
Still sad that Twitter killed their API, I built a Hacker News clone using Envoy Proxy and Bun. Pretty happy with it turned out
@Kalcifer No. Don't use flatpak. The mouse cursor disappeared after the upgrade but after setting it again in the settings, it was fine
Just got Plasma 6 on my SUSE Tumbleweed laptop and apart from having to restore the mouse cursors and oversized clock font... lfg #tumbleweed #linux #kde
@migurski Looks delicious. One of my favorites
Tested the Tail Call Optimization (TCO) example in the blog post with Bun & Rust. The Typescript / Javascript version crashes on Node, Deno and LLRT as they don't support TCO. Bun was a lot faster and used way less memory than Rust.
Triple Rock Brewing, Berkeley CA
More fun but unrealistic "Hello world!" benchmarks with bun, deno, hermes, llrt + node. Apart from being fast, llrt's memory usage is very low
Fun testing Tail Call Optimization (TCO) with @bunjavascript, @deno_land + the new llrt runtimes. Via https://www.onsclom.net/posts/javascript-tco
- bun unlimited
- deno 6231 - 7978
- llrt 507 - 515
My favorite is still CUE but here is another entry into an overly crowded configuration language space... this time from Apple