This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> | |
| <channel> | |
| <title>Technopagans at the End of History</title> | |
| <link>http://hyperreal.org/~mpesce/</link> | |
| <language>en-us</language> | |
| <itunes:author>no_signal on behalf of Mark Pesce</itunes:author> | |
| <description>Recorded in August 1998, the full 9 hours of lectures have been encoded to MP3 format. If you listen all the way through to the end (or just jump to tape 12) you can hear me claim that the Internet doesn't really exist.</description> | |
| <itunes:image href="http://hyperreal.org/~mpesce/iam.ntlv.gif"/> | |
This file contains hidden or 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
| /* | |
| 0. Sign up for alchemyapi.io, create an app, and get the API key for the app | |
| 1. Run `npm init` in a new folder | |
| 2. Install ethers.js with `npm i ethers` | |
| 3. Create a file called `check-gear-neuro.js` | |
| 4. Copy the script below and save it in the file you create | |
| 5. In your terminal, run `node check-gear-neuro.js` | |
| */ | |
| require("dotenv").config(); | |
| const ethers = require("ethers"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| 323675.225426217, | |
| 5819198.9669489 | |
| ], | |
| [ | |
| 323527.573521144, |
This file contains hidden or 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
| "%s %s some static text %s!"%(var_1,var_2,var_3) |
This file contains hidden or 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
| var_1 + " " + var_2 + " some static text " + var_3 + "!" |
This file contains hidden or 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
| "This string has a variable coming up next: " + variable_name |
This file contains hidden or 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
| "This string has a variable coming up next: I am a variable" |
NewerOlder