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

 



Forgot your password?
typodupeerror
×

Comment Re:New wave legacy... old wave legacy? (Score 1) 878

Similar background: 30 years of coding - academic, commercial, COBOL, C, C++, Java, Javascript, Python, ...

I've recently been looking at Java code so full of horribly complex calls to combinations of outdated horrible frameworks, that I was thinking the same thing - "We may well look back on these years of great web development as building a legacy that a lot of us spend the rest of our lives trying to reverse-engineer, fix and replace."

I was thinking that Rails or Django might at least reduce the amount of stuff to learn to get maintenance done.

Submission + - Is the Web getting stale?

mchnz writes: Is the Web filling up with stale stuff. More and more these days I find myself using Google's advanced search options to constrain results to the current year. Are Google's indexes filling up with old highly ranked pages that overwhelm the new stuff. Perhaps this is creating a kind of self re-enforcing cycle as people follow these old links. This seems particularly problematic with searching for help concerning technologies that have now been around a while, for example: help with things such as Linux configuration, XML processing, Java frameworks. Perhaps search engines need some better means for recognising and dealing with stale information.

Comment UNIX pipes and named pipes (Score 1) 626

Twenty years ago processors were slow, but some UNIX boxes had more than one. Where this was the case, pipes and named pipes could be used to keep more than one CPU busy. Such techniques were often used to for linking troff, eqn, etc. The skill required was not much more than the ability to break a task down into large sized units that could work independently. Of course not all tasks are amenable to such an approach, but many are.

Comment Re:A reasoned analysis? That's good. (Score 1) 869

Similar experience here. After at least 10 years with Fedora and Red Hat, I've switched to OpenSUSE to get access to a stable KDE.

I'm quite used to modifying my Linux environment to get where I want to be. I did evaluate Fedora 10, but at the moment, Fedora doen't seem to be a good starting base for a KDE user. So I can see why people are switching.

Slashdot Top Deals

This file will self-destruct in five minutes.

Working...