Live data from Hacker News

Viewing profile — Ezra

Ezra

HN member
Joined
Tue, Oct 14, 2008, 5:12 AM UTC
HN karma
194
Public activity
39 items

About Ezra

Lurker/developer from Saskatoon, Saskatchewan, Canada. ezra@usefuliftrue.com

Recent public activity

  1. comment
    Comment #47470479

    This is the article you referred to: https://newsletter.posthog.com/p/the-hidden-danger-of-shippi...

  2. comment
    Comment #43681272

    I think this is an eggcorn/mondegreen for “all of a sudden”. Seems weird for the WSJ.

  3. comment
    Comment #41586420

    There are, in the simplest terms, two hurdles you have to overcome to get hired. 1. Get an interview 2. Interview well enough to get an offer There’s various approaches to either, …

  4. comment
    Comment #39064387

    System76 used to be rebranded Clevo/Sager laptops. I’m not sure if that’s still the case. You can buy them in various places, customize them, and have them put Linux (or nothing) i…

  5. comment
    Comment #39055061

    We write away the status part of our syncs. Just write it down, we don’t need to hear it. One thing we used at the last two companies I worked at was what we call SWATH—something I…

  6. comment
    Comment #39004836

    Vaccines!

  7. comment
    Comment #36902792

    I’ve been through this a few times over the last many years. In one case, joining a team with 3–4 people who have been with a product for 10+ years. And the product was much, much …

  8. comment
    Comment #36902651

    Edward Tufte, The Visual Display of Quantitative Information . It’s probably smart to browse his other titles, Tufte is the Knuth of his field.

  9. comment
    Comment #36099992

    We make videos that are exactly 10 seconds in length. Less than three or five at different moments during the day, whatever is happening. It works for us.

  10. comment
    Comment #35892530

    Use YouTube and set them to be private.

  11. comment
    Comment #35825028

    Can I see it?

  12. comment
    Comment #32144378

    Designer of what?

  13. comment
    Comment #28490182

    How much money do you need? I have a small web project that I could use some help with that’s due before the end of the month. If you can do it mostly by yourself, I can offer you …

  14. comment
    Comment #13261097

    Not the GP, but I read "Thank You for Arguing: What Aristotle, Lincoln, and Homer Simpson Can Teach Us About the Art of Persuasion" by Jay Heinrichs this year, and consider it an e…

  15. comment
    Comment #13038189

    I moved from OSX to Linux-only laptop in 2012. I'd intended to dual-boot, but re-installing Windows[1], even by itself, was much, much more pain than I expected; I eventually gave …

  16. comment
    Comment #5073676

    Video of rob giving the talk: www.youtube.com/watch?v=f6kdp27TYZs Also, this makes use of the excellent "Golang Present Tool", which makes most of the code on the slides executable…

  17. comment
    Comment #1181350

    Page "Selling Haskell for CS1" Joostena, Van Den Berga and Van Der Hoeven "Teaching functional programming to first-year students" Chakravarty, Keller "The risks and benefits of te…

  18. comment
    Comment #1155464

    There was a good popularization of this (or similar) technology on NOVA Science Now: http://www.pbs.org/wgbh/nova/sciencenow/0302/02.html Definitely cool stuff. That different arti…

  19. comment
  20. comment
    Comment #1144504

    I applaud the effort, but this is far from complete. As far as I can tell, you can only do standalone expressions, to the exclusion of anything interesting. Type Haskell expression…

  21. comment
    Comment #973677

    More about HM, whose brain it is: http://www.pbs.org/wgbh/nova/sciencenow/0407/02-cork.html You can watch a ten-minute video feature at the site below: http://www.pbs.org/wgbh/nova…

  22. comment
  23. comment
    Comment #504941

    If you're asking "are there potentially awesome applications of this?" then the answer is probably "yes". If you're asking "is there anything in the wild that I would know of and u…

  24. comment
    Comment #504918

    Basically what's going on is this, but with lists: 3 + 5 = X? X = 8 3 + X = 8? X = 5 5 + X = 8? X = 3 In most programming languages, you can't infer a parameter by specifying a res…

  25. comment
    Comment #444527

    In this case, the password field doesn't hold just a password, or a rot13 of a password, or even a digest of a password. user_password is a concatenated md5 hash of user_id, a hyph…