π± Exciting update! Early Access for Mycelium Guardians drops April 22 on Steam! Iβm polishing the tutorial prologue and need your feedback for future content. π Join us on Patreon to shape what comes next
https://t.co/fdWs9JwkL6 #indiegame#gamedev#shroompunk
@QuinnyPig@SlackHQ Might be easier to understand for devs:
```
let config = JSON.parse(localStorage.getItem("localConfig_v2")); for (team in config.teams) { config.teams[team].is_unified_user_client_enabled = false; }; localStorage.setItem("localConfig_v2", JSON.stringify(config));
```
@indygreg@durin42@BRIAN_____ I'd be interested in hearing your idea. I've spent some time fixing https://t.co/WlKxOeXsrp to get it running with Bazel 4 and newer pex version.
I think this shows the PITA with chat apps today is _not_ lack of common network protocol (like SMTP), but lack of agreed *storage* formats/conventions.
If we could enforce stronger separation between the apps logic vs data storage, we would be able to switch apps easier.
@ZvonimirFras I remember as a kid I could say "NO" to something my parents asked from me, but I had to give a very good reason. If my reasoning wasn't accepted, twice the amount of chores. If my reasoning was accepted, no chores :).
This week @Chris_Gammell records on-site at the @hackaday#supercon with @SpritesMods, @tnt, & @matthewvenn.
The discussion centered around FPGAs and the Symbiflow open toolchain, specifically related to the 2019 Supercon Badge, which has an ECP5 on it.
https://t.co/L2PzIUiZHn
Attacking #IntelME by @h0t_max & @_markel___ at #BHEU
1. Requires malformed file on SPI flash (needs physical access or bug in BIOS)
2. Bug in early-loaded module, so ME "disabling" by HAP is not a cure
3. Culprit is classic(!) stack overflow
4. Full code exec in ME
Congrats!