Sharing how I setup my steam deck to run golang / php / nodejs / redis / mariadb|mysql
I’m upgrading from a Mid 2014 MacBook Pro, so this isn’t a fair comparison to recent Intel machines, but if you’re like me and were waiting for a MacBook with a decent keyboard, you’ll see a big speed boost.
Non-scientific comparison - time to compile my ClojureScript project
- Mid 2014 MacBook Pro - 14s
- M1 Pro MacBook Pro (under Rosetta) - 17s
- M1 Pro MacBook Pro (native) - 6s
I'm collecting here a few essays on the net about tokenization in the art world. This list is likely biased and by no means exhaustive.
- Not Another JPG by M Plummer-Fernández (April 09, 2021)
- What does it mean to buy a GIF? by Jack Rusher (March 20, 2021)
- Podcast: Skepticism & Optimism around art NFTs (June 2, 2021)
- Token Gesture by Tina Rivers Ryan (May, 2021)
- Podcast: Two Art Historians Discuss NFTs, Part 2 (July 13, 2021)
- [Custodianship, Copyright, and Provenance: on the non-monetary value of NFTs by Nathaniel Stern](https://nathanielstern.com/text/2021/custodianship-copyright-and-provenance-on-the-non-monetary-value-of
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
.hide { display:none; } | |
/* Optional: The following css just makes sure the twitch video stays responsive */ | |
#twitch { | |
position: relative; | |
padding-bottom: 56.25%; /* 16:9 */ | |
padding-top: 25px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Example usage: | |
osc( | |
Tidal( '<1 20> [50 100]*2' ), | |
0.01, | |
1.4 | |
).out( o0 ) | |
*/ |
A Step-By-Step Guide from Unboxing to Creative Coding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nightly required - get link from the bottom of this page (e.g. https://openframeworks.cc/ci_server/versions/nightly/of_v20190324_linuxarmv7l_nightly.tar.gz) | |
https://openframeworks.cc/download/ | |
Download OF and unpack: | |
wget https://openframeworks.cc/ci_server/versions/nightly/of_v20190324_linuxarmv7l_nightly.tar.gz | |
tar -zxvf of_v20190324_linuxarmv7l_nightly.tar.gz | |
mv of_v20190324_linuxarmv7l_nightly openFrameworks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// see tidal example: https://github.com/ojack/hydra-examples | |
p1.remove() | |
p1 = new P5() | |
p1.pixelDensity(1) | |
msg.setPort(3333) | |
tidalHistory = 128 | |
tidal = [] | |
sounds = {'s':[], 'c':[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const sketcher = require('canvas-sketch-tool'); // not yet public | |
const seedRandom = require('seed-random'); | |
const settings = { | |
// Output resolution, we use a high value for print artwork | |
pixelsPerInch: 300, | |
// US Letter size 8.5x11 inches | |
dimensions: [ 8.5, 11 ], | |
// all our dimensions and rendering units will use inches | |
units: 'in' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright 2022 Andrew Watson | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
NewerOlder