Viewing profile — tiredofcareer
tiredofcareer
HN member- Joined
- Wed, Mar 20, 2013, 10:28 PM UTC
- HN karma
- 633
- Public activity
- 184 items
- HN profile
- View on Hacker News ↗
About tiredofcareer
No profile information was provided.
Recent public activity
-
comment
Comment #6344541
I think you're unnecessarily combative in the face of advice and sitting comfortably atop your pillar of experience, ready to shoot down anyone that dare take time to offer you adv…
-
comment
Comment #6344489
> Sarcasm aside, you clearly don't understand what my problem is. Yeah, I spent this entire thread clueless about the issue you're running into, even though you spelled it out a fe…
-
comment
Comment #6344466
Got it. So you have users that expect to have real-time conversations in the comments on a blog, meaning you can't optimize a blog application like a blog is designed to be used, m…
-
comment
Comment #6344430
set beresp.ttl = 30s; Varnish gives you your own throttle for how often you want invalidation. It's a tool specifically designed to make misbehaving apps -- i.e., that widget -- mi…
-
comment
Comment #6344394
That's why Varnish is more effective, because you can configure it to cache the results of things that WP Supercache misses by design including the Recent Comments Widget and its d…
-
comment
Comment #6344370
You need a cache in front of Wordpress so that it doesn't hit the database on every read, then you can run Wordpress anywhere. I survived close to 3,000 req/sec against a Wordpress…
- comment
-
comment
Comment #5717273
Look around at the replies to me and the downvote beating I'm taking for sharing my opinion. Turn on showdead for an even more depressing trip through my replies. Then ask yourself…
-
comment
Comment #5716199
I was referring mainly to Hacker News and similar communities. Everybody condemning her has been downvoted to oblivion on these threads.
-
comment
Comment #5716193
Yeah, that was called for. Thanks for the rational, objective discourse, there, by telling me I should kill myself with anthrax because I disagree with your opinion. Just reminds m…
-
comment
Comment #5716152
Her first statement while being interviewed was that she was performing a science experiment. That story changed under interview, and she later admitted someone told her how and en…
-
comment
Comment #5716141
Her first statement while being interviewed was that she was performing a science experiment. That story changed under interview, and she later admitted someone told her how and en…
-
comment
Comment #5716104
And if she had hurt or, worse, killed herself or other people? Reckless is not a quality of a scientist. Why didn't we, the public, extend an invitation to "become a scientist" and…
-
comment
Comment #5716061
So I should be able to manufacture pipe bombs because I'm curious how big the explosion is, then? Maybe I can try one out on my school's football field? No malicious intent, just c…
-
comment
Comment #5716037
I completely agree. She went back on her story that she was doing a science experiment while being interviewed, but everybody wants to stick to that story anyway. It's almost like …
-
comment
Comment #5715976
It is a strange world we live in when making Drano bombs at a high school is compared to the work of Alfred Nobel.
-
comment
Comment #5710529
I wouldn't be so sure. I pay a rent premium for a view.
-
comment
Comment #5710396
For most customers, maybe, but I suspect there's a pretty sizable portion of the population (myself included) that will happily pay more for an airline that treats me extraordinari…
-
comment
Comment #5710306
I do understand the basics of probability. The likelihood of your serving infrastructure or application being compromised is an order of magnitude higher than the most popular repo…
-
comment
Comment #5710283
None of the things you listed are problems. The other comment demonstrates solutions to all of them, and I do not understand your fourth bullet point in context at all. > C, C++, J…
-
comment
Comment #5710245
> There's no such thing as, say, Maven binary dependencies for Java. I'm saying there should be, but not necessarily the same thing. That's my entire point. I'm also not a fan of t…
-
comment
Comment #5709021
No, you just mirror CPAN. This is already done in lots of shops I know of for PyPI. IME, I've only ever had PyPI down on me once , and there are mirrors (that are usually up) if th…
-
comment
Comment #5708985
> If you aren't committing your dependencies then you're doing it wrong. Disagree strongly (and hate absolutes like "doing it wrong"). Their metadata, yes, by all means, commit tha…
-
comment
Comment #5708964
http://www.regretsy.com/2010/09/22/cause-for-alarm/ ...probably didn't build actual clock himself, he's just cutting a base for it and applying a photograph. So, that's interesting…
-
comment
Comment #5707790
You are correct. Go's remote imports are dangerous for long-term project maintenance, but the feature is still useful for quick, throwaway projects. Go badly needs two things: 1. A…