Businesses

Desk Free Technology Career Path? 71

nickjohnson wonders: "I realize that in business there exist many career paths out of software engineering, but in the corporate world, most of those career paths still involve sitting in front of a computer or sitting at meetings or sitting and talking on the phone a significant part of the time. I'm sure there's a number of people out there with neck and wrist pain, or aging bodies hard to keep in shape -- what career paths have you or are you considering that are interesting and rewarding for techie engineering types that do not involve so much sitting still?"
Technology

How To Balance Life And Technology For Kids? 425

brs165 writes "Being a newly minted geek father as of 4 months ago, I've thought about problems I've never had reason to consider before. One issue which I'd like to hear from the ./ crowd is introducing technology to their children. What got me thinking about this was a blog post about 'Nature-Deficit Disorder', and I think it brings up some good points. I grew up playing in the local woods and creek with minimal tech until our first computer when I was 13. I hear stories from coworkers how some of their kids/grandkids hating going outside because it is boring and they'd rather stay indoors. Should I avoid introducing them to technology until absolutely neccessary, or is it a matter of achieving a balance?"
Books

Software for Managing Your Bibliography? 77

Oliver Kayas asks: "I'm a newcomer to Linux specifically the Ubuntu distribution. I have been searching for software that will allow me to manage bibliographies for my thesis. I've come across Kile/Latex however, this only works on KDE and I am using Gnome. Under Windows I was using Endnote 8 which even allowed me to link references to documents on my hard disk so I could easily search for papers I just wanted to read. I know I could use an emulator such as Wine to use Endnote but that defeats the object of switching to Linux. I was wondering if you know of any alternatives?"

Star Wars 3D And TV 311

Master_of_Tumbleweeds writes "Rick McCallum, co-producer of the Star Wars prequel trilogy, appeared at a press conference in Japan earlier today. He spoke about the future of Star Wars, specifically about the 3D updates of all six films and the upcoming TV series. McCallum said that the 3D films would be released within two to three years, and that the TV shows would take place during the 20 year time period between Episode III and IV. He also mentioned that one of the shows would follow the adventures of a young Luke Skywalker, and reveal how certain characters ended up together. The show starts production next year."
Businesses

After College, What Type of Jobs Should One Seek? 628

Sushant Bhatia asks: "I'm coming to the end of my Masters degree, and I'm on the prowl for jobs. However, there are so many types out there it's just overwhelming for someone who's never had to go through the job-hunting process before. So, what should I do? Should I go for a full-time, contract, half-time, or something else? Also, what kind of position should a person with a Master's in Computer Science be looking for (other than dish washer)? I've been looking at senior software developer positions, but is that too high up the ladder for someone 'fresh' to cope with? My current manager (research lab) says that 'You should always find a job that is above your skill level so that you can learn and be challenged.' I think he's right, but is that something Slashdot readers agree with? What was your job coming out of university?"
Hardware Hacking

Smart-Card Hacking? 32

W3bbo asks: "With the ever-increasing information being stored on so-called 'Smart-Cards', including credit cards with the chips, how do we know what data is read by stores when you hand over your plastic? Seaching for 'smart-card hacking' just turns up satelite TV piracy websites and virtually nothing for (sort-of) legitimate investigation to our cards. So what methods are available to hack smart-card chips and see what information about us our banks store on our cards?"
Communications

Promoting Technical Users Groups? 25

An anonymous reader asks: "I'm trying to promote a technical user group in my area. We have great sponsorship and have had great speakers. I know my town has a lot of software developers employed, however I'm at a loss as to how to announce and get the word out to them. As a software developer working for a company, how do I get information to you? SPAM? Surely you delete those. Mail? I suspect my ad will never get beyond the mailroom. Should I post in bookstores? Put ads on the radio? Please help!"
Graphics

Legal Impediments to Using F/OSS Screenshots? 75

Software Illustrated asks: "When publishing books on how to use Linux desktop software, the legal/IP review process to make sure we aren't infringing on the property rights of 3rd party sources should be easier than for books about proprietary/closed source software, right? Microsoft makes it easy as long as you comply with their guideline. I didn't think it would be necessary to get permission to publish a screenshot of, for instance, the GNOME gconf-editor. But that is just what our legal/IP review team is pursuing. Is this necessary?"
Software

Best Web Authoring Application? 140

NotHereOrThere asks: "I want to setup a small business web site and I'm trying to choose a web authoring application. I'm a software developer, so technical complexity doesn't scare me, but I've never developed for the web other than some very simple HTML pages. My main requirements are ease of use and presentation quality. What do Slashdot readers recommend? Any recommendations for a hosting service?"

Linux For Losers According To De Raadt 1314

elohim writes "Theo has some scathing comments about Linux in his new interview with Forbes Magazine. From the article: 'It's terrible...Everyone is using it, and they don't realize how bad it is. And the Linux people will just stick with it and add to it rather than stepping back and saying, "This is garbage and we should fix it."'"

Lawmaker Revs Up Fair-Use Crusade 254

peipas writes "Wired News has posted an interview with Rep. Rick Boucher (D-VA). In it he defends his stance in support of fair use and against the DMCA and other measures sought by the entertainment industry. The interview also touches on universal broadband and the recent overturning of the broadcast flag."

Google's Site Ranking Secrets 309

vivin writes "Ever wonder how Google's site ranking works? Wonder no more. Google recently filed United States Patent Application 20050071741 on March 31, 2005. This patent reveals a great deal of information about Google's site ranking algorithm and makes very good reading. For example, one of the criteria that they use is the number of years that your site has been registered. If your site has been registered for less than a year, then it counts against you. A site registered for a longer period of time means that the owner is probably serious about the site, and the site is probably legitimate. Google's Site Ranking algorithms reveal how hard they are making it for spam sites to get listed (on Google). This information will also make it easier for you to make sure that you get listed well in Google."
The Almighty Buck

Open Sourcing Software in a Large Corporation? 85

code-libre asks: "I work for a small R&D group in a large corporation. We've spent the past few years developing a small but unique piece of software that was originally meant for internal use only. A VP recently approached us and asked if we could 'package and sell' the software so as to get a direct return on investment - at prices as much as $500k. Within our group, we worry about the costs associated with long term support and maintenance. We are also sure that a price over $10k is ludicrous, let alone $500k. I think it would be an excellent move to open source the software, but I need some advice..."
Programming

Building Intelligent, Rule-Based Applications? 57

Donald Hughes asks: "What are good approaches for building intelligent, rule-based applications? In particular, I typically build ASP.Net applications. I came across P#, which translates Prolog into C#. I also came across NxBRE, which touts itself as the first open-source rules engine for the .Net platform. Currently, the intelligence in my applications consist of data stored in the database, which is either processed in T-SQL or in a C# class using linear conditional logic. This approach works fine to a point, after which the complexity of the if/then statements becomes extremely difficult to manage. This is especially problematic when returning to a project after several months of not looking at it, or when someone needs to be introduced to it for the first time. Does anyone have some helpful advice?"
Security

How Do You Handle Portscanning Attacks? 140

Kainaw asks: "I tried to submit this earlier, but I couldn't because I had no bandwidth available. The reason is simple: I use Comcast for cable Internet. My modem/router is portscanned constantly. Nothing makes it past the router, so everyone tells me that it isn't an issue. Well, it is when I can't access any webpages, get email, or even submit a simple article to Ask Slashdot because my entire bandwidth is eaten up by script kiddies with a new portscanner toy. This is a two-part question: First, can anything be done with a simple at-home modem/Linksys router/two computer setup to stop a portscanning attack? Second, is it possible for the Linksys router to become a 'bot' and actually be the originator of much of the traffic?"

Slashdot Top Deals