Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment speed is good (Score 4, Interesting) 194

having on the server side fast and efficient code is nice but there are a plethora of webserver technologies out there and they can interact with virtually any programming language in the background having various technologies working together and having them developed indpendently has lots of advantages. Why bake everything together? Having sepearte entities (server, authoring language, scripting languages, databases) allows more flexibility. Efficiency and simplicity is nice but one can also overdo it. I learned real programming in Pascal, but Wirth soon started to develop the more efficient Modula, then Oberon flavors. Pascal started to stall. Oberon was great, everything, the compiler, operating system, everything fitted on one floppy. From the application and developer point of view it is a disaster to know that the shelf life of a programming language is only a few years, until the developer loses interest finds a better way to rewite the entire thing. This is especially the case for creative guys like Wirth. At one point, (oberon I) he even thought it would be nicer to have no FOR loop, as FOR loops leads to bad programs. Well, he had to reintroduce it in Oberon II. Academic elegance and theory not always goes parallel with the real world.

Comment richter scale needed (Score 1) 64

Giving names is often part of propaganda. This is common in politics. No surprise that this happens in industries where lots of money is. Giving catchy names to vulnerabilities certainly was effective to raise awareness but once the storm is over people care even less or become immune. Especially if propaganda is evident, it does not work any more. Heartbleed was serious, but totally over hyped by the media, with poodle it worked less, with shellshock it was already pathetic Its best to keep being informed by trusted sources like Cert. What would be nice to know is a scale analogue to a Richter scale in earthquakes with a well defined gauge, taking into account how much damage the bug or malware has created, how many systems were affected in total, taking into account also a relative number.

Comment reason why calculators still exist (Score 1) 340

Of course, calculators are technically long obsolete. It is exactly their limitations is the reason why they are still around because they produce controlled limits on what the device could do, for example not access the web. With smartphone or tablet already, there is less control for the teacher. There are now apps like "myscript calculator" where one can handwrite formulas onto the screen and it evaluates it. The article still has a point. With calculators, one could still experiment. I had hacked my TI 59 so that it featured a joy stick and use it to control the lights of my room. Also not well known was that it was possible to reprogram the basic functions on the calculator like allocate the sin button to something else. Presumabely this made it cheaper for TI to sell specialized versions of their calculators but the backdoor key combination to allow such mods had not been documented anywhere. (here are pictures of my highschool machine: http://www.math.harvard.edu/~knill/various/ti59/index.html)

Comment BYOD is doomed for tests (Score 1) 55

I believe, BYOD is doomed from the beginning, thats why graphing calculators (dinosaurs in comparison with modern smart phones) are still around: because of their limitations they can still be used for tests. Many questions for systems running on students hardware? How is the live system booted: DVD, memorystick? How does that work on a tablet? The biggest weakness is that the system is booted in a subsystem of an other OS. If the system interacts with a server, how do you prevent other internet access? How do you prevent other programs to be run? One major weakness for math testing systems accessed from a browser is that students can "google" or "alpha" the answer. Many system run the clock on the students system so that if the student runs a virtual machine and stops it, the clock stops. For testing systems with BYOD, there is always also the danger that the test leaks. Even with a completely locked down system, it is difficult to prevent that a student boots the OS in a virtual machine and have free range and post the test on the web. It needs only one student to do so. A test examinator can not see the difference (without considerable effort) whether the machine has booted up in a virtual machine or not. Ie only safe way to make a safe and accountable testing system is to make it on paper.

Comment relative (Score 0) 250

The quote was clearly understood "relative to other measures". Besides that one has to keep in mind that the top experts are often wrong. Look at some quotes:
  • Everything that can be invented has been invented
  • Who wants to hear actors talk?
  • There is no reason anyone would want a computer in their home.
  • The bomb will never go off. I speak as an expert in explosives.

Comment we need a tablet emulator (Score 1) 179

Certainly good to add more variety. For me a tablet is like a monitor. It just has to work and not do more what it is asked for, like user tracking or information collecting or content change or adaptation. What would be nice is to have an emulator application on a desktop which looks and behaves from the outside like a tablet. In a time, when news outlets or search engines more and more also adapt their pages to the medium (never mind the look and feel, the disturbing part is also change of content), it would be good to have a tool, which allows to catch possible leaks and see what is done when a "tablet" is recognized. Changing the user agent in the browser can not do that yet.

Comment use (Score 4, Interesting) 274

Why does anything always have to do with practicality or use. Tinkering with new or old operating systems can be compared with learning and messing with new or old math or physics. I guess that when developing some USB drivers for hurd, you learn more than improving a given drivers for linux. The later is like reading and understanding and improving on a paper which is "well known", the former like breaking new grounds.

Comment Re:Wait, what? (Score 2) 379

Second that. Perl is great exactly because it is stable, reliable and because of the prospect that it will remain so. Like the Unix shell, Latex or plain old C. Its maybe as close as one can get to mathematical tools, which by default never change. A language has to earn the status of being archane. Thats when it can be used also within larger projects without worry that basic functionality is depreciated. Its not an exclusive or. The world needs both, new languages which are exciting but change often and old languages which have a track record of being robust.

Comment Re:There people are really, really stupid (Score 1) 309

But any attempt to plan and direct breakthroughs will only serve to prevent them.
What about nuclear energy or getting to the moon? These were planned and heavily directed breakthroughs.
Breakthroughs cannot be planned
Is this really true? Modern industry is full of examples where breakthroughs have been planned.
You can put a whole lot of smart people to work, give them everything they want, and maybe you will get lucky.
Isn't this also a form of planning? Maybe we should say that breakthroughs can not be micromanaged.

Comment flexibility (Score 1) 1154

First of all, for myself there is no linux desktop problem. I always have used a lightwight desktop manager (blackbox) which has everything I even need. What would be nice for the general public is a desktop manager which is flexible enough so that it can be tuned so that it behaves exactly like OSX or be tune so that it emulates exactly windows. Such a desktop might also not be vulnerable to patent claims because it is essentially the user who tunes the parameters. There just happen to be parameter files around which make the desktop look and feel like other operating systems. Somebody might even build a parameter set so that it looks like unity.

Slashdot Top Deals

One man's constant is another man's variable. -- A.J. Perlis

Working...