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
no-as-a-service reasons.json | |
Quick analysis of the reasons for saying no, with counts. | |
https://github.com/hotheadhacker/no-as-a-service/blob/main/reasons.json | |
https://news.ycombinator.com/item?id=43845016 | |
28 My inner peace committee vetoed this idea unanimously. | |
42 I respect the opportunity, but I know my limits\u2014and this would stretch them too far. | |
41 Please know that my decision isn\u2019t a reflection of you\u2014just my own boundaries. | |
53 That\u2019s not something I can prioritize at the moment. | |
45 I\u2019ve learned to protect my time, and this doesn\u2019t align with how I want to spend it. |
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
## From: https://www.reddit.com/r/generative/comments/1imyi7b/comment/mc6vx7c/ | |
#!/usr/bin/env python3 | |
# coding: utf-8 | |
import matplotlib.pyplot as plt | |
import numpy as np | |
def main(): | |
X, Y = np.meshgrid( | |
np.linspace(-1, 1, 500), |
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
\documentclass[10pt]{article} | |
\usepackage[paperwidth=4in, paperheight=6in, top=0.5in, left=0.25in, right=0.25in, bottom=0.5in]{geometry} % Adjusted margins | |
\usepackage{graphicx} % For scaling symbols with \scalebox | |
\usepackage{amssymb} % For symbols like \square | |
\usepackage{enumitem} % For customizable itemize spacing | |
\usepackage{setspace} % For line spacing adjustments | |
\usepackage{fontspec} % For custom fonts (requires XeLaTeX or LuaLaTeX) | |
\usepackage{datetime} % For formatted date with weekday name | |
\pagestyle{empty} % Removes the page number |
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
$ cat /usr/share/dict/words | sed -nr '/^[a-z]{5,5}$/p' | grep -o . | sort | uniq -c | sort -r | |
4467 a | |
4255 e | |
3043 r | |
2801 o | |
2581 i | |
2383 s | |
2381 t | |
2368 l | |
2214 n |
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
function git-personal { | |
git config --global core.sshCommand "/usr/bin/ssh -i $HOME/.ssh/personal" | |
} | |
function git-work { | |
git config --global core.sshCommand "/usr/bin/ssh -i $HOME/.ssh/id_rsa" | |
} |
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
tell application "System Preferences" | |
activate | |
tell pane id "com.apple.preference.universalaccess" to reveal anchor 13 | |
delay 0.5 | |
tell application "System Events" | |
tell process "System Preferences" | |
keystroke tab | |
delay 0.1 | |
keystroke tab | |
delay 0.1 |
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
{ | |
"keys" : "1 =", | |
"is_exclusive" : true, | |
"prevent_repeat": true, | |
"on_keydown" : function() { | |
var g = addGameboy(); | |
var gl = gameboys.length | |
positionGameboy(g); | |
}, | |
"on_keyup" : function(e) { |
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
# Insert your service account email and key | |
# Provide a project ID and destination bucket | |
# ACL for inserted object should be "public-read" | |
# Content-Type for inserted object should be "text/plain" | |
import sys | |
import cStringIO | |
from libcloud.storage.types import Provider | |
from libcloud.common.types import LibcloudError |
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
function subl { | |
if [ -z "$1" ] || [[ $1 = "." ]]; then | |
files=$(ls *.sublime-project 2> /dev/null | wc -l) | |
if [[ $files -eq 0 ]]; then | |
echo "Opening folder" | |
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl . | |
else | |
echo "Opening project" | |
open *.sublime-project | |
fi |
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
### Keybase proof | |
I hereby claim: | |
* I am deanputney on github. | |
* I am deanputney (https://keybase.io/deanputney) on keybase. | |
* I have a public key whose fingerprint is AE1E 7886 7280 C05B A476 4090 8355 A7FE 6E82 5D4A | |
To claim this, I am signing this object: |
NewerOlder