Viewing profile — 1SaltwaterC
1SaltwaterC
HN member- Joined
- Fri, Apr 06, 2012, 9:06 AM UTC
- HN karma
- 129
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About 1SaltwaterC
Recent public activity
-
comment
Comment #5838089
Kinda reminds me of http://www.youtube.com/watch?v=gmOTpIVxji8
-
comment
Comment #5785363
How many actual users suspect that something is wrong with the input, even without URL obfuscation? OTOH, with a permanent XSS it is pretty much game over, even though I doubt that…
-
comment
Comment #5710742
Per CloudWatch stats, it varies for machine and region. We have a 6 machines array in three regions receiving round robin traffic from ELB's. It is network bound. However, the CPU …
-
comment
Comment #5703352
They aren't "unsyncable" per se, but Google Drive has preferences. For example, I could not sync files from a stackable encrypted filesystem (EncFS or eCryptfs). Files that go just…
-
comment
Comment #5672903
http://xkcd.com/538/
-
comment
Comment #5649393
Both TCP and UDS depend on it. UDS uses an API that follows the BSD sockets standard. However, TCP makes sense when you use nginx as load balancer between multiple PHP-FPM backends…
-
comment
Comment #5606119
I'd argue a little with the "Apache is monolithic". If you know your elbow from your butt, you can make a decent Apache setup as any decent sysadmin should do. The thing that I hat…
-
comment
Comment #5606077
I can provide you some pointers as we made it go away. Some data from one of our production virtual hosts: cat access.log.1 | wc -l 1054423 # no static objects served here cat erro…
-
comment
Comment #5556858
> to uninstall something installed from a .dmg file all you need to do is delete the ApplicationName.app "file"/folder. AppCleaner / AppZapper / AppDelete / CleanApp / etc beg to d…
-
comment
Comment #5556850
> To do otherwise is to suffer a whole day trying to install ImageMagick Sure, you could do that, or issue [pkg-manager] install imagemagick . It took me yesterday around 15 second…
-
comment
Comment #5550655
The CPU doesn't get that hot. On a machine with an Athlon II 240e cgminer uses ~18% CPU vs the GPU that sits at 99% load. scrypt is indeed viable on GPUs, but it depends onto the a…
-
comment
Comment #5505383
> you must always have both hands on the wheel There aren't any folks driving manual in your area?
-
comment
Comment #5476128
Nope. As noted in the article, it actually works. Tried it a few times where I had svn around, but not git.
-
comment
Comment #5474129
Call me a skeptic as I see this like speculation, but where I've seen that kind of return, turned out to be really clever ponzi schemes and enough supply of dumb enough "investors"…
-
comment
Comment #5474060
Thinking the same thing. It'll be interesting to see somebody going out sorosing the BTC "economy".
-
comment
Comment #5465184
I hate it. I hate it with passion. It is really disruptive to my type flow as I don't accidentally press caps. I actually press it when I need it.
-
comment
Comment #5440430
By any chance, did you try Sparrow?
-
comment
Comment #5430373
There's no need. git by itself already does that. Shameless plug: http://www.saltwaterc.eu/git-is-distributed-stupid.html
-
comment
Comment #5410196
Thinking the same thing. But the medigel is that thing too useful to be banned by the Council, so ... yes.
-
comment
Comment #5410173
Did they send Schrödinger's cat with Voyager 1?
-
comment
Comment #5373489
But it helps Google for better profiling.
-
comment
Comment #5369188
The actual version numbers: 2000: NT 5.0 XP: NT 5.1 Vista: NT 6.0 7: NT 6.1 8: NT 6.2
-
comment
Comment #5362647
IIRC is the only case where you can not kill a process under unices. It goes into the D state (uninterruptible sleep). Usually waiting for I/O is the reason for a process going int…
-
comment
Comment #5360629
"Rage faces" aren't necessarily composed only of "rage". Explained in the other comment why this actually isn't lexicographic sorting.
-
comment
Comment #5360620
If you look at my comparison, you can see that it isn't a decimal number. I said (dropping the v prefix, that may bee to subtle for HN): 0.8 < 0.10 < 0.80. In decimal that would be…