Slashdot Mirror


User: c0lo

c0lo's activity in the archive.

Stories
0
Comments
4,214
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,214

  1. Re:Streisand effect? on RealNetworks Sues Dutch Webmaster Over Hyperlink To Freeware · · Score: 4, Funny

    Real Alternative.

    Damn'd. Now RealNetworks will confiscate all the /. servers. See what have you done?

  2. Re:Technology... on More Schools Go To 4-Day Week To Cut Costs · · Score: 1

    I do wonder why more effort doesn't seem to be put into using Technology to help save money.

    Sure, take your 4 day week. Does that mean the kids can't be given a website to go to, with their on personal login, that has a bunch of weekly tests and exams for them to do, that they can spend friday doing? Have set times, make them sit the "exam" at the same time as everyone else, effectively making it a "school day" without the school.

    Hell, that's not education! At the very most is "training on how to pass an exam".

    Does not result in judgement/rationing/critical thinking abilities, does not result in useful skills, does not result in active knowledge... direct experience (the source of so much learning by mistakes) is missing.

  3. Re:Wow... on More Schools Go To 4-Day Week To Cut Costs · · Score: 1

    U.S. spending on public education per pupil is the 7th highest in the world (PDF warning), and above the OECD average as a percentage of GDP. We're spending more than enough money on education. As OP said, the problem is too much administrative overhead.

    Let me rephrase: you are wasting money in the administration of the education and not enough on the education itself. And when budget-cutting is needed, you choose to cut from education (the benefit) instead of administration (cost).

    Is the rewording correct?

  4. Re:This won't end well. on Sony: Emotion-Reading Games Possible In Ten Years · · Score: 1

    It was bad enough when all we had to worry about was breaking a controller when a game made us angry. Now the game will know we're angry on its own and react accordingly?

    Nothing to worry... not until they'll supplement the console with self-defense capabilities. Bonus points for "preemptive strikes" refinements in the AI.

  5. Re:When will MD5 be let to die as hash for passwor on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 1

    MD5 should be deprecated, but the collision attack only invalidates signatures;

    Because you are not "decrypting" the password, finding a collision will be an attack for passwords as well - fortunately, as others pointed out, it's currently still 2^120.

    and the dictionary attacks are defeated by salt

    I argue that using a "salting for passwords" it's useless (doesn't do harm, but doesn't bring in too much good either) . Unlike signatures/message digests, the checksum is not made public (the passwords - or their checksum - are stored in a "secure place") and the attacker usually has longer time for cracking a password - until you change it.
    If the attacker got a checksum of a password, it means that the attacker broke your "secure place" - what warranties do you have that the attacker didn't get your salt as well?

  6. Re:When will MD5 be let to die as hash for passwor on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 1

    Does salting garbage result in something edible?

    Well, yes?

    The problem with salting: transfer the matter into "security by obscurity".

    If the repo of you passwords leaks, one can assume the salt grains would leak too. Then you are not better than having the hashed password alone to attack.

  7. When will MD5 be let to die as hash for passwords? on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 2, Informative
  8. Wonder what UK govt wants from them? on Twitter To Meet With UK Government About Riots · · Score: 1
  9. Re:What happened to geology for its own sake? on Antarctica's Ice Flow Fully Mapped For the First Time · · Score: 1

    There was a time, way back, when geologists would have presented this kind of finding and said: "We finally have a map of how the ice in Antarctica moves. We don't quite know exactly why it moves the way it does, but at least now we know some of the questions we should ask ourselves." Instead we get scaremongering drivel along the lines of: "That's critical knowledge for predicting future sea level rise. It means that if we lose ice at the coasts from the warming ocean, we open the tap to massive amounts of ice in the interior."

    Did it scare you?

  10. Re:New discovery??? on Antarctica's Ice Flow Fully Mapped For the First Time · · Score: 1

    Even more, the common belief was that it walked across the ground (not along)

  11. Re:If it was anyone other than Ridley Scott on Ridley Scott To Direct New Blade Runner Movie · · Score: 1

    Awww. How about a whole line of Bieber replicants, and an entire movie dedicated to all the gruesome ways in which they can be *ahem* retired?

    (whisper) "The horror... the horror..."

  12. Re:If it was anyone other than Ridley Scott on Ridley Scott To Direct New Blade Runner Movie · · Score: 1

    And cast Justin Bieber as Deckard?

    No, but he could be a replicant and get blown to bits by Deckard. I could support that.

    Only if it happens in the first 30 seconds of the movie, before the title gets to roll in.
    Otherwise.. thanks, but no, thanks... wouldn't like to see bieber face all the movie. Not even if it is repeatedly blown to bits.

  13. Re:Lost cause? on What If Aliens Came To Save the Galaxy From Mankind? · · Score: 1

    It already happened - God arrived ... but humanity lately is turning out to be a bit of a lost cause!

    Indeed.

    With MAFIAA so dead-set on pirates, no wonder the global warming. But I think FSM still loves us.

  14. Re:More hubris on What If Aliens Came To Save the Galaxy From Mankind? · · Score: 1

    And how the hell can we affect the entire Milky Way?

    Unless the "aliens" are sick of our TV and Radio broadcasts. Though, that would require the aliens planet to be within 100 light years, which is improbable.

    Well, I think is too late already.
    TFS:

    Of course, ETI might just be an aggressive race, so like Stephen Hawking's recent warning, the authors of the study suggest that perhaps we shouldn't transmit too much information into space.

    As I said, is too late; even FBI can't help itself to keep quiet

    On the "bright side": with such a scenario, who the hell will need terrorists to keep the populace in check?

  15. Re:How many lawyers... on DHS Tries To Hide Mobile Scanner Details · · Score: 1

    I wonder how many lawyers have already figured out that any suspect that has evidence brought against them, evidence obtained with this technology, already has in hand an admission by the authorities that the suspect was subjected to x-rays against their will? Hell, even a probable cause statement for a warrant would require the admission of use of this technology.

    There's no risk for having the lawyers sticking their noses in. The PATRIOT act and Guantanamo are still alive, you know?

  16. Re:Then learn the language better, stupid on C++ 2011 and the Return of Native Code · · Score: 1

    There are no checked exceptions in C++. There are exception specifications but they were a controversial idea that got deprecated in C++11.

    FTFY.

    Java seems to have a way doing the opposite.

  17. Re:Yikes on C++ 2011 and the Return of Native Code · · Score: 1

    New hardware has bought us the ability to use managed code for most (not all) software. Isn't this much better than expecting every programmer to perfectly manage his memory every time? Just wait a couple more years and we won't be feeling the hardware pinch even on phones.

    Hmmm... I think you aren't aware of what seems to be a law of the nature: "When a new generation of hardware breaks the bottlenecks of memory/speed, it takes almost no time for the next generation of incompetent programmers to reinstate them".

    Examples:
    a. "640 kB should be enough for everybody" - said once the "lead architect" who's last major project was Vista
    b. "The art of computer programming" is taught on MiX and it's a jewel on concerning the algo complexity analysis. Nowadays, very few programmers feel the need to even choose the right basic algorithms for the code they are scribbling by the fucktonne.

  18. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    Personally I would say that C++ is a lot more cryptic than Java, even though I'm very familiar with C.

    But for native coding I would say that it may be useful to look at other languages too - like Fortran.

    Doing a fair bit of Fortran in the past, I'm seeing no reason to do it if you come from a C++ background - the compiled C++ will be equally fast as a compiled Fortran that expresses the same computations.

  19. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    The problem here is that mixing different languages is a bit difficult. It would be great if you could do UI stuff in some high-level language like Java, C# or VB and do the heavy problem-solving stuff in ASM, C/C++ or Fortran.

    Spot on! The very reason I started to learn Java about 12 years ago: the UI stuff. Boy, even now I can't be bothered again with MFC or widgets.

    It's not impossible to mix languages, but it's certainly not made easy.

    For my own experience: JNI takes about 1-2 days to understand and 1-2 months to adjust your mind and habits in using it. I'd say, not that hard either. (see also JNA)

  20. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    Try writing any large multi-threaded, networked program in C++ and spend as much time on the configuration management as when doing the same in Java.

    For writing: things slowly change, see Boost.

    For makefiles or whatnot: if your project is indeed complex, the economy of time will still show a very small percentage being directed in makefiles (as you noted, with most of the time will be spent in compilation).

    Other than that, yes, I agree, C++ doesn't yet have the edge of cross-platform portability (and, at the rate the C++ standardization committee works, I lost hopes that I'll see it during my lifetime. Maybe my grandchildren?)

  21. Re:Limit cases on Australian 'Electronic Pigeon Hole' Could Replace Gov't Snail Mail · · Score: 1

    c. Abbott and Turnbull are complete idiots when it comes to technology, so much so they make Conroy look like a genius and as an IT&T worker in Oz, I dont have kind things to say about Conroy.

    Except the fact that he's quite a bulldog when it comes to defending NBN, neither can I find kind things to say about him.

  22. Re:IT locking down the PC... on Why PCs Trump iPads For User Innovation · · Score: 1

    (No, I didn't RTFA.)

    Being a "mainframe guy", I can't help but laugh at how PCs were brought in to break the IT stranglehold, and now after uncountabillions have been spent on virus protection and remediation (with companies still not blocking most web sites), the pendulum is now swinging back in the direction of centralized control.

    I can't help but smile at how the iPads (or any mobile devices offered on "a data plan" by telecoms) are considered as "not locked down"; also smile in the anticipation of the moment in which the only choice will be "there is a cloud supported App for that". (what is the WebOS for? why wouldn't the corporations attempt to feed you strictly via a controlled channel?).

  23. Re:Oldest rock? on Moon Younger Than Previously Thought · · Score: 1
    I really can't understand why the parent is (currently) modded flamebait. In fact, I don't quite understand why TFS creates a false dilemma when saying: or the theory that the moon use to be a molten ocean is wrong." Because TFA offers as alternative:

    ... or that this sample does not represent a crystallisation product of the original magma ocean.

    Which, in my mind, is different form saying "there was no magma ocean", because it lets open the possibility of "what if the rock is the crystallization product of a younger magma ocean and reached the moon from elsewhere?"

    If I'm wrong, where/what am I mistaking?

  24. Re:Idea for a better source of energy on UCLA Engineers Create Energy-Generating LCD Screen · · Score: 1

    You mean like this? http://www.pcauthority.com.au/News/261762,typing-to-power-laptops.aspx

    Is it any good for, say, touch screens?

  25. Re:I'm proud to say... on USPTO Issues 8,000,000th Patent · · Score: 1

    My grandpa got several patents in the 1940's, back when a patent actually meant something other than a method and system for trolls to screw over real innovators :-P FU USPO

    I don't quite understand why some achievement of one's ancestors is a reason to make one proud.

    Somebody said it better, just Google for "ancestry Samuel Butler"