Programming

How to Search Today's Usenet For Programming Information? 230

DeadlyBattleRobot writes "I've been using Usenet searches since about 1995 to get programming information, sample code, etc., mostly for those standard APIs that are never documented well enough in the official documentation. At first I used dejanews, and now Google Groups (Google bought dejanews). Over the last few years, I've noticed a steady decline in the quantity of search results on programming topics on Usenet from Google, increasing difficulty with their search UI and result pages, and today I find I'm completely unable to get a working Usenet search on their advanced group search page. I'm used to searching on 'microsoft.*' or 'comp.*,' sometimes supplemented with variations like '*microsoft*' or 'comp*.' As an example, try to find a post from the 1996-1998 time period on 'database' in either the comp.* or microsoft.* hierarchies, and if you can do it, please show your search expression. There should be thousands of results, but I'm getting the result 'Your search — database group:comp.* — did not match any documents.'"
Input Devices

Good Cross-Platform Speech-Recognition Programs? 175

CryoStasis writes "I am a graduate student getting my degree in biomedical sciences. Because my work often requires me to maintain a local sterile environment (under a biological hood) I find that I am unable to physically touch my computer, which sits beside me, in order to open my notes, protocols, etc. while I'm working. As a result, I have begun to search for a voice-recognition program that will allow me to tell the computer what files/programs to launch. I know that the general field of voice recognition has come a long way, but I find that the built-in speech recognition systems in both OS X and Vista are clunky and difficult to use. Are there any good, cross-platform speech-recognition programs available that might fit the bill?"
IBM

ODF Toolkit Announced 71

Sweetshark writes "IBM and Sun joined at the 2008 OpenOffice.org conference in Beijing to announce the ODF Toolkit Union. The ODF Toolkit project will be independent of the development at OpenOffice.org, and will operate under the liberal Apache license. It goes from small tools that simplify using ODF in the software development process to large ODF Java and .NET libraries that can be used within other projects. 'The future of accessing and distributing software is here today,' said Michael Bemmer, senior director of Collaboration Engineering at Sun. 'It is no longer an acceptable business practice to have silos of office document data stored in proprietary formats. The industry has moved forward and is replacing the silos with business content, such as on-premise business applications, software solutions offered over the Internet and applications supported by mobile devices that are critical in Service Oriented Architectures.' Will this help ODF to make inroads in the business world after the successes on the desktops of users at home?"
Programming

How Do I Get Open Source Programs Written For Me? 285

An anonymous reader writes "I am a biomedical researcher interested in having general-purpose, scientific programs developed and released as open source. Interface design and reusability of the code are of primary importance to me. For my purpose, Cocoa applications relying on Core Data seem to be the best way to get the job done quickly. While I have some programming experience, I have few connections to the industrial world. So my question to Slashdot readers is: how do I find someone (individual or business) to write high-quality programs? Are there reputable contractors experienced in Cocoa? What sort of rates should I expect, to use as a starting point in negotiations? Would a requirement that programs are released as open source make it more or less difficult to find someone to do the job?"
GNU is Not Unix

(Stupid) Useful Emacs Tricks? 412

Count Fenring writes "Since the Vi version of this question was both interesting and popular, let's hear from the other end of the spectrum. What are your favorite tricks, macros, extensions, and techniques for any of the various Emacs? Myself, I like 'M-x dunnet' ;-)"
Games

Getting Started In Android Game Development 43

rbgrn writes "If you're interested in developing a game for the Android platform, there is a lot you need to know. If you have previous experience with game development, moving over to the Android platform won't be all that difficult. You will mostly just need to learn the architecture and API. If you're new to game development, here is a list of must-knows for getting started in Android game development. This is a good starting point for developers seeking to write any type of mobile game."
Patents

Microsoft's Internal Advice About Patents 100

BigPoppaT writes "Eric Brechner writes a best practices blog called Hard Code for Microsoft under the name I.M. Wright. His most recent post sounds like an endorsement of open source development (and does end with a call for Microsoft developers to participate in the shared source community). But even better is his advice regarding patents: 'When using existing libraries, services, tools, and methods from outside Microsoft, we must be respectful of licenses, copyrights, and patents. Generally, you want to carefully research licenses and copyrights (your contact in Legal and Corporate Affairs can help), and never search, view, or speculate about patents. I was confused by this guidance till I wrote and reviewed one of my own patents. The legal claims section--the only section that counts--was indecipherable by anyone but a patent attorney. Ignorance is bliss and strongly recommended when it comes to patents.' Interesting advice from inside Microsoft. I wonder if Ballmer would agree that ignorance should be 'strongly recommended when it comes to patents'?"
Programming

Reuse Code Or Code It Yourself? 429

eldavojohn writes "I began coding for a project that had simple requirements for my employer — Web services and a test application for them. But requirements have been creeping, as they always do. Initially I had decided to use the Spring Framework with Hibernate. And I re-used a lot of libraries that made things simple and quick for me. The new requests coming in involve capabilities beyond those of the frameworks. Now, I used to be told that good programmers write code and great programmers reuse code. It's starting to look like I would have saved myself a whole lot of time if I had written the database transaction using JDBC instead of Hibernate — now that I'm married to this object model framework, some of this stuff doesn't look doable. So what is better for the majority of software projects out there: reuse code, or code from scratch? What elements or characteristics of a problem point to one option over the other?"
Programming

Scripting In Commodore BASIC For Windows & Linux 213

SomeoneGotMyNick writes "Someone more nostalgic than I am, and with a lot of time on their hands, had created a scripting language based on Commodore BASIC for Mac OS X. They recently finished a version that works on Windows and Linux. You can pass the text of a BASIC program as a parameter to the program. I found it odd that it took 1.8 MB of source code to compile to an interpreter that used to fit in 8K of ROM space. If this ever becomes popular, perhaps we'll see Obfuscated CBM BASIC contests." In a simliar vein, in the comments someone points out what is essentially an open source AmigaOS Classic.
Image

Programming .NET 3.5 Screenshot-sm 224

lamaditx writes "The world of the .NET framework is taken to the next level by the release of .NET 3.5. The intended audience of this book are experienced .NET programmers. There are no sections that tell you details about C#, SQL servers or anything like that. I don't recommend this book if you never worked on a .NET project and don't know how to set up a SQL database. You should be aware that the code is written in C#. You might use one of the software code converters if you prefer Visual Basic instead. I think the code is still readable even if you do not know C#. I appreciate the fact that the authors decided to use one language only because it keeps the book smaller. The authors assume you are using Visual Studio 2008. You don't necessarily need to update to 2008 if you are working with an older edition because you can use the free Express Edition to get started." Keep reading for the rest of Adrian's review.
Security

Stealing Data With Obfuscated Code 101

Weblver1 writes "A recent report by web security firm Finjan shows how easily data can be accessed on PCs by malware which circumvents existing defenses. With the use of obfuscated code, antivirus software and static Web filters could not identify the scrambled attack code as a threat. The report walks through a real-life scenario of the infection process step-by-step, and tracks what happens to the stolen data. This demonstrates how stealing sensitive data has become unbearably easy — especially, given the abundance of easy-to-use DIY crimeware toolkits. Finjan's report is available here (PDF, registration required). Shortly after this report, Security firm RSA has released their findings of a huge amount of stolen 'virtual wallets' in one of the largest discoveries of stolen data from computers compromised by the Sinowal trojan. While the trojan can be traced back to 2006, it managed to become more productive over time with frequent variants. Given the scale, ease of use, and hiding techniques making infections extremely difficult to find, no wonder today's crimeware achieves such 'impressive' results."
HP

HP Opens Up TouchSmart To Third-Party Developers 32

TheTieGuy writes "HP recently released their TouchSmart Application Development Guidelines to third party developers, allowing anyone to port and create touch-friendly applications that integrate and run within the TouchSmart Software suite on their popular TouchSmart PC. As part of the release, HP has gotten behind Capable Networks' Touchsmart Community website and forum to distribute the guidelines to developers while providing an environment for TouchSmart developers to interact. Also on the site is a download hub that allows TouchSmart developers to upload and share their creations with TouchSmart owners in a central location. To kick off the new development initiative, the TouchSmart Community is running a promotion that will send one developer (travel expenses paid) to demo their software in the HP booth at the 2009 Consumer Electronics Show in Las Vegas, along with a free TouchSmart PC, HP MediaSmart Server, and a month of promotion in the community."
Microsoft

Windows Azure Offers Developers Iron-Clad Lock-in 227

snydeq writes "Microsoft's move to the cloud is certain to create a whole new kind of developer partner, Fatal Exception's Neil McAllister writes. But as much as Microsoft ISVs will likely go along with the shift to Windows Azure to keep revenue streams going, the kind of lock-in they will experience will be worlds away from what they face today. Rather than being able to ignore the new version of a key framework, developers will have no other option than to update their code to suit Microsoft's latest platform. That kind of lock-in will leave customers in the lurch, subject to their vendors' bottom lines, as ISVs that can't afford to rework code to keep up with Microsoft's latest platform will begin dropping services, and customers will have little choice but to accept the new terms of service their vendors send along."
PlayStation (Games)

Sony Opens PS2 Platform 77

Ars Technica reports that Sony will be removing their content approval process for the Playstation 2 so that developers require less funding to make games. "Since there are no licensing fees, the only cost to the developer would be the PS2 dev kit. In order to help alleviate some of that financial burden, Bain said that in some cases Sony will lend out dev kits. Another option for developers making small, casual titles is to purchase PS2 debug dev kits, which cost about 1/10 of a full version. Bain went on to explain another possible option for smaller local developers: the PlayStation Network. 'One thing that a lot of developers seem to forget is that PlayStation Network is free,' he explained. 'Consumers do not have to pay a monthly fee ... game developers should create games for local markets.'"
Software

TWiki.net Kicks Out All TWiki Contributors 194

David Gerard noted an interesting story going down with a relatively minor project that has interesting implications for any Open Source project. He writes "Ten years ago, Peter Thoeny started the TWiki wiki engine. It attracted many contributors at twiki.org. About a year ago, Thoeny founded the startup twiki.net. On 27th October, twiki.net locked all the other contributors out of twiki.org in an event Thoeny called 'the twiki.org relaunch.' Here's the IRC meeting log. All the other core developers have now moved to a new project, NextWiki. Is it a sensible move for a venture capital firm that depends on a healthy Open Source community to lock it out?"
Biotech

The Personal Genome Project Hits the Web 87

Ian Lamont writes "The Personal Genome Project has released the data sets and descriptions of traits, ethnic background and other information of the first ten volunteers, which include the project director and nine other people with backgrounds in genetics, medicine, and biotechnology. While the human genome was first sequenced at the beginning of this decade, what's special about this project is these 10 participants are having their names, genome, and other personal data gleaned from questionnaires shared openly on the Web, where interested researchers can freely access them. One of the ultimate aims of the project is to create a public database of 100,000 volunteers that researchers and other parties can use to determine what traits, diseases or other characteristics are associated with specific genetic markers. When asked why volunteers are requested to attach their names to the Web records, the project director said the data could be used by researchers in other fields outside of genetics, including forensic science and historical research. While this project opens the door for some interesting and potentially life-saving research, there may also be difficulties or problems for people whose records are posted on the Web. Would you participate? Would you share your name, along with your genome, disease history, and traits? Why or why not?"
Businesses

Should You Break TOS Because Work Asks You? 680

An anonymous reader writes "My boss recently assigned me a project that was all his idea, with two basic flaws that would require me to break multiple web sites' Terms of Service (TOS). Part requires scraping most of the site, parsing the data and presenting it as our own without human intervention. While we're safe on copyright issues, clearly scraping like this is normally not allowed. At times it might also put a load on those sites. The other is, for lack of better words, a 'load balancing' part that requires using multiple free accounts instead of purchasing space and CPU time for less than $2,000 USD per month. The boss sees it as 'distributed' computing when in reality it's 'parasitic.' My question is: am I wrong about the ethics? If I do need to walk, how best can I handle it without damaging my reputation and future employment opportunities?"
Wii

Nintendo's Homebrew-Blocking Update Hacked 157

ElementC writes "Team Twiizers, the group behind almost all of the Wii Homebrew scene, has released an update to the Homebrew Channel (and installer) that allows for installation on a Wii with the most recent update installed. While the team still recommends against installing the Nintendo update, those who accidentally updated or purchase games that require the update are no longer left out to dry. This update to the Homebrew Channel also adds SDHC support, a feature Nintendo has not implemented in vanilla Wiis. The community has also created an app that updates just the Wii Shop Channel — allowing users to purchase Wiiware and Virtual Console games without losing their homebrew. It took the team only two days to get the fix out."
PHP

PHP Gets Namespace Separators, With a Twist 523

jeevesbond writes "PHP is finally getting support for namespaces. However, after a couple hours of conversation, the developers picked '\' as the separator, instead of the more popular '::'. Fredrik Holmström points out some problems with this approach. The criteria for selection were ease of typing and parsing, how hard it was to make a typo, IDE compatibility, and the number of characters."

Slashdot Top Deals