×
Programming

'Open Funding' For Driver Development 100

Doc Ruby writes "The TreoCentral community has announced a bounty for the first BlueTooth SDIO driver delivered for the Treo 600 (PalmOS 5). The thread shows the development of both the requirements of the quarry, and the contributions to the bounty. If this process works, is 'open funding' of development the next wave of the emerging online community? How will the 'traditional' vision/scope> requirements> features> >recode> retest> demo> cycle expand to include the user community in the financing?" Update: 06/16 19:43 GMT by T : Updated the bounty link to a server better able to handle it.

Searching for the Best Scripting Language 673

prostoalex writes "Folks at the Scriptometer conducted a practical survey of which scripting language is the best. While question like that is bound to generate flamewars between the usual Perl vs PHP, Python vs Perl, VBScript vs everything crowds, the Scriptometer survey is practical: if I have to write a script, I have to write it fast, it has to be small (less typing), it should allow me to either debug itself via a debugger or just verbose output mode. sh, Perl and Ruby won the competition, and with the difference of 1-2 points they were essentially tied for first place. Smalltalk, tcc, C# and Java are the last ones, with Java being completely unusable in scripting environment (part of that could be the fact that neither Java nor C# are scripting languages). See the 'Hello world' examples and the smallest code examples. Interesting that ICFP contests lately pronounced OCaml as the winner for rapid development."
Security

Feds to Open BlackBoxVoting User Logs? 286

Doc Ruby writes "Investigating a crack of eVoting company VoteHere, the FBI is said to be issuing a subpoena for the traffic logs of journalist Beverly Harris' BlackBoxVoting website. The FBI is pursuing Harris on the theory that her site is the connection between incriminating memos leaked from (VoteHere competitor) Diebold and the intrusion into VoteHere's servers. Are you on the list?"
Communications

Non-English Programming Languages? 191

jjohnson asks: "As a coder I've been exposed to a lot of programming languages, big and small, and they're all in (pseudo) English, reflecting their invention and development in English speaking countries (or to gain traction in English speaking countries, such as Ruby). Of course, there's no reason a programming language couldn't be developed in Russian, using a cyrillic character set; or Chinese, using kanji; or Japanese, using hiragana. All three of those nations have big/advanced enough developer communities to justify the development of native-tongue programming languages, which have the obvious benefit of not requiring their developers to learn/code in a foreign language. What non-English programming languages exist, and how do they compare?"
Bug

Pokemon Game Boy Advance Update 28

herrvinny writes "As a followup to a previous Slashdot Games article, the upcoming Pokemon Colosseum GameCube game will download an update to a Ruby/Sapphire Pokemon game to fix the internal clock." Pokemon players in the US who want their games patched without buying a new GameCube game can take their carts to EB World or GameStop stores to receive the update. There's also a "special gift" distributed with the patch that requires an open party slot.
Programming

Rubyx OS - A Testament To The Power Of Ruby 121

Andrew Walrond writes "Rubyx the OS is created from source by rubyx the ruby script. Got it? The same small ruby script handles all subsequent package management, customised parallel and distributed user-mode package builds, and can create a live CD. For good measure, Rubyx (the os) sports an all new init and rationalised service management system written in ....can you guess?..."
Books

Why's (Poignant) Guide to Ruby 60

Colonel Panic writes "Why the lucky stiff has written one of the most unusual (and poignant) books about programming that I've ever encountered. The best description for it so far (seen on comp.lang.ruby) is that it's sort of like 'The Little Prince meets SICP'. However, it defies all attempts at description (at least in this small space), you've got to read it for yourself. Like SICP, the full text is available for free. This one is destined to become a classic - it will likely be known to future generations of jobless American computer scientists as 'The Fox Book.'"
Operating Systems

Adopt a Lost Technology Today For R.O.S. 56

submitted by Simon Strandgaard writes "When new operating systems gets designed today, great systems such as Amiga, Atari and VMS, seems to get overlooked in regard to their original features not found on other OSes. It might be time to collect and categorize those special unique features under the great/lost ideas wiki, so new OSes don't have to re-invent the wheel and re-innovate." This is all for R.O.S., a "ruby-centric operating system."
Programming

Python Conference Coming Soon 45

nnorwitz writes "PyCon 2004 is coming to Washington, DC at the end of March. It's a great place to meet lots of smart people and learn new things. Many interesting discussions go far beyond Python into other programming languages and topics. We should find out more about the Pie-thon, the OSAF since Mitch Kapor is the keynote speaker. There may even be a few surprises. The price is only $175, but early bird registration ends soon. It's not too late to submit a presentation either. I hope to see lots of new faces this year! I want to talk to some Perl and Ruby zealots^Wconverts^Wprogrammers. :-)"
GameCube (Games)

Top-Selling Japanese Games In 2003 Reveal Trends 58

Thanks to The Magic Box for their chart showing the top-selling videogames in Japan during 2003. Square Enix's Final Fantasy X-2 for PS2 tops the chart, selling a little less than 2 million copies, despite Japanese consumer discontent with the title, and Nintendo's Pokemon Ruby/Sapphire for GBA places second, with almost 1.5 million copies sold in 2003, and nearly 5 million in total. A surprise hit in third place is the PlayStation 2 action title Dynasty Warriors 4 from Koei, and further down the chart, Final Fantasy Crystal Chronicles for GameCube can only manage a disappointing 26th place, with 310,000 copies sold, and an Xbox title of any kind is, sadly, nowhere to be seen in the Top 30.
Java

MySQL Gets Functions in Java 318

Java Coward writes "Eric Herman and MySQL's Brian "Krow" Aker have released code to allow the DBMS MySQL to run Java natively inside of the database. The code allows users to write functions inside of the database that can be then used in SELECT/INSERT/UPDATE statements. So when will someone do Ruby?"
Portables (Games)

Pokemon GBA Bugs Out, Internal Clock To Blame 83

Thanks to 1UP for their article revealing the popular GameBoy Advance titles Pokemon Ruby/Sapphire have a time-unlocked glitch that's just been activated in Japan, since the game has features based on how long it's been played, and Nintendo have discovered there's "...an issue with its internal clock that can disable certain gameplay systems after a year's worth of playtime." Specifically, you can plant trees in-game which "eventually bear fruit, which you then feed to your pet monsters to cause them to evolve in useful and interesting ways." Unfortunately, after a year from the game's start date, "those trees are unable to grow." Nintendo has "...invited Japanese players to bring or send their game cartridges to one of many service centers around the country. The service centers will apply a patch that corrects the issue and return the fixed copy of the game free of charge." Finally, Nintendo of America have commented "The earliest the issue could appear [in the U.S.] is March 2004, which is the one year anniversary of the first sale in North America."
Java

Code Generation in Action 262

Simon P. Chappell writes "Now, I enjoy a good technical book more than the next geek, but it's been quite a while since one left me quite so excited with the possibilities that it presented. Code Generation in Action is beyond interesting, it is a masterful tome on its subject matter, written by one who is obviously an experienced practicioner in his craft." If "code generation" isn't a familiar term to you, this enthusiastic overview on devx.com is a concise introduction to what code generation is about, though it makes no pretense of ambivalence about its importance as a programming tool. Read on for the rest of Chappell's review.
The Internet

Slashdot Google Bombers? 109

muirhead asks: "As a proud new dad, I made a web site to share some baby photos. Having seen this article about Google Bombing, I gave it a go and posted comments to Slashdot, Newsforge, Kuro5hin and LinuxWorld. Some of the pages have a high enough PageRank to show up as links into my site. Now, there are quite a few phrases that I can tell folk to google, and know my site will show top of the list. My favourites are Ruby Orange and Mutley Sleeps, but of course, I want more. What other free sites and means do you know of that I can use to further increase the visibility of my website?"
GameCube (Games)

Nintendo Celebrates Pokemoniversary 31

Thanks to IGN Pocket for their article pointing out that Nintendo's Pokemon franchise is celebrating its 5th anniversary in the States. According to the article, "Pokemon first launched on the original Game Boy in Japan in 1996. Since bringing the franchise to North America in September 1998, Nintendo has sold more than 110 million Pokemon games worldwide. Pokemon merchandise has generated over $15 billion in worldwide retail sales since 1998." With the HAL-developed Pokemon Pinball:Ruby And Sapphire out now for GBA, and Pokemon Coliseum for GameCube forthcoming early next year as a Pokemon Stadium-style companion for Pokemon Ruby/Sapphire on GBA, it seems Pikachu and friends are here to stay.
Programming

Ruby 1.8.0 Released 97

waieitch writes "A long-waited new version of the scripting language, Ruby 1.8.0 has just been released. You can download from here, and the changelog is available. With many new libraries, say dRuby, ERB, REXML, this version is doubled by 1.6.8 in size."
Perl

Perl 6 Essentials 172

JayBonci writes "It may come as a surprise that within the pages of 'Perl 6 Essentials' lies what could be two books, despite its length. If not for lack of cover space, it could easily bear the names "Perl6 for Perl5 programmers" and "Parrot in a Nutshell". Both topics are concise and clearly covered, despite their relatively different audience." Read on for the rest of Jay's review.
Java

Eclipse in Action 247

Simon P. Chappell writes "The Eclipse IDE has thundered into the collective consciousness of Java developers since its release by IBM as Open Source Software. Up until this time, the majority of available documentation at the Eclipse website has been for plug-in developers, with scant attention given to the rest of us that actually want to use the tool for anything else. This book restores the balance and brings much needed help to those interested in this IDE." Read on for the rest of Simon's review, about which he says "Full Disclosure: I received a free, review copy of this book, so feel free to assume that I've been bought off and have traded my technical integrity to put about an inch of dead tree on my shelf."
GameCube (Games)

Japan Half-Year Sales Show Sony Domination 26

Thanks to Polygon for posting the Japanese games industry's half-year console hardware and software stats on their site. They summarize: "Sales of Sony's PlayStation 2 console significantly outpaced all competitors... surprisingly, Square-Enix topped all software publishers by a large margin." As far as Japanese hardware sales go, the GameCube (8.3 percent) and especially Xbox (1.6 percent) are falling ever-further behind the Playstation 2 (58.5 percent.) Regarding software, Square Enix may not have expected Final Fantasy X-2 to sell almost 2 million copies, but it only boosted their already top-selling Japanese output. Nintendo's second place in software may be more due to their handheld output, not including (?) the separately-listed and top-selling Pokemon Ruby/Sapphire for GBA, rather than their GameCube titles (though some GC titles like Animal Crossing have been surprise hits.)

Slashdot Top Deals