Communications

A Spell-Checker for Scientific Terms? 48

deaflamb wonders: "I'm a biology major and have been writing a paper for a class. I'm using Microsoft Word on my mac. It's annoying me how often I have to click 'ignore' or 'add' on the spell checker when it comes across words only used in Science. Was wondering if there where any free scientific spell checkers out there that can be added into Word or OpenOffice (since I use that too), and how well they work?" It didn't take me long to find these guys, who look like they cover a significant portion of the terms used in the medical and science world, however, their price for a single user license for only one of their specialty packs can run into the hundreds of dollars. Might there be other options that are a bit more affordable or, as the deaflamb asks, free?

IEEE 1394 (FireWire) Testing? 15

Cadre asks: "Can a regular COTS FireWire card be used for monitoring data (kind of like a regular COTS ethernet card can be put into promiscuous mode and the data can be monitored with libpcap)? I work for an organization that does a lot of databus monitoring and hardware-in-the-loop testing of large systems. Firewire has become popular (Ethernet too, but we've solved that problem with libpcap) and we're looking for a solution to monitor and simulate data. There are a couple manufactures that sell specialized equipment for FireWire testing that include onboard FPGAs but they seem more geared towards testing the FireWire bus than testing the overall systems on the bus."
Programming

AJAX Applications vs Server Load? 95

Squink asks: "I've got the fun job of having to recode a medium sized (500-1000 users) community site from the ground up. For this project, gratuitous use of XMLHttpRequest appears to be in order. However - with the all of the hyperbole surrounding AJAX, I've not been able to find any useful information regarding server load [Apache + MySQL] when using some of the more useful AJAX applications, such as autocomplete. Is this really a non-issue, or are people neglecting to discuss this for fear of popping the Web2.0 bubble?"
Puzzle Games (Games)

A Solution for the Ten Letter Acrostic Puzzle? 258

rmo101 asks: "A story in the Times reports a solution to the ten letter acrostic square puzzle that has defied solution since the ancient Greeks. An acrostic puzzle comprises a square of letters where the arrangement of letters from words written in rows result in the same words appearing vertically in the same order. The ten letter solution, however, is not accepted by all as one of the words does not appear in a dictionary. Sounds like a puzzle in search of a fiendish algorithm for interrogating a dictionary. The ancient Greeks believed that the solver of the ten letter puzzle would become immortal. Anyone fancy their chances?" Of course, the Times article doesn't report the proposed ten-letter solution (they show a five-letter one), but they do mention the controversial word: "nonesevent". Are any of you interested in trying your hand at a better solution?
News

Time Warner To Be Split Into Four Parts? 107

A user writes "CNN Money is running a story titled Icahn eyes Time Warner break-up. Carl Icahn is a fairly well known investor who is pushing to break the Time Warner empire into at least four different business units. While his motivation seems to stem from business interests -- he thinks it will work out better for Time Warner in the long run -- I thought it raised an interesting point of discussion. Will the vertically integrated media empires that control content creation, content distribution, internet access and the news media become the Ma Bells of the 21st century? What can be done to protect consumers without stifling the technological innovation that we all know is so important?"

Fedora Directory Server 1.0 Released! 200

LnxAddct writes "NewsForge is reporting that the first official release of the Fedora Directory Server has been announced. This is good news for members of the open source community longing for an easy to use, enterprise class directory server. Fedora Directory Server is based off of Netscape Directory Server which Red Hat purchased a year ago and released as open source. Screenshots are available on their site." NewsForge is a Slashdot sister site.
Programming

Web Interfaces for C++ Introspection? 66

Milo_Mindbender asks: "For a C++ application I'm working on I want to be able to pop up an interface to a class that will display all the 'tunable' parameters of the class and let me inspect/modify them, while the program is running. The catch is that I'm running on a minimal embedded OS with Open GL but no GUI library. Rather than porting a widget set or writing my own, I was thinking about having the application talk to a web browser, and then use the browser to display the GUI, take user input, and finally push the data back to the app. The classes have metadata that describes the public data locations/types so they can be accessed, but not being a web-wizard I'm not sure of the best way of generating the information I need to create the UI. My first thought is to generate HTML and push that to the browser, but it seems like there must be a better way than this, maybe someone has written a library specifically for doing this sort of thing? Any help/suggestions would be appreciated!"
PC Games (Games)

Advice on Running a Successful Videogame Store? 134

xlilacx asks: "The video game industry is worth $25 billion, and predicted to rival the global music industry in the next 10 years. Even Grandma is joining in on the fun. My husband and I bought three video game retail stores two months ago, and so far sales are dismal (down 25% from last year's sales), which seems to be an industry trend. I've noticed a few things that are contibuting to our lack of profits: the people who weren't able to get an XBox 360 have decided they will wait to get one (which most likely will be after Christmas), and they will not buy any games for their old systems in the meantime; people are automatically conditioned to go to the EB-Games and GameStop stores at the malls, even if they give less in trade-ins and have horrible customer servicr; lastly, kids come in with piles of junk games (Madden 2001, etc..), and get enough store credit to buy the latest greatest game that we only mark up like 5%-10%. I'd like to ask Slashdot readers if these observations are a good reflection of the mentality of video-game buyers everywhere, and what suggestions they have for a small ma-and-pa video game store. With all the huge retailers in the video-game market and the EB/GameStop merger, is there a place left for the local game store?"
Hardware Hacking

A Workstation for Sensitive Experiments? 38

etrgQUARK asks: "I am in charge of infrared spectrometers at our research center. One of the setups is used to measure the orientation of monolayers at the air/water interface, i.e. the signal we have to detect is very weak and noisy. We already have a great setup with quality components and electronics, except for one piece of hardware: the computer hooked up to acquire the data. How important is the computer in noise-sensitive data acquisition? What are your experiences? Do you have any suggestions on a workstation suitable for such tasks or is it a waste of money to use anything but the average computer system? Unfortunately, the software used is Windows-only."

The Scripts of J. Michael Straczynski, Vol. 1 347

chromatic writes "It's hard to overestimate the influence that Babylon 5 had on American television, especially science fiction and dramas. When it debuted, it was a smaller, scrappier competitor to Paramount's revitalized Star Trek franchise. When it ended, it had proven that not only could you tell a complex, layered story over multiple years (and through the demise of syndication, yearly struggles with funding, and often frustrating and unexpected troubles with schedules and actors), but that a lean, creator-driven show could succeed artistically." Read on for chromatic's review.

First Quantum Byte Created 261

gila_monster writes "Juice Enews Daily is reporting that the Institute of Quantum Optics and Quantum Information at the University of Innsbruck in Austria has created an entanglement of eight quantum particles, yielding a quantum byte or 'qubyte,' or eight qubits. The formal paper was published in the December 1 issue of Nature. A qubyte with eight ions provides a computing matrix of 65536 mostly independent elements. No word in the article about whether they were able to actually use the qubyte for computing."

Apache 2.2.0 Released 179

ikewillis writes "According to an announcement on apache.org, Apache 2.2.0 has been released. From the announcement: 'This version of Apache is a major release and the start of a new stable branch. New features include Smart Filtering, Improved Caching, AJP Proxy, Proxy Load Balancing, Graceful Shutdown support, Large File Support, the Event MPM, and refactored Authentication/Authorization.' View the ChangeLog or check out the new feature list."
Communications

Is Zigbee the Next Bluetooth? 66

bz asks: "I work for a small product development company that is considering the use of RF. Naturally, it seems that it would be easier to use a proprietary protocol rather than some of the standards on the market. We are restricted by small code space and low power. The Zigbee protocol needs more memory than we would like to give up. Naturally, if Zigbee is going to become ubiquitous, we would like to sacrifice the extra memory and jump on the bandwagon. However, if it is only going to be as popular as Bluetooth, we would prefer to pass. Is Zigbee going to succeed, or is it likely to follow along the low road that Bluetooth has already paved?"
Linux Business

Linux Desktop Deployment Postmortems? 371

duffbeer703 asks: "My employer runs alot of desktop and laptop computers -- something in the neighborhood of 40,000 PCs. Currently they are all Windows 2000 & XP managed by Active Directory and other big, complicated enterprise management tools, all of which can support Linux in one form or another. I'm looking for ways of making Linux (and maybe Unix or even Apple desktops) an option as we replace or add PCs. The problem is, most of the resources that you find online about deploying Linux focuses on server environment, and the articles that I do find about desktop Linux focus on standalone developer workstations, the IBM conversion to Linux (which doesn't seem to have happened) or things like LTSP, that won't integrate well with our infrastructure. Is anyone out there successfully using Linux for regular users? How did it go, and how did your IT and user communities adapt to the new kid on the block?"
Christmas Cheer

Innovative Christmas Light Setups? 36

glitch0 asks: "Recently, I found some pretty neat Christmas decorations, at a neighbors house. He has a light setup that syncs up with MIDI files of Christmas music. The cool part is the way you hear the music - it's broadcast using a radio transmitter so you can tune your car radio as you're driving by and hear and see the show. Do any other Slashdot readers have cool homebrew light setups or ideas for over-the-top holiday decorations?"

Slashdot Top Deals