David Capello (@davidcapello) 's Twitter Profile
David Capello

@davidcapello

Programmer 🐱 author of @aseprite, working at @igarastudio

ID: 149896526

linkhttps://davidcapello.com calendar_today30-05-2010 14:32:44

10,10K Tweet

7,7K Followers

2,2K Following

Mushtaq Bilal, PhD (@mushtaqbilalphd) 's Twitter Profile Photo

Meta illegaly downloaded 80+ terabytes of books from LibGen, Anna's Archive, and Z-library to train their AI models. In 2010, Aaron Swartz downloaded only 70 GBs of articles from JSTOR (0.0875% of Meta). Faced $1 million in fine and 35 years in jail. Took his own life in 2013.

Meta illegaly downloaded 80+ terabytes of books from LibGen, Anna's Archive, and Z-library to train their AI models.

In 2010, Aaron Swartz downloaded only 70 GBs of articles from JSTOR (0.0875% of Meta). Faced $1 million in fine and 35 years in jail. Took his own life in 2013.
mausimus (@mausmoto) 's Twitter Profile Photo

ShaderGlass 1.0 has been released! Big update! 🚨 Apply shaders to any app on your desktop: gaming, pixel art and video. 📺 Free and open source! Links in reply.

David - Nostalgic Realms - Lair of the Leviathan (@nostalgicrealms) 's Twitter Profile Photo

People often ask how I draw the world map for the game and the answer is - pixel by pixel. Over the weekend I have been going over the starting area of the map improving things and adding a little more colour and detail.

Agustín Cordes (@agustincordes) 's Twitter Profile Photo

To put the ASYLUM release into perspective: Today we self-published an Infocom-inspired point-and-click adventure which took 15 years to produce, was localized to 11 languages, and is cross-platform. It's all quite surreal. Feels like the end of an era.

htmx.org / CEO of div tags (same thing) (@htmx_org) 's Twitter Profile Photo

this is my solution, a 16 bit computer w/ a 2-bit display (in gameboy green) and 4k of memory, blinkenlight visuals for registers, a console that lets you poke at registers & memory, step forward & backwards, simple MIPS like instruction set + stack instructions, etc excited!

this is my solution, a 16 bit computer w/ a 2-bit display (in gameboy green) and 4k of memory, blinkenlight visuals for registers, a console that lets you poke at registers & memory, step forward & backwards, simple MIPS like instruction set + stack instructions, etc

excited!
David Capello (@davidcapello) 's Twitter Profile Photo

When you are loading/saving data, you must serialize field by field in vars/arrays (one statement just to load/save each field) and then use them in expressions, etc. Never trust the compiler about how parameters are going to be evaluated.