@mira did you know that there's non-binary RAM? It's just RAM in amounts that aren't powers of two (12 GB, 24 GB, 48 GB, etc)
First non-binary passports in #Mexico, chingΓ³n!
Hey folks. Everyone--EVERYONE--can get got by a scammer at some point.
When we blame folks who get socially engineered for their carelessness or lack of vigilance, we're making it less likely that people will self-report when they got got, and perpetuating the myth that all we need is vigilance to avoid scams.
The narrative that only fools get scammed helps scammers. Don't fall for it.
Texas A&M professor fails students because he asked ChatGPT if it wrote their papers and it falsely said yes. They had already graduated and now canβt get their diplomas. π€¦πΎββοΈ
An example of how the real threat of AI is people applying the technology in the wrong situations because they donβt understand how it works.
I did the back of my ONE FLOPPY and it turns out doing dense engraving run (instead of score) using filled polygons looks pretty damn good.
@eniko Turns out there were really a good John and a bad John ad ID, but it was the opposite of what techies were saying.
Also releasing soon is a remake of UI Pack originally released in 2014. It's due for an update! I won't be changing the visuals but instead make sure sprites are larger & uniform in size. Will also add new things, feel free to suggest! #gameassets
COVID hasn't magically gone away. #COVID has transitioned from a short-term emergency into a long-term tragedy. This means that leaders need to be taking sustainable action to address it, not ignore it.
(@2DArray Β· Jan 8, 2018)
Smoother
d={0,8,2,10,12,4,14,6,3,11,1,9,15,7,13,5}z={}for o=0,15 do
p=0
for b=0,15 do
if(d[b+1]<o)p+=2^b
end
z[o]=p
end::_::x=rnd(128)y=rnd(128)dx=x-64
dy=y-64
c=(atan2(dy,dx)*16+t()*4)%16
c*=(dx*dx+dy*dy)/4000
f=c%1
c-=f
fillp(z[flr(f*16)])circfill(x,y,1,c+c*16+16)goto _
https://pico-8-edu.com/?c=AHB4YQEHAN5Hn-MWNxxwS3FGcUaUJE1ySNEkySnFJUUUFEVxTJHckhxTNFUSvcZj5Hlz_RO8wg1JtuCKZiOae4QsaxxzuqPvT88pr65OGrn7svymPuvHDk8Hrn_EvhkaqPu2tsptwe1F8BbRUhyvrExsrjyGk7M0LY4bXV3Juq7wyQMk9QO8RDHQR2G4muT9fRMDc3WaZQvJdWE4MdFNlHUdJUmd9FGSxBfmo4EUQdr2fd6sVJtRMfoMwdrG4mJWrVWNdsDCYFGnWWKbbGdqRdkgGip8UVjjDSbHit1N&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH
#Pico8 #TweetCart
(@2DArray Β· Jan 8, 2018)
Realtime volumetric cube approximator
local p={0,1,2,13,14,9,10,15,7,7}
a=abs
::_::
local u=rnd(2)-1
local v=rnd(2)-1
local d=0
local c=sin(t()/8)*7
for i=5,15,1 do
if(max(a(u*i+c),max(a(v*i),a(i-10)))<5)d+=1
end
circfill(64+u*64,64+v*64,1,p[d])
goto _
https://pico-8-edu.com/?c=AHB4YQDWALTH33-10c3oA5z0FncccUhxSZGckiS3JAcVjR2uSe4pitcYG6iLw18hOio4vAgStbB36J7hFa6-aOSkqzYM_RCGd1YOWXMtGXiDOH6IIj7tuOSypZEnGF3ZrPs5cZGVaKQru7J-h7WnaJJia6C7bmhj0WxbWRZFZRmNTYx1QXDhSjKSz3Qjj7CWNRP1UrLTLAcLF_7mQztRtOODIZ8sJNMPsPAEMxuvsDdaLA4D&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH
#Pico8 #TweetCart
@AdalwinAmillion rye
Don't forget, today is the International Day Against Homophobia, Biphobia and Transphobia.
We won't stand for any of it today, tomorrow or any day! Let us all let our queer flags fly! So much love to our #lgbtqia family! Together we are legion.
someone created a Godot plugin to open Unity packages and prefabs. this is game changing, just imagine reusing your unity assets to port a game to Godot from Unity. https://www.reddit.com/r/godot/comments/13io0bx/load_unitypackage/