Slashdot Mirror


User: laughingskeptic

laughingskeptic's activity in the archive.

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

Comments · 265

  1. Will Fox clone his voice? on Harry Shearer Walks Away From "The Simpsons," and $14 Million · · Score: 1

    With 573 episodes to pull from and even more studio tape they have sufficient material to clone his voice. All they need is some other anonymous slob to read through all the hours of old material which they can do for a lot less than 14 million dollars. The question is will they?

  2. Re:Lie detector tests are fiction on Douglas Williams Pleads Guilty To Training Customers To Beat Polygraph · · Score: 2

    The polygraph as used by the DoD and related agencies has very little to do with 'detecting lies'. It is MUCH more a grueling personality test in the guise of a lie detector test. It may use the same equipment that local law enforcement uses, but the intent of the session is very different. The #1 key to passing is to not punch the examiner in the nose. By the end of the day this is more difficult than it sounds.

  3. Agile is like penicillin on Is Agile Development a Failing Concept? · · Score: 1

    In the correct application, it can be a miracle. Misapplied it does nothing, or worse kills the patient. I've seen it misapplied many times.

  4. Ha! Memory Leaks Impossible on Swift Vs. Objective-C: Why the Future Favors Swift · · Score: 1

    "The huge memory leaks that a programmer can have in Objective-C are impossible in Swift". He clearly hasn't actually worked with Automatic Reference Counting (ARC) environments. What this really means is that the Apple shills promoting Swift don't see the need to create tools for finding memory leaks while simultaneously making memory management a black-box operation that is hard for the engineer to debug.

  5. Re:Bullet proof, maybe not machine gun proof on Breakthough Makes Transparent Aluminum Affordable · · Score: 1

    Your right, should have been polyamide.

  6. Bullet proof, maybe not machine gun proof on Breakthough Makes Transparent Aluminum Affordable · · Score: 2

    Like many ceramics they note that it chips rather than breaks. So you could "chip away at it". Also the material very likely has an impact stress point beyond which it will explode when impacted. So it is bullet proof up to a point. They say that it doesn't need to be layered, but in practice I'll bet they layer it with Kevlar or a similar material with complementary properties.

  7. Decades of fouride tapering needed on Feds Say It's Time To Cut Back On Fluoride In Drinking Water · · Score: 2, Interesting

    I believe back in the 90's activists in some U.S. cities got their cities to stop adding fluoride to the supplies. Bad mineral exchanges immediately started to occur in the piping because of the accumulated minerals in the pipes which included a fluoride component started reacting with the water that no longer contained fluoride causing the water to become contaminated by minerals other than just fluoride. The water not only tasted bad, it was determined that it was not safe to drink.

    It takes decades for the minerals in the piping to accumulate and it will take decades to slowly taper fluoride away if we want to avoid unintended consequences. I know the mineral content of water varies widely across supply sources so some cities may have no related problems and some could have severe problems.

  8. Article one giant spew of hyperbole on Windows Remains Vulnerable To Serious 18-Year-Old SMB Security Flaw · · Score: 5, Informative

    The article states "the encryption method used was devised in 1998 and is weak by today’s standards ... Microsoft has yet to release a patch to fix the Redirect to SMB vulnerability" as if Microsoft must remove the feature in order for Cylance to consider this resolved. Instead a number of improvements have been made to SMB since 1998 include support for HMAC-SHA256 (v2.0) and AES-CMAC (v3.0) hashing. http://www.windowsecurity.com/.... You are going need a little more than "$3000 worth of GPUs" to forward brute force the AES-CMAC hashed passwords.

  9. Sharepoint on UK Licensing Site Requires MSIE Emulation, But Won't Work With MSIE · · Score: 1

    Easy to stand up, difficult to maintain. The people who created this site probably were lowest-bidder IT contractors with little programming experience. The page template looks like it is doing a string comparison of the browser version against "6" to see if they need to load fixup code. This is probably just original boiler plate code provided by Microsoft; "10", "11", ... will cause this IE6 support code to get loaded which then makes things worse rather than better. The people who created this site are long gone and the people who work there probably are going through the processes of getting permission to hire a contractor to fix it which includes adding it to the next budget cycle. Clearly none of them have the ability to go in and delete 3 lines from the page template.

  10. Re: RO not very expensive on How 'Virtual Water' Can Help Ease California's Drought · · Score: 1

    Half a cent per gallon is 7,727 times MORE per gallon than a Los Angeles resident typically pays if they manage to stay in Tier 1 pricing all year. For facts concerning Los Angeles water rates see: https://www.ladwp.com/ladwp/fa... .

    You are orders of magnitude off in understanding pricing in the water commodity market. Not that RO can't be done, just about every golf course and condo Cabo San Lucas BSC MX is watered via reverse osmosis. However, the valuations of each of those condos is in the millions per 1,000 sq ft so the investment makes sense for the developers. When the average home price in California picks up a couple more digits, RO will make perfect sense.

  11. Tri-state logic on Obama: Maybe It's Time For Mandatory Voting In US · · Score: 1

    Instead lets call the result of an election that does not have a majority of participants NULL. In the case of a congressional election, no one fills the seat. This will drive candidates back to the center. Our current system that has party members pandering to the extremes in their parties which results in a dysfunctional, polarized Congress.

  12. What aboard was worth killing for? on A Year On, What Flight Simulators Can't Prove About Flight MH370 · · Score: 3, Interesting

    It bugs me that from the beginning the MH370 disappearance does not seem to first be being approached as a possible criminal act. Were there any outrageous insurance claims following the flight? Were known drug kingpins contacted about losses that wouldn't normally be reported? Was there something on that plane worth (to an appropriately depraved mind) killing all of those people for?

  13. Call log is on SIM Card on GSM/GPS Tracking Device Found On Activist's Car At Circumvention Tech Festival · · Score: 1

    Put it in a phone and see who it was reporting to.

  14. Re:Elite? on Inside Minerva, a Silicon Valley Bid To Start an Elite College Online · · Score: 1

    Charge a lot and have some associated token luminaries... That's how.

    There is a reason the venture capitol people like this. The vast majority of University money goes to facilities, not lecturers. These people have eliminated facilities but are not charging 10%, they are charging 50%. That's pure profit baby!

  15. 220,000 Employees on French Nuclear Industry In Turmoil As Manufacturer Buckles · · Score: 1

    This is a loss of $24,090 per employee. In the US, this company would fire 1/3 of its employees, demand the rest work 60 hour weeks and would recover in two years from a loss like this. None of that can happen in Europe. Instead the government will give them a 'loan'. They can't really buy more shares to resolve the issue at this point since the shares should be worth nothing.

  16. Refactoring often done for understanding on Study: Refactoring Doesn't Improve Code Quality · · Score: 1

    Most refactoring that I have observed over the last 30+ years was done primarily because the person handed the code did not understand it as it was. The refactoring process is very often the process through which a new developer figures out how old code works. Everyone likes to think that their refactoring was some sort of improvement over the previous code base, but the truth is this is only likely to be true about half the time. Considering that inexperienced engineers do more refactoring than experienced engineers, refactoring probably only brings actual improvement of any form to the code base less than half the time. The big plus is you now have a new guy that has ownership of something in the product. This benefit is hard to quantify, but should not be underestimated.

  17. Apple knew this would be abused on With Insider Help, ID Theft Ring Stole $700,000 In Apple Gift Cards · · Score: 1

    Apple made the business decision to have the instant credit provided by a 3rd party. There was a lot of money to be made in this channel and Apple is sitting on billions in cash so why did Apple not provide the credit directly? Because they knew this would be abused and they couldn't put a solid number on the potential downside. There are probably some interesting emails to be subpoenaed by an enterprising attorney on this subject. I would guess the Apple CFO would have been for offering the credit directly and the CMO against it.

  18. Re:Document first on Ask Slashdot: What Tools To Clean Up a Large C/C++ Project? · · Score: 3, Informative

    This will find the static interaction points, but will miss the dynamic interaction points. He also has to watch for callbacks and methods present to satisfy oddball templates in C++, methods that will be invoked as a result of casts, etc.

  19. Re:The problem isn't science its ethics on Science's Biggest Failure: Everything About Diet and Fitness · · Score: 1

    We ruthlessly study the digestive biology of commercial animals. We perform surgery on thousands of cows, sheep and goats to intercept their food as it passes through their system and we study their excrement in excruciating detail. Commercial operators know exactly how lean the beef will be based on the animal's food. We don't come close to doing this humans. Humans also don't eat the same thing every meal which greatly complicates the entire study. But at no point would we study humans in the way we do commercial animals.

  20. 16 Churches, Population 5706 on Texas Boy Suspended For "Threatening" Classmate With the One Ring · · Score: 1

    County seat of Winkler county, one liquor store just outside the city limits ... middle of nowhere Baptist country.

  21. Re:Time for a class action lawsuit on Ubisoft Revokes Digital Keys For Games Purchased Via Unauthorised Retailers · · Score: 1

    Wouldn't it be bigger pain be for UbiSoft if innocent victims all sued in small claims court? UbiSoft would loose almost all cases by default. Class action lawsuits only exist to make attorneys rich. Settlement money never reaches the consumer. If the consumer is lucky they get some sort of discount coupon that has no value if they no longer want to business with the company sued.

  22. Re:Secret Ballot? on How Bitcoin Could Be Key To Online Voting · · Score: 1

    A random QR Code printed on the back of your voters registration card identifying your 'voting wallet' with no correlating electronic record associating the code with you would give you both.

  23. Forgery? on In-Flight Service Gogo Uses Fake SSL Certificates To Throttle Streaming · · Score: 3, Interesting

    Under civil law, this is certainly a trademark violation. Is this a forgery under criminal law?

  24. Tax IP Usage on Ask Slashdot: What Should We Do About the DDoS Problem? · · Score: 1

    Make ISPs want to put their customer's behind NATed firewalls in order to avoid this tax. This would cut down on the botnet infection rate and make these infections more visible to the ISPs themselves. Grandma's computer does not need and really should not have an internet routable address. The 'service' ISPs are providing their customers has not evolved since the 1990's but the nature of the internet has drastically changed.

  25. Size of Texas? on Army To Launch Spy Blimp Over Maryland · · Score: 1

    Texas is a lot bigger than 240 miles across which is the distance that you can see at 10,000 if you define 'see' very loosely. It's pretty hard to resolve much after you have looked through 120 miles of atmosphere.