Live data from Hacker News

Viewing profile — tsahyt

tsahyt

HN member
Joined
Thu, Jul 19, 2012, 4:13 PM UTC
HN karma
545
Public activity
327 items

About tsahyt

No profile information was provided.

Recent public activity

  1. comment
    Comment #11602847

    Writing a toy ray tracer is something that I'd recommend to everyone who's interesting in becoming a better programmer. Once you get deep enough into it you'll encounter so many in…

  2. comment
    Comment #11602831

    I do. I've got the server counterpart set up on a Linode and sync my task lists across all devices. That's quite nifty because I usually think of things that I should be doing whil…

  3. comment
    Comment #7452762

    I came across this yesterday. Not necessarily just exploiting a Windows security hole though. http://media.ccc.de/browse/congress/2013/30C3_-_5476_-_en_-_...

  4. comment
    Comment #7452754

    The beauty about Linux (and a lot of well-maintained open source software) is that security flaws are usually patched rather quickly -- with the possible exception of the disaster …

  5. comment
    Comment #7448157

    Same here, although I somehow wanted it to win, so I could finally at least see the mythical 2048 tile that everyone seems to be speaking of.

  6. comment
    Comment #7374621

    I'm running dwb, version 2013.08.03 (either the maintainer for Fedora is slightly lazy or there hasn't been a new version in a while) on Fedora 20. It reports Safari 538 and OSX as…

  7. comment
    Comment #6990750

    Many NP-hard or NP-complete problems have (infinitely many) instances that are "easy" to solve. It is quite straight forward to write up a procedure that produces infinitely many i…

  8. comment
    Comment #6986056

    This might come across as quite harsh but the article could have been much shorter. NP is the class of decision problems that can be solved by a non-deterministic Turing machine in…

  9. comment
    Comment #6963056

    I thought the hash was in fact used for ensuring data integrity. That's pretty much what Linus stated when he said you have a guarantee that the data you put into your repository i…

  10. comment
    Comment #6963053

    I'm no expert but as far as I understand, the signature would be valid as long as the hash stays the same. If the commit has been tampered with in such a way that the hash does not…

  11. comment
    Comment #6953828

    I'd be interested in learning Rust. I've been learning Haskell last year and I'm absolutely loving it.

  12. comment
    Comment #6916044

    But, wasn't the drama exactly the point of the article?

  13. comment
    Comment #6914503

    No specific examples, but all of my best optimizations as in biggest-speedup were of algorithmic nature that actually improved asymptotic complexity. In terms of my favorite ones, …

  14. comment
    Comment #6914412

    There's a lot going on and that's the way it has been for quite a while now but as someone who's working with databases only marginally at the moment, I'm left wondering: What's wr…

  15. comment
    Comment #6829098

    I used to strive for clever solutions. The shorter the better. I still like to look at them but I want them as far away as possible from my code base. Sure, if a solution is clever…

  16. comment
    Comment #6826695

    That's really all there is to it, isn't it? I've never understood why some people feel the urge to modify the same variable multiple times in the same statement. It doesn't help re…

  17. comment
    Comment #6826677

    I know what you mean but it's early in the morning here and I feel like being a bit pedantic: As far as we can tell neither of the algorithms actually terminates for arbitrary inpu…

  18. comment
    Comment #6824293

    chas explained it very well already, I'd just like to add that this is called a "lambda function" (or lambda expression) or an anonymous function, just in case you want to look it …

  19. comment
    Comment #6823240

    I've already posted this on /r/haskell on reddit but since the article turned up here as well, I might just as well post this again. Since we're talking optimization I had a short …

  20. comment
    Comment #6717284

    > not a problem of the paradigm Correct. The main problem I see with OOP is that some people advocate it as the only correct way to write maintainable code, which, of course is com…

  21. comment
    Comment #6706722

    I keep in touch with mine just fine without Facebook. I use my phone every now and then for actual phone calls and sometimes even meet them. In short, I do what people have been do…

  22. comment
    Comment #6664403

    You can also add this line to .inputrc which will give you vim keybindings in everything that uses the readline library (for instance, ghci, ipython or gdb). However, I found that …

  23. comment
    Comment #6618820

    In fact I think everybody who's interested in the subject should try to roll their own crypto for the experience and fun in it. They shouldn't use it in the real world though.

  24. comment
    Comment #6449447

    Or the original Halo on the first Xbox. If I remember correctly that game alone promoted the console for a lot of customers. Valve could give HL3 a head start of a couple of months…

  25. comment
    Comment #6449431

    I haven't bought a Steam game either. In fact, I don't even have an account. For the past couple of years I've been locked into the MS ecosystem with the Xbox 360. I will not buy t…