Slashdot Mirror


User: svick

svick's activity in the archive.

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

Comments · 123

  1. Re:Anyone who has ever taught math knows this on Study Suggests the Number-Line Concept Is Not Intuitive · · Score: 1

    We don't just want our kids to be able to manipulate symbols (at least, I don't want). Any computer can do that.

    Actually, no, they can't. At least not as well as human mathematicians can. Have you ever seen a proof by a computer? It doesn't actually manipulate symbols, it just enumerates all the possibilities.

    Computers are good at computing. You could say that that's a subset of "manipulating symbols", but it's a very small subset.

  2. Re:Baloney on Magical Thinking Is Good For You · · Score: 1

    Never crossed your fingers while hitting 'compile'? Never knocked on wood (hur hur) or tossed salt over your shoulder? Never had a rabbit's foot, or avoided stepping on a crack in the sidewalk, even as a kid?

    No. No and no. Nope; well, yeah, but that was for fun, not out of some superstition.

  3. Re:Witness the power of competent PR! on Assessing Media Bias: Microsoft Vs. Everyone Else · · Score: 1, Funny

    Are you really implying that Microsoft makes "a product that people want and can use"? Are you sure you're at the right place?

  4. Re:So, why don't they... on EA Defends Itself Against Thousands of Anti-Gay Letters · · Score: 1

    Are you really suggesting a switch to remove Joker? How dare you!?

  5. Re:Oh Well on New York Times Halves Monthly Free Article Views To Ten · · Score: 1

    If you personally consider it a good journalism, maybe it's time to reward it by buying the subscription?

  6. Re:007087 on Van Rossum: Python Not Too Slow · · Score: 1

    For simple, local things like this, you can avoid pointers. But most of the time, you need to pass things around, which means using pointers (possibly behind a thin veil of shared_ptr or similar). And you need to think about the pointers, which doesn't happen in languages with garbage collector.

  7. Re:Citable on After 244 Years, the End For the Dead Tree Encyclopedia Britannica · · Score: 1

    Yes, deleted articles are really deleted and even links to a certain revision of that article won't work anymore.

    I think that merged articles usually don't have their histories merged, so that should be fine.

    And renaming doesn't affect this, the history link uses a revision id, which won't change even after a rename.

  8. Re:They invented the debugger! on A Better Way To Program · · Score: 1

    The assumption is that the method that would run with bad arguments could corrupt the data. But if you always check the arguments, you never corrupt any data. Of course, nothing is perfect and data corruption bugs may still occur.

    And when I said “crashes”, I actually meant that it throws an exception. You should not catch that exception (that would be just hiding the problem), but finally blocks will execute, so it kind of is graceful failure, or at least it can be.

  9. Re:They invented the debugger! on A Better Way To Program · · Score: 1

    Now, checking the bounds of dynamic arrays is not possible

    Okay, so what if I pass length of that array to some function? Wouldn't that break the range checking?

  10. Re:They invented the debugger! on A Better Way To Program · · Score: 2

    It seems to me you're describing is Design by contract. Specifically, Code Contracts in .Net allow you to do this. The compiler there tries to check as much as it can, but checking every situation is simply not possible. It also produces runtime checks, so that your application crashes immediately when the contract is broken, instead of corrupting data.

  11. Which country? on Ask Slashdot: Best Mobile Phone Solution With No Data Plan? · · Score: 2

    I think the answer depends a lot on which country are we talking about. How could you forgot to mention something that important?

  12. Still in Visual Basic on Security Tool HijackThis Goes Open Source · · Score: 5, Informative

    Since it was "originally written in Visual Basic", I wonder what language does it use now?

    It turns out, it still uses Visual Basic. Not sure why was the summary written that way.

  13. Are all those keys real? on 99.8% Security For Real-World Public Keys · · Score: 1

    I know about at least one public key that was intentionally created very weak, that is, one that is easily crackable.

    Why was it made? As a part of "hacking" competition.

    I wonder how many of the keys they found were bad were never used for anything serious, like the one I mentioned.

  14. Re:Let him succeed on Man Claiming He Invented the Internet Sues · · Score: 4, Interesting

    Oh no, he won't sue the entire planet. You see, most reasonable countries, like Europe, don't have software patents.

  15. Re:Let's Discuss having a Discussion about a Decis on Wikipedia Chooses Lua As Its New Template Language · · Score: 3, Interesting

    Using Lua instead of the current template syntax will not mean much for editors of articles and nobody claimed it would. It will only make (huge) difference for those who currently write templates.

    On the other hand, there is also some work going on to make editing of articles easier using a WYSIWYG editor.

  16. General rule on UCLA Professor Says Conventional Wisdom on Study Habits Is All Washed Up · · Score: 1

    I think the general rule about how people learn best is: There is no general rule. Everyone is different and everyone learns in a different way. What may be great approach to studying for someone will be terrible for someone else.

  17. Re:C# on 2011's Fastest Growing Language: Objective-C · · Score: 1

    C++/CLR is only a niche language though. Under most circumstances, you will be writing managed code in C# or unmanaged code in C++, not managed code in C++. C++/CLR is there for the rare cases when you need to bridge the gap between managed and unmanaged (and you can't or don't want to use P/Invoke from C#).

    And native C++ does have IntelliSense in VS 2010.

  18. Re:Data on European paid holidays and work hours on Do Companies Punish Workers Who Take Vacations? · · Score: 1

    You're not Czech and you worked in the Czech Republic? I'm curious, what did you do here?

  19. Languages don't have to change slowly on Why We Need More Programming Languages · · Score: 2

    I don't think languages have to change slowly. It all depends on the way they are developed.

    Look at C#. It's quite a young language, but it changed tremendously since it started. And now languages like Java and C++ are trying to catch up with it, at least in some aspects (like lambdas).

    In version 1.0, it was mostly a copy of Java, with some enhancements, like properties and delegates. Over time, generics, lambdas (that can be manipulated programatically) and optional dynamic typing were added. And the upcoming version 5.0 will have much better support for asynchronous programming than other languages. All those changes are very useful and can change the way you program.

    I think this proves that popular languages don't have to change slowly. And you can even keep backwards compatibility while doing it.

  20. Re:Query Languages on Why We Need More Programming Languages · · Score: 1

    There is one query language that improves on SQL a lot: LINQ. It's tightly integrated with C#, but that's the whole point. You don't have to deal with parametrized queries or other things. The query is usually translated into SQL in the end, but the developer doesn't even know about that most of the time.

  21. Re:Someone here actually suggested it before on Google Throws /. Under Bus To Snag Patent · · Score: 2

    I think Stack Exchange has a very good system for what it does: Q&A. But it's not meant for discussing and I'm not sure you can easily translate it to a site like Slashdot.

  22. Re:Eliminate districts on Open Source Tool Lets Anyone Redistrict New York · · Score: 1

    Okay, let's say I support one of those sub-parties? How do I vote for them? I can't. I have to vote for the superparty they are part of and hope that the elected representative will be from the subparty I like.

    I don't think that's much of a solution. Why not have one superparty and decide everything by intra-party politics? Oh, wait, we (the eastern Europe) tried that and it didn't work. I have a feeling the US system is dangerously close to that.

  23. Re:Eliminate districts on Open Source Tool Lets Anyone Redistrict New York · · Score: 1

    From time to time, new political views get wider attention in Europe. In the past it was the greens, now it's the pirates. And they get into parliaments.

    I really don't think it's just an illusion of variety. And I've yet to see any such political party have any kind of success in the US.

  24. Re:As a user or as an administrator? on What's Keeping You On Windows? · · Score: 1

    I'm kinda starting to become a little bit of a MS fan.

    You're obviously not the one paying for the licences.

    My boss is. And he is thinking about migrating one of the few things we run on Linux to Windows. (Which will probably not going to happen soon, because there always seems to be something more important than modifying system that works fine.)

    Granted, it may be partially caused by our inability to get good Linux admin. But that's just another factor that makes Windows look like a better choice.

  25. Re:Sometimes that's the plan on Why Do So Many College Science Majors Drop Out? · · Score: 1

    Targeting those that are genetically lucky for doctors seems like a good idea. If I'm going to have a surgery, I'd rather have a lucky surgeon than an unlucky one.