Stories
Slash Boxes
Comments
typodupeerror delete not in

Slashdot is powered by your submissions, so send in your scoop

Comments: 488 +-   Has a Decade of .NET Delivered On Microsoft's Promises? on Friday December 18, @08:10AM

Posted by timothy on Friday December 18, @08:10AM
from the full-of-holes dept.
microsoft
cyclocommuter writes with this snippet from The Register's assessment of whether Microsoft's .NET framework has been a success: "If the goal of .NET was to see off Java, it was at least partially successful. Java did not die, but enterprise Java became mired in complexity, making .NET an easy sell as a more productive alternative. C# has steadily grown in popularity, and is now the first choice for most Windows development. ASP.NET has been a popular business web framework. The common language runtime has proved robust and flexible. ... Job trend figures here show steadily increasing demand for C#, which is now mentioned in around 32 per cent of UK IT programming vacancies, ahead of Java at 26 per cent."
Read More... 488 comments story

Comments: 418 +-   What Does Everyone Use For Task/Project Tracking? on Wednesday December 16, @04:31PM

Posted by timothy on Wednesday December 16, @04:31PM
from the tribal-tattoos-mostly dept.
programming
JerBear0 writes "I work as the sole IT employee at a company of about 50 people. I handle programming, support, pretty much anything that is IT related, or even that plugs in. As seems to be true with many small companies, the priorities seem to shift quite frequently. As a result, I've always got multiple programming (both new systems and improvements/changes to existing systems), integration, research, maintenance tasks/projects on my To Do list, in varying stages of completion. At any given time, I need to be able to jump back to one of these items and pick up where I left off. I am currently using Outlook Tasks, and then end up referencing my notebook and email for those dates to figure out exactly where I left off. It works, but not well. If it's been a while, I'll end up losing an hour or two just tracking everything down. I looked at using MS Project / OpenProj, but they want an individual file for each project, and I want at least the project/task list all on one screen. Essentially what I'd want would be a Task List on steroids, allowing for hierarchical subtasks, attachments, and prioritization. Ideally it would be a desktop app, but a locally-hostable web app would be okay. In some of these projects I may want to include proprietary information, which I really don't want floating out in the cloud outside of my control. I know I'm not alone in this problem, so what do you guys (gals) use to address this?"
Read More... 418 comments story

Comments: 629 +-   "Loud Commercial" Legislation Proposed In US Congress on Monday December 14, @06:32PM

Posted by Soulskill on Monday December 14, @06:32PM
from the you-have-my-grandmother's-vote dept.
tv
Hackajar writes "Have you ever caught yourself running for the volume control when a TV commercial comes on? Congresswoman Anna Eshoo (D-CA) has, and is submitting legislation that would require TV commercials in the US to stay at volume levels similar to the programming they are associated with. From the article: 'Right now, the government doesn't have much say in the volume of TV ads. It's been getting complaints ever since televisions began proliferating in the 1950s. But the FCC concluded in 1984 there was no fair way to write regulations controlling the "apparent loudness" of commercials.'"
Read More... 629 comments story

Comments: 88 +-   The Book of Xen on Monday December 14, @01:02PM

Posted by samzenpus on Monday December 14, @01:02PM
from the read-all-about-it dept.
programming
swsuehr writes "The Book of Xen: A Practical Guide for the System Administrator provides an excellent resource for learning about Xen virtualization. I frequently need to create test environments for examples that appear in various books and magazine articles (in the interest of full disclosure, I've never written for the publisher of this book). In the days before virtualization that meant finding and piecing together hardware. Like many readers, I've been using virtualization in one form or another for several years, including Xen. This book would've saved hours searching around the web looking for tidbits of information and sifting through what works and doesn't work in setting up Xen environments. The authors have done the sifting for me within the ~250 pages of the book. But far beyond, the authors also convey their experience with Xen using walkthroughs, tips, and recommendations for Xen in the real world." Read on for the rest of Steve's review.
Read 6952 More Bytes... 88 comments story

Comments: 1014 +-   Music While Programming? on Saturday December 12, @05:09AM

Posted by Soulskill on Saturday December 12, @05:09AM
from the perl-jam dept.
music
BubbaDoom writes "In our cubicle-ville, we have programmers intermixed with accounting, customer support and marketing. As programmers, it is our habit to put on our headphones and listen to our portable music players to drown out all of the noise from everyone else. The boss recently sent an email just to the programmers demanding that we do not use our music players at work because he thinks it distracts us from our jobs and causes us to make mistakes. Of course, we've explained to him that prattle from the other people is much, much more distracting, but he insists his policy is the right one. What is the Slashdot community's experience with music at work for programmers?"
Read More... 1014 comments story

Comments: 13 +- Screenshot-sm   13-Year-Old Radio Pirate Defies Canadian Authorities on Monday December 07, @12:58PM

Posted by samzenpus on Monday December 07, @12:58PM
from the pump-up-the-vloume-eh dept.
communications
Freshly Exhumed writes "Broadcasting illegally on the FM Radio band from atop his father's strip club in Canada's capital city of Ottawa, young Jayhaed Saadé was handed a cease-and-desist order by Industry Canada inspectors on December 2 to shut down his MIX FM operation, then simply waited a few hours, pumped up the volume once again the next afternoon, and still remains defiantly on the air. His choice of programming has been described as a blatant rip-off of Lebanon's popular MIX FM music station. The story gets weirder as it seems Saadé's father is a former Ottawa mayoralty candidate, and apparently sees no harm in his son's illegal activities despite looming $20,000-per-day fines that Industry Canada may impose under Canada's Broadcasting Act, let alone the shark feeding frenzy that is sure to occur when the Mounties, the taxman, music industry copyright/plagiarism watchdogs, and other aggrieved parties descend on his second floor playhouse."
Read More... 13 comments story

Comments: 160 +-   The Perl 6 Advent Calendar on Sunday December 06, @02:33PM

Posted by timothy on Sunday December 06, @02:33PM
from the possibly-recognizable-tune dept.
xmas
An anonymous reader writes "Larry Wall wasn't joking when he said that Perl 6 would be ready by Christmas. Perhaps not this Christmas, but that hasn't stopped a group of people (including head Rakudo developers Patrick Michaud and Jonathan Worthington) from putting together an Advent Calendar, featuring one cool Perl 6 feature every day until Christmas. Topics currently covered include how to get and build Rakudo (the most actively developed and progressed implementation of Perl 6) and the new Metaoperators. For those wondering when Perl 6 will be finished: Rakudo will be having its official 'production release' (dubbed Rakudo Star) April 2010."
Read More... 160 comments story

Comments: 477 +-   Defining Useful Coding Practices? on Sunday December 06, @10:54AM

Posted by Soulskill on Sunday December 06, @10:54AM
from the randomized-variable-names dept.
programming
markmcb writes "A NASA engineer recently wrote about his disappointment that despite having well-documented coding practices, 'clever' solutions still made the code he has to maintain hard to follow. This got me thinking about the overhead spent at my own company regarding our code. We too have best practices that are documented, but most seem to focus on the basics, e.g., comments, modularity, etc. While those things are good, they don't directly ensure that quality, maintainable code is written. As the author points out, an elegant one-liner coupled with a comment from a few revisions ago makes for a good headache. I'm curious what experience others have had with this, and if you've seen manageable practices that ultimately offer a lot of value to the next programmer down the line who will have to maintain the code."
Read More... 477 comments story

Comments: 258 +-   Comcast to Buy 51% of NBC, GE Goes After 49% on Friday December 04, @02:02PM

Posted by ScuttleMonkey on Friday December 04, @02:02PM
from the no-matter-who-wins-the-consumer-loses dept.
business
An anonymous reader writes to tell us that Comcast and General Electric announced a joint venture yesterday to control NBC Universal, with Comcast coming out with the controlling interest. Comcast's hopes seem to be on succeeding in a marriage of distribution and content, where Time Warner failed. "The deal was approved by the companies' boards, and is subject to regulatory approval. GE said it expects the deal to go through in the third quarter of 2010. Congress has already said it will hold a hearing to investigate whether Comcast will gain 'undue advantages' from the deal that gives it access to programming."
Read More... 258 comments story

Comments: 65 +-   Student Orchestra Performs Music With iPhones on Friday December 04, @12:51PM

Posted by samzenpus on Friday December 04, @12:51PM
from the there's-a-symphonic-app-for-that dept.
music
A course at the University of Michigan ends with a live concert featuring students using iPhones as instruments. “Building a Mobile Phone Ensemble“ teaches students to code musical instruments for the iPhone, using the Apple-provided software-development kit. Georg Essl, assistant professor of computer science and music, says, "What’s interesting is we blend the whole process. We start from nothing. We teach the programming of iPhones for multimedia stuff, and then we teach students to build their own instruments.”
Read More... 65 comments story

Comments: 769 +-   Is Linux Documentation Lacking? on Thursday December 03, @10:18AM

Posted by CmdrTaco on Thursday December 03, @10:18AM
from the hackers-and-english-don't-always-mix dept.
programming
eldavojohn writes "A number of blog posts are surfacing that are calling out the helpful open source community on their documentation. No, not the documentation for the highly skilled technical people, but the documentation from beginner to apprentice. A two-part series by Carla Schroeder lists bad documentation as 'Linux Bug #1' and advises users to use Google as the documentation. We've discussed before some of open source's documentation being out of date. Is it really as bad as these blogs paint it? Has it come down to using Google before a man page?"
Read More... 769 comments story

Comments: 531 +-   Trying To Bust JavaScript Out of the Browser on Tuesday December 01, @11:12AM

Posted by timothy on Tuesday December 01, @11:12AM
from the first-disable-the-guard dept.
programming
eldavojohn writes "If you think JavaScript is a crime against humanity, you might want to skip this article, because Ars is reporting on efforts to take JavaScript to the next level. With the new ECMAScript 5 draft proposal, the article points out a lot of positive things that have happened in the world of JavaScript. The article does a good job of citing some of the major problems with JavaScript and how a reborn library called CommonJS (formerly ServerJS) is addressing each of those problems. No one can deny JavaScript's usefulness on the front end of the web, but if you're a developer do you support the efforts to move it beyond that?"
Read More... 531 comments story

Comments: 6 +-   Nokia Releases Qt 4.6 on Tuesday December 01, @10:08AM

Posted by timothy on Tuesday December 01, @10:08AM
from the now-with-more-stuff dept.
gui
Lawand writes "Nokia today released Qt 4.6, the latest version of the cross-platform application and UI framework. Featuring new platform support, powerful new graphical capabilities and support for multi-touch and gestures, and this is the first release to include significant code contributed from the community. This release introduces support for the Symbian platform with integration for the S60 framework, expanding the addressable market for Qt applications by over 130 million Symbian devices."
Read More... 6 comments story

Comments: 84 +-   Genetic Algorithm Helps Identify Criminals on Monday November 30, @03:22PM

Posted by ScuttleMonkey on Monday November 30, @03:22PM
from the playing-to-your-strengths dept.
software
Ponca City, We love you writes to tell us that a new software approach to police sketch artists is finding surprising success in a trial run of 15 police departments in the UK and a few other sites. The software borrows principles from evolution with an interactive genetic algorithm that progressively changes as witnesses try to remember specific details. Current field trials are reporting an increase in successful identification by as much as double conventional methods. A short video with a few working shots of the new "EFIT-V" system is also available on YouTube. "[Researcher Christopher Solomon]'s software generates its own faces that progressively evolve to match the witness' memories. The witness starts with a general description such as 'I remember a young white male with dark hair.' Nine different computer-generated faces that roughly fit the description are generated, and the witness identifies the best and worst matches. The software uses the best fit as a template to automatically generate nine new faces with slightly tweaked features, based on what it learned from the rejected faces. 'Over a number of generations, the computer can learn what face you're looking for,' says Solomon. The mathematics underlying the software is borrowed from Solomon's experience using optics to image turbulence in the atmosphere in the 1990s."
Read More... 84 comments story

Comments: 496 +-   Microsoft's Top Devs Don't Seem To Like Own Tools on Saturday November 28, @08:55PM

Posted by kdawson on Saturday November 28, @08:55PM
from the frankly-speaking dept.
microsoft
ericatcw writes "Through tools such as Visual Basic and Visual Studio, Microsoft may have done more than any other vendor to make drag and drop-style programming mainstream. But its superstar developers seem to prefer old-school modes of crafting code. During the panel at the Professional Developers Conference earlier this month, the devs also revealed why they think writing tight, bare-metal code will come back into fashion, and why parallel programming hasn't caught up with the processors yet." These guys are senior enough that they don't seem to need to watch what they say and how it aligns with Microsoft's product roadmap. They are also dead funny. Here's Jeffrey Snover on managed code (being pushed by Microsoft through its Common Language Runtime tech): "Managed code is like antilock brakes. You used to have to be a good driver on ice or you would die. Now you don't have to pump your brakes anymore." Snover also joked that programming is getting so abstract, developers will soon have to use Natal to "write programs through interpretative dance."
Read More... 496 comments story

Comments: 93 +-   Building 3D Models On the Fly With a Webcam on Friday November 27, @02:19PM

Posted by kdawson on Friday November 27, @02:19PM
from the do-you-see-what-i-see dept.
graphics
blee37 writes "Here is an excellent video demonstration of a new program developed by Qi Pan, a graduate student, and other researchers at the University of Cambridge. The 'ProFORMA' software constructs a 3D model of an object in real time from (commodity) webcam video. The user can watch the program deduce more pieces of the 3D model as the object is moved and rotated. The resulting graphics are of high quality."
Read More... 93 comments story

Comments: 578 +-   Dumbing Down Programming? on Thursday November 26, @04:44PM

Posted by timothy on Thursday November 26, @04:44PM
from the accessible-is-not-dumb dept.
programming
RunRevKev writes "The unveiling of Revolution 4.0 has sparked a debate on ZDNet about whether programming is being dumbed down. The new version of the software uses an English-syntax that requires 90 per cent less code than traditional languages. A descendant of Apple's Hypercard, Rev 4 is set to '...empower people who would never have attempted programming to create successful applications.' ZDNet reports that 'One might reasonably hope that this product inspires students in the appropriate way and gets them more interested in programming.'"
Read More... 578 comments story

Comments: 173 +-   Computer Games and Traditional CS Courses on Wednesday November 25, @01:12AM

Posted by Soulskill on Wednesday November 25, @01:12AM
from the terrible-terrible-games dept.
education
drroman22 writes "Schools are working to put real-world relevance into computer science education by integrating video game development into traditional CS courses. Quoting: 'Many CS educators recognized and took advantage of younger generations' familiarity and interests for computer video games and integrate related contents into their introductory programming courses. Because these are the first courses students encounter, they build excitement and enthusiasm for our discipline. ... Much of this work reported resounding successes with drastically increased enrollments and student successes. Based on these results, it is well recognized that integrating computer gaming into CS1 and CS2 (CS1/2) courses, the first programming courses students encounter, is a promising strategy for recruiting and retaining potential students." While a focus on games may help stir interest, it seems as though game development studios are as yet unimpressed by most game-related college courses. To those who have taken such courses or considered hiring those who have: what has your experience been?
Read More... 173 comments story

Comments: 173 +-   Haskell 2010 Announced on Tuesday November 24, @05:05PM

Posted by kdawson on Tuesday November 24, @05:05PM
from the eddie-and-the-beav dept.
programming
paltemalte writes "Simon Marlow has posted an announcement of Haskell 2010, a new revision of the Haskell purely functional programming language. Good news for everyone interested in SMP and concurrency programming."
Read More... 173 comments story

Comments: 291 +-   English Shell Code Could Make Security Harder on Monday November 23, @08:33PM

Posted by ScuttleMonkey on Monday November 23, @08:33PM
from the little-bobby-tables-takes-up-writing dept.
security
An anonymous reader writes to tell us that finding malicious code might have just become a little harder. Last week at the ACM Conference on Computer and Communications Security, security researchers Joshua Mason, Sam Small, Fabian Monrose, and Greg MacManus presented a method they developed to generate English shell code [PDF]. Using content from Wikipedia and other public works to train their engine, they convert arbitrary x86 shell code into sentences that read like spam, but are natively executable. "In this paper we revisit the assumption that shell code need be fundamentally different in structure than non-executable data. Specifically, we elucidate how one can use natural language generation techniques to produce shell code that is superficially similar to English prose. We argue that this new development poses significant challenges for in-line payload-based inspection (and emulation) as a defensive measure, and also highlights the need for designing more efficient techniques for preventing shell code injection attacks altogether."
Read More... 291 comments story

Slashdot Login

Log In

Create Account  |  Retrieve Password

Sorry. I just realized this sentance makes no sense :) -- Ian Main