Slashdot Mirror


User: Wonko+the+Sane

Wonko+the+Sane's activity in the archive.

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

Comments · 2,379

  1. Re:Confused on LHC Shut Down Again — By Baguette-Dropping Bird · · Score: 1

    Can any1 explain why it's a good idea to be messing around with a machine that 'might' produce teeny-tiny black holes that 'shouldn't' cause any problems?

    Because whatever this machine is capable of doing, even more is happening in the upper atmosphere all the time.

  2. Re:Blew Your Wad Too Early on NASA May Drop Ares I-Y Test Flight · · Score: 2, Insightful

    The only people that will lose if health care is cleaned up are the insurance companies and the most dishonest drug companies

    That is a true statement. Now how likely do you think that what the government is trying to do will in any way "clean up" the health care system? The plan most likely to pass forces the entire population to buy the insurance companies' product! Compared with plans that actually attempt to solve the problem it is clear that the only thing that congress will pass is corporate welfare for insurance companies and unions.

  3. Re:Blew Your Wad Too Early on NASA May Drop Ares I-Y Test Flight · · Score: -1, Offtopic

    But to say that Bush is a "big spender" and "wasted" in comparison to the current administration seems to be a ridiculous statement, even from a simple look at the traditional positions of their respective parties.

    I don't think that Obama has caught up yet if you compare the federal government's total unfunded liabilities before and after Medicare part D, but of course Obama has made rapid progress so far this year and he's well on his way. It seems like no one will believe that the government can't spend forever without limit until the credit card finally gets declined. Our only hope is that this happens as soon as possible.

  4. Re:For example... on NASA May Drop Ares I-Y Test Flight · · Score: 5, Insightful

    We're going to get the worst of both worlds: no manned space exploration program and a white elephant "green" energy infrastructure that won't be good for much except making the investors who started the Chicago Climate Exchange richer.

  5. Re:Blew Your Wad Too Early on NASA May Drop Ares I-Y Test Flight · · Score: 3, Insightful

    or why not just get the hell out of deciding whats good for other cultures and peoples ?

    Too be fair that particular criticism applies to a lot more than just one country. The list of nations that are not guilty of that now or in the recent past is quite small.

  6. Re:MontCo $$ on Computer Failure Causes Gridlock In MD County · · Score: 1

    I find it amazing that even in a county like this, the public infrastructure is crumbling.

    Why do you find it amazing? Even in a rich county there's not much money left over for good infrastructure after all the mandatory spending on bribe and kickback entitlements.

  7. Re:Better idea on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 1

    Where do you live? I have three phase power brought into my home.

    I'm in the US. I hear that in Europe that some locations use three phase for large appliances but here residential three-phase is extremely rare.

  8. Re:Better idea on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 3, Informative

    Only if you generate three phase power.

    Practically all generators on the grid are three phase. In most urban areas the lines outside your house are three phase so it's not that much of a stretch to bring it into the house. The electric utilities would be much happier because they wouldn't need to worry about phase imbalances any more.

    There is nothing special about the number three. We could use 16 phase power if we wanted to.

    We could use 16 phase, but it doesn't really give you any advantages over 3 phases and it makes you use a lot more wires.

    Three is special because it is the lowest number that provides all the benefits that you get from going polyphase.

  9. Like jury duty

  10. Re:Laws on Comcast's New Throttling Plan Uses Trigger Conditions, Not Silent Blocking · · Score: 2, Insightful

    I've long suggested sortition as an alternative to elections.

  11. Re:Better idea on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 1

    The cost of the plug would come down with volume, and you could make smaller low amperage versions. No one makes a NEMA L15-5, but it would carry the same amount of power as a NEMA 5-15.

    Anything that had a motor or an AC-DC converter will be more efficient with a three phase power supply, and even incandescent bulbs could easily be made to work by reconfiguring the filament into a delta.

  12. Better idea on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 3, Interesting

    If there was some move to rewire the entire world with a single residential standard I'd vote for NEMA L15.

    Single-phase power is a hack.

  13. Good luck with that "technological solution" on FCC/DOT Want High-Tech Cure For Distracted Driving · · Score: 1

    A person can be distracted by anything.

    I'll admit that once or twice I've missed a turn because I was thinking too intently about something else. Sometimes I've even pulled into my driveway and all of a sudden realized that I didn't remember the last few miles and wondering if I ran any stop lights.

    I'm pretty sure that if something had happened during the trip that required a reaction (like a red light) that my awareness would have shifted back but you never know.

  14. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    I know it's a hard problem, but people make it worse by taking shortcuts.

    Imagine that you are building a 10 story office building but decide to cut costs at the beginning by skimping on the foundation. Everything's going fine until you get 4 stories built and then realize that it can't support any more weight. Now you're fucked because you can't fix the foundation without tearing what you've built so far.

    The way to avoid this is to take the pain up front instead of trying to cheat by putting it off until later. Starting from the very beginning forbid yourself the use of the SQL UPDATE and DELETE commands. Just accept that table entries may not be edited or deleted once committed.

    Instead of maing some data immutable you make it ALL immutable. It's about as much fun as shoving needles in your eyes but it's better than getting 75% done with the project and discovering that something that you thought didn't need to be immutable does.

  15. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    The only way to do it is to make the system bitemporal. In then end you eliminate use of the UPDATE and DELETE SQL commands. Everything becomes an INSERT or SELECT.

  16. Re:What are we waiting for? on Bacteria Could Survive In Martian Soil · · Score: 1

    If you are clever enough you should be able to do it with a relatively low resource investment by introducing the right type of microorganisms at the right time. Since those organisms will reproduce exponentially (given a sufficient quantity of food and energy) you can reduce the quantity you need to transport from earth to mars.

    The tradeoff is that the process might take a few centuries. All the more reason to get started now.

  17. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    There are certain errors that no amount of validation will catch. If one user is ordering supplies and creates a new entry "Blade, Hacksaw" and another user at the same time creates a "Hacksaw blade" both entries might be perfectly valid part descriptions. It takes a person to say definitely that yes, these entries actually represent the same item and should be combined.

  18. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 5, Insightful

    I've never worked for a software company but as the "computer guy" I got to help move people from the "emailing spreadsheets around" workflow to basic MS Access database applications (I know just enough about databases to be horrified about the idea of using Access for critical business functions but it's better than Excel).

    As the maintenance manager of a factory I got to help the plant manager make software purchasing decisions. I've come to the conclusion that mid-sized to large corporations should just bite the bullet and hire their own programmers. If it makes sense to design your product and design your own assembly lines and design your own tooling, jigs and fixtures then it makes sense to design your own software. Any cost savings you can achieve by outsourcing to a more specialized company never seems to materalize.

  19. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 5, Funny

    seriously, are you me?

    I don't think so but the possibility can't be ruled out without further investigation. Have you ever tried to expose a database application to users and subsequently lost all faith in humanity?

  20. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 5, Insightful

    ERP could work if the vendors would realistically deal with GIGO.

    Unless you lock down the permissions so tightly that the system is unusable, your users will enter bad data. They'll add new entries for objects that already exist, they'll misspell the name of an object and then create a new object instead of editing the one they just created. They'll make every possible data entry error you can imagine, and plenty that you can't.

    We'd see a lot more progress in business software applications if all vendors would follow two rules:

    1. Every piece of data that comes from the user must be editable in the future
    2. Any interface that allows a user to create a new database entry MUST provide a method to merge duplicate entries.
  21. What are we waiting for? on Bacteria Could Survive In Martian Soil · · Score: 4, Insightful

    Sounds like we should get started with the terraforming.

  22. Re:tired of this "control the internet for the kid on FCC Mulling More Control For Electronic Media · · Score: 1

    Point 1. To kill an animal for food is different than to kill for fun. Cats are considered household pets in this country and not a food source. This constitutes a crime via animal cruelty. The site didn't even bother to have a graphic warning because it isn't required.

    Point 2. I don't want to change the behavior of the rest of the world. I would just like it if things were more clear as to what content was where so parents who do not understand technology don't have to fear turning on their computer just like they don't have to fear turning on their TV.

    Just as a matter of practicality, how do you enforce this? How do you deal with content hosted on entirely different continents? Will people who publish web sites need to get licenses? In order to prevent unauthorized sites will you outlaw all operating systems that allow people to publish without a license?

    The only way to achieve the environment you desire is the Chinese / Saudi Arabian full censorship route.

  23. Re:Didn't read TFA but...EMP. on Why Computers Suck At Math · · Score: 1

    It certainly won't propagate through a few inches of solid steel in any case.

  24. Re:Didn't read TFA but... on Why Computers Suck At Math · · Score: 1

    Military Spec is only good at rugged. up to date with the best is far behind.

    In the year 2000 the US Navy still had a submarine that used a vacuum tube based system to monitor and control the nuclear reactor.

  25. Re:welfare on Telco Sues City For Plan To Roll Out Own Broadband · · Score: 1

    It's not so much as requiring those on welfare to work as welfare is set up to keep those on welfare dependent.

    There was a time when people who needed assistance received help from private organizations, churches and sometimes city or county governments. Back then it wasn't considered an "entitlement" so the people administering the assistance could deny it to people who where clearly abusing it and give it in ways that made it a hand up to people who really needed it.

    Like anything else big government gets involved with once they touched it everything turned to shit.