Skip to content

Instantly share code, notes, and snippets.

View nathanwentworth's full-sized avatar
🌿
(◡‿◡✿)

nathan wentworth nathanwentworth

🌿
(◡‿◡✿)
View GitHub Profile

From this tweet by doronstudio on twitter

A Pragmatic View on NFTs

NFTs are real lame and I hate them. Here's why: Ok, half joking, but since I spew so much hate at the blockchain I figured I'll give a proper analysis. Many assume the hate NFTs receive is due to them quickly ravaging popular culture and being relentlessly promoted by celebrities and alike. Well that sure is a good reason, but there's more to it. NFTs and cryptocurrencies betoken the deepest hells of capitalism. Shocker, right? NFTs resemble, in a theoretical capacity, the magnum opus of the future of human innovation and technology under a system who's only goal is profit creation. And within that system (capitalism), the creation of profit will soon stray from real productive ventures, but instead move towards the only logical next step: manufacture an entirely imaginative and pretend world of finance where you can make money just by believing you'll make money. What the fuck,

// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<meta charset="utf-8">
<style type="text/css">
.image-container {
position: relative;
background-image: url('https://f4.bcbits.com/img/a2628187388_16.jpg');
height: 400px;
using UnityEngine;
using System.Collections;
public class CameraNoise : MonoBehaviour
{
public Transform cam;
private float x1, y1, x2, y2;
public float noiseStrength = 5;
using UnityEngine;
using System.Collections;
public class #SCRIPTNAME# : MonoBehaviour {
// void Awake () { }
// void Start () { }
// void Update () { }
// void FixedUpdate () { }