Slashdot Mirror


User: mearvk

mearvk's activity in the archive.

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

Comments · 6

  1. Science vs art on James Dyson: We Should Pay Students To Study Engineering · · Score: 1

    Why not pay to school artists then? Are we arbitrarily saying that science is inherently the more valuable of the two? Seems to me anyone can make a 600 HP car with the right engine and transmission but isn't the design of the car just as valuable to product sales?

  2. Two Cents on HTML5 App For Panasonic TVs Rejected - JQuery Is a "Hack" · · Score: 1

    Not sure why they're singling out JQuery but at least some of Javascript could stand to be reworked since here we are in 2014. There are weirdnesses like the Ajax onreadystate callback not blocking even if you put false in the XMLHttpRequest specifically saying block until you hear a callback. I could go on but you get the idea.

  3. My Take on Ask Slashdot: Why Are We Still Writing Text-Based Code? · · Score: 1

    Truth is that there is definitely an upside to having graphically driven development. That is if you know your program can be broken down into 55 reuseable components and you know the mapping between function and name (widget 103 links into the network widget 12 to form Voltron let's pretend) then you can save a ton of time and money by literally dragging and dropping. The problem as others rightly point out is that there are probably tens of thousands of widgets that could be created and then you'd have to memorize at least 200 to have any value. Where code can be pressed into hierarchy and reusability it usually has been done so; so whether it's graphical or text based you'll still have the implementation methods to complete which may not be trivial. Google code reusability movements really because that's a significant part of graphical drag and drop programming.

  4. My two cents on MIT Research: Encryption Less Secure Than We Thought · · Score: 1

    RSA is the thing we should be worried about; primarily since it's used so widely. The math behind quick factorization is probably already known, add in quantum computing and you'd need like 2^1024 bit keys for RSA to make sense. So that leaves really symmetric encryption systems (don't know enough about the curve based stuff) and those are typically based on shifting, XORing with key and repeating. With respect to the article I'm not at all sure that anything can be inferred from having ciphertext and plaintext for a given key without having a quick way to do set subtraction between the set of all possible keys and the keys that could feasibly produce the ciphertext given the plaintext. Even then the key length could be increased very easily so you'd need something like a linear time method to do the set subtraction. Then, you'd just keep doing set subtraction until you had a reasonable number of keys like 1,000,000 and then go the other way and just brute force future ciphertexts to see which ones spit out coherent plaintext. But really why not just work with OTPs, steganography, multiple layers of encryption or private encryption schemes?

  5. More Realistic on How Gamers Could Save the (Real) World · · Score: 1

    Better somehow to generalize game theory from all those hours gaming and work out from that realistic, sustainable hybrids of competitive and non-competitive economic and social systems so we can get on with getting on.

  6. Linux fanboy? on After Ubuntu, Windows Looks Increasingly Bad · · Score: 1

    After reading most of this guys article I just get the feeling he's a linux fanboy wanting to join the bandwagon of anti-MS ppl. There are viruses on linux. You can get hacked on the internet on linux. You can get rootkitted on linux. Yes, let me read a 100 page man file to figure out to use a command line argument bc its so much easier and intuitive than a Windows GUI analog. Has this guy heard of ghosting his images? WTF -- a total nub -- GAH! Ya I'll take my free MSDNAA copy of Windows for now. I've run OpenSuse 10.2 on my laptop so I do know that linux isn't THAT friendly.