Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aisamu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
aisamu
1y ago
I "fixed" this with a Hammerspoon snippet that monitors input changes and reverts them: mic = hs.audiodevice.findInputByName("MacBook Pro Microphone") function handle_deselected(_, type) if (type == "
2.
▲
by
aisamu
1y ago
You might be interested in this talk by Will Byrd, of miniKanren fame: Personal Data Preservation, Inspired by Ancient Writing https://ericnormand.me/clojuresync/will-byrd
3.
▲
by
aisamu
2y ago
I did almost the same, but I am converting things as slowly/lazily as possible. One thing that helped me tremendously migrating the configuration bits was to leave "scratchpads" that I could tweak quickly without a full rebui
4.
▲
by
aisamu
3y ago
nix-darwin supports managing your Brewfile. The docs[2] are very helpful! [1]: https://github.com/Homebrew/homebrew-bundle [2]: https://daiderd.com/nix-darwin/manual/index.html#opt-homebre...
5.
▲
by
aisamu
4y ago
Magit, the wonderful git porcelain for emacs. Details here: https://www.reddit.com/r/emacs/comments/11cezoq/magit_mainta... Direct donation link: https://magit.vc/donate/
6.
▲
by
aisamu
4y ago
+1. I miss it dearly, but unfortunately couldn't make the various AWS log shapes work as nicely as the Java ones did.
7.
▲
by
aisamu
4y ago
This one has all the diagrams, thank you!
8.
▲
by
aisamu
5y ago
Combine it with fzf and you can choose the depth level dynamically: tree: aliased to echo '2\n3\n4\n5' | fzf --preview='exa -l -T -L {} --git-ignore' --reverse --preview-window down:99% --bind 'j:down,k:up,q:can
9.
▲
by
aisamu
5y ago
This is wonderful and works better than what I expected!
10.
▲
by
aisamu
6y ago
> The alternative is to tackle something even harder that includes the thing you want to make as a special case. This is the main operating principle of http://www.structuredprocrastination.com
11.
▲
by
aisamu
6y ago
A simple method that I use to demonstrate that: point a phone's camera at the screen+surroundings. Then it's easy to adjust the screen's brightness/turn on lights until the screen is not overexposed/the environment
12.
▲
by
aisamu
8y ago
If that's also true for brand-new users, the username is the same!
13.
▲
by
aisamu
9y ago
The JS one doesn't work at all[1] - the cases are Strings, the input is a number. [1] - tested on Safari, but still...
14.
▲
by
aisamu
9y ago
I think the chart you mention is from Twitter's blog: https://blog.twitter.com/official/en_us/topics/product/2017/...
15.
▲
by
aisamu
9y ago
We're using clojure both for new products and existing java codebases, and we've just introduced clojurescript on a smallish SPA. Mostly health and services sectors. It's surprisingly boring (in the good sense).