Live data from Hacker News

Viewing profile — cribwi

cribwi

HN member
Joined
Wed, Mar 20, 2013, 9:48 AM UTC
HN karma
233
Public activity
28 items

About cribwi

meet.hn/city/nl-Groningen

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. 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…

  6. 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 …

  7. 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…

  8. 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…

  9. 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+=

  10. story
  11. comment
    Comment #24195948

    Try using https://m.xkcd.com/ and click the comic to toggle the alt text

  12. story
  13. story
  14. 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

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #8683318

    Part 1: https://news.ycombinator.com/item?id=7654439 http://vimeo.com/85490944

  22. story
  23. 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…

  24. 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…

  25. story