Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m
| this word list comprises the intersection of 5 letter words occurring in three source lists: | |
| - wikipedia's list of most 100k most common words in the english language | |
| - the american english dictionary file on my laptop | |
| - the british english dictionary file on my laptop | |
| the source lists are sanitised by dropping words that contain non-alphabetic or non-ascii | |
| characters and converting capitals to lowercase. | |
| only words that occur in all three resulting lists are kept. |
| # Usage: | |
| # Copy this file with the same name "note-link-janitor-gh-action-workflow.yml" to the <repo>/.github/workflows/ folder | |
| # I keep all my *.md files in SRC and run janitor only on that folder. If you keep it in the root of repository or any other folder, feel free to update it on line 37 of this file | |
| # The workflow gets triggered every time you push to your repository | |
| name: note-link-janitor-gh-action-workflow | |
| # Run this workflow every time a new commit pushed to your repository | |
| on: push | |
| jobs: |
fetch_ghstars.py: quick CLI script to fetch and collate from Github API all of a user's starred repos
- Requires Python 3.6+
- Creates a subdir 'ghstars-USERNAME' at the current working directory
- the raw JSON of each page request is saved as: 01.json, 02.json 0n.json
- A flattened, filtered CSV is also created:
wrangled.csv
Example usage:
| // This app initially started from Flavio Copes analytics example | |
| // but diverged quite a bit to generate images as well as track views | |
| // https://flaviocopes.com/count-visits-static-site/ | |
| const express = require('express') | |
| const app = express() | |
| // no db - so global var to keep track of count | |
| let counter = 0 |
| let allButton, mortButton, partButton, impButton, mortClose; | |
| function setup() { | |
| createCanvas(windowWidth, windowHeight); | |
| noStroke(); | |
| allButton = createButton('all'); | |
| allButton.position(width-220, 20); | |
| mortButton = createButton('mortality'); | |
| mortButton.position(width-220, 90); |
Data Feminism
Catherine D’Ignazio, Lauren Klein
https://bookbook.pubpub.org/data-feminism
Awful AI
"Awful AI is a curated list to track current scary usages of AI - hoping to raise awareness to its misuses in society"
https://github.com/daviddao/awful-ai/blob/master/README.md
Architectures of Managerial Triumphalism (Review of Benjamin Bratton, The Stack: On Software and Sovereignty)
by R. Joshua Scannell, boundary2, 7 Nov 2018
| 0-mail.com | |
| 007addict.com | |
| 020.co.uk | |
| 027168.com | |
| 0815.ru | |
| 0815.su | |
| 0clickemail.com | |
| 0sg.net | |
| 0wnd.net | |
| 0wnd.org |
