I hereby claim:
- I am celadevra on github.
- I am celadevra (https://keybase.io/celadevra) on keybase.
- I have a public key whose fingerprint is 59AF 62A1 DB82 4222 6D6C A071 022E A0C4 F99C 109A
To claim this, I am signing this object:
;; switch to english input method when switching to normal mode | |
;; and switch back when entering insert/replace modes | |
;; need external script support, currently mac-only | |
(defvar default-im "com.apple.keylayout.Dvorak" "Default ascii-only input method") | |
(defvar prev-im (substring (shell-command-to-string "~/bin/im-select") 0 -1) | |
"IM that I use when starting Emacs and exiting insert mode") | |
(defun im-use-dvorak () | |
"Switch to Dvorak input method on a Mac. im-select is a tool | |
provided at http://git.io/ndA8Mw" |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>net.expoundite.duplicity</string> | |
<key>EnvironmentVariables</key> | |
<dict> | |
<key>PATH</key> | |
<string>/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin</string> |
FROM nginx | |
COPY config /etc/nginx/nginx.conf | |
COPY privkey.pem /etc/nginx/privkey.pem # these are certificates obtained from Let's Encrypt | |
COPY chain.pem /etc/nginx/chain.pem | |
COPY fullchain.pem /etc/nginx/fullchain.pem |
人造生命“貔貅”,给年轻的生物工程师出了难题。他没有意识到,要理解这种生命,他得先理解自己和祖辈。
In the near future, AI-powered ads study you, know you, and then destroy you.
Tide of Tears, a sophisticated machine learning algorithm, creates perfect user profiles, and generates advertisements that always lead to purchase behavior. It saves a dwindling economy, but once happy and healthy people begin to die from the extreme sadness that ToT digs out from the deep of their minds. The only one standing between domination of the algorithm and the devastated Mankind, is a depressed woman.
--- | |
title: What are good stories according to Kurt Vonnegut | |
tags: writing | |
--- | |
1. “Use the time of a total stranger in such a way that he or she will not feel the time was wasted.” | |
让读者始终对你的故事感兴趣。[How to structure your plot](https://www.standoutbooks.com/key-event-first-plot-point/?utm_source=ProWritingAid&utm_campaign=Guest%20Post) | |
2. “Give the reader at least one character he or she can root for.” |
Insert a tramp method called 'docker':
;; Open files in Docker containers like so: /docker:drunk_bardeen:/etc/passwd
(push
(cons
"docker"
'((tramp-login-program "docker")
(tramp-login-args (("exec" "-it") ("%h") ("/bin/bash")))
(tramp-remote-shell "/bin/sh")
#!/usr/bin/env bash | |
# Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Deps | |
xcode-select --install | |
# Install stuff | |
brew install d12frosted/emacs-plus/emacs-plus | |
sudo cp -r /usr/local/opt/emacs-plus/Emacs.app /Applications/ |