Viewing profile — silon
silon
HN member- Joined
- Tue, Apr 19, 2011, 12:52 PM UTC
- HN karma
- 19
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About silon
No profile information was provided.
Recent public activity
-
comment
Comment #3026030
I'm only running Windows on my VMware machine.
-
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.
-
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…
-
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.
-
comment
Comment #2940832
Ratio display needs to be fixed: 99k -> 71k is not usefully presented as 1.4x, but better as ~30%
-
comment
Comment #2840590
>But you can forbid it to access other memory areas for security Not in C/++ in any standard definition of "thread".
-
comment
Comment #2775298
Zoom text only (showstopper, IMO).
-
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.
-
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.
-
comment
Comment #2729390
LOL. Yesterday, I restarted firefox because it ate 13GB of virtual memory and started to get really unusable.
-
comment
Comment #2632365
Ceylon looks to be much better C-like language than Go. Go simply has too divergent syntax.
-
comment
Comment #2628390
This needs a framework to write distributed / sync based offline applications.
-
comment
Comment #2590962
Perhaps it's time to upgrade my HTC Hero (rooted, of course)
-
comment
Comment #2581170
Must download location bar add-on.
-
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.
-
comment
Comment #2547526
Slower query using indexes is better than randomly using table scans depending on statistics, ... At least for interactive apps, NoSQL wins.
-
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…
-
comment
Comment #2535879
I mostly stopped too. I still read the mailing list occasionally, but haven't bothered to download any snapshots.
-
comment
Comment #2535490
-1 to Automatic semicolon insertion (seriously).
-
comment
Comment #2465451
Complete with non working backspace, just like in Linux early days.
-
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.