home.social

#nameko — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nameko, aggregated by home.social.

fetched live
  1. CVUA Stuttgart @cvuastuttgart@bawü.social ·

    Aufgeklärt: Das „Stockschwämmchen“ in Konserven und Tiefkühlwaren

    Das (echte) Stockschwämmchen und das chinesische Stockschwämmchen sind genetisch nicht verwandt und haben geschmacklich nichts miteinander zu tun. Das wildwachsende echte Stockschwämmchen soll nur von Kennern gesammelt werden.
    👉 cvuas.de/pub/beitrag.asp?subid
    #Pilze #Vergiftungsgefahr #Nameko

  2. Years ago at #HockenberryCottage we inoculated a bunch of logs with #mushroom spawn. They haven't been the most successful so far, but sometimes the answer is just to be patient. Today I found a big flush of #nameko from one of our slighly buried inoculated log stacks!

  3. Years ago at #HockenberryCottage we inoculated a bunch of logs with #mushroom spawn. They haven't been the most successful so far, but sometimes the answer is just to be patient. Today I found a big flush of #nameko from one of our slighly buried inoculated log stacks!

  4. @dalbuschat
    For (stateless) microservices I completely agree, we mostly deal with user facing webapps. Loads of generated form handling, grids an all that webby stuff that web2py & py4web do way better than fastapi (for me). Since I work a lot with interns and depend on them I have to consider the overhead of another framework.

    But fastapi is definitely on my radar!

    Eventlet I've mostly used with iirc. Really like that framework as well.

    Next stop is trying

  5. CW: 🤯 Wooot Finally solved a long standing issue with decentralized #cache invalidation!

    I'm so excited; it took me roughly 5 years to get to a working solution, struggling through , , (and a slew of others) in my environment. Solved using a centralized database, which automatically triggers removal of items which depend on some data in the mutated row along with dependency registration in the application layer.