Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Cloud

Federal IT Will Survive the Budget Deal 104

jfruhlinger writes "Like most people in America — and like most government workers in particular — federal IT staffers are wondering how the recent budget deal will affect them. It seems they won't suffer much, for two reasons: there was already a major tech consolidation effort underway, and everyone involved is hoping IT initiatives will result in cost-savings in other areas of government operations. In particular, federal moves to the cloud — which can yield considerable savings, despite a need for up-front investment that deters some shops — will continue."

Comment PuppyLinux on USB stick (Score 1) 622

...is maybe easier to setup onto an USB stick than installing Ubuntu on Windows partition or disk (the gparted part being probably the hardest), but it will be handy afterwards too. The GUI isn't as fancy as Ubuntu Unity, but it is fast and usable even on older hardware. http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm

Comment D is C++ redesigned (Score 5, Interesting) 375

Given all the negative comments about the complexity and misfeatures of C++, I one day decided to take a good look at D programming language.

I know Ruby, Python and Common Lisp, and as I have used Ruby's NArray and NumPy quite much, I appreciate that D language has first class Array objects and vector operations for arrays built into the language. D is also compatible with C and has two-way bridge for Objective-C. The version 2 also supports functional programming.

Overall, D seems to have taken good influences from dynamic programming languages like Ruby and Python.
I wonder why D isn't more popular? Maybe the division of the standard libraries is a big factor?

PS. I have been looking a similar library to NumPy for Common Lisp, but GSLL just doesn't cut it and Matlisp only handles two-dimensional matrices. Of course you can use map, but iterating even slices of two-dimensional matrices with map can be a hassle and is much more verbose than having a good iterator abstraction.

Comment Re:Not just software (Score 4, Interesting) 239

I second this idea, I would like to see it become a useful resource for both users and developers/artists. There could be a directory and a customized search engine pointing to good resources about open source and creative commons materials.

For developers it could help find libraries with selected license (BSD and MIT like licenses in addition to GPL like), links to free tutorials, books, documentation and interesting projects to collaborate by language, information about different licenses. Also a message board or news section for finding collaborators for and announcing new projects might be useful.

Wiki works too for a dictionary claryifying some terms about open source, but I think it should just be a part of the site. I see a collectively edited Dmoz or Yahoo style link directory equally useful. For inspiration on making new users for open source software: http://www.opensourcemac.org/

On the software side, there is already Github, Sourceforge and many more, but open.org could provide some visual statistics about most used open source software, most active projects, most liked projects the information being collected from different sites and repository hosts. Github and ohloh.net do a good work of being useful for both developers and users. In my opinion Sourceforge has gone much worse in this respect in the last two versions, unvisionarily mixing the two sides and not catering to either.

As for the self-sustaining revenue: On the web there's generally four ways to make money:
Donations, ads, selling some useful items or services and porn.

Comment Re:None (Score 1) 703

So, let's first make mars and then the whole solar system our dumpster of overconsumption, right?

I agree with the GP's thinking, in that moderating the lifestyle on earth to sustainable levels, and developing renewable energy sources from sun and nature should be humanity's priorities over showing national muscles in the space.
Medicine

Hints of a Link Between Autism and Vinyl Flooring 356

SpuriousLogic sends in a link from Scientific American to a study by Swedish and US researchers that reaches the surprising conclusion that there may be a link between autism and vinyl floors. "Children who live in homes with vinyl floors, which can emit chemicals called phthalates, are more likely to have autism, according to research by Swedish and US scientists published Monday. ... The scientists were surprised by their finding, calling it 'far from conclusive.' ... The researchers found four environmental factors associated with autism: vinyl flooring, the mother's smoking, family economic problems, and condensation on windows, which indicates poor ventilation. Infants or toddlers who lived in bedrooms with vinyl, or PVC, floors were twice as likely to have autism five years later... than those with wood or linoleum flooring. ... Several scientists who did not participate in the study cautioned that it has too many limitations to draw conclusions, but they suggested that new studies be designed to look for a connection between autism and indoor air pollutants."
Media

Sony Blu-spec CD Format Detailed, Hits Stores 290

CNETNate writes "More details about Sony's new Blu-spec CD format — standard CDs authored using Blu-ray's blue diode technology — are beginning to emerge, with commercial releases beginning to hit Amazon. Blu-spec CDs are compatible with existing CD players but have been mastered with higher levels of accuracy by using the same technology used to author Blu-ray discs, with the intention of eliminating reading errors that occur as a result of being authored with traditional red laser technology. Sony has also launched an official (Japanese) site for Blu-spec CDs."

Slashdot Top Deals

"If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed." -- Albert Einstein

Working...