Programming

How Do You Manage Your Job-Search Info? 67

bilsaysthis writes "Finding job postings, tips for effective resume writing and social networking tools to overcome the 'who you know' problem are generally available these days, but what about keeping track of all the information (jobs applied for, people contacted, follow ups, etc)? After looking I found people using all sorts of informal means (text files, spreadsheets, email folders, bookmarks) but nothing very organized or focused specifically on the tasks. What do you use?"
Google

Google Raises Word Limit 71

Philipp Lenssen writes "Google quietly raised their web search limit to 32 words. Previously, only up to 10 words were allowed per query, with succeeding words being ignored. This is not only important to specific approaches of advanced searching (for example, when you need to exclude many different keywords using the minus operator), but it's also of great help to certain tools using the Google API. While there doesn't seem to be any official statement from Google yet, some more details can be found at my Google blog."
Mozilla

Mozilla Firefox 1.0 Launch Day In Retrospect 14

An anonymous reader writes "MozillaZine is linking to a weblog posting by Mitchell Baker, mozilla.org's Chief Lizard Wrangler and President of the Mozilla Foundation, in which she gives an insight into what happened at the Mozilla Foundation's offices on November 9th 2004: the day that Mozilla Firefox 1.0 was released. The account is very much people-based and therefore adds a human side to Mozilla development and allows you to get an idea about the people behind Firefox (most of whom, of course, were also the people behind Netscape previously). A must-read for all fans of servers going down an hour before a major release!"
Software

Custom Software vs. COTS Products 325

andy1307 writes "Nicholas Carr, best known for setting off a firestorm with his "IT Doesn't Matter" article published in the Harvard Business Review, has an op-ed in today's New York Times arguing against the use of custom-built software in favor of off-the-shelf products. He cites the example of Ford scrapping a custom built software solution for buying supplies. He says companies, frustrated by the failure of custom built software, have taken to modifying their business processes around the packaged software solution. The most unbelievable line in the op-ed: "When it comes to developing software today, innovation should be a last resort, not a first instinct.". Most of us know of failed projects using off-the-shelf products that need minor customization. Is the track record of custom built software really that bad?"
Businesses

Programming Until Retirement? 660

DataDragon asks: "Here's the situation- I'm a now 30something computer programmer in Silicon Valley working for one of the local billion+ dollar tech companies. I'm unhappy with my present job, but am thankful that I've got one. Although I pride myself on having written over a million lines of code in my career, with nearly 15 commercial software products under my belt (8 of them were my own concepts from start-to-finish). I've had carpal tunnel for 6 years now, my skillset looks like it came from a 3 year old magazine, and I didn't make good on stock options. Since settling down in a quiet place somewhere and having a family sounds like a great idea to myself and my bride-to-be, I was wondering: instead of all the buzz I always get like Google's 'Do you <insert technology task> in your sleep?' job opportunities I've read about, are there any employers that would rather have a person who: wants to put in an honest day's work; get to know the job and the people well; and a desire to ultimately be a mentor for the company processes, instead of a here-today-gone-tomorrow programmer, who is interested in actually working there until retirement age?"
Programming

Who Doesn't Use Source Control? 150

VegeBrain asks: "I was reading the description for for a new book, Pragmatic Version Control using CVS and was shocked to read that 'Half of all project teams in the U.S. don't use any version control at all...' Is this true? If so, why? I can't imagine being without one so I'm wondering why anybody would avoid using one, especially now when so many are available for free. Am I missing something here and there really are reasons to not use a VCS?"
Databases

Streaming a Database in Real Time 194

Roland Piquepaille writes "Michael Stonebraker is well-known in the database business, and for good reasons. He was the computer science professor behind Ingres and Postgres. Eighteen months ago, he started a new company, StreamBase, with another computer science professor, Stan Zdonik, with the goal of speeding access to relational databases. In 'Data On The Fly,' Forbes.com reports that the company software, also named StreamBase, is reading TCP/IP streams and using asynchronous messaging. Streaming data without storing it on disk gives them a tremendous speed advantage. The company claims it can process 140,000 messages per second on a $1,500 PC, when its competitors can only deal with 900 messages per second. Too good to be true? This overview contains more details and references."
Programming

Rolling With Ruby On Rails 406

Bart Braem writes "The Ruby community is abuzz about Rails, a web application framework that makes database-backed apps dead simple. What's the fuss? Is it worth the hype? Curt Hibbs shows off Rails at ONLamp, building a simple application that even non-Rubyists can follow."
IBM

Cell Architecture Explained 570

IdiotOnMyLeft writes "OSNews features an article written by Nicholas Blachford about the new processor developed by IBM and Sony for their Playstation 3 console. The article goes deep inside the Cell architecture and describes why it is a revolutionary step forwards in technology and until now, the most serious threat to x86. '5 dual core Opterons directly connected via HyperTransport should be able to achieve a similar level of performance in stream processing - as a single Cell. The PlayStation 3 is expected to have have 4 Cells.'"
It's funny.  Laugh.

International Obfuscated C Code Tattoo 56

chongo writes "Some people eschew obfuscation while other live for it. Thomas Scovell has taken obfuscation to a completely new personal level by obtaining the very first International Obfuscated C Code Tattoo. We (the IOCCC Judges) are pleased that Thomas has honored the 1984 anonymous IOCCC winning entry by placing the source code on his arm: the very first IOCCC winner to receive this distinction. The anonymous winner (a person who known for various things on the Internet and has been programming in and associated with C for decades) feels honored by the tattoo as well."
The Internet

Printing XML: Why CSS Is Better than XSL 361

An anonymous contributor writes "XML.com just published an article titled Printing XML: Why CSS Is Better than XSL written by Michael Day and Håkon Wium Lie. The article was written in response to Norm Walsh's claim that CSS will never fix [printing]. Did you hear me? CSS will never fix it!. The article shows how a 100-line CSS style sheet gives you the same formatted version of W3C's Webarch as the 1000-line XSL style sheet by using Prince."
Announcements

What The Hack? 11

handverbrennung writes "Summer 2005 will feature the next incarnation of the ultimate Hackers Gathering, WhatTheHack. For those unfamiliar with WhatTheHack or one of its predecessors (HAL, HEU, HIP), please visit whatthehack.org. As with previous nerd events the Hacktrain will be available to pick you up and deliver you at the camping grounds. And this year it's better than before, with a new train, more space, more power, an Internet connection, internal LAN and more to make your travel more fun! For more information, including the registration form, please visit hacktrain.de/en/."
Programming

Microsoft Research's C-Omega 49

Microsoft Research has produced a data-oriented programming language by merging C#, XPath and SQL. O'Reilly's XML.com website the inside scoop on the language in the article titled Introducing C-Omega written by Dare Obasanjo.
Programming

Environment Variables - Dev/Test/Production? 77

Woody asks: "It's common knowledge that the development environment should be the same as the test environment which should mimic the production environment whenever possible. I'm currently working on a project where we develop on Dell, test on IBM, and the production system is up in the air. For embedded systems the differences can be running on a VM versus running on the actual hardware. What I want to know is what kind of problems have Slashdot readers been faced with because of different environments being used for different phase of their projects, and how have they been overcome?"
Sun Microsystems

OSI Approves Sun's CDDL 29

njcoder writes "CNET is reporting that Sun's Community Development and Distribution License has received approval from the Open Source Initiative on Friday. The CDDL has been rumored to be the proposed license for OpenSolaris which is expected to be released by the end of the month."
Programming

Jail Time For P2P Developers? 826

Kjella writes "A Califorian bill introduced last week would, if passed, expose file-swapping software developers to fines of up to $2,500 per charge, or a year in jail, if they don't take 'reasonable care' to prevent their software from being used to commit crime. C|Net has the story, as well as a link to the actual bill. By the overly broad definition of P2P software, almost any piece of internet software could be liable. This browser is certainly able to download and upload files ('Save as ...' and upload forms). Are Microsoft, Opera and Mozilla.org taking 'reasonable care' to prevent me from exchanging anything illegal? Of course, I never go there, but a friend of my uncle's third cousin's brother told me warez download sites work just fine ..."
Wireless Networking

'Economist' Calls For Open WiFi Specs 139

DavidNWelton writes "An interesting and well thought-out call for Wifi manufacturers to open up their specs, at least partially, written by The Economist. 'So it is hard to see what the problem is beyond a dog-in-the-mangerish desire not to give anything away. Time to open it up, boys.'"
Programming

Are Extensible Programming Languages Coming? 838

gManZboy writes "Programming writer and instructor Greg Wilson is proposing that the next generation of programming languages will use XML to store not only such things as formatting (so you can see indentation your way, and I can see it my way, via XSLT) but even programmatic entities -- like: <invoke-expr method="myMethod"><evaluate>record</evaluate></invoke-expr>. Wacky, but perhaps wacky enough to be possible?"
Programming

Independent Developer Projects in the Workplace? 337

An anonymous reader asks: "My company wants to increase creativity and innovation, we our thinking of implementing a Google like policy of 20% of your time for independent projects but I can't find any details on how Google actually implements this. I am curious how they divvy up their time (1 day a week or 1 week a month)? How do you keep your real project from impacting it? At what point are the projects reviewed? Has anybody experienced other successful ways to stimulate creativity at their workplace?"

Slashdot Top Deals