I've been building a Movable Feast Machine Simulator in Javascript, based on @livcomp's work of robust-first software that uses living systems to compute on indefinitely scalable hardware.
Site:
https://t.co/FHo9ezMzST
Code:
https://t.co/8NukrUorN6
Progress update thread:
I've jumped back on https://t.co/FHo9ezMzST; very excited to share this cell made up of 3 elements:
○ CellBrane (commands direction)
○ CellMembrane (middle goo)
○ CellOuterMembrane (Spanx for cells)
The CellMembrane colors change to show the direction given by CellBrane
I have always avoided using comments in my code, but this article got me thinking about how they could be useful during the 'sloppy' early coding phase, acting as markers to go back and clean up. After 20+ years, still improving my CSS. Thanks, @walpolea!
https://t.co/HlglxYnsgu
😱 I just realized I never shared the svg tool I spent so much time on!
I wanted to create a playground to help learn and discover how to write SVG code, which can be so funky!
Remember when we learned physics in the sandbox? Yeah, like that.
@jessicahische more clarification- we’re trying to clear confusion and be clear given the feedback; some lessons learned today too. https://t.co/IzaEfvunM1
I've written up some details on an interesting css trick to allow containers to take on a custom top and bottom shape using composed image-masks and a few clever calculations.
https://t.co/dgjii9Pavo
In an effort to archive a story that continues to bring me joy for going on 14 years, I present, Surprise for a programmer on Birthday.
https://t.co/7mjSwUkkzB
My Layout Breakouts Builder is ready for use:
https://t.co/TTSyvWvu5V
Would love for someone to try it out! All feedback welcomed!
Inspired by the work of @hexagoncircle and @KevinJPowell
@ChromeDevTools How do we change this horrible color back to dark grey? Setting a new theme color helps temporarily (though you can't choose grey or black), but closing and reopening devtools makes it come back.
@jdkarmitage I would have to think that there is not yet a worthy answer given that in the grand scheme of it all, so little work has been done so far on the MFM in comparison to GoL.
But spun positively, there is so much potential for new discovery in robust-first systems!
@chriscoyier There definitely is little pressure to adopt rapidly. I make it a point to steer my team to adopt quickly because:
- there is some added value even if you aren't looking for or needing it.
- that's the only way these new features will gain more momentum to be normalized.
@ErikCH I'm just diving into the new Amplify SSR capabilities (so great!). I would really love to get Astro SSR running with an adapter. Any tips or links for taking this on? The main AWS docs about how things work aren't the most detailed. Is this best left to the @astrodotbuild team?