Live data from Hacker News

Viewing profile — jakubw

jakubw

HN member
Joined
Thu, Oct 13, 2011, 8:17 PM UTC
HN karma
162
Public activity
59 items

About jakubw

Jakub Wieczorek

GitHub: https://github.com/fawek

E-mail: [username]@[username].net

Recent public activity

  1. comment
    Comment #5288361

    bsdiff is not a general purpose binary delta algorithm, it's targeted at executables. When you change a single line in the source code of a program and recompile it, bsdiff produce…

  2. comment
  3. comment
    Comment #4638365

    Presenting this screen before you can actually get the OS does not make much sense for new users. They won't know if "hardware support on more PCs" or "performance optimisations" w…

  4. comment
    Comment #4596831

    Great Britain is the island. Scotland would find it very hard to leave it.

  5. comment
    Comment #4466871

    Relevant: http://thedailywtf.com/Articles/The-Speedup-Loop.aspx

  6. comment
    Comment #4219788

    I've used Qt a lot. In fact, I'm still a big fan and wasn't trying to sound negative about it in any way. I absolutely agree that Qt does a tremendous job at abstracting away the d…

  7. comment
    Comment #4217211

    The difference is that each environment for non-Web apps - Mac, Windows, KDE etc - has each own somewhat well defined look and feel, that applications should follow in order to fee…

  8. comment
    Comment #4215536

    Direct URL: http://code.google.com/p/collide/

  9. comment
    Comment #3968807

    Some syntax highlighters, such as highlight.js [0], can do language detection and it works reasonably well with short snippets too. [0] http://softwaremaniacs.org/soft/highlight/en…

  10. comment
    Comment #3830148

    Ruby seems to have fixed it in December, PHP in January and Node was trying to get a fix in for v8 but it's been rejected AFAIR and then they patched their version. Perl hasn't act…

  11. comment
    Comment #3829043

    I like how it displays the weather in each participant's location, now I can shorten the usual opening chit chat to a minimum.

  12. comment
    Comment #3762075

    http://news.ycombinator.com/item?id=3717754 I don't think you'll get different results 9 days later.

  13. story
  14. comment
    Comment #3729635

    Well, mine had falling snowflakes even when it was summer.

  15. story
  16. comment
    Comment #3662933

    If you're really concerned about people not contributing back their changes, I'd first consider whether it'd be due to their unwillingness or maybe a cumbersome process of doing th…

  17. comment
    Comment #3656248

    They bothered with the $5 account because by stealing a wallet, they'd not only acquire its balance but also any future incoming transfers to one of its addresses.

  18. comment
    Comment #3644276

    I couldn't find a link to the source code but it seems to be this project on GitHub: https://github.com/toolness/collusion

  19. comment
    Comment #3641145

    There is a bunch of ways to distinguish important updates from the others. First, prioritize updates from projects I am or have contributed to. Second, updates from people close to…

  20. comment
    Comment #3622632

    Here it is: http://abcnews.go.com/GMA/video/frontier-digital-education-1...

  21. comment
    Comment #3621529

    In an interview, David Evans, who teaches the search engine class, said Udacity's business model will be recruiters paying for access to the top students.

  22. comment
    Comment #3609891

    You don't need to look too far for examples. Even on this very site, there are quite a few people who want to make a huge difference with their lives in one way or another before t…

  23. comment
    Comment #3586545

    This doesn't look like a good framework for GAs. It assumes that the best solution to a given problem is explicitly provided but if it is, then there's no point in running a GA any…

  24. comment
    Comment #3582204

    The Python version seems to be using an interpreter that frankly just doesn't work: x = [1, 5, 3, 2, 6, 4] x.sort() print x Output: [1, 3, 2, 4, 5, 6] Not to mention the incomplete…

  25. comment
    Comment #3580536

    So this is something I hacked on for the past two days. It's a bit different than the numerous implementations that have been posted on HN before. It shows how Mona Lisa evolves on…