Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
1SaltwaterC
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
1SaltwaterC
13y ago
Kinda reminds me of http://www.youtube.com/watch?v=gmOTpIVxji8
2.
▲
by
1SaltwaterC
13y ago
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's the case. XSS can do a lot of damage if used properly.
3.
▲
by
1SaltwaterC
13y ago
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 graphs say otherwise. Here's the output of three machines in
4.
▲
by
1SaltwaterC
13y ago
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 fine through Dropbox or SugarSync. Same "error". I guess th
5.
▲
by
1SaltwaterC
13y ago
http://xkcd.com/538/
6.
▲
by
1SaltwaterC
13y ago
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. A really tricky setup if you ask me. For UDS, besides lowe
7.
▲
by
1SaltwaterC
13y ago
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 hate the most in nginx is the lack of DSO modules. When I need
8.
▲
by
1SaltwaterC
13y ago
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 error.log.1 | grep timed For PHP-FPM we use static pm
9.
▲
by
1SaltwaterC
13y ago
> 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 differ. A lot of packages leave a lot of crap behind that
10.
▲
by
1SaltwaterC
13y ago
> 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 seconds to install imagemagick without even leaving iTerm. Ev
11.
▲
by
1SaltwaterC
13y ago
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 available memory bandwidth which presumably lessens the imp
12.
▲
by
1SaltwaterC
13y ago
> you must always have both hands on the wheel There aren't any folks driving manual in your area?
13.
▲
by
1SaltwaterC
13y ago
Nope. As noted in the article, it actually works. Tried it a few times where I had svn around, but not git.
14.
▲
by
1SaltwaterC
13y ago
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". Oh yea, I remember that fun time when the housing market i
15.
▲
by
1SaltwaterC
13y ago
Thinking the same thing. It'll be interesting to see somebody going out sorosing the BTC "economy".
16.
▲
by
1SaltwaterC
13y ago
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.
17.
▲
by
1SaltwaterC
13y ago
By any chance, did you try Sparrow?
18.
▲
by
1SaltwaterC
13y ago
There's no need. git by itself already does that. Shameless plug: http://www.saltwaterc.eu/git-is-distributed-stupid.html
19.
▲
by
1SaltwaterC
14y ago
Thinking the same thing. But the medigel is that thing too useful to be banned by the Council, so ... yes.
20.
▲
by
1SaltwaterC
14y ago
Did they send Schrödinger's cat with Voyager 1?
21.
▲
by
1SaltwaterC
14y ago
But it helps Google for better profiling.
22.
▲
by
1SaltwaterC
14y ago
The actual version numbers: 2000: NT 5.0 XP: NT 5.1 Vista: NT 6.0 7: NT 6.1 8: NT 6.2
23.
▲
by
1SaltwaterC
14y ago
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 into a D state. From my own experience, had this issue with fau
24.
▲
by
1SaltwaterC
14y ago
"Rage faces" aren't necessarily composed only of "rage". Explained in the other comment why this actually isn't lexicographic sorting.
25.
▲
by
1SaltwaterC
14y ago
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: 0.8 < 0.1 < 0.8 - the comparison doesn't w
26.
▲
by
1SaltwaterC
14y ago
By reading some of the gems around here, apparently not. Example: > A version number is a sequence of natural numbers ordered lexicographically. I need a new rage face for expressing this.
27.
▲
by
1SaltwaterC
14y ago
Do you have _any_ standard to back up that claim or you're pulling that out of nowhere like the rest of the down-voter crowd? Besides, in the node.js community the semantic versioning is accepted as standard. npm is the default tool for man
28.
▲
by
1SaltwaterC
14y ago
v0.8 < v0.10 < ... < v0.80. God damn math.
29.
▲
by
1SaltwaterC
14y ago
Due to the "PHP beauty", ! $string isn't equivalent for $string == ''. In this case it is better due to the logical evaluation clusterfuck that PHP does. Example: passing an empty array() as $string bypasses the if, while ! $string is sane
30.
▲
by
1SaltwaterC
14y ago
> on every possible configuration You either have the case sensitive fs, or you don't. Sounds like you're making up excuses for the developer laziness.
More ›