Live data from Hacker News

Viewing profile — silon

silon

HN member
Joined
Tue, Apr 19, 2011, 12:52 PM UTC
HN karma
19
Public activity
21 items

About silon

No profile information was provided.

Recent public activity

  1. comment
    Comment #3026030

    I'm only running Windows on my VMware machine.

  2. comment
    Comment #2995219

    Along with browser page history. I really get annoyed if I reload while site/network has a problem and can't go back to previous version.

  3. comment
    Comment #2968792

    Note also that code of average architectural quality will require about 1 maintenance day per year per 80 LoC just by virtue (vice?) of existing. (Paul Graham: a full-time maintena…

  4. comment
    Comment #2949938

    They must understand that user can (and should be able to) change (just the) font size, if not their designs are often useless.

  5. comment
    Comment #2940832

    Ratio display needs to be fixed: 99k -> 71k is not usefully presented as 1.4x, but better as ~30%

  6. comment
    Comment #2840590

    >But you can forbid it to access other memory areas for security Not in C/++ in any standard definition of "thread".

  7. comment
    Comment #2775298

    Zoom text only (showstopper, IMO).

  8. comment
    Comment #2766394

    For me, I could learn git no problem, write wrapper scripts for some things, etc... But I'm not explaining it's idiosyncrasies to other people on my team.

  9. comment
    Comment #2763309

    Git is not wrong by itself, there's just an impedance mismatch between it's model and a usable interface model. For most purposes, the index should completely hidden.

  10. comment
    Comment #2729390

    LOL. Yesterday, I restarted firefox because it ate 13GB of virtual memory and started to get really unusable.

  11. comment
    Comment #2632365

    Ceylon looks to be much better C-like language than Go. Go simply has too divergent syntax.

  12. comment
    Comment #2628390

    This needs a framework to write distributed / sync based offline applications.

  13. comment
    Comment #2590962

    Perhaps it's time to upgrade my HTC Hero (rooted, of course)

  14. comment
    Comment #2581170

    Must download location bar add-on.

  15. comment
    Comment #2559723

    I found that Apache jmeter works well for me. Easier to use than Grinder, but much more useful than the MS tool.

  16. comment
    Comment #2547526

    Slower query using indexes is better than randomly using table scans depending on statistics, ... At least for interactive apps, NoSQL wins.

  17. comment
    Comment #2544384

    I wish there was an SQL option to cause a fatal error if it needs to do a table scan. This would be very useful on test systems, at least. NoSQL forces discipline which is a good t…

  18. comment
    Comment #2535879

    I mostly stopped too. I still read the mailing list occasionally, but haven't bothered to download any snapshots.

  19. comment
    Comment #2535490

    -1 to Automatic semicolon insertion (seriously).

  20. comment
    Comment #2465451

    Complete with non working backspace, just like in Linux early days.

  21. comment
    Comment #2462458

    In subversion, it's best to rebase the branch after you have merged it back. Just like git rebase, you lost history.