Skip to content

Instantly share code, notes, and snippets.

View 2kwatts's full-sized avatar

2k 2kwatts

View GitHub Profile
@aileftech
aileftech / hex-colors.txt
Created October 1, 2022 18:10
A Bash one-liner to produce a list of HEX color codes that read like (supposedly) valid English words
$ grep -P "^[ABCDEFabcdefOoIi]{6,6}$" /usr/share/dict/words | tr 'OoIi' '0011' | tr '[:lower:]' '[:upper:]' | awk '{print "#" $0}'
#ACAD1A
#B0BB1E
#DEBB1E
#AB1DED
#ACAC1A
#ACCEDE
#AC1D1C
#BAB1ED
#BA0BAB
@mattdesl
mattdesl / game-nfts.md
Last active August 10, 2022 22:12
game NFTs

on game NFTs

Minecraft Marketplace is an online store that lets users purchase game skins, texture packs, mods, mini games, and other user-created game content for Minecraft. To buy content on this market, users must first exchange their fiat dollars to virtual tokens known as Minecoins. Minecoins are non-refundable and non-transferable, and can be purchased through App Stores or Microsoft account.

Monetizing user-generated content is one of the more profitable areas of Minecraft's business model, generating more than $500 million in revenue in the years since it has launched. Exactly how much of the Minecoin and Marketplace revenue is split with content creators is not publicly known, but—after accounting for 30% take-rates on App Stores—the remainder is [assumed to be in the range of 50% shared with content creators](https://www.destructoid.com/minecraft-is-getting-it

modid count
mcp 18574
FML 18574
minecraft 15632
forge 15632
jei 12846
forgelin 11616
chisel 11237
baubles 11101
crafttweakerjei 10589