Software

'Mr. Samba' Talks About Samba's Future 111

Jan Stafford writes "SearchEnterpriseLinux is running an article that gives the inside scoop from Samba guru John H. Terpstra on upcoming new features in Samba-3 and Samba-4, recent events in FUD-fighting and the benefits that businesses can realize by adopting open source early."
Programming

Ulrich Drepper On The LSB 401

Sam Lowry writes "In a recent post at his livejournal, Ulrich Drepper criticizes the LSB standard and urges the distributions to drop it." It's an interesting piece; Ulrich raises some good points.
Java

Columba 1.0 "Holy Moly" Released 279

Frederik Dietz writes to tell us that after three years of hard developement Columba 1.0, codename "Holy Moly!" is ready for general consumption. Columba is an email client written in Java that boasts a 'user-friendly graphical interface with wizards and internationalization support.' Slashdot covered an interview with the Columba team earlier this year.
Software

Trouble With Open Source? 523

George Russell writes "Stephen J Marshall, writing in the BCS online magazine, provides a cogent argument detailing the ills of Open Source Software for the software industry - namely, the lack of conceptual integrity, professionalism, and innovation together with the issue of ownership of OSS developed under the current Intellectual Property laws. Do these issues concern you?"
Programming

Underhanded C Contest announces winners 150

Matthew Skala writes "The 2005 Underhanded C Contest has announced its winners: the team entry from M Joonas Pihlaja and Paul V-Khuong, and the solo entry from Natori Shin. The contest (which appeared on Slashdot in June) tests programmers' ability to hide malicious behaviour in innocent-seeming code, making it a kind of evil shadow twin to the International Obfuscated C Contest."
Microsoft

Anders Hejlsberg on C# 3.0 386

spongman writes "Channel9 has a video of Anders Hejlsberg demoing C# 3.0. The new language enhancements include implicitly typed locals, extension methods, strongly-typed lambda expressions, anonymous types, and LINQ - a builtin SQL-like syntax for data access. The spec, samples and a working compiler can be found on MSDN."
Microsoft

Mono Blocked from MS Conference 350

Anonymous Coward writes to tell us that Microsoft has apparently blocked the Mono 'Birds-of-a-Feather' meeting from being held at their Professional Developers Conference for the second year in a row. Miguel de Icaza discusses the circumstances in his blog. From the blog: 'It is their conference, and they have every right to control what they will allow to be shown there, but they actively have misrepresented things.' Not terribly surprising but infuriating nonetheless.
Linux

Race to Linux Project Announced 100

An anonymous reader writes "According to Internetnews.com The Race to Linux project was announced Wednesday at the recent Microsoft Professional Developers Conference. The challenge: port an existing ASP.NET application to Linux using any cross-platform tool of choice, including Mono, Grasshopper and PHP. (Mainsoft offers tools that let Visual Studio users build applications that run natively in the Unix, J2EE and Linux environments.) Yaacov Cohen, CEO of Mainsoft stated: 'Linux is too big and ubiquitous to ignore.'"
Databases

Oracle Beginnings - Where to Start? 102

Scalli0n asks: "I'm a programmer with a solid computer science background, but I'd like to know where I should start with the behemoth that is Oracle - my bosses tell me that I need to learn it to store geodatabases (since I work with geospatial intelligence) and I have no clue where to start since nobody can even tell me of a good beginners book - any suggestions?"
Toys

Lego Welcomes Hack Of Their Design Program 149

fdiskne1 writes "We've all heard about big companies suing their customers for hacking a product they purchased. It's about time we hear about a company that welcomes it. One of the most geek-friendly toys has just gotten geek-friendlier. CNet News.com has a story about how the Lego company is cheering the fact that people are hacking their public design program to better fit their customers' needs. Lego has a free program (available for Windows and Mac) that allows a person to put in their own 3D design and the program will tell the customer which Lego 'palettes' they need to order to complete the design. The problem with it was that the palettes each contained a number of bags of different shape and color Lego blocks. If someone needed only one block out of a particular palette, they would end up with many bags of bricks they didn't need. The hack involved someone taking an inventory of how many bricks are included in each bag. The program would then tell the customer how many BAGS of each to order, greatly reducing the number of bricks the customer would have ended up not using in the project. I can think of many companies that wouldn't think of doing such a thing. In fact, I can think of many companies that would intentionally use the flaw in their program to make the customer buy even more."
Java

Indonesia Adopts Java Desktop System on Linux 141

UltimaGuy wrote to mention a DesktopLinux.com article discussing Indonesia's adoption of a Java Desktop System on Linux as a national OS. From the article: "This desktop software will be a major component of the new Indonesia Goes Open Source (IGOS) program that aims to help eliminate the "digital divide in the world's largest archipelago," the ministry and Sun Microsystems said in a joint announcement. The ministry said it will develop its own IGOS-branded software stack using JDS on Linux as the base platform. The agreement with Sun -- for an unspecified number of years -- has the goal of installing copies of the open source-based desktop across Indonesia, beginning with its government-affiliated offices, the ministry said."
Security

Microsoft Drops Aging Encryption Schemes 199

christchurch wrote to mention an Eweek column about Microsoft's decision to stop using DES, MD4, and MD5 for encryption in Vista. From the article: "All three algorithms show signs of 'extreme weakness' and have been banned, Howard said. Microsoft is recommending using the Secure Hash Algorithm (SHA)256 encryption algorithm and AES (Advanced Encryption Standard) cipher instead, he said. The change is part of a semi-yearly update to Microsoft's Secure Development Lifecycle policies by engineers within Microsoft's Security Business & Technology Unit."
Microsoft

Flash, Meet Sparkle 493

Robert writes "Microsoft finally released more information about their Sparkle product on a Channel 9 MSDN video. Sparkle is vector based XAML system for doing applications that may have traditionaly been done in flash. Ars Technica's Josh Meier has a few things to say about it, too."
Programming

Ultimate Software Developer Setup? 757

wicked coding asks: "I'm a professional software engineer and I'm planning on building my ultimate setup for longer hours coding and hacking, but I'm kinda stuck when it comes with what to choose. What hardware would you choose to use, if money was no object? Obviously there may be some constraints on space. Leave no stone unturned, I'm looking for suggestions on desks, seating, lighting, keyboard and pointing device, monitors and even the computer system itself. Ideally it needs to be as comfortable and ergonomic as possible. What software would you choose to use, if the intended targets were Java and OO PHP5? Currently I'm using Eclipse on Gentoo. Is there a more suitable IDE that works with most popular OSS (and not so OSS) languages including XML, SQL, CSS, PHP, Perl, Java, and C/C++?"
Books

Best Software Writing I 102

meryl (Meryl K. Evans) writes "Having been in process management in a software organization for over ten years, I've seen too many articles and books on the topic that worked better than Valium for putting me to sleep especially since they have no side effects. You know that Joel Spolsky is one of the best writers on the topic of software. However, in this book he stands aside and lets others demonstrate that he isn't the only one who can write about software in English and captivate you." Read on for Evans' review.
Java

An Early Look at JUnit 4 147

An anonymous reader writes "Elliotte Harold, proclaimed 'obsessive code tester', took an early look at JUnit4 and shows how to best utilize the framework in your own projects. Many feel that this is one of the most important third-party Java libraries ever developed. It promises to simplify testing by exploiting Java 5's annotation feature to identify tests rather than relying on subclassing, reflection, and naming conventions."
Graphics

Free 3D Animation DAZ|Studio 1.0 Released 222

Thyme3333 writes "DAZ Productions, Inc. has officially released DAZ|Studio 1.0, a free 3D figure posing and animation software package. DAZ has a made a commitment to keep the DAZ|Studio core application free to the public for as long as possible by relying on the revenues generated by the purchase of content available in the DAZ online store. To obtain a free copy of DAZ|Studio, users must register for a free account on the DAZ website and agree to participate in the company's aptly-named "Tell-Ware" program, which asks that each DAZ|Studio user share information about DAZ|Studio and/or the DAZ website with at least two friends." Good to see that more companies are trying to keep their software free, but perhaps the Slashdot crowd could offer advice on a better business model than spam and merchandising?
Perl

Perl Best Practices 288

honestpuck (Tony Williams) writes "I have to admit that I can bristle at books that try to preach, so Perl Best Practices was on a hiding to nothing when I came to review it. I also have to admit to being torn about the author -- after all, he is one of those poor fools who insist on living in cold, unenlightened Melbourne, while I live in vastly superior Sydney. On the other hand, how can I dislike a man who manages to place a quote that involves my favourite character, Lady Bracknell. from my favourite comic play, 'The Importance of Being Earnest,' in the first few pages of his book?" Read on for Williams' review.
Programming

Free Web-Based Exception Reporting 145

Tsar writes "Promethean Personal Software (makers of Sherpa, a code generating tool for db apps) have quietly released ExceptionCollection, a free (as in beer) online service for developers using any SOAP-enabled environment. You sign up on the site, download their component, add three or four lines of code to your app, and any exceptions thrown by your users get logged at ExceptionCollection.com for your later perusal (the last 100 anyway). There are several options, like whether reporting requires user approval. Is this as cool as it looks, or a solution in search of a problem?"

Slashdot Top Deals