sfba.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for the San Francisco Bay Area. Come on in and join us!

Server stats:

2.3K
active users

#pods

0 posts0 participants0 posts today
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://lain.com/users/lain" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>lain</span></a></span> <span class="h-card" translate="no"><a href="https://bemrose.social/users/ryan" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ryan</span></a></span> reminds me of <a href="https://www.youtube.com/watch?v=GcKUYbChE3A" rel="nofollow noopener noreferrer" target="_blank"><em>"What if we build public transport, but worse &amp; for-profit?"</em></a></p><p>Video via <a href="https://infosec.space/tags/AdamSomething" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdamSomething</span></a> </p><p><a href="https://infosec.space/tags/zoox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zoox</span></a> <a href="https://infosec.space/tags/Amazon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amazon</span></a> <a href="https://infosec.space/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> <a href="https://infosec.space/tags/robotaxi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>robotaxi</span></a> <a href="https://infosec.space/tags/robotaxis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>robotaxis</span></a> <a href="https://infosec.space/tags/PublicTransport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PublicTransport</span></a> <a href="https://infosec.space/tags/Enshittufication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enshittufication</span></a> <a href="https://infosec.space/tags/Classism" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Classism</span></a> <a href="https://infosec.space/tags/EliteProjection" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EliteProjection</span></a> <a href="https://infosec.space/tags/privatization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>privatization</span></a> <a href="https://infosec.space/tags/infrastructure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>infrastructure</span></a></p>
ohmrun<p>tldr: everything in pieces on the shop floor, but....</p><p>I'm trying towards an implementation of Babashka Pods in Haxe.</p><p>Given Haxe is a polyglot language, it makes sense to go for a polyglot interop solution. </p><p>There's things like built in async handling, client side code and platform awareness, very much the inverted pyramid that's good for adoption by keeping complexity at the base low.</p><p>A Haxe Pod implementation would transpile to around 10 different languages, and could be a base for a repl implementation, certainly of HScript, and or KissLang or some of the other languages and dialects cropping up.</p><p>Looking at what I did with Stig this week it probably bears some explanation.</p><p>I wanted a structured data format that doesn't rely on reflection, doesn't require the heavyness of the internal runtime representation of tagged unions (enums/gadts) but can be pattern matched on.</p><p>The external StigForm is neither here nor there, the internal StigNode is the important bit. There's probably a few minor adjustments so it can sit well in most languages.</p><p>I might well use it to build a Bencode output, as it fits perfectly.</p><p>The inclusion of Stx, or the dead-code eliminated version of it is for parsing is unavoidable, but the generated loc is only around 5k at present.</p><p>It's based on Stephan Le Dorze's mix of Haskell Parsex plus Alex Worth's Phd work on linear time left recursive packrat parsing, and I've been tinkering with it for years.</p><p>Work on Go2Hx by PXShadow means there's the opening to cross compile CueLang, meaning that there's an opening for language native type generations from Cue, which is pretty exciting, and Haxe has an extremely compact and well designed internal type representation, and the new completion algorithm is very snappy.</p><p>Still work to do though, I'm in the middle of a rebuild atm.</p><p><a href="https://hachyderm.io/tags/Haxe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Haxe</span></a> <a href="https://hachyderm.io/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://hachyderm.io/tags/Babashka" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Babashka</span></a> <a href="https://hachyderm.io/tags/Edn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Edn</span></a> <a href="https://hachyderm.io/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a> <a href="https://hachyderm.io/tags/CueLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CueLang</span></a> <a href="https://hachyderm.io/tags/GoLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoLang</span></a> <a href="https://hachyderm.io/tags/OMeta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMeta</span></a> <a href="https://hachyderm.io/tags/Parsex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Parsex</span></a> <a href="https://hachyderm.io/tags/Interop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Interop</span></a> <a href="https://hachyderm.io/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://hachyderm.io/tags/OMeta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMeta</span></a></p>