Forgot your password?

typodupeerror

Comment: Re:That Moment (Score 2) 392

by Carewolf (#40133649) Attached to: 350-Year-Old Newton's Puzzle Solved By 16-Year-Old

What's wrong with using them?

They are not helpful. Automatic proof, or automatic proof-verification is a research field, and has been so for decades, and has still YET to come up with something helpful to anyone doing real mathematical proofs. They have only barely reached the ability to help with play-thing problems handed to high school students, and even them the computer generated result (or input), is obtuse and stupid - not helpful in any way.

Comment: Re:Inexperienced drivers are inexperienced (Score 2) 217

by Carewolf (#40057789) Attached to: Quantifying the Risk of Texting Drivers

jesus christ did someone actually use 'exponentially' correctly on the internet

Nope. The energy involved in the crash which determines the damage done increases quadratically with speed. Similarly the safety margin for errors decreases quadratically with speed. So while it is super-linear, it is not anywhere near or related to exponentially. I am sorry; you will have search harder to find someone use 'exponentially' correctly on the internet :(

Comment: Re:This is too simple to fix (Score 1) 479

by Carewolf (#40049989) Attached to: Your Passwords Don't Suck — It's Your Policies

There is a difference between online passwords and offline password. First of all there are so many weaknesses online that your password is not going to be the weakest link, secondly online services will typically have system that severely slows down online attacks.

Offline attacks will often attack the digest, and not give a shit about guessing passwords.

Comment: Re:in other words (Score 2) 711

by Carewolf (#39988249) Attached to: FreeBSD 10 To Use Clang Compiler, Deprecate GCC

*Cough* bullshit. BULLSHIT!

Simple proof: GCC has precompiled headers, and is in some ways more modular than Clang, separate precompiler for instance? What clang has is better API for the code analytics where GCC's modular APIs are either too high level (precompiled source), or too low level (intermediate GIMPLE code).

Comment: Re:deliberately obscured internals by Stallman et. (Score 1) 711

by Carewolf (#39988203) Attached to: FreeBSD 10 To Use Clang Compiler, Deprecate GCC

GCC was in blind alleys before. No real reason for them not to survive this one. Another EGC can happen, to pull GCC in future.

GCC is doing just fine and there is plenty of cooperation between clang-developers and GCC-developers. As always, the war only exists in the minds of the fanboys on each side.

Btw, the latest improvement in GCC is to move new development to C++ which will allow for much cleaner and more maintainable code.

Comment: Re:Wouldn't it be easier.... (Score 1) 172

by Carewolf (#39985389) Attached to: Location Selected For $1 Billion Ghost Town

Yep, the only way this makes sense if they want to test dangerous or potentially dangerous technologies without humans getting in the way. If it was really just wireless networks and automated appliances, they could just hand out/install the new bleeding edge technology out for free in a volunteer test city.

Langsam's Laws: (1) Everything depends. (2) Nothing is always. (3) Everything is sometimes.

Working...