HN user

charliedevolve

40 karma

Stuff. On the computer. I do it.

https://www.devolve.net/

Posts0
Comments19
View on HN
No posts found.

When I upgraded to FF 60.0.2 the energy use on my Mac went off a cliff. Maybe you should try re-creating your FF profile?

While reading the exchange, I totally thought that you were conversing with a bot. Just scanning the resume for missing items and pointing them out in slightly different ways each time. Kind of disturbing, actually.

WordPress on .NET 9 years ago

Yes, and look at the avg response times. It looks likely that the webserver can't handle the load. The number of concurrent requests should be limited.

I think he meant that MySQL is the only supported DB for Wordpress, and while you might be able to get it running on another DB after jumping through some hoops, it's probably not worth the effort.

I also use Selfoss, it does what I need it to. Although the author's decision to override the Space key is odd. I comment that part of the JS and let the aggregated js regenerate to return that behavior to the browser.

Reduce the collisions how much, though? Are you using a port number == N*hashSize+53 for something else a lot? A collision is guaranteed for every connection to port 53, so isn't that a much bigger source of collisions? I think the hash size of 32 isn't the problem. It's the function.

Why did increasing the size of the hash help? Wouldn't the %64 (or whatever the new value was) just send all the port 53 sockets into the same bucket again? It seems you'd need a different hash function that provides more uniformity.

If you're paying for backups and they get deleted the moment there's an issue with payment, ur doin' it rong. I don't care whatever the TOS says, they're being completely shitty to customers. Sure there should be regular off-site backups. No one is arguing against that. But the fastest restore is usually from the closest source, and that's partly why you'd pay them for it.