Slashdot Mirror


User: Cyberax

Cyberax's activity in the archive.

Stories
0
Comments
5,567
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,567

  1. Re:I think you're doing it wrong.. on C# and Java Weekday Languages, Python and Ruby For Weekends? · · Score: 1

    I thought that way earlier.

    But after we completed a project with a fair amount of code in Scala, I'm starting to think differently. Yes, it would be nice to have more features. Yes, Java sorely needs things like reified generics and lambdas. But at the end of the day, Java code is more easily supported than code in 'smart' languages.

    I've measured it, and Scala code requires more time to support it and during its development we had a lot of arguments about the code style and design approaches.

  2. Re:That's curious on 14-Year-Old Wins International Programming Contest · · Score: 1

    You're very wrong. Software industry is alive and well in Russia and ex-Soviet Bloc countries. It's not very visible because:

    1) Most of software companies work on outsourced projects. You might be using software developed in Russia and don't know about it (examples: recent versions of Microsoft Flight Simulator, Heroes V, etc.)

    2) A significant part of software companies produce software for domestic consumption.

    3) ex-Soviet bloc was late on software development scene.

    4) A great many ex-Soviet programmers emigrated to the West countries.

    PS: I'm the owner of a small software company in Ukraine :)

  3. Re:I think you're doing it wrong.. on C# and Java Weekday Languages, Python and Ruby For Weekends? · · Score: 1

    Java code is usually larger than code in other languages, true.

    But currently Java has the best tools in existence. IntelliJ IDEA is the best IDE out there.

    In fact, power of Java tools is so great, it can argued that Java+IDE is in fact a higher-level language. For example, C# has LINQ for statically-typed queries checked at compile time, Java has nothing of that sort in the core language. However, "edit-time" inspections in IDEA provide even better support for checking queries: http://files.rsdn.ru/37054/HQLBug.png (here a non-existing field and incorrect placeholders are highlighted).

    Another example, Java doesn't have closures, but the can be effectively added by IDE: http://blogs.jetbrains.com/idea/2009/03/closure-folding-in-intellij-idea-9-maia/

    So writing Java in a good IDE for me is better than writing code in a great language in a plain text-editor (i.e. ViM, Emacs, TextMate).

  4. Re:Broken by design. on How To Stop Businesses Storing SSNs Indefinitely? · · Score: 1

    "There is no reason for a POS to have SSN. There are many other methods to get uniqueness."

    Uhm... Care to tell them? We've researched possible unique identifiers for people in our last project. So far, the only solution is to use SSNs.

    The most sane way to solve this problem is to stop using SSNs as authenticators and start printing them in phone directories.

  5. Re:Screw it!!! on NASA's Cashflow Problem Puts Moon Trip In Doubt · · Score: 1

    The current will be severely limited by the number of ions colliding with the lift's cable. So you won't get a current of great strength.

  6. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    GM already priced about ~8k for replacement parts in the cost of the original Volt.

    I think, there'll probably be various issues and/or costly recalls for Volts. After all, there is a ton of new technology there, and something is bound to be wrong/dangerous/...

  7. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    Not exactly. Batteries degrade, but they don't die completely.

    Also, they live much longer if kept close to optimal charge (around 50%), which is kinda hard to do if they're sitting on a shelf.

  8. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    "It will be entertaining if GM warranties for 10 years as this will be a huge future liability. In ten years cells will fail even if the pack still has the capacity it will likely require replacement of bad cells."

    That warranty is mandated by government (I can find a press-release, if you want). I don't see why it's impossible, chemistry of lithium batteries is known well enough to make such a gurantee.

  9. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    "Where have they guaranteed this?"

    In many many press-releases. You can follow the http://gm-volt.com/ site.

    "I was reading comments on the GM blog and someone noted that the EPA watt-hours per mile actually translated into 32 miles range for 8KWhs. The GM answer was already hedging the range saying the 40 miles was "up to" 40 miles and the EPA used pesky things like AC."

    Yes, of course. GM calculates the range based on a 'typical' usage (with some AC, hills, etc.). It will probably be different in the real world. 8 miles change does not sound extraordinary.

    And also let me rephrase it this way, GM's guarantee means that Volt's battery will have 8kWh of usable capacity even after 10 years.

  10. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    Volt's battery will only be utilized for 50% of its capacity at the start of its lifetime (Volt has 16kWh battery, but only uses 8kWh). As the battery ages, Volt will use more and more capacity.

    At the end of its lifetime, battery will degrade to about 50% of its initial capacity.

    So I don't see why such guarantee is not feasible technically.

  11. Re:Simple really, just like government accounting on Chevy Volt Rated At 230 mpg In the City · · Score: 2, Insightful

    Volt's battery is guaranteed to deliver 40 miles of AER _even_ after 10 years or 150000 miles.

  12. Re:Vaporware on Chevy Volt Rated At 230 mpg In the City · · Score: 1

    They are producing IVs (integration vehicles) which are essentially production models. And GM fully commited themselves to 40 miles range.

    It's quite unlikely to change.

  13. Re:Infrastructure is part of it ... on US Cell Phone Plans Among World's Most Expensive · · Score: 4, Informative

    Russia: 17,075,400 km^2. Population density: 8.3/km^2

    Phone plans: still cheaper than in the US.

  14. Re:MOD PARENT UP! on US Cell Phone Plans Among World's Most Expensive · · Score: 1

    How many towers does it take to cover Russia?

  15. Re:Stupid prices on US Cell Phone Plans Among World's Most Expensive · · Score: 1

    Russia is about several _times_ larger than the USA. Yet, it still has much lower prices.

  16. If it's stupid but it works, it isn't stupid on 10 Worst Evolutionary Designs · · Score: 4, Insightful

    "If it's stupid but it works, it isn't stupid" - that also applied to evolutionary designs.

    Also, some of these 'design issues' might in truth be advantages. For example, sea mammals can swim through oxygen-depleted dead waters just fine - they don't depend on dissolved oxygen.

  17. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 1

    Have you ever discussed evolution with creationists?

    If you did, then you'll understand that it's not a huge leap of faith at all. It's more like 99% prediction.

  18. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 1

    No. ID tells us that creatures were DESIGNED, not EVOLVED. That's why it's called Intelligent _Design_.

    You're thinking about "guided evolution" (which is unfalsifiable, but more or less sane).

  19. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 1

    "Intelligent design can be defended just like any other belief that has no evidence to prove it wrong."

    We have evidence which proves ID wrong. We have more than enough evidence in favor of evolution (literally, thousands and thousands of facts) and _nothing_ which flat-out contradicts it.

    The _only_ way ID can be defended is by saying that God faked all the evidence (or Satan faked it to misguide us). But that's just intellectual masturbation.

  20. Re:Seminarys are strange animals on College Credits For Trolling the Web? · · Score: 1, Insightful

    "Bill Dembski is a smart guy (I've met him)"

    Are you sure you're not mistaking him with McDonalds clown?

  21. Re:Intelligent Design Creationism? on College Credits For Trolling the Web? · · Score: 2, Informative

    Uhm, no.

    ID is a form of creationism. It's pure and simple.

    Young Earth Creationism is just another form.

  22. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 1

    Care to bet that the course includes real education on evolution theory?

    From what I've seen, their 'education' consists of repeating old lies again and again.

  23. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 1

    Yes, we dabble in guided evolution. Genetic engineering really upsets fundies :)

    But it's still wrong to think that we can guide evolution of every species in the foreseeable future.

  24. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 5, Insightful

    By the way, notice that defending their position does not include a knowledge of evolution theory. So it's really a pure trolling.

  25. Re:Wait, wait, wait... on College Credits For Trolling the Web? · · Score: 0, Troll

    Defending? What?

    ID can not be defended, it's not a theory, it's just a religion. Moreover, it contradicts reality. Thus all defenders of ID are invariably stupid morons. I've not yet seen a good argument in favor of ID.

    PS: I do not include guided evolution (which is nicely unfalsifiable, but at least somewhat saner) in "ID".