Slashdot Mirror


User: micahraleigh

micahraleigh's activity in the archive.

Stories
0
Comments
2,283
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,283

  1. Re:NO. on Mutant Registration vs. Vaccine Registration · · Score: 1

    Where is this "isolation"? A place where you are not legally required to have health insurance simply because you exist? A place where you are not liable for exhaling CO2? Where your earnings aren't pilfered for the purpose of murdering babies or teaching someone's else's views about the origin of species to children?

    Because that place sounds better than here, and I don't think it exists anywhere.

  2. Re:Well... on Mutant Registration vs. Vaccine Registration · · Score: 1

    That's just the Snowden stuff that they're anti-government. The slashdot attitude is 'Let's defraud and philander ourselves and others and impede the government from finding out about it.'

  3. Re:ok if your car is new on Has the Ethanol Threat Manifested In the US? · · Score: 1

    I think we are similar in that way. My car is in that price range, and my number one concern is keeping the costs down (my peers drive Porsches, vettes, etc).

    Quality (like worth, value, goodness, etc) is a highly subjective term. I can get steak fries at a restaurant for twice the price of McDonald's fries. The steak fries are larger and cooked by a more trained/skilled chef, but this doesn't mean they are more worth that much extra to me (ok, every once in a while).

    In the same way having more durable hoses might not be an investment that increases the lifespan of the car compared to other kinds of investments (something with the belt or cylinders) per USD/CDN. Or maybe I'd rather keep the difference. I'm not as familiar with cars.

    I'm concerned about (1) the government telling me what quality is and (2) when I need it. In the same way countries with big governments concern me because they determine what you're going to eat and your options are usually very narrow.

    Historically the government often ends up telling millions of people: you don't get to eat at all. During the 19th century US immigrants were very surprised to learn (and they wrote back to their families) that people here eat 3 meals a day. Limiting government helps with that.

  4. Re:Disbelief in evolution=proof of science illiter on Belief In Evolution Doesn't Measure Science Literacy · · Score: 1

    Your honor, I have succeeded in observing all the federal and state statutes as symbolism.

    If it pleases the court I recommend that my imagination be recognized for the creative genius that it is.

    I cannot be imposed upon to follow the US law code as a literal document as it would confine me to rigid parallel lines.

    As you must have surely inferred, my commitment to lawful behavior is unassailable and completely genuine.

  5. Re:Willfull blindness on Belief In Evolution Doesn't Measure Science Literacy · · Score: 1

    In practice it looks more like this.

    People defrauding and philandering against me - BAD
    Me defrauding and philandering against other people - GOOD

    How can we allow both of these (conflicting) claims? Well, the theory of evolution.

  6. Re:Science on Belief In Evolution Doesn't Measure Science Literacy · · Score: 1

    Science can never observe value or recognize value, etc.

    That single fact entails that it may bring practical advantages, but it can never tell you if anything is good or not. At worse it is existentially meaningless.

  7. Distrust those giving speeches on Misogyny, Entitlement, and Nerds · · Score: 1

    Giving a speech about protecting women is a different skill set than treating them fairly.

    The speech-makers are trying to control other people: either with rhetoric or in many cases sexual assault.

    This dude was another over-educated urbanite who needed to hear about Jesus. Not theoreticizing about social ettiquette reforms.

  8. Re:ok if your car is new on Has the Ethanol Threat Manifested In the US? · · Score: 1

    OK, glad you're not saying we should regulate for the sake of regulating.

    That being said if your tubing and seals wouldn't have had problems without ethanol, the value add is similar to a battery recharger than can only recharge its own batteries.

    Ordinary people understand that they shouldn't buy battery chargers that charge their own batteries. The government does not understand this.

    I would rather have a cheaper car than one with "quality" that doesn't matter to me.

  9. Re:ok if your car is new on Has the Ethanol Threat Manifested In the US? · · Score: 1

    "part of the reason that cars have gotten better in the past 20 years is because of government regulations requiring ethanol"

    That's quite a claim to make, and you don't explain in what way it has gotten better.

    Are you claiming regulation has some kind of intrinsic value or something?

  10. Re:As painful as it is... on Ask Slashdot: Communication With Locked-in Syndrome Patient? · · Score: 1

    The word "selfish" is thrown around so sloppily these days.

    When I hear people use that word I just hear "blah blah blah".

    Wanting your spouse to live is selfish ... sheesh.

    The slashdot murder crowd is a liability to the human race.

  11. Re:Times sure are changing on Efforts To Turn Elephants Into Woolly Mammoths Are Already Underway · · Score: 1

    You seem to presuppose it's better to judge by appearances (i.e. science) than personal resolve (i.e. religion/spirituality).

    That is the very definition of superficiality.

    Only on \. could that be construed as persuasive.

    Science was hampered in the middle ages mostly by bad economics (government/monarchical ownership of everything) and picked up dramatically during the commercially-initiated industrial revolution.

  12. Re:Misguided on Efforts To Turn Elephants Into Woolly Mammoths Are Already Underway · · Score: 1

    Americans have fat because they have wealth.
    The French are thin because they are poor.

    Is poverty so desirable to the world?

  13. a wierd switch on White House Pressures Legislators Into Gutting USA FREEDOM Act · · Score: 1

    Obama is to the right of Republicans on this.

    As a tea party guy, I support Obama on this one!

    I am not joking.

    The US government should shrink and spend less of my tax money on reading my emails.

  14. Re:Good luck with that. on US To Charge Chinese Military Employees With Hacking · · Score: 1

    OK. I see. You meant "military invasion" then instead of "military action".

    I agree, although there's not very many people clamoring to invade Russia right now (Napoleon and Hitler aside).

  15. Re:Good luck with that. on US To Charge Chinese Military Employees With Hacking · · Score: 1

    That's what they told Raegan.

    If military action is out of the question, then there isn't anything to stop Russia from simply taking over as much as it wants.

    Russia is avoiding stepping on the toes of any NATO nation (Ukraine, Georgia aren't NATO nations) so it doesn't initiate ... military action.

    In other words Russia respects ... military action.

    Peace through strength.

  16. Re:I don't see why you would not get hired on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    That is some story!

    As an old C++ dev, I think it's on the way out. Boeing is leaning more and more on embedded programming. I've found a lot of demand for C#/.NET.

  17. Re:Anyone can get hired on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    That's a good question. Some A-listers use that (NetApp).

    In C# it's very simple:

    var reversed = new string( oldString.Reverse().ToArray());

    SQL server also has a REVERSE procedure, but it operates on the string, whereas the Linq one operates on a list of anything (chars in this case).

    The downside of that question is probably that it is becoming ubiquitous. If you pick something more original you might spare yourself from a programmer who just googled "interview questions" and memorized the answers without being able to think more openly about solving these problems (as simple as they might be).

  18. Re:As a Sr. Analytics Manager... on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    I pick the framework I work with based on how many positions are open for it in my area.

    I don't see a lot of listings like that.

  19. Re:Witch-Hunt. Right. on Climate Journal Publishes Referees' Report In Response To "Witch-Hunt" Claims · · Score: 1

    I'm not saying the AGW case is based on colorful language, pre-digested opinions shuffled as facts, and naked assertions...

    ... but that appears to be how you are contending for it.

  20. Re:It has been a long time coming. on Major ISPs Threaten To Throttle Innovation and Slow Network Upgrades · · Score: 1

    Corporations have to compete with each other. If they can afford to lower their prices, they will seriously consider that or risk going out of business. If you fix prices by government fiat (actually happened during the Nixon administration), supply dries up pretty fast.

    It's exactly the same thing as an employer saying, "You're going to get paid less money now, and you can't go work somewhere else." Well, then people are not going to work. The problem is a lack of freedom, not missing enough layers of regulation.

    And if you say, "Corporations aren't people ..." Well, I'm a person, and I'm certainly not going to risk my money on something that won't return anything. I'd rather keep it under the mattress instead of investing it in a corporation (where people have opportunities to have a job, etc.). And then people lose their jobs, consumers lose options, assets move offshore. All this happens faster than anything the government can do to stop it.

  21. Re:It has been a long time coming. on Major ISPs Threaten To Throttle Innovation and Slow Network Upgrades · · Score: 1

    Ah, war communism. You are aware that Stalin backed out of that because it was crippling the Soviet economy?

    The founders of the US government believed the government was a bigger threat on the American people. The Bill of Rights is about protecting individuals from the government.

  22. Re:It has been a long time coming. on Major ISPs Threaten To Throttle Innovation and Slow Network Upgrades · · Score: 1

    If you raise prices on the "bad guys" (corporations) they just raise their prices.

    I pay enough money already.

  23. Re:If you regulate properly, we'll stop our busine on Major ISPs Threaten To Throttle Innovation and Slow Network Upgrades · · Score: 1

    "Properly" sounds like it is a matter of etiquette.

    I think we have far too much of that already.

  24. Re:This may be crass but... on Percentage of Elderly In Japan Continues to Grow as Number of Children Drops · · Score: 1

    The planet needs ... ?

    I couldn't care less about the planet. I care about people.

  25. Re:Can't Tell Them Apart on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    Do you give them the algorithm? Looks like Bailey, Borwein, and Plouffe got famous enough from figuring it out to having their names put on it. That seems like setting the bar a little high for a programmer position.