Debasish (দেবাশিস্) Ghosh 🇮🇳 (@debasishg) 's Twitter Profile
Debasish (দেবাশিস্) Ghosh 🇮🇳

@debasishg

Programmer. Author: Functional and Reactive Domain Modeling (Manning 2016), DSLs In Action (Manning 2010). Father. Husband. Seinfeld fanboy. FP aficionado.

ID: 6562002

linkhttp://about.me/debasishg calendar_today04-06-2007 03:58:19

46,46K Tweet

11,11K Followers

585 Following

Debasish (দেবাশিস্) Ghosh 🇮🇳 (@debasishg) 's Twitter Profile Photo

Reading papers and watching videos on Diffusion Models - one interprets them in terms of Brownian motion and Langevin dynamics from statistical physics and the other does so through the lens of Evolutionary algorithms from biology. Looks like diffusion models are a fascinating

Just Deez Guy (@justdeezguy) 's Twitter Profile Photo

> It’s meant to evoke the idea that C++ is an unsafe languge while Rust is a “safe” language. > > The jury is still out whether this is true in practice. No, it isn't, and this is the kind of discourse you only get because of failure to understand the borrow checker. You can

Łukasz Biały (@lukasz_bialy) 's Twitter Profile Photo

Full Cats-Effect multi-threaded runtime works in Scala Native. This is a very, very good news for everyone in Scala indeed as it means that 0.5.x is getting very close to being prod-grade. Huge kudos to Wojciech Mazur! github.com/typelevel/cats…

Debasish (দেবাশিস্) Ghosh 🇮🇳 (@debasishg) 's Twitter Profile Photo

A harrowing story of Jon’s nightmares that resulted from people signing open letters without enough due diligence. The very fact that Jon is still canceled from the Scala community is so very unfortunate. I have personally admired in public Jon’s contributions to the Scala

Debasish (দেবাশিস্) Ghosh 🇮🇳 (@debasishg) 's Twitter Profile Photo

That was the first functor I learnt. Then I learnt Haskell functor, then Category Theory functor and finally OCaml functor. The fun part is that each is different from the other, sometimes in a subtle way as in Haskell and CT functors, and sometimes radically different concepts

Greg Young (@gregyoung) 's Twitter Profile Photo

The Event Sourcing book (beginners book) is in a bundle! You can get it and Understanding Event Sourcing here. leanpub.com/b/eventsourcing

Debasish (দেবাশিস্) Ghosh 🇮🇳 (@debasishg) 's Twitter Profile Photo

Sometimes you need to read the comments in a production grade implementation to feel the engineering aspects of a data structure or an algorithm. No book will give you this lesson .. 👇from bloom filter implementation in RocksDB ..

Sometimes you need to read the comments in a production grade implementation to feel the engineering aspects of a data structure or an algorithm. No book will give you this lesson .. 👇from bloom filter implementation in RocksDB ..
Marc Brooker (@marcjbrooker) 's Twitter Profile Photo

I had a great time talking to Ben and Will about software testing and validation at AWS. In this wide-ranging hour we talk deterministic simulation testing, fuzzing, formal methods, the history and future of testing, and much more.

Dmitrii Kovanikov (@chshersh) 's Twitter Profile Photo

Ethan They promote declarative programming, pure functions, composability, totality and immutability. To elaborate, 1. Pure functions depend only on inputs. Once you write a unit test and it passes, the function's behaviour on this input is guaranteed forever. 2. Due to