Viewing profile — aisamu
aisamu
HN member- Joined
- Wed, May 10, 2017, 1:58 AM UTC
- HN karma
- 16
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About aisamu
Mathematica, Clojure, Mechatronics
Recent public activity
-
comment
Comment #43515751
I "fixed" this with a Hammerspoon snippet that monitors input changes and reverts them: mic = hs.audiodevice.findInputByName("MacBook Pro Microphone") function handle_deselected(_,…
-
comment
Comment #43515613
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
-
comment
Comment #42476221
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" th…
-
comment
Comment #39005624
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…
-
comment
Comment #34980751
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/
-
comment
Comment #31015126
+1. I miss it dearly, but unfortunately couldn't make the various AWS log shapes work as nicely as the Java ones did.
-
comment
Comment #30976397
This one has all the diagrams, thank you!
-
comment
Comment #29020841
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 dow…
-
comment
Comment #26640697
This is wonderful and works better than what I expected!
-
comment
Comment #23538679
> 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.structuredprocra…
-
comment
Comment #23500453
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 …
-
comment
Comment #17612211
If that's also true for brand-new users, the username is the same!
-
comment
Comment #15373739
The JS one doesn't work at all[1] - the cases are Strings, the input is a number. [1] - tested on Safari, but still...
-
comment
Comment #15350806
I think the chart you mention is from Twitter's blog: https://blog.twitter.com/official/en_us/topics/product/2017/...
-
comment
Comment #14305470
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 surprisin…