Any meaningful UX testing in 2023 needs to account for ad blockers and password managers.
If your site or app doesnโt work with popular ad blockers, or it refuses to allow logins pasted in from password managers, itโs broken.
Yes, some executive type will want to argue about this because they think ad blocking will go away or they misunderstood some now outdated infosec guidance. Theyโre wrong. Users use ad blockers and password managers and if your stuff doesnโt work with them, itโs broken.
"The hot news that nobody sane has been waiting for"--the Windows XP activation algorithm has been solved, meaning anyone can generate an authentic XP activation code. (I find it's a wonderful "sweet spot" resource for VMs, old enough to run most '90s apps and new enough for the GPU support to do it well.) https://www.theregister.com/2023/05/26/windows_xp_activation_cracked/
In case you still thought Jack was going to somehow be better than Musk:
I like how you can see parts of the map by interacting with the terminals at the start of each level, though I would've liked to be able to see the waypoints in my own map!
Also, I couldn't find a pause key in this game. The Esc key makes you quit to the main menu, instead (but it thankfully asks for confirmation if you haven't saved recently)
Question for developers releasing on Windows.
Is there an affordable way to sign installers for Windows for an open source project?
The code signing certificates I've seen all cost significantly more than the rate of donations to my project, but the friction unsigned installers cause is significant for the users.
Made some improvements to the overview file included with 3D #gameassets:
1. Improved design for overall data
2. Link to knowledge base including documentation
3. Whether assets include vertex colors
4. Fixed issue which didn't display group count correctly
New assets soon!
"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 _