rgalex
@rgalex@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on [deleted] 6 days ago:
In case you think about switching to tea to avoid caffeine, you should know tea still has caffeine in it.
The most common sources of caffeine for human consumption are the tea leaves of the Camellia sinensis plant and the coffee bean, the seed of the Coffea plant.
- Submitted 6 months ago to selfhosted@lemmy.world | 3 comments
- Comment on What's a video game that can run on any sort of device?(besides doom and pong) 7 months ago:
Another World. It’s impressive how it’s done, the game is programmed in a custom bytecode, and runs on an interpreter for the game. Porting the game to other platforms just requiere implementing the interpreter.
That allowed the game to be ported even to GBA.
There is a blog post that explains everything about it, and it’s super interesting.