We are a commune of inquiring, skeptical, politically centrist, capitalist, anglophile, traditionalist New England Yankee humans, humanoids, and animals with many interests beyond and above politics. Each of us has had a high-school education (or GED), but all had ADD so didn't pay attention very well, especially the dogs. Each one of us does "try my best to be just like I am," and none of us enjoys working for others, including for Maggie, from whom we receive neither a nickel nor a dime. Freedom from nags, cranks, government, do-gooders, control-freaks and idiots is all that we ask for.
SELECT c.categoryid,
c.category_name,
c.category_icon,
c.category_description,
c.authorid,
c.category_left,
c.category_right,
c.parentid,
a.username,
a.username AS loginname,
a.realname
FROM csg_category AS c
LEFT OUTER JOIN csg_authors AS a
ON c.authorid = a.authorid
LEFT OUTER JOIN csg_authorgroups AS ag
ON ag.authorid = c.authorid
LEFT OUTER JOIN csg_access AS acl
ON (ag.groupid = acl.groupid AND acl.artifact_id = c.categoryid)
GROUP BY c.categoryid
ORDER BY category_name ASC
I know many who follow Maggie's may be unfamiliar, at best, or skeptical, at worst, of Bitcoin or any cryptocurrency. But there is a lot of promise in the technology, and the tokens (Bitcoin, Ethereum, etc.) are modern versions of 'value transmission' which are not unlike money. They represent the value of the technology.
So, to understand why cryptocurrencies are important, it may help to understand the technology. Here is a brief video which explains the tech behind the currencies. Not all blockchains are the same, that's an important thing to remember. Improvements are made almost every day on all the different kinds of blockchains, and their uses. It's my personal opinion that the next 'big' one may be Cardano, as it has solved many issues behind the concept of 'smart contracts'.
For what it's worth, if you've heard of NFT (Non-Fungible Tokens) and still aren't clear what they are, the best way to think of them is that an NFT is a representation of a contract of ownership for a product.
Let's say I take a digital photo and I create it as an NFT, and you purchase that NFT. This is like purchasing any other work of art, but instead of getting a certificate which says you own it, you get the NFT. If anyone uses a representation of that NFT, you receive a payment for it. In a way, NFTs are a means by which trademarks and copyrights may be enforced more effectively (there are still issues with this, but they are being overcome).
So while NFTs are not cryptocurrencies, they operate within the cryptocurrency 'system' because they utilize the blockchain (and many utilize cryptocurrencies as a means of payment). While a currency is fungible - that is, it can be exchanged or used for a variety of different things - many things of value are not fungible (or at least easily fungible). You can use a currency to buy a loaf of bread, or instead of bread you can use it for soup, or a pack of gum. It's fungible because it can be used to purchase any substitutable product or service. A work of art is non-fungible because, well, you're not paying for a cup of coffee with that Degas print you purchased.