home.social

Drew 🔒

Learning swedish

bluesky folks follow @ap.brid.gy so we can interact!

Profile pic was created with picrew.me/en/image_maker/27959 by maddel_art

Header is a girl on a desk face down on a red panda

language codes: en, hi, de

Posts
7,795
Followers
546
Following
434
Joined 2023-03-31 · View on hachyderm.io →
  1. Thanks Firefox, this is really cute

  2. I used to run a communist instagram meme page at the age of 16

  3. thank you @tudor for two prs to flexoki-emacs-theme! They are also the first PRs to be merged since the move to codeberg.

    codeberg.org/crmsnbleyd/flexok

    codeberg.org/crmsnbleyd/flexok

  4. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per