This website is under construction.
Yes, I know, it's a terrible thing to say because who does this nowadays? Websites are always under construction. And with agile development and continuous delivery they won't stop being under development ever again.
But I'm playing around with platforms, so yes, this simple page replaces the simple, unused site that was once here.
Once I'm done playing, if ever, I might actually make something of this.

Home of Erwin Bell, Game Designer and Cloud Engineer

I advise game publishers on matters of game design. Testing games in development for the qualities of the game mechanics. Researching and advise on whether to support a game is viable (green lighting).
I also set up and maintain infrastructures in the Amazon cloud.
In both cases, you could say, I'm a systems architect.
 

A warning about NFTs and what to do about it

NFTs have a big issue at the moment. Every NFT at the moment is not actually non-fungible. Or better said, the asset is not non-fungible. Meaning your NFT can become worthless in a fraction of a second.
Yes, a fraction of a second, the time the Ethereum network needs to process your NFT is not in play, nor that of any other DLT.
Every NFT, is just a link. Just like an address you put into your browser to visit a site. When you own an NFT, you own a link to the asset.
But that asset can be removed or changed, which might leave you with something much different than the asset, maybe with nothing.

This is a big issue to be solved, the prices of NFTs get higher and higher, it's a hype, a bubble and at with the current tech, it's worth nothing.
You do NOT own an asset, you do NOT posses an asset when you own and posses an NFT.
A solution needs to be developed

We need an NFA, a Non-Fungible Asset.
The NFA itself is stored in the DLT. The actual data, the binary data, encrypted or unencrypted, is stored in the particles of the DLT.

An example of how to do it:
If your DLT has the possibility of a text message, you can store hex code in it. The message can also contain an index, which points to all the particles needed.
Now the NFA can be constructed from the messages in the particles.

I'm sure far smarter people can come up with better solutions.