Live data from Hacker News

Viewing profile — orib

orib

HN member
Joined
Sat, Apr 12, 2008, 5:27 AM UTC
HN karma
726
Public activity
275 items

About orib

No profile information was provided.

Recent public activity

  1. comment
    Comment #42922271

    Clipp | Sr Back-end Tech Lead | NYC | https://getclipp.com Clipp’s vision is to digitize the food supply chain, starting with the $325 billion U.S. food ingredient distribution ind…

  2. comment
    Comment #16960130

    Great insights about improving the rust compiler performance! What else would you do to speed it up?

  3. comment
  4. comment
    Comment #10639642

    There's one quote that I see people refer to quite often: > William Roper: So, now you give the Devil the benefit of law! > Sir Thomas More: Yes! What would you do? Cut a great roa…

  5. comment
    Comment #452596

    Short patent lifetimes. Long enough for you to get out and establish yourself in the market, but short enough that it wouldn't kill a competitor to wait a bit. It would also dramat…

  6. comment
    Comment #451353

    I still think asm is essential to know. And I'm not even an old fart. Knowing assembly makes it far easier to rationalize about what my C programs are doing, how things will perfor…

  7. comment
    Comment #447803

    Allow any email address. I'm at mcmaster, which has a mcmaster.ca address. I don't think it's possible to match on email address to allow all schools, so just ask for the school th…

  8. comment
    Comment #432252

    Answer: It's far easier to talk to someone over a beer when you're in the same building as them. Or to pop up at their office unplanned with a question. Or to work on a project wit…

  9. comment
    Comment #429846

    Yes, I'm familiar. I was playing with double meanings ;-)

  10. comment
    Comment #429224

    Minitrue? You mean Minimal Truth?

  11. comment
    Comment #428650

    Then don't do web-apps. There's nothing wrong with starting doing GUI apps with PyGame or something

  12. comment
  13. comment
    Comment #428625

    It might be a good read if it actually talked about what happened in the book. However, it didn't.

  14. comment
    Comment #427710

    Does everything have to turn a profit? No. Does everything that you're trying to earn a living off of, pay bills with, and hire employees with have to turn a profit? Hell yes. If y…

  15. comment
    Comment #427360

    As four bars wrapped in a poster, with pins (or glue) to put it together, perhaps?

  16. comment
    Comment #422852

    At least on this site, it sounds like any startup would be preferred to any established company including google. Although that really does seem to be mostly the tone of this site.…

  17. comment
    Comment #421471

    I remember this design from my childhood. (Well, a variation of it). Dropping the tail and tearing elevators/ailerons into the back of it turns it into an awesome stunt plane, one …

  18. comment
    Comment #421467

    It seems that when you're asked for a plane, you're expected to create a plane, not a wad of paper. Presumably, this was during a unit on areodynamics, and the idea was to demonstr…

  19. comment
    Comment #420105

    On Linux, left+right click emulate a middle click, at least if you only have two buttons.

  20. comment
    Comment #417727

    With RSA private keys, users don't see or manipulate them directly (usually). With a private-key based security system, most users would go "Huh? what's a private key?" if you aske…

  21. story
  22. comment
    Comment #416668

    They can and do, for the most part. iPhone knockoffs are a dime a dozen, for the most part, although Apple has design patents to keep them from looking too close to they original.

  23. comment
    Comment #416642

    Or maybe they were aware of it in the good old times too, and they think it was crap then too? I have no patience for working on lame assignments, and my marks suffer, but I still …

  24. comment
  25. comment
    Comment #403805

    If you can determine an upper bound on n, then your algorithm is technically O(1), and you don't have to worry about scaling. If you want to be able to handle any value of n, and e…