cd34 | 11 years ago | on: Should I rootkit my own machine?
cd34's comments
cd34 | 11 years ago | on: Wikipedia moving to HHVM
cd34 | 12 years ago
cd34 | 12 years ago | on: Ask HN: What is the best way to distribute an iOS app to Kickstarter Backers?
cd34 | 12 years ago | on: New Nasa Website
only www.nasa.gov which redirects to notice.usa.gov
cd34 | 13 years ago | on: Ask HN: Why can't I create a new username here?
cd34 | 13 years ago | on: Twitter down?
cd34 | 13 years ago | on: Ask HN: Help me track down a lunch thief
cd34 | 13 years ago | on: Ask HN: Help me track down a lunch thief
Give half a personal day. Was the food stolen? If yes, give 3/4 another bonus day...
cd34 | 13 years ago | on: Ask HN: Purpose of the AT operator in PHP?
cd34 | 14 years ago | on: Ask HN: Help with transfering a Wordpress site to a different URL
that is normally wp_
then, in {$table_prefix}options, normally wp_options, two values contain the url:
select * from wp_options where option_name in ('siteurl','home');
cd34 | 14 years ago | on: What makes something secure?
http://simonhf.wordpress.com/2012/04/26/g-wan-versus-sxe-hel... is a benchmark showing sxe, using gwan's benchmark code, as outperforming gwan 1.8x.
Years ago, there were two very fast servers - Zeus and Tux. Tux was a kernel mode accelerator that avoided context switches and Zeus was the de-facto standard of 'fastest userspace webserver'.
Chromium X-15 came along but skipped a few compatibility features, and was labelled 'faster than tux, but in userspace'. Tornado did something similar, very narrow purpose, but, as they started to bolt on all of the pesky RFC stuff, became a top-midline application server.
While GWAN is certainly fast, but not fastest at running its own benchmark, their boasts will ultimately affect public opinion. Language is a barrier - perhaps some of their boastful attitude is merely rough translation.
GWAN's use case basically works around almost every webserver's dream - more cores = odd setups to take advantage of those cores through cpu/irq affinity, etc. GWAN handles that out of the box which is a definite advantage.
If you needed an app to do some calculations and hand back results with the least hardware possible, GWAN would be a top contender. Hardware is still fairly inexpensive that it would take a rather large company that would be able to take true advantage of the cost savings of reducing their hardware outlay based on GWAN's scaling.
cd34 | 14 years ago | on: Ask HN: Preferred string copy function in C?
None of the functions you have listed are true equivalents, so, your situation will dictate which you need to use.
cd34 | 14 years ago | on: Ask HN: Why does MM denote millions of dollars?
M = 1000 in Roman Numerals
MM = 1000 1000s, or, 1 million
Years ago, I think it was G. Gordon Liddy that used to refer to billions in a similar manner. i.e. 10 billion dollars was spoken as 10 thousand million so people grasped the enormity of the number.cd34 | 14 years ago | on: A link back to the HN front page on the dead link page?
Depending on the day, I can get through 2-3 pages of /newest before getting that. I probably miss quite a few decent posts that were entered overnight.
More annoying is typing a response to a comment, only to have it lose the session, you hit back and sometimes the browser tells you to refresh, losing your post. I've gotten burned on that on a few longer replies so, I figure the site prefers more concise answers.
cd34 | 14 years ago | on: How to save HN links?
Should have a list of the stories that you've upvoted. Click Username, Saved Stories.
Has a story that I upvoted yesterday and one that I upvoted around two hours ago, so, it appears to be working for me.
cd34 | 14 years ago | on: Google Drive also launches with an API
Direct link to the SDK
cd34 | 14 years ago | on: Ask HN: What would you do to monetize this?
Getting in contact means finding those sites that report on related subjects and then contacting the webmasters/editors involved through email, twitter, contact forms, and general networking.
Email is difficult, even when people subscribe, once they get bored with it, rather than unsubscribe they just hit the Report Spam button which makes it difficult to run legitimate lists.
cd34 | 14 years ago | on: Ask HN: What would you do to monetize this?
Are there books you can refer to? bn.com and amazon.com have decent affiliate programs - amazon is a bit easier as you have a lot more than just books that you can promote. If you review books and provide recommendations from your 'library', you might be able to make that work.
However, none of these are short term fixes. And you're probably not in a position to do arbitrage. You might look at the terms that are related to CF and use those keywords to build your articles around.
I don't think you could start today and have a good chance of bringing in much more than $20-$50 in the next 30 days, but, most payouts don't occur until you reach $100, 30 days after the period, etc. which suggests 90-120 days before you would be likely to see a first check.
kickstarter, kiva, gofundme and a number of other sites might also be reasonable.
Kickstarter - perhaps ask for funding to create an alternative/homeopathic CF site. Kiva is a crowdsourced loan site, gofundme is more of a 'donate to this person in need'.
Alternatively, are there health sites that would hire you as an author, or, could you leverage one of those sites as a free contributor and push traffic back to your site?
cd34 | 14 years ago | on: Ask HN: How do some posts on HN only show the posted time?