Databases

MSSQL 2005 Finally Released 318

mnovotny writes "Computerworld reports that Microsoft is finally set to release their belated SQL Server 2005. From the article: 'Despite a two-year delay, several users who have tested the software cited the improved performance and new functionality it brings as positive developments that likely will convince them to upgrade soon.' The free version can be downloaded directly from Microsoft."
Linux Business

Open Source Forming a Dot Com Bubble? 222

sebFlyte writes "ZDNet is running an interesting look at the sudden upswing of investment in open source products and the ensuing debate as to whether the open source business model has given us a bubble (akin to the dot-com bubble) that is about to burst. The counter-argument is that the increase in investment is just the natural progression of a robust business model whose time has come. One point that few people, whatever their viewpoint, could disagree with is that the key to a financially successful open source project rests with the community, rather than just the technology."
Java

Java Puzzlers 239

Kylar writes "When you have spare time and decide to do something with a book (That's like an analog webpage, for the neuronauts among us), how often do you turn to a computer related book? How often has it happened in the last year? Right. The problem being that computer books are often either: a) boring, b) difficult to read, c) poorly written, or possibly: d) made of cheese." Read on for the rest of Kylars' review.
Java

Initializing all Java classes at Start-Up 56

Jean-Marie Dautelle writes "Java classes are initialized at first-use only which can introduce significant runtime delays detrimental to real-time or games applications (for which accurate scheduling is often required). To solve this problem, the latest open-source Javolution library supports initialization of all Java classes at start-up (e.g. javolution.lang.ClassInitializer.initializeAll(); // Initialize runtime classes (rt.jar) and all classes in classpath). Note: Runtime class initialization (rt.jar) takes typically a few seconds and about 3 Mbytes of memory."
Programming

A Look At Bootstrapping 30

markmcb writes "OmniNerd posted an interesting article on the often-overlooked process of bootstrapping. The author does a nice job of showing how to take an x86 system from BIOS to OS once it's powered on. A complete set of commented code is provided and explained in the article."
Software

Economist's Take On Open Source Development 416

An anonymous reader writes "Economist Dean Baker outlines alternative funding mechanisms for software development in a new report called "Opening Doors and Smashing Windows" [PDF Warning], available at the Center for Economic and Policy Research. One proposal is to create a US government-funded Software Development Corps of public software corporations, which compete and produce only free and open source software. Baker estimates that through the resulting lower prices in software and computers, the government would recoup its annual $2 billion appropriation to the program and US consumers would save $80-120 billion each year -- all while 20,000 software developers are supported to work specifically on open source projects."
Mozilla

MozCorp Announces Firefox 1.5 Extension Competition 260

vain gloria writes "The Mozilla Corporation has launched a competition to Extend Firefox by developing an innovative new extension for the soon-to-be-released latest version of their popular browser. The competition runs until January 6th and the three big prizes are Foxified Alienware PCs. Keen developers may want to grab a copy of the 1.5 Release Candidate and get a head start. Better check your passports first though, as those outside the US, EU and Canada (or in Québec) are ineligible to enter."
Programming

How Would You Improve SQL? 271

theodp asks: "It was the best of languages, it was the worst of languages. SQL's handy, but it can also drive you nuts. For example, if you want all 100 columns from a table, 'SELECT *' works quite nicely. However, if you want all but 1 of the 100 columns, be prepared to spell out 99 column names. Wouldn't it not make sense to provide a Google-like shorthand notation like 'SELECT * -ColumnName' (or DROP=syntax like SAS)? So how would you improve SQL?"
Programming

Ajax Is the Buzz of Silicon Valley 336

Carl Bialik from the WSJ writes "Ajax, or 'Asynchronous JavaScript and XML,' is allowing webpages to update as quickly as desktop software, powering applications like Google Maps and attracting money from Silicon Valley investors, including for a collaboration-software company called Zimbra. The Wall Street Journal reports: 'Zimbra's chief executive, Satish Dhamaraj, says that when he started his company in December 2003, "I really thought that Ajax was just a bathroom cleaner." Now his San Mateo, Calif., business has amassed $16 million in funding from venture-capital firms including Accel Partners, Redpoint Ventures and Benchmark Capital, the firm that famously funded eBay Inc. Peter Fenton, an Accel partner, says Ajax "has the chance to change the face of how we look at Web applications" and could boost technology spending by corporations, because Ajax is also being used to develop software for big companies, not just for consumers.'"
Software

Maui X-Stream Tries Again With 'Zentu' 92

oil-can writes "The guys behind CherryOS announced Zentu Encoder today, saying Zentu is the the third generation of their VX30 codec. DrunkenBlog warns about the product with references to their history." Zentu is an encoding platform that boasts the ability to export video in a quick efficient way to either a Flash or Java based system with an interface for both inexperienced and power users.
Communications

IRC as a World-Changing Medium 236

khaladan writes "Wired has an interesting article titled Chat Room That Built the World that talks about the power of developers helping each other on IRC. The article covers the case of #winprog on EFnet, where people such Justin Frankel (creator of Winamp), John Johansen (DVD Jon), and Shawn Fanning (of Napster fame) have come to chat, hang out, and get help. Many from Microsoft visit the channel as well. Ben Knauss calls it 'innovation in its purest form, without ego, money or fame as its goal.'"
Software

No Respect for Windows Open Source 551

man_of_mr_e writes "Shaun Walker, one of the founding developers of the DotNetNuke Portal/CMS has written an interesting piece about Open Source software on the Windows platform. "It's hard being an open source project on the Microsoft platform. Because no matter how hard you try to exemplify true open source ideals, you will not get any respect from the non-Microsoft community." He also says "There are Open Source zealots who believe that unless an application is part of a stack which includes 100% Open Source services and components, that it can not claim to be Open Source. [...] But does this "stack" argument actually make any sense?""
Programming

The Definitive Guide to MySQL 5 100

jsuda writes "The Definitive Guide to MYSQL 3rd Edition certainly deserves its title. It is a large, dense, complete guide to MySQL and updates its predecessor edition by covering new MySQL5 and new auxiliary software including database administration tools and interfaces. MySQL is the open-source database software which has become very popular for web-based database applications now being used by Yahoo, NASA, Slashdot, and other entities. Read on for the rest of Jsudas' review
Handhelds

mTLD to enforce Web standards in .mobi 152

Zoxed writes "Builder.com reports that mTLD will force anyone wishing to register in .mobi will require its customers to stick to rules on how their users' Web sites are developed. Assuming this can/will be policed are there any *disadvantages* to the approach ? Could it be enforced in other TLDs ?" That is the real question: How and what effect would be done? And how sterile would an environment like that be?
Databases

Oracle To Offer A Free Database 370

An anonymous reader writes "ZDNet News reports that Oracle is likely to announce a free version of its Oracle 10g Database. Oracle Database 10g Express Edition will be free for development and production use, and could even be distributed with other products. What does this mean for the future of MySQL and PostgreSQL?" From the article: "By introducing a free entry-level product, Oracle intends to get more developers and students familiar with its namesake database, Mendelsohn said. Those customers, Oracle hopes, will eventually upgrade to a higher-end version."
Programming

Software for a Virtual Office? 50

Omega1045 asks: "I am working on a team that will soon be merging with another group of developers a thousand miles away, plus we already have remote people. Having been in this position at a previous job, I have used applications like IM, NetMeeting, email and a lot of phone calls to keep people in touch. Even with these things, there is still a lot missing in making sure we have good communication between members of the team. In my previous experience, we spent too much time on simple tasks like making sure everyone had the same copy of a file, the same update project schedule, etc. What tools would you recommend for a team working in Windows development? What experiences, good and bad, have you had with 'virtual office' applications. I am currently testing Groove Virtual Office which I spotted on Slashdot, earlier. Does Slashdot have recommendations for free software, or moderately priced commercial software, that might fig the bill?"
Programming

.Net Framework and Visual Studio Now Available 345

DJ-Dodger writes "The Microsoft Blogs are all buzzing with news that the .NET Framework 2.0, Visual Studio.NET 2005 and Sql Server 2005 have released to manufacture. Michael Swanson's blog has a nice run down of what's available now and what's coming. The short version: MSDN Subscribers can download everything now, everybody else can pick up their copy after the November 7th launch." The .Net framework is downloadable from FileForum.
Microsoft

MS Office 12 To Utilize ODF? 196

J. Random Luser writes "Groklaw is carrying a story about Microsoft quietly engaging a French company to develop Open Document filters for Office 12, due out mid-2006. The SourceForge project claims to be an import filter for MS Office, and that is how the developer describes it. But ZDNet quotes Ray Ozzie as talking about an export filter from MS Office, and this french blog takes Ozzie at his word. Ostensibly the tarball unpacks as OpenOfficePlugin, and SourceForge has the WindowsInstaller.msi listed as 'platform independent'." From the ZDNet article: "Ozzie told me that supporting ODF in Office isn't a matter of principle. Microsoft isn't opposed to supporting other formats. The company just announced support for PDF, and he added that the Open Office XML format has an 'extremely liberal' license."
XBox (Games)

First-Gen Xbox 360 Games Single-Threaded? 158

Scott Gualco wrote to mention a report at The Inquirer indicating that, despite the 360 itself being capable of multi-threading, first generation 360 titles will be single-threaded. From the article: "Every new machine has a nasty first set of games as the programmers work up to speed on the hardware. In this case, the up side is that there is about 6x the CPU power available and coming to a console near you in the second generation of games. The scary part is that everyone tells me that the PS3 is harder to program for than the Xbox360, and the tools are nowhere near the quality of Microsoft's. That means that even with an extra six months of design time, the initial PS3 games may be worse." Commentary available at Joystiq.
The Internet

New Golden Age for Outside-the-Box Startups? 144

jg21 writes "A brief essay on the SOA Web Services Journal claims there is a new phenomenon among startups, the 'momentary enterprise'. The article defines the term as a business that 'takes advantage of an opportunity that may only exist for months'. The piece claims that we're entering a golden age of technologies that can be glued together to create new types of information that fill an identifiable need. On example given is VOware like Groove, which is likened to IM on steroids. From the article: 'The ingredients for another wave of new companies are all around us - pervasively all around us. They include new wireless extensions of the wired network and the further exportation of technologies such as XML.' Intriguingly optimistic."

Slashdot Top Deals