Viewing profile — sim-
sim-
HN member- Joined
- Thu, Mar 04, 2010, 3:34 AM UTC
- HN karma
- 15
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About sim-
No profile information was provided.
Recent public activity
-
comment
Comment #39515733
Android does this with zram, and I think this is a big part of the reason why it tends to use more battery once you run low on RAM, since paging in and out requires (de)compression…
-
comment
Comment #37502976
Imagine if Windows just allowed DeleteFile() even if the file was open, like unlink() on almost any other OS...
-
comment
Comment #36730578
It'd be nice if they didn't break, but for example, since around OpenSSH 7.7, the order argument parsing changed from last wins to first wins. This change broke all of my aliases w…
-
comment
Comment #25539040
This is so cool!
-
comment
Comment #18479211
Has anybody noticed the new Gmail feels way less responsive as well? Composing a new email is affected (just hold down a key with a fast repeat speed and it will not update for lon…
-
comment
Comment #14801832
Can you paste or describe your measuring technique?
-
comment
Comment #14801818
I used to use text consoles for work and X only for the browser for many years. I switched only to terminals in X when I hacked up a rxvt enough to be very close to the text mode c…
-
comment
Comment #13736267
On the desktop, prelighting _used_ to be a functional aid: as the mouse cursor hovers between two items, the instantaneous lighting of the next and darkening of the previous provid…
-
comment
Comment #12053369
While TCP is not ideal for this application by nature of it trying to be a fully reliable stream protocol, one often overlooked advantage of its congestion control is that it allow…