These are the resources mentioned during my talk, Accessibility and Inclusive Design, delivered for Project Jupyter on March 12, 2022.
#!/bin/bash | |
# This is a quick installer | |
# script I made to build and install the latest version of | |
# fish on my Raspberry Pi. | |
# | |
# Use at your own risk as I have made no effort to make | |
# this install safe! | |
set -e |
Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.
Note: many newer Keychron keyboards use QMK as firmware and most tips here do not apply to them. Maybe the ones related to Bluetooth can be useful, but everything related to Apple's keyboard module (hid_apple
) on Linux, won't work. As far as I know, all QMK-based boards use the hid_generic
module instead. Examples of QMK-based boards are: Q, Q-Pro, V, K-Pro, etc.
Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.
Older Keychron keyboards (those not based on QMK) use the hid_apple
driver on Linux, even in the Windows/Android mode, both in Bluetooth and Wired modes.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
ActivityTweet | |
generic_activity_highlights | |
generic_activity_momentsbreaking | |
RankedOrganicTweet | |
suggest_activity | |
suggest_activity_feed | |
suggest_activity_highlights | |
suggest_activity_tweet |
I've deprecated this Gist and migrated the CER FAQ to my faculty webpage:
https://github.com/amyjko/faculty/blob/master/components/cer.js
Feel free to submit pull requests on that file to make additions or corrections.
function condalist -d 'List conda environments.' | |
for dir in (ls $HOME/miniconda3/envs) | |
echo $dir | |
end | |
end | |
function condactivate -d 'Activate a conda environment' -a cenv | |
if test -z $cenv | |
echo 'Usage: condactivate <env name>' | |
return 1 |
<Multi_key> <space> <a> : "α" U03B1 # GREEK SMALL LETTER ALPHA | |
<Multi_key> <a> <space> : "α" U03B1 # GREEK SMALL LETTER ALPHA | |
<Multi_key> <space> <b> : "β" U03B2 # GREEK SMALL LETTER BETA | |
<Multi_key> <b> <space> : "β" U03B2 # GREEK SMALL LETTER BETA | |
<Multi_key> <space> <c> : "ξ" U03BE # GREEK SMALL LETTER XI | |
<Multi_key> <c> <space> : "ξ" U03BE # GREEK SMALL LETTER XI | |
<Multi_key> <space> <d> : "δ" U03B4 # GREEK SMALL LETTER DELTA | |
<Multi_key> <d> <space> : "δ" U03B4 # GREEK SMALL LETTER DELTA | |
<Multi_key> <space> <e> : "ε" U03B5 # GREEK SMALL LETTER EPSILON | |
<Multi_key> <e> <space> : "ε" U03B5 # GREEK SMALL LETTER EPSILON |
CB_color_cycle = ['#377eb8', '#ff7f00', '#4daf4a', | |
'#f781bf', '#a65628', '#984ea3', | |
'#999999', '#e41a1c', '#dede00'] |
** Note: This now lives at https://github.com/musichackday/MHD-Conduct. Please post new comments / submit pull requests there instead of here **
This is a first draft of a Code of Conduct for Music Hack Day events, based on similar codes of conduct, such as the PyCon Code of Conduct and its upstream template from the Geek Feminism wiki and the Ada Initiative.
Because this is a draft, your comments, criticisms, and feedback are appreciated. We would like Music Hack Day to be deliberately and specifically open and
*.acn | |
*.acr | |
*.alg | |
*.aux | |
*.bak | |
*.bbl | |
*.bcf | |
*.blg | |
*.brf | |
*.bst |