Live data from Hacker News

Viewing profile — brtzsnr

brtzsnr

HN member
Joined
Mon, Apr 20, 2009, 12:16 AM UTC
HN karma
38
Public activity
25 items

About brtzsnr

No profile information was provided.

Recent public activity

  1. comment
    Comment #980186

    Definitely it needs other grammars. I wish to see Python as well whose grammar is advertised as very light. Also C++ (templates), and Perl (for a contrast with Python).

  2. comment
    Comment #974532

    I stopped (not) reading at "often for little or no monetary compensation". I'm still a student, I'm doing CS, I have good work experience, but unless they pay me good money (see Go…

  3. comment
    Comment #974314

    Here [0] is an algorithm for bipartite matching not listed there. Too bad it is not a wiki. [0] http://en.wikipedia.org/wiki/Hopcroft–Karp_algorithm

  4. comment
    Comment #968279

    There is already way too much Information Pollution: for example, I read less than 10% of HN and other blogs/news sites have similar proportion.

  5. comment
    Comment #967164

    I saw the movie second time while smoking pot. Almost suicidal because I had trouble breathing from so much laugh. I suggest you try it.

  6. story
  7. story
  8. story
  9. comment
    Comment #953553

    However, it probably increases risks of liver disease by more than a third.

  10. story
  11. comment
    Comment #942398

    I live in Amsterdam. The public transportation has a similar system: pay for each kilometer you travel. The system is pretty complicated and user unfriendly (I lost twice 4.75€ due…

  12. comment
    Comment #939546

    A mostly agree with your point of view. I would like to add that I think the author confuses generics with templates. The former is done using casting and RTTI, while the later is …

  13. comment
    Comment #914413

    No linux version?

  14. comment
    Comment #914034

    I usually downvote intentional bad or wrong answers (of course, I don't think others opinion are wrong answers). It's more to inform the poster that he/she generated 'noise'.

  15. comment
    Comment #902482

    Can anybody explain what's the most rational decision? I believe that you should always call "steal". On average (assuming you don't know what the other person will choose) you get…

  16. comment
    Comment #892575

    Homework? I had this assignment while studying Operating Systems Design during college. I can tell you I failed miserable. We used documentation from: http://www.beyondlogic.org/se…

  17. comment
    Comment #887635

    Other: Archlinux

  18. comment
    Comment #887392

    Interesting. I was working on the PSP problem for the "Son Of Darts" contest ( http://www.azspcs.net/Contest/SonOfDarts/ ). The contest asks solution for the third case (h << k) wh…

  19. comment
    Comment #886155

    I've been involved in developing NAEV [0]. Some of its music is "stolen" from other games under CC license, and some was produced by players. You can start by borrowing music from …

  20. story
  21. comment
    Comment #839476

    .next() makes sense when you think that generators are also iterables and must support the corresponding interface. having () and .next() would violate Python philosophy: only one …

  22. comment
    Comment #834441

    Interesting article! I had a similar idea to make sport bets & win money. So, do you know any site that aggregates bets from different bookies? Update: http://www.betbrain.com/ is …

  23. comment
    Comment #794261

    I use 'terminator' a very nice terminal based on Gnome Terminal. If you like GT definitely you should try terminator as well.

  24. comment
    Comment #691308

    I used Windows in the past, moved to Linux (right now, I'm using ArchLinux), also tried FreeBSD. My problem is that I have a laptop, and FreeBSD doesn't have to many drivers for it…

  25. comment
    Comment #608435

    """ A much faster solution would be the same approach rsync takes with its "rolling checksum." """ I know this function is attributed to Bernstein and it's called Bernstein hash [0…