Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:I may not be hip.. (Score 1) 775

Yeah I've been working on with open source dev tools in the network appliance domain for several years now but I've come to think that .NET is one of the things that MS did right. Thankfully I haven't been working with Java but c/c++ and python and bash. Java wasn't originally open source and was a poorly designed language that got lots of marketing impetus from Sun, hence it's widespread adoption. You end up with code the calls the AbstractObjectFactory that calls the AbstractAbstractObjectFactory etc and a whole lot of objects that you don't need. At least with C++ you can choose not to use objects and simplify. Same with Python.
X

After 2 Years of Development, LTSP 5.2 Is Out 79

The Linux Terminal Server Project has for years been simplifying the task of time-sharing a Linux system by means of X terminals (including repurposed low-end PCs). Now, stgraber writes "After almost two years or work and 994 commits later made by only 14 contributors, the LTSP team is proud to announce that the Linux Terminal Server Project released LTSP 5.2 on Wednesday the 17th of February. As the LTSP team wanted this release to be some kind of a reference point in LTSP's history, LDM (LTSP Display Manager) 2.1 and LTSPfs 0.6 were released on the same day. Packages for LTSP 5.2, LDM 2.1 and LTSPfs 0.6 are already in Ubuntu Lucid and a backport for Karmic is available. For other distributions, packages should be available very soon. And the upstream code is, as always, available on Launchpad."

Comment Evidence based estimating (Score 1) 483

Evidence based estimating is what I'd like to see more of and less of the abracadabra 'story points' rubbish that SCRUM practitioners advocated. At a previous organization we went down the SCRUM road and were told to use story points where a story point is a unit of effort (not time) required to do the task. Naturally all the devs were confused and eventually resorted to equating a story point with a unit of time (like an hour) and not a unit of effort as we were supposed to. There's also the problem were one dev's estimate of say 4 story points is not the same as another dev's estimate of 4 story points. There was never a consensus as to what a 'unit of effort' meant unless it was taken to be equivalent to a unit of time. Evidence based estimating seems to provide a better solution since it tracks the history of an individual dev's estimates, recognising the fact that an individuals estimate will differ from another. So for example if someone has a habit of underestimating a task, because of the feedback that goes into the system after the task is done, the system caters for this when that person makes another estimate.
Earth

Dinosaur Feather Color Discovered 219

anzha writes "Do you remember being a kid and told we'd never know what colors the dinosaurs were? For at least some, that's no longer true. Scientists working in the UK and China have closely examined the fossils of multiple theropods and actually found the colors and patterns that were present in the fossilized proto-feathers. So far, the answer is orange, black and white in banded and other patterns. The work also thoroughly thrashes the idea that fossils might not be feathers, but collagen fibers instead. If this holds up, Birds Are Dinosaurs. Period. And colorful!"

Comment Cool man .. now implement it. (Score 0) 230

Yay ... now all I need is a farting cow, a playground for the kids and a swamp in my backyard and I'll have enough juice to run my linux desktop. Seriously this kids going to turn into one of those bosses with all the fancy ideas of how things should work, then try and convince other people to do the work for him, and no skills to make anything.

Comment Re:What I use(d) (Score 1) 1055

Geany works great in Linux, I see that it's cross platform, so I guess you can also get it to work in Windows. But note that due to Windows not having the same compiler tools as Linux available by default, it might be handier in Windows to have something that comes with its own compiler like Dev-C++ :)

Except it has this ability to leave trailing whitespace on the end of lines, can't do buffer local settings (i.e. can't set different a different value for tabstops depending on the file), and the last time I saw someone use it he would tap the space bar several times to indent because Geany's tabs to space conversion was broken and I don't even think it's configurable via some sort of script language. I don't really understand why people don't use one of the more established editors like emacs or vim. If you learn how to use one of those well then you're not going to regret it, but with something like Geany you'll eventually run into problems that these serious editors would already have encountered and solved.

Comment Wrong defense (Score 3, Interesting) 207

That's a daft argument. You could extend that to say an ethernet frame and say 'oh because ethernet frames are broken up they can't be used to distribute copyrighted data'. Similar argument for reading writing blocks to disk etc... It's pretty obvious bittorent can be used to transmit information copyrighted or not. Their defense should focus on the accuracy identifying weather the information transmitted is copyrighted or not, since people do use bittorrent for legitimate reasons. ISP's probably want to win this case because they are aware of the enormous amount of traffic bittorrent generates, most of it being movies, mp3s etc... Forcing them to curtail this will hurt their revenue. The other side of the coin is that people that create music, movies, software are entitled to license it however they want. If they give it away for free good for you but if they copyright it and require payment for it then that doesn't mean you can just take it from them.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...