Posts by suetanvil@freeradical.zone
(DIR) Post #B45LqrI58nGOliE1lg by suetanvil@freeradical.zone
0 likes, 0 repeats
@mwl Hmmm. Take a bunch of screenshots from the pilot episode and put them into a slideshow that showcases the aesthetic while broadly outlining the plot, then give it as a writing prompt to a (good) writer who's never seen the show.
(DIR) Post #B4mfyCr7iHSaYjfp7w by suetanvil@freeradical.zone
0 likes, 0 repeats
@mwl What are the odds on this being a vibecoding bug?
(DIR) Post #B56cjU452ClQt4DkQ4 by suetanvil@freeradical.zone
0 likes, 0 repeats
@lynnesbian Still beats using Windows, tho.
(DIR) Post #B6lyN9bP7ctcgnBiim by suetanvil@freeradical.zone
0 likes, 0 repeats
@mwl 💜
(DIR) Post #B6p3CPyL08gTWFUk4G by suetanvil@freeradical.zone
0 likes, 1 repeats
@ariadne The copyright implications of this are completely unknown. When someone vibe-codes Photoshop or Windows 11 and successfully defends that in court, *then* I'll believe it. For now, it's a legal minefield.
(DIR) Post #B9jZqfjpGyFZPaBN6e by suetanvil@freeradical.zone
0 likes, 0 repeats
@wolf480pl @cks I'd argue that it isn't a shell even then because a shell's default response to a command it doesn't implement is to treat it as an external program.It would be trivial to *write* a shell in Python tho that's mostly just a REPL but also does a tokenize+run on commands.(Of course, Python isn't a great language for this because the syntax limits you to what you can do one one line. Ruby or Perl or $LISP would be better choices.)