I hope this account is about to become a lot more active soon. Finalizing my plan to leap from big social media to scalable/personal social community. I've got a lot to share. Stay tuned...

#dump_it #dump_fb #ownyourcontent #portablecommunity #formless #shapeless #gettingready

@jz

The combination of #Scala version 3 and #Typelevel #Cats and #Kittens is pretty neat. "Kittens" is a library that has derived type classes for Cats. I just learned about Kittens yesterday. "Kittens" uses #Shapeless libraries underneath.

Sample Source Code:

https://scastie.scala-lang.org/bgI5mqPYRR2NQA3QYrVFBQ

Scastie - An interactive playground for Scala.

//> using scala 3.8.3 transparent inline def !!!(msg: String="Unreachable") = throw new AssertionError(msg) @main def example = (Some("a"), Some("b")).match { case (Some(_), Some(_)) => println("a") case (None, None) => println("b") case _ => !!!("because I say so!") }

Ooop right forgot hashtags for discoverability. (I swear I'll get used to social media some day)

Looking for a specific style of #clothing #recommendations - help me find shops that can let me show my inner #witchy #cryptid self shine through. If folks are interested I can also share the places I've already found and had good experiences with! See the first post for #aesthetic goals.

I'd also accept #cyberpunk #hippie vibes, and styles that range from a little #slutty to #shapeless #void

"Bits of Shapeless part 2: Generic Derivation" - https://enear.github.io/2016/09/27/bits-of-shapeless-2/ #scala #shapeless