"Checkmate"
Standing up is quite an effort after the blast. You hear the deadly sine wave and see the blue lights of a cop car reflected in the kitchen tiles. Not many moves left.
#pico8 #tweetcart #codeart #generative #sizecoding
p={}::_::clip()?"\^1\^c0\^!5f11β12β8>"
for i=0,70 do
if(#p<70)p[i]={i%2,rnd(4)\1,rnd(.1)}
x=i%9*16y=i\9*16f=mid((sin(t()/3+i/512+p[i][1]/2)/2+.5+p[i][3])^2*2,1)s=p[i][2]sx=s%2*32sy=(s&2)*16clip(x,y,15,15)circfill(x+sx-1,y+sy-1,48*f,7*f^(.5*((t()-.3)\1.5%2)))end
goto _
Glasses
I got new glasses on Friday but I think they're not doing my eyes any favor. The glasses are the same grade as the ones I had previously but looking at anything with em on feels weird, and things further away than arm's reach start looking blurry.
I'm supposed to let my eyes get used to the new glasses, but I don't remember this taking so long.
I am watching a friend livestream Elden Ring; following her fourth (near-immediate) death to Malenia (Blade of Miquella, Who Has Never Known Defeat), she declared, "If my years playing From Software games have taught me anything, it's that if you see a woman sitting by herself in a chair, just leave her alone. LEAVE WOMEN ALONE."
I love video games with positive messaging.
KenBlocks has been updated! β¨
Now includes the ability to change the block style (7 different styles), a new look, new sounds, ghost blocks & hard drop! You can get the source by becoming a ($5) supporter on Patreon, it even includes local multiplayer!
Find the source here:
https://www.patreon.com/posts/kenblocks-update-83431485
Framed #438
π₯ π© β¬ β¬ β¬ β¬ β¬
NGL, I'm pretty stoked I nailed this in one!
(clue 2 would've def given it away) π₯³
https://framed.wtf
Type 1 diabetes diagnoses are more than 50% greater in children with #COVID19.
βThe age- and sex-adjusted hazard ratio for type 1 diabetes development in 2020-2021 was 1.57 (95% CI, 1.32-1.88; Pβ<β.001) with any COVID-19 diagnosis and 1.69 (95% CI, 1.31-2.18; Pβ<β.001) when only virus-confirmed cases were considered.β
Share this with the people who told you kids couldn't get COVID and it no risk to them because they're young.
Serenity.
Black and white photography emphasizes silence, loneliness, depth.
There is nothing superfluous here.
Just look at this photo.
Photographer: modopix
#photo #blackandwhitephoto #serenity #winter #photo #Sunday #loneliness
#pico8 token saving madness
Today's token hunt has gone well. I didn't think I'd see the other side of 8100 never mind 8000.
Newest toy is "fun strings" π
function fun_str(mstr)
local result
for i,str in inext,split(mstr,';')do
-- dbg(str)
local f=split(str)
result=_ENV[deli(f,1)](unpack(f))
end
return result
end
e.g.
fun_str'camera;memset,0x5e00,0,256;fade;cls' -- 2 tokens