Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
The Almighty Buck

Submission + - Apple holds out on resellers 1

An anonymous reader writes: Anecdotal evidence from Australian consumers indicates Apple are holding back stock from their resellers, while shipping from their online store in record time. A workmate ordered a MBP 8 weeks ago from a reputable reseller who has been saying each week 'apple say they have no stock, they won't tell us when our orders will be filled', yet people ordering from the Apple online store are receiving their laptops within 1-2 business days. My workmate canceled his order on wednesday and ordered online, he just received his laptop today (friday), after phoning the reseller they still have no word on when stock will be coming through. Forum posters from around the state indicate similar issues.
Music

Submission + - Multiformat Listening Test at 64kbps 1

prospective_user writes: "Do you think you have good ears? Think again.

The community at Hydrogenaudio has prepared a Public Listening Test for comparison of the most popular audio codecs (AAC, Vorbis, and Microsoft's WMA included) in a battle to see how they stand at compressing audio at 64kbps.

Many of the participants right now have expressed their surprise at being unable to determine which is the original and which is the compressed version of 18 samples covering a vast amount of musical styles.

The results of this test (and other that are conducted at Hydrogenaudio) will be used by the developers of the codecs to further improve the "transparency" and let this kind of test be even harder.

Everyone is invited to participate and show how good your listening is!"

No More Coding From Scratch? 323

Susan Elliott Sim asks: "In the science fiction novel, 'A Deepness in the Sky,' Vernor Vinge described a future where software is created by 'programmer archaeologists' who search archives for existing pieces of code, contextualize them, and combine them into new applications. So much complexity and automation has been built into code that it is simply infeasible to build from scratch. While this seems like the ultimate code reuse fantasy (or nightmare), we think it's starting to happen with the availability of Open Source software. We have observed a number of projects where software development is driven by the identification, selection, and combination of working software systems. More often than not, these constituent parts are Open Source software systems and typically not designed to be used as components. These parts are then made to interoperate through wrappers and glue code. We think this trend is a harbinger of things to come. What do you think? How prevalent is this approach to new software development? What do software developers think about their projects being used in such a way?"
User Journal

Journal Journal: "-Wno-format-nonliteral"

So, theres a relatively new 'feature' of gcc. It spits out a warning if you use a variable for a format string in the *printf() functions. The warning seems unncesssary, and just creates flebbenge in build output. As the maintainers of gcc have decided to add this warning to -Wall, now I have to turn it off by using: "-Wno-format-nonliteral" Annoying!

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...