Slashdot Mirror


User: bartash

bartash's activity in the archive.

Stories
0
Comments
105
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 105

  1. Re:Other Java books on Developing Java Software · · Score: 1

    I just read Java Concurrency in Practice by Brian Goetz and I agree it is great. I also learned C from Russel Winder twenty years ago and he was a good teacher then, I expect he's even better now.

  2. Re:What about the XML tools? on Sun Opens Modeling Tools · · Score: 1

    Thanks, I tried it. Very impressive for a free tool. Not as good as XMLSpy though :-(

  3. Re:What about the XML tools? on Sun Opens Modeling Tools · · Score: 1

    Good point, I should have mentioned this. The XMLSpy home edition is free, as in, er, I can never get that bit right. It is great, and for many .xsd editing jobs it is all you need. But it doesn't support 'import' in its visual editor, for that you have to pay the big bucks. And that is what I want.

  4. What about the XML tools? on Sun Opens Modeling Tools · · Score: 2, Interesting

    I see there are some XML tools included in this offering. I haven't been able to find out if there is a decent XML Schema editor included. I would really like to get a free XML Schema editor that is as good as XMLSpy.

  5. Steve Squyres on Spirit Rover Reaches Safety · · Score: 1

    Principal investigator Steve Squyres (mentioned in the /. summary) is the author of the fantastic book about building and deploying the rovers: Roving Mars : Spirit, Opportunity, and the Exploration of the Red Planet.

  6. Re:Release notes (MOD THIS DOWN) on NetBSD v3.0 Released · · Score: 0

    posting comment to remove moderation of grandparent

  7. Re:Sun Blog about improving performance on Sun Announces Support for PostgreSQL · · Score: 2, Interesting

    What he does is recompile Posgres to increase the default log block size. A commenter on his blog points out that he could have done this by changing a runtime parameter. In general, changing the block size used by the transaction log is something that should only be done by experts. I believe that Sun incents its employees to blog. In this case this posting is not necessarily a good sign of Sun's competence with Postgres.

  8. New York Times: Grokster File-Sharing Service Shut on Grokster Shutting Down? · · Score: 2, Informative
  9. Re:DANGER DANGER DANGER on BitTorrent User Guilty Of Piracy · · Score: 1

    Thanks 42Penguins for alerting me to this. I believe this was some sort of prank by the admins at www.asiamedia.ucla.edu. I complained and now the links are broken, which is good in that they no longer point to goatse images.

  10. Re:Read this book. on The Rovers That Just Won't Quit · · Score: 1

    Thanks, thait is good to know

  11. Re:Read this book. on The Rovers That Just Won't Quit · · Score: 2, Interesting

    The reviews at Amazon USA seem to suggest that the book only covers getting to Mars, not the actual operation of the Rovers. Is this true? Did it spoil the book for you?

  12. Some notes from the trial on BitTorrent User Guilty Of Piracy · · Score: 4, Informative

    The government prosecutor Hayson Tse Ka-sze said it would be "absurd" to argue that the tracker server and not the uploader was responsible for distribution. He defined distribution as "sharing" and said the court would have to look at the intent of the legislation

    Copyright-infringing copies of three films - Daredevil, Red Planet and Miss Congeniality -- were found on the defendant's computer during a customs raid on his home on January 12. Photo images of the labels of the compact discs were also found on the computer. A digital camera consistent with the make and model used to take the photos was found at the defendant's home, government prosecutor Hayson Tse Ka-sze told the court.

  13. Bill Gates is too a nerd on The Ups and Downs of MySQL AB · · Score: 1

    Have you ever written a basic interpreter that fits in 4K?

  14. The author fundamentally doesn't understand... on Comprehensive Guide to the Windows Paging File · · Score: 2, Informative

    Larry Osterman writes in his blog that the author fundamentally doesn't understand what he's writing about. Mr. Osterman has worked at Microsoft for 20 years. How old is the author of the article?

  15. Best quote on Gosling: Partnership with Microsoft Meaning Less and Less · · Score: 2, Insightful

    Gosling described the DMCA, which was passed in the United States a few years ago, as "really vile."

  16. Re:erm.. on UPN Officially Cancels 'Star Trek: Enterprise' · · Score: 2, Insightful

    The UK has a population of 60 million. So you're out by an order of magnitude.

  17. Re:Wings on Airbus Launches 800 Passenger Jumbo Jet · · Score: 1

    Two bbc stories here and here.

  18. Re:WoW on IGDA Persistent Worlds White Paper Released · · Score: 1

    On Bruce Sterling Woodcock's site there's a chart showing market share which includes WoW.

  19. more charts for those that like charts on IGDA Persistent Worlds White Paper Released · · Score: 4, Informative

    There's a great chart on page 8 of TFA which shows the number of subscribers to the major MMORPGs. I was curious and found the source of the charts, it's Bruce Sterling Woodcock's site and there's a newer version of the chart I liked here, and there are lots more.

  20. A mixed bag on IBM Opens Their Patent Portfolio to Open Source · · Score: 1

    Well 500 patents isn't many considering IBM gets 300 0 patents a year (RTFA). And a lot of these are very processor oriented, not so useful to FOS. BUT some are really important, like 6,173,292 (Full-Text Data recovery in a transactional database using write-ahead logging and file caching). This is basically the LSN patent (AFICS) and so is critical to any modern RDBMS system.

  21. Re:MOD PARENT UP! on Prime Obsession · · Score: 1

    The onion piece is only for 'premium' readers but I found it cached here.

  22. Good things about VHS on The VHS is Dead · · Score: 1

    There's a great article in the Guardian about how everyone used to watch the same TV shows at the same time.

  23. Re:wget is forbidden on Breaking Google's DRM · · Score: 1

    Yes, that works too and is a lot less verbose.

  24. Re:wget is forbidden on Breaking Google's DRM · · Score: 1

    I did try this and it worked. See comment.

  25. Re:wget is forbidden on Breaking Google's DRM · · Score: 1

    OK, I did think of that and was hoping someone else would do it.
    But you shamed me into it.
    Excuse line wrapping...

    wget -U "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Spacebug/0.10 (aka Firefox/0.10)" "http://print.google.com/print?id=ULQSG0Zs7vcC&pg= 3&img=1&q=mastering+digital+photography&sig=gv2nFp tEf0dj7Gzb8eZ4U8UdtUo"

    gives me a file which I can rename to a jpeg and view.

    And Bob's your uncle