Mixisms is now for everyone!
https://t.co/e9YbJcNDs9
Become a Mixisms master in this free, semi-social, daily anagram puzzle where you compose sage sayings from random letters, vote for your favorites, and share with your friends!
Let's see what #mixisms you can come up with!
"Spark"
The plasma globe at the flea market hums quietly. Beams dance under your fingertips. It looks just like the one you had years ago-until your brother smashed it. And laughed. Now, you hate this lamp.
280 chars source below
#pico8#codeart#tweetcart#postcart#generative
it's been a while!
black hole
#pico8
cls()?"\^!5f100░4웃9:♥77"
::_::srand()w=t()/8for i=0,600do
b=rnd()m=mid((.5-abs(b-.5))*9,1)c=rnd(8)*m+1a=w+rnd()r=b+1q=b*.3+.7x=cos(a)y=sin(a)u=x*r*32v=y*6*r-x*r*4if(y>0 or u*u+v*v>700)pset(64+u,64+v,c)
pset(64+x*32*q,64+y*32*q,c)end
goto _
"Screensaver"
You sit, dazed, thinking about what you've done until a screensaver awakens you from your stupor. You still can't believe it. You pressed the key; you did it. All hell has broken loose.
source in next tweet
#genuary6#genuary#pico8#generative#codeart#tweetcart
Project Lyra explores the possibility of sending a spacecraft to chase 'Oumuamua using an Earth gravity assist to reach Jupiter, which robs the craft of almost all its speed, causing it to drop to the Sun for an Oberth maneuver.
Thanks @hibberdadam994 for the trajectory data!
Heard joke once: man goes to doctor. Says he's depressed. Says life seems harsh and cruel. Says he feels all alone in a threatening world where what lies ahead is vague and uncertain. Doctor says, "Treatment is simple. Great clown Pagliacci is in town tonight. Go and see him."
📢 From today, GameMaker will be free for non-commercial use on all platforms (excluding console). To further meet your needs, we are introducing a one-time licence, replacing our current subscriptions!
"Koyaanisqatsi" #pico8#tweetcart
r={}::_::?"\^1\^c0\^!5f10▒1😐<7"
for a in all(r)do
if(a.y>132)del(r,a)
d=min(a.m,a.r)for i=0,3do circfill(a.x-i,a.y+i,d,4-i)end
a.y+=a.r/8a.r+=1end
for i=#r,256do
x=rnd(128)y=127while(pget(x,y)~=0)y-=1
add(r,{x=x,y=y,r=.1,m=rnd(6)+4})end
goto _
"The domino effect"
It took a decade to set up, but watching it through all its sensors and cameras was mesmerizing fun: the fall of humanity.
279 bytes long source in a tweet below
#pico8#tweetcart#codeart#generative#pixelart#sizecoding
@teej_dv@_anmonteiro@swlkr Also, since more people are seeing this than I expected, there's an excellent article comparing the performance tradeoffs of caddy vs nginx across several dimensions https://t.co/1aKtZJmSZI
TLDR; the performance/convenience/scale ratio of caddy fits my situation very well
@teej_dv@_anmonteiro@swlkr I also scp binary and have been using https://t.co/nxUutSTKxP (used to use nginx, but config is way easier with caddy, and auto-creates certs)
1. Run your binary on whatever port
2. Run caddy as reverse proxy to point domain requests to that port
3. Point DNS at your VPS
👌