Viewing profile — cribwi
cribwi
HN member- Joined
- Wed, Mar 20, 2013, 9:48 AM UTC
- HN karma
- 233
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About cribwi
Recent public activity
- story
- story
- story
- story
-
comment
Comment #35521868
A similar research is done for humpback whales by HappyWhale: https://happywhale.com/ They're doing a great effort with already over 600K user/tourist submitted photos of whale enc…
-
comment
Comment #32108779
Great approach and good write-up! I’ve implemented a similar technique before on PostgreSQL, but with the materialisation in the application backend. Still works like a charm. >So …
-
comment
Comment #30069360
In some cases for removing repeating (intermediate) calculations, I generally find it easier to use a lateral join (in postgres), like select title, country, avg(salary) as average…
-
comment
Comment #26564621
If you're running PostgreSQL, you can use the built-in generate_series (1) function like: SELECT id, random() FROM generate_series(0, 1000000) g (id); There seems to be an equivale…
-
comment
Comment #26191390
You can assign a custom shortcut to it via Settings > Keymap and then the action "Main Menu > File > Local History". I myself have assigned the shortcut control+shift+=
- story
-
comment
Comment #24195948
Try using https://m.xkcd.com/ and click the comic to toggle the alt text
- story
- story
-
comment
Comment #16517139
I know that specific story from the book "How not to be wrong", by Jordan Ellenberg. It was nice to read it from a different angle in this article
- story
- story
- story
- story
- story
- story
-
comment
Comment #8683318
Part 1: https://news.ycombinator.com/item?id=7654439 http://vimeo.com/85490944
- story
-
comment
Comment #8656715
Since it has been broken some time ago: no. But when it was still working: yes, I found it rather useful. Especially with very small commits/bugfixes and such. I hope they'll fix i…
-
comment
Comment #8655039
I've been using Phabricator for almost a year now in our company. At first, I also had my questions about the workflow with arcanist (the local PHP cli software to interact with Ph…
- story