Darkblock Levels Up Non Fungible Tokens (NFT)

Darkblock provides a decentralized application that lets creators sell (and manage) digital content directly to consumers without the need for any intermediate, proprietary or bureaucratic services. Their splash page touts content access controls...

comments

The Non-fungible Token (NFT) Value Prop

NFTs provide an immutable record of ownership for digital assets, verified by the global Ethereum Blockchain. The Blockchain tracks ownership of NFTs until the end of human civilization. 2021 ushered in speculative mania in every conceivable...

comments

Aggregations - The Elasticsearch GROUP BY

Elastic Architects designed the distributed Elasticsearch platform to follow NoSql principles. In the traditional Relational Database Management System (RDBMS) world, SQL databases use GROUP BY syntax to group rows with similar values into...

comments

Configure Flask to Send Form Data to Gmail

This blog post describes how to configure Flask to emit form data to your own personal Gmail account. You don't need to use Gmail, in fact, you can configure Flask to send data to any email account you have access to. This architecture uses...

comments

FastAI x Flask - Mods vs. Rockers!

Fastai provides helper functions on top of Pytorch to help us wrangle, clean, and process data. In this HOWTO we will accomplish the following: Deploy an AWS g3.8xlarge instance Compile and install NVIDIA drivers on our g3.8xlarge instance Use a...

comments