Mac (@wmacgyver) 's Twitter Profile
Mac

@wmacgyver

I use groovy, haskell, java, c++, go, swift, python, erlang and clojure. Hobbies are videogames and DSLR.

ID: 7122552

linkhttp://m.3wa.com calendar_today28-06-2007 02:13:32

20,20K Tweet

1,1K Followers

255 Following

Mac (@wmacgyver) 's Twitter Profile Photo

I would always ask questions Russel Winder leads the audience to ask. And of course always tease him as he gets ready for talk forever messing with Linux display settings on his laptop. He was very much a believer of “year of Linux desktop” you will be missed my friend

Sam Pullara (@sampullara) 's Twitter Profile Photo

Ran a single threaded Java benchmark of my github.com/spullara/musta… template library: i7-6850K: 22k AMD 5950X: 44K M1: 70K I mean, WTF.

Mac (@wmacgyver) 's Twitter Profile Photo

always good to see Andres Almiray getting coverage. the guy is like an one man open source army. JReleaser infoq.com/articles/java-… inspired by goreleaser

Mac (@wmacgyver) 's Twitter Profile Photo

Very positive feelings toward #golang from a #java champion Andres Almiray after using it for a year. 😱 andresalmiray.com/a-year-of-go/

Akita Software (@akitasoftware) 's Twitter Profile Photo

This past summer, Mark Gritter spend 25 days battling the Go garbage collector—and emerged victorious. Good news: WE DID NOT HAVE TO REWRITE OUR CLIENT IN RUST. 🙅🏻‍♀️🦀 Read this post for Mark's epic journey to reducing the multi-gigabyte memory spikes. akitasoftware.com/blog-posts/tam…

Andres Almiray (@aalmiray) 's Twitter Profile Photo

Still in early stages but turns out you _can_ release Rust binaries with JReleaser. Here's a trivial HelloWorld app written in Rust, compiled for a single platform, packaged as tar.gz (manually for now) github.com/aalmiray/hello…

Still in early stages but turns out you _can_ release Rust binaries with <a href="/jreleaser/">JReleaser</a>. Here's a trivial HelloWorld app written in Rust, compiled for a single platform, packaged as tar.gz (manually for now)

github.com/aalmiray/hello…
Mac (@wmacgyver) 's Twitter Profile Photo

There is no stopping Andres Almiray and JReleaser , not even holiday vacation :) Jreleaser has arrived to the jvm scene with a big bang, and is spreading quickly x.com/QuarkusIO/stat…

Paul King (@paulk_asert) 's Twitter Profile Photo

Life on Mars: Units of Measurement systems, Groovy, and domain specific languages (DSLs) blogs.apache.org/groovy/entry/l… CC: Téo Bais Werner Keil ngLanceFinney ApacheGroovy Guillaume Laforge Unit-API #groovylang #jsr385 Image credit: generated by DALL·E 2 then modified

Life on Mars: Units of Measurement systems, Groovy, and domain specific languages (DSLs)
blogs.apache.org/groovy/entry/l…
CC: <a href="/teobais_/">Téo Bais</a> <a href="/wernerkeil/">Werner Keil</a> <a href="/LMFinneyCoder/">ngLanceFinney</a> <a href="/ApacheGroovy/">ApacheGroovy</a> <a href="/glaforge/">Guillaume Laforge</a> <a href="/UnitAPI/">Unit-API</a> #groovylang #jsr385
Image credit: generated by DALL·E 2 then modified
Blake Golliher (@blakegolliher) 's Twitter Profile Photo

List all objects in a single bucket and head each one summing up the space on each object to print a total space used, and number of objects. With Python Boto3 library = 29 seconds With Python Minio library = 6 seconds With GO AWS SDK = 0.9 seconds