Slashdot Mirror


User: pizza_milkshake

pizza_milkshake's activity in the archive.

Stories
0
Comments
632
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 632

  1. Re:which side of the what? on Linux Hardware Looks at Core 2 · · Score: 2, Funny
    ..."how Intel's new Conroe performs under Linux"

    Internal Server Error

    so... not so well?

  2. Obligatory Futurama Quote on Ever-Happy Mouse Sheds Light on Depression · · Score: 2, Funny

    Robots don't have any emotions, and sometimes that makes me very sad. -- Bender

  3. Re:hmmm, some generic info about CEO Dell's home P on Dell Reflects on 25 Years of PCs · · Score: 2, Funny

    Yes, but can Michael Dell's dual Xenon 32GB RAM workstation run Windows Vista?

  4. Re:Bad business decision by Robotic Parking... on Hoboken, NJ vs. Giant Parking Robot · · Score: 1

    I agree that the *nice* thing to do would be to allow any cars to be retrieved, even past deadline... but OTOH holding cars hostage is a very good way to put a little pressure on the people that might be undecided as whether or not to renew the license. ethics vs. business...

  5. Re:Thievery on Hoboken, NJ vs. Giant Parking Robot · · Score: 1

    that's about enough to pay a single competent developer full-time. or two (incompetent and/or young) ones.

  6. Re:Never in a million years on The Ad-Supported Operating System · · Score: 1
    Some membership fee is paid by the school, but I don't see any of it.


    check in your tuition.
  7. Re:FAA? on Another Pass at the Personal Jetpack · · Score: 4, Funny
    ...jet pack capable of propelling a 200-pound pilot through the air for about five minutes...

    READ: the average slashdotter will need 2.

  8. non-blocking on Should Servers be Mono-Process or Multithreaded? · · Score: 4, Informative
    higher throughput can be achieved with one process or thread (whichever floats your boat) per CPU, using epoll() (linux 2.6 only, use poll() for more portability) with non-blocking I/O.

    however, it's easier conceptually to write a threaded server, it's more natural to write, and you just launch a single thread per connection. unfortunately, currently, this doesn't scale (see Why Events Are A Bad Idea (for High-concurrency Servers) http://www.usenix.org/events/hotos03/tech/vonbehre n.html for an argument that thread implementations, and not their design, are the issue).

    the former method can handle thousands of simultaneous connections with high throughput, even on a decent workstation; the latter cannot. threads simply have an inherent overhead that cannot be eliminated.

    i've actually been working on writing a non-portable insanely fast httpd in my spare time (svn co svn://parseerror.dyndns.org/web/) over the past few weeks as a way to explore non-blocking I/O + epoll() and it performs very well (~600% faster conns/sec than a traditional fork()ing server (which i wrote first)).

    for further discussion see The C10K Problem http://www.kegel.com/c10k.html which goes in-depth on these very subjects

  9. I don't think it means what you think it means on Stephen Hawking Asks The Internet a Question · · Score: 1

    The human *race* will survive just fine, by adapting to whatever happens, as we've done for a hundred thousand years... although usually when people ask this kind of question they are really asking "Can my way of life as I know it continue to be feasible?" or "What will things be like for future generations?"... If the world heats up, the ice caps melt and 95% of the land floods, then the Nepalese will repopulate it when the waters drop. If the world overcrowds and wars are waged over resouces, then some people will survive. If we see a worldwide pandemic that kills billions, those immune or unaffected will live on.

    Humans are not in any danger of going extinct in the short term. Whether or not *you* or any of *your offspring* or *your way of life* survive whatever happens is another story.

  10. Re:You didn't think of uClinux? on Linux Distributions for Embedded Development? · · Score: 1

    I believe the parent was assuming Linux-centric viewpoint (welcome to Slashdot); though the AVR chips are fun :)

  11. Re:Slashdot through the looking glass? on 20 Things You Won't Like About Vista · · Score: 3, Insightful

    agreed. password prompts do not a secure system make.

  12. The language is not the problem on Moving a Development Team from C++ to Java? · · Score: 1

    If you have specific problems, fix them. If you have lots of legacy cruft that is not necessary, then trim it. If your code/revision management system is poor, then upgrade it and/or develop new procedures. If your code is hard to understand then perhaps you need to re-architect it and/or document it. Throwing away all the code and all the experience you have accumulated is the biggest mistake you can make. If your problems do not directly relate to issues inherent in the language or its libraries then getting rid of it will not make your problems go away. The language is not the problem.

  13. "we believe price is not a problem" on Ken Kutaragi's Famous Last Words · · Score: 1
    If you can have an amazing experience, we believe price is not a problem.

    This reminds me of:

    Duff Beer Owner: "Our customers enjoy the fine taste of Duff Beer rather than it's alcoolic content. Im predicting our new alcohol-free beer, Duff Zero, will sell even better than our previous products."

    they're screwed.

  14. Freedom and Security on Americans Not Bothered by NSA Spying · · Score: 0, Redundant
  15. But... on Plans For .xxx Domain For p0rn Scrapped · · Score: 1

    But where will they put the porn?!1

  16. Language on What Would We Lose From a Regionalized Internet? · · Score: 1
    I'd argue that the 'Net is not being utilized to its potential as long as language acts as a barrier. Currently I have no hope of understanding anything written in a language other than English.

    As for communicating with people in other countries -- every day on IRC.

  17. imminent on Rewriting Environmental Science · · Score: 1

    imminent Audio pronunciation of "imminent" ( P ) Pronunciation Key (m-nnt)
    adj.

            About to occur; impending: in imminent danger.

    vs.

    eminent Audio pronunciation of "eminent" ( P ) Pronunciation Key (m-nnt)
    adj.

          1. Towering or standing out above others; prominent: an eminent peak.
          2. Of high rank, station, or quality; noteworthy: eminent members of the community.
          3. Outstanding, as in character or performance; distinguished: an eminent historian. See Synonyms at noted.

  18. Life... on No New Series of Futurama · · Score: 2, Funny

    Life is hilariously cruel.

  19. Re:did you see the oscars? on Movies Losing Popularity at Box Office · · Score: 4, Funny

    don't forget all the extra ads they show in the trailers! nothing like paying $26 for yourself and a date to eat some popcorn and watch ads! oh wait, this is /., forget the date...

  20. Re:You can start making the world a better place b on Google.org to Spend an Initial $1.1 Billion · · Score: 1

    move there.

  21. Welcome to Online Suicide Club on Internet Suicide Pacts Surge in Japan · · Score: 2, Funny

    The first rule of online suicide club is...

  22. Tough question... on Does Company-Wide Language "Standardization" Work? · · Score: 1

    I've considered this question before; one one hand I've got very much of a "right tool for the job" attitude... on the other hand within a company there is usually the need to move people between projects ocassionally or do code review.

    Recently, I've run into an issue with wanting to work on a co-workers code... which was in C#. I've had some experience with C#, but it was a few years ago and I use C daily. Switching projects is tough enough, but switching syntax and more importantly *mindset* ended up taking too much time to justify for what I wanted, which was just to unofficially take a peek and help out a bit.

    The decision depends greatly on the size of your company and your particular situation, of course. The larger your company is, the more standardizing on a language or languages makes sense. The fewer languages you use, the more flexible you will be to move between projects and to share common libraries.

    I would suggest standardizing on a single language for all *major projects*, but don't force people to rewrite their shell scripts in Java :-P

  23. Save! on Cutting the Cost of Household Bills? · · Score: 3, Funny

    You can save on water and power by not showering regularly.... but I think that's a given.

  24. Re:true on Petabyte Storage Array · · Score: 1

    What, you've never heard of stone tablets? They last FOREVER, but the write latency is a killer.

  25. Re:Bold Statement on Google Agrees to Censor Results in China · · Score: 1

    Agreed. No one seems to want to stand up to the Chinese government because of all the money to be made.