Live data from Hacker News

Viewing profile — bradtgmurray

bradtgmurray

HN member
Joined
Mon, Jan 05, 2009, 3:20 AM UTC
HN karma
55
Public activity
15 items

About bradtgmurray

CTO Beeper (S21)

Formerly: Firmware Lead at Pebble (W11) Director, Embedded Software at Fitbit Engineering Manager at Faire (W17)

Waterloo, Ontario, Canada

Recent public activity

  1. comment
    Comment #10415042

    That looks a lot like C to me, which I wouldn't call a dynamic language. typedef struct Foo { int a; int b; } Foo; Foo f = (Foo) { .a = 1 }; // This will initialize b to zero.

  2. comment
    Comment #7184119

    Which means the profit margin is shrinking. It's not all about whether you're in the red or in the black, it's about how much profit you're making.

  3. comment
    Comment #6401794

    It is a net positive, I just wish they would focus more on their core users. Their basic code diff tool could use a lot of love to make it on par with the diffs generated from othe…

  4. comment
    Comment #5916209

    Half the speed of native, but you're not comparing apples to apples. This slower code is also run in an environment where it's safe to download a random blob from the internet and …

  5. comment
    Comment #5207518

    I wish they just put more effort into making their web interfaces more responsive. Trying to use Campfire from the browser on my Galaxy Nexus is nearly impossible.

  6. comment
    Comment #4656681

    As a person living and working in Waterloo for a startup, I wouldn't be so quick to generalize. I quite like it here.

  7. comment
    Comment #4604038

    They have an external NFC tag that you can place near your front door that triggers the app on your phone to unlock your door through the web.

  8. comment
    Comment #2907709

    He makes a lot of money, therefore he should throw money into a fire.

  9. comment
    Comment #2229645

    On a somewhat related note, are there any tutorials out there for a guide to emacs and org-mode for vim users?

  10. comment
    Comment #1117984

    You could do this same thing on Twitter. Is the already large install base the only thing Google Buzz has going for it?

  11. comment
    Comment #1090636

    This is a really good point actually. Hulu actually uses the encrypted variant of RTMP to deliver content, and decodes the stream in their flash player. If they were to deliver jus…

  12. comment
    Comment #1031528

    Sounds like a problem for C++ templates.

  13. comment
    Comment #778657

    Perhaps their allocator only allocated and free'd memory in 4-byte aligned blocks, and would mask out the lower bits to make pointers align to those blocks before freeing them? If …

  14. comment
    Comment #473620

    I'm not sure if Jeff knows what a monopoly is.

  15. comment
    Comment #458073

    Jeff is not quite on the ball with his reference to the "Shlemiel" algorithm. Joel originally described the "Shlemiel" case when referring to strings in C not having a length store…