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. I had the same thought yesterday on Virus-Detecting "Lab On a Chip" Developed At BYU · · Score: 1

    based on this neat interactive flash demonstration comparing the sizes of coffee beans, bacterium, viruses and atoms: http://learn.genetics.utah.edu/content/begin/cells/scale/

  2. Re:Make mine from Ruritanium on First Room-Temperature Germanium Laser Completed · · Score: 2, Insightful

    Don't forget Terbium (Tb) and Erbium (Er). http://en.wikipedia.org/wiki/Ytterby

  3. No wonder on Former Microsoft CTO Builds Kitchen Laboratory · · Score: 1

    Microsoft : overkill.

  4. Re:The Perfect Frame on Malware Can Download Child Porn To Your Computer · · Score: 1
  5. Simple. on What To Do With a Free Xbox 360 Pro? · · Score: 1

    Blow it up.

  6. Re:OK on Debian Elevates KFreeBSD Port to First-Class Status · · Score: 1
  7. No. on Who Wants To Be a Billionaire Coder? · · Score: 5, Funny

    No, I would buy a nice, quiet island out in the middle of nowhere. And blow it up.

  8. Yes. on An Electricity-Cost-Aware Internet Routing Scheme · · Score: 0, Redundant

    Yes.

  9. Re:NULL is a very useful pointer. on Local Privilege Escalation On All Linux Kernels · · Score: 1
  10. Re:It is time on BIOS "Rootkit" Preloaded In 60% of New Laptops · · Score: 1

    Those C++/C99-style comments are parse errors in my pre-ANSI C compiler, you insensitive clod! Also, this program crashes on my dangerously overclocked CPU (Ref: ahref=http://blogs.msdn.com/oldnewthing/archive/2005/04/12/407562.aspxrel=url2html-15136http://blogs.msdn.com/oldnewthing/archive/2005/04/12/407562.aspx>)

  11. Re:I am surprised on Keeping Up With DoD Security Requirements In Linux? · · Score: 2, Insightful

    Why would they possibly need the latest kernel version?

    Because the people who write the requirements need to justify their jobs.

  12. Re:Of Course on Can "Page's Law" Be Broken? · · Score: 2, Insightful

    You realize your argument "on modern systems with plenty of processor and RAM" is exactly the point, right? It's fast because it is run on machines that are many orders of magnitude more capable than when 'vi' was originally written.

  13. Wirth's Law on Can "Page's Law" Be Broken? · · Score: 1
  14. Re:Been there, done that on Robot Warriors Will Get a Guide To Ethics · · Score: 1

    Clearly because the opposition will achieve victory by sending wave after wave of its own men at them.

  15. I suggest... on Mozilla Preparing To Scrap Tabbed Browsing? · · Score: 2, Insightful

    As others have said, the first thing I do in Windows is turn off window grouping, and in firefox is turn off all the extraneous, real estate-sucking bars they haven enabled.

    I suggest that they implement whichever solution(s) they like as an extension, and let people vote with their downloads which one they like best before drastically changing the browser. Let the users decide.

  16. Hope for the best, prepare for the worst on What To Do When a Megacorp Wants To Buy You? · · Score: 1

    Weigh the positives and negatives. List all the positive aspects of your current situation, and give each a percentage totalling 100% (i.e. "working with friends: 10%, creative control: 50%, looking forward to work every day: 40%"). Divide the buy-out money into those percentages ("working with friends: $100K..."). See if you're getting a fair prices for selling those assets. It's important to know yourself. If the joy you feel working every day is derived from your executive and creative control over your own work, you will likely be less happy when someone else is calling the shots. Cashing out is great if it gets you what you want, but what will you do then? If you are already making enough money to support yourself and you enjoy your work everyday then you may not want to cash out. Only you can decide.

    If you do decide to sell, assume your buy-out goes as poorly as it possibly could. Your new bosses change everything, use fine-print clauses in your contract to screw you over, etc. What will you do? Things change when money comes into play. People change. Do not naively assume that the buyer cares for you in any way personally; this is business. Consult a lawyer and ensure that the buyout contract allows you an unobstructed and agreeable way out should things take a turn for the worse. Many buy-outs lead to the ousting of the leadership of the absorbed company at some point, and there's a reason. Make sure you have a backup plan (i.e. money, resources, contractual guarentees) if things go badly. "An ounce of prevention..."

  17. Re:depends on Your Commuting Costs By Car Vs. Train? · · Score: 1

    I bike to work too; I bike to the train station, take the bike with me onboard, and ride it to work from my stop. Total trip is about an hour; which is longer than driving in (~35 mins), but on the train I can sleep, read or talk to other people. The ~10 miles I bike everyday means I stay in shape, don't need a gym and I feel and sleep better. I avoid sitting in traffic, paying for gas and wear-and-tear on my car. Most people would never consider riding a bike to work though; most of my co-workers think I'm nuts.

  18. Re:depends on Your Commuting Costs By Car Vs. Train? · · Score: 1

    I have been doing exactly the latter for almost a year, I'm planning on totalling up my costs and writing about it shortly. The two costs that have surprised me the most were car maintenance and car rental -- when I owned a car there were times when I spent nearly a year's worth of monthly car rental fees on a single repair (~$1000).

  19. Re:question: on An Early Look At What's Coming In PHP V6 · · Score: 4, Funny

    The worst design decision yet, which is saying something.

  20. Re:Same behavior in humans too on Chimpanzees Exchange Meat For Sex · · Score: 1

    Marriage was invented to allow poor people to have a chance at reproduction and a relationship; before marriage the elite would have enormous harems and the poor had little.

  21. Usefulness and community more important on Best Approach To Keeping a Virtual World Protocol Free to All? · · Score: 1

    If your aim is to give it to the world, then do so, literally. The true value of software comes from the number of people using it; which means if you can design something useful and provide free high-quality tools implementing it that people can use and keep an active community behind the project so the project doesn't become obsolete then you will accomplish more than with money and a lawyer. Also I suggest a license that is as unencumbered and straight-forward as possible, such as MIT or BSD; as people will feel more comfortably including it in commercial software.

  22. Take this argument... on Torvalds Rejects One-Size-Fits-All Linux · · Score: 1

    to the individual distros. a single distro is not a good idea for the reasons Torvalds gives; however it may be beneficial in particular instances to merge together distros with the same goals to reduce replication of work. actually merging two communities together is another story.

  23. off the top of my head... on Unix Dict/grep Solves Left-Side-of-Keyboard Puzzle · · Score: 1

    $ grep -i "^[qwertasdfgzxcvb]\+$" /usr/share/dict/words | awk '{if(length>=length("stewardesses"))print}'
    aftereffects
    desegregated
    desegregates
    reverberated
    reverberates
    stewardesses

  24. Re:Good to see Bruce back on Now From Bruce Schneier, the Skein Hash Function · · Score: 1

    Yup, all you need to violate the second property over N slots is N+1 data per the Pigeonhole principle. So the trick to temporarily satisfying the first property is making reversal of the algorithm just complex enough to be computationally infeasible by everyone except the NSA and the store the result in just enough slots to make it practically unlikely that a set of meaningful existing documents/data will collide.

  25. Substances on Gamers Are Fitter (and Sadder) Than You Think · · Score: 4, Funny

    Substances like soda and frosting.