Viewing profile — caillou
caillou
HN member- Joined
- Sat, Aug 22, 2009, 1:09 PM UTC
- HN karma
- 254
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About caillou
No profile information was provided.
Recent public activity
-
comment
Comment #47139548
In terms of shell, I moved to the fish shell 5 years ago. Things are so much easier. No need to a massive amount of plugins and configs, mostly works out of the box.
-
comment
Comment #41709777
Strange. Why is every single one of these photos out of focus?
-
comment
Comment #39219765
The AI chat-bot on the jobs page is really off-putting.
- story
-
comment
Comment #30625910
Reading this helped me a lot: https://www.crockford.com/pwl.html
-
comment
Comment #26226441
Good to know!
-
comment
Comment #26226436
Two learings on my side: 1. Promises are handled in micro-tasks. 2. `element.click()` causes the event to dispatch synchronously. Even on parent elements.
-
comment
Comment #26191855
`ctrl + -` is a good short-cut. But, often times I have jumped around many times, or only scrolled. It doesn't work in these situations. Whereas `undo` `redo` reliably brings me ba…
-
comment
Comment #25586578
Joined today. You could too, couldn’t you?
-
comment
Comment #25363057
I use 10x8TB in RaidZ 2 in my home server. TimeMachine Backup for 6 people, docker volumes and an excessively huge media collection. The TimeMachine datasets are backed up offsite.…
-
comment
Comment #24565559
Not sure about the `mobile`. Here are my thoughts: https://codepen.io/shvi/pen/poyqxWL
-
comment
Comment #24423501
I have been using the gmail web app exclusively for one reason: I use the following Chrome Plugin to convert Markdown to HTML emails: https://chrome.google.com/webstore/detail/mark…
-
comment
Comment #22609925
I remapped many keys, use space as a function key, all programmed in hammerspoon. As a consequence, I had to learn to touch-type. As of now, I am slower than before, but there is h…
-
comment
Comment #22166801
How is Czechoslovakia still considered a single country?
-
comment
Comment #19623804
There is a small accessibility problem with the CSS presented on this page. The author set `text-decoration: none;` on the links, relying only on color to identify them. This shoul…
-
comment
Comment #16760008
If only they would have kept the powe button, that could double a finger print reader, ant the esc button. I wouldn’t mind the oled screen I place of the f-keys.
-
comment
Comment #16759962
To me, the touch bar is a deal-breaker. Here is what they could have done: Right hand side: a regular power button that doubles as finger-print. Left hand side: a regular esc key. …
-
comment
Comment #7872735
I use Alfred for this. It offers clipboard history with snippets which I sync over Dropbox. http://support.alfredapp.com/features:clipboard#snippets
-
comment
Comment #3292516
Why do you host your screencast on the landing page on Vimeo? It feels kind of wrong that a company that integrates video into web bug trackers needs to host their own video on a 3…
-
comment
Comment #3245005
I was really looking forward to using multiple accounts in this app. Unfortunately this is not supported . Yet?
- story
-
comment
Comment #3060138
It says MIT + Apache (V2) in the Scroller.js file ;) https://github.com/zynga/scroller/blob/master/src/Scroller.j... I went ahead and made a pull request. https://github.com/zynga/…
- story
- story
-
comment
Comment #2526960
I kind of disagree with this post. Tanks to Modern frameworks young programmers can ship clean code easily. I think frameworks help young developers become better by the day. First…