Gustavo Franke (@gustavofranke) 's Twitter Profile
Gustavo Franke

@gustavofranke

ID: 37500267

calendar_today03-05-2009 20:57:47

759 Tweet

102 Followers

485 Following

Riccardo Odone (@riccardoodone) 's Twitter Profile Photo

✉️In my PinkLetter ✉️ It's all about the #AdventOfCode. The best part? Learning together and meeting old and new friends. Here are some people you should get in touch with language by language 👇

School of FP (@schooloffp) 's Twitter Profile Photo

Our 3 part piece on Haskell build tools is complete: 1. Setting Up Haskell Development Environment: The Basics buff.ly/30Vbcng 2. Whirlwind Tour Of Cabal For Beginners buff.ly/3iN7VgT 3. Whirlwind Tour Of Stack For Beginners buff.ly/36POy3P Enjoy!

Paweł Szulc (@encodepanda) 's Twitter Profile Photo

Today with @LukGolebiewski after 2 weeks of heavy battles, we've finally managed to remove horrible memory leaks in our Haskell application. Kudos to Ben Gamari for 1 hour of mentoring and David Eichmann for his "Understanding Memory Fragmentation" blog post. What a ride that was!

Gustavo Franke (@gustavofranke) 's Twitter Profile Photo

My year on #Github2020 🐙 gustavofranke 📬 Commits/Issues/PRs: 358 🏝️ Repos contributed to: 12 ⭐ New stars: 1 🔥 Hottest: gustavofranke/ninety-nine (+1) Share your own stats: gh2020.jrieke.com | Built by Johannes Rieke w/ Streamlit

Irish Times Abroad (@itabroad) 's Twitter Profile Photo

The Irish in Argentina are considered an unusual migrant success story. But hidden from the official record are stories of economic struggle, class division and human atrocity that characterise the ordinary Irish-Argentine experience. irishtimes.com/life-and-style… #irishdiaspora

Dust-to-Digital (@dusttodigital) 's Twitter Profile Photo

Remembering Django Reinhardt, born on this day in 1910 in Liberchies, Pont-à-Celles, Belgium. Here he is with violinist Stéphane Grappelli and their band the Quintette du Hot Club de France performing "J'Attendrai" in 1938.

daniel:// stenberg:// (@bagder) 's Twitter Profile Photo

Will I ever rewrite curl in rust? I don't believe in rewrites, no matter which language. I believe in replacing code and fixing components gradually over time. That *could* mean that we have a curl written mostly in rust in 10 years. Or in 20 years. Or not.

Scala (@scala_lang) 's Twitter Profile Photo

We are delighted to announce the first release candidate of the stable version of Scala 3 – Scala 3.0.0-RC1. This version further polishes and stabilizes the language – read more in the blog article: dotty.epfl.ch/blog/2021/02/1…

Ben Sigelman (@el_bhs) 's Twitter Profile Photo

0/ If you or someone you love uses Kafka in production, I’m sure there’s been some emotional toil when a single producer floods a topic and creates a cascading failure. This is a 🧵 about how monitoring and observability can make that far less painful. 👇

0/ If you or someone you love uses Kafka in production, I’m sure there’s been some emotional toil when a single producer floods a topic and creates a cascading failure.

This is a 🧵 about how monitoring and observability can make that far less painful.

👇
Julien Truffaut (@julientruffaut) 's Twitter Profile Photo

Monocle 3.0.0-M4 is release for Scala 3.0.0-RC2 and Scala 2.13. * `optic.as[Foo]` to zoom into a branch of an enum * `Focus[X](_.foo)` generates an Iso if `foo` is the only field of `X` * Consistent syntax import between Scala 2 and 3 github.com/optics-dev/Mon…

Ben Stopford (@benstopford) 's Twitter Profile Photo

Events are two things: (a) a notification and (b) a state transfer. Generalising, the former leads to stateless architectures, the latter to stateful. If you know which one to use, and when, you’ve likely mastered event-driven. It still catches me out though! ;-)