Slashdot Mirror


User: BenjyD

BenjyD's activity in the archive.

Stories
0
Comments
2,151
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,151

  1. Re:That is fucking ridiculous on Ubuntu For PPC, And As A Live CD · · Score: 1

    Oh, learn to read before you post.

  2. Re:Ubuntu on Ubuntu For PPC, And As A Live CD · · Score: 1

    1) It "just works"
    2) It's stable
    3) It's fast
    4) It's up-to-date
    5) Did I mention it just works?

  3. Re:Not good as adevelopment environment on Ubuntu For PPC, And As A Live CD · · Score: 1

    Anjuta and KDevelop are in universe. Anjuta works fine on my system, but I have seen some problems on the mailing list getting GNOME 2 apps to build - I think you may need to manually install "build-essential" as well as anjuta.

  4. Re:That is fucking ridiculous on Ubuntu For PPC, And As A Live CD · · Score: 5, Interesting

    Dammit, put that can of worms down.

    There was extensive discussion on the users list and an IRC community meeting about the 'controversial' artwork. Very few people actually had a problem with it directly, but most people thought it was a bad idea as the default for a distro that wanted to be taken seriously and appeal to as broad a userbase as possible. There were plenty of real-world examples from people who wanted to deploy Ubuntu in their company but would have to create custom install-images to change the default.

    My take on it was that I didn't want my computer to look like a Bennetton advert; more that it was goofy looking than that it might upset people.

    That artwork is still installed, it's just not selected by default.

  5. Re:Not good as adevelopment environment on Ubuntu For PPC, And As A Live CD · · Score: 4, Informative

    I use Xemacs in ubuntu fine - just enable the universe repository (uncomment the line in /etc/apt/sources.list). It would be nice if they moved it to main, but I've had zero problems with it so far.

  6. Re:Oil? on Titan's Alien Thunder · · Score: 4, Informative

    It's all just hydrocarbons, it's just that on earth a lot of the solid carbon is tied up in living creatures so our hydrocarbons come from decomposition of their dead bodies. The clouds of ethanol in outer space don't make me assume that there are deep-space breweries, for example.

    On Titan, it's cold enough that the lighter hydrocarbons like methane are liquid, so the sea of 'oil' is probably just short chain alkanes like methane.

  7. Re:What fun! on Sinclair And Clones Computer Show · · Score: 1

    3 posts about 3" disks on the spectrum +3?

    Anyway, I'm sure the Amstrad PCW 9512 (the one with the daisywheel) had a two sided 3" disk drive, so you didn't have to turn the disk over. They were great machines, only limited in lifespan by the elastic band in the disk drive.

  8. Re:Popularity? on Sinclair And Clones Computer Show · · Score: 0, Offtopic

    Has anyone fixed up the east rail lines yet so it doesn't take godzillion hours...

    Two hours from Liverpool street, approximately forever from anywhere else.

  9. Re:Norwich? on Sinclair And Clones Computer Show · · Score: 1

    Norwich? They're probably gathered round the ZX81 gaping, pointing and threatening to burn the "man with the magic black box of lights".

  10. Re:SAM Coupe on Sinclair And Clones Computer Show · · Score: 1

    I'd just found it - thanks. I'm now horrified to find that years of C++, Prolog and Java have seemingly completely overwritten my knowledge of SAM Basic. Apart from ZAP and BOOM.

  11. SAM Coupe on Sinclair And Clones Computer Show · · Score: 1

    They sold 12,000 Sam Coupes? I had no idea it was so many.

    I remember I got one of the early models with the dodgy ROM and the shop I bought it from tried to charge me £25 to replace it until we complained.

    They were great machines - still played speccy 48K games, 3.5" disk drives, 256Kb RAM. The SAM BASIC was great: it had an EDIT command, for writing self-modifying BASIC programs. I wonder where I put the thing...

  12. Re:armchair rocket science on Murphy's Law Rules NASA · · Score: 1

    Exactly - people should listen to themselves sometimes.

    "Can't you even fling a 2 tonne piece of incredibly delicate scientific apparatus a billion miles across space without one thing going wrong? Call yourself a scientist?"

  13. Re:We've got to try, at least... on Game Developers: Stop Overpromising · · Score: 1

    But isn't that why so many games (on PC, at least) are buggy pieces of crap at release? The developers spend time trying to get cool features to work, even if some of them are then dropped, instead of bug-hunting.

    Falcon4, for example - most hyped flight sim of its day - took something like three years of Microprose and community work after release to be playable. BF1942 didn't work online reliably for months after release, *still* doesn't have a working server browser and servers crash constantly, even after the nth patch.

    Perhaps less hype, more realistic objectives and good project planning would mean that I can take a PC game out of its wrapper, install it and actually play it first time. In the meantime I'm going to go complete Viewtiful Joe finally.

  14. Re:Google on Slashback: Indymedia, Starfighter, Mozparty · · Score: 2, Informative

    I didn't say anywhere that I believed it. I think that the Google Desktop Search privacy policy specifically states that it sends no data back to google, so they'd be directly lying if some of his statements are true. I also made the dubious source of the statements clear.

    I read the article before posting - at the very least, I am discussing the correct issue, rather than knee-jerk posting a response without bothering to check.

  15. Re:Google on Slashback: Indymedia, Starfighter, Mozparty · · Score: 4, Insightful

    Clearly nobody reads the articles, not even the mods. From TFA:

    "users should know that the giant ad broker intends to mix public and private queries in the future,"

    "Google Desktop Search allows users to opt out of sending the company back detailed usage data, but it isn't possible to firewall it completely"

    "Eric Schmidt said the company's goal was to create a "Google that knows you""

    Admittedly, the main source for the article is the CEO of a competitor to Google. But this isn't the multi-user issue.

  16. Re:Congrats to the canonical team on Ubuntu 4.10 ('The Warty Warthog') Released · · Score: 1

    Agreed - it's an excellent distro. It's very much an "everything just works" distro, with very little fiddling about required.

    It autodetected all the hardware on my laptop and desktop, even the crappy SD card reader that caused SuSE trouble. Stable and fast too.

  17. Re:Uh.. on The Universal Off Button · · Score: 1

    Just how badly built is your apartment?

    The holes in the wall required to allow the IR signal through would be much more worrying than the effect on TVs.

  18. Re:Way too advanced. on Programming Assignment Guide For CS Students · · Score: 1

    I'm doing a PhD in a Computing-and-Engineering department and I have to say I agree with your pessimism.

    In a department where many projects require writing 10,000+ line C++ programs involving CORBA calls and all sorts of other complex issues:

    • The introductory C++ course doesn't mention classes once. Not a single mention. No STL, either. Half the examples don't even compile on GCC, instead relying on some Sun compiler that no one uses anymore. And that's all the teaching most people get.
    • Nobody knows about basic C++ constructs, either. I suggested a do while loop recently, only to get the reply "What's that?"
    • The department has some standard libraries for interfacing with solver packages etc. These have classes (who knows how they found out about those) for n-dimensional array slices but they only go up to 6-dimensional. The reason:
      class Array
      {
      public:
      Array(int m);
      Array(int m,int n);
      Array(int m,int n,int o);
      ....
  19. What next? on Online Gaming Ad Network Launches · · Score: 3, Insightful

    Oh great, another area of entertainment slathered with advertising. Intrude on my games and destroy any immersion - what a great way to attract me as a customer.

  20. Re:Power Consumption - how much is waste heat? on First Looks at Athlon 64 4000+ & FX-55 · · Score: 2, Informative

    That figure *is* the power dissipation. There is no significant "useful work" that a processor can do.

  21. Re:His examples don't work (crash browser) on IE Shines On Broken Code · · Score: 1

    Not exactly very informative - the die* files are browser specific and are not especially "difficult" cases or anything. Safari (assuming Apple didn't do this kind of testing, which is unlikely) would have different die files.

  22. Re:The power of open source on IE Shines On Broken Code · · Score: 2, Informative

    Why? They're finding and fixing the bugs in Firefox already (check bugzilla).

  23. Re:How did this article get passed? on IE Shines On Broken Code · · Score: 0

    Why bullshit? From the bugzilla messages, this testing has led to several bugs in Firefox being found and fixed already; mostly NULL pointer dereferences, it seems.

  24. Re:generated html on IE Shines On Broken Code · · Score: 1

    Yes, it took down firefox and my X server too. Firefox 0.9.3(ubuntu version), xfree 4.3, linux 2.6.8.1.
    Firefox seems to have a great ability to crash the x-server.

  25. Standard Testing on IE Shines On Broken Code · · Score: 1

    Shouldn't this random input be part of standard testing for any application?

    I use it all the time for testing my PalmOS project: the PalmOS emulator has a "Gremlins" mode that throws random events at your application constantly. My basic rule is that if it survives 300,000 events without crashing, there should be no major problems.

    Of course it won't catch functional bugs, but it's an incredible tool for catching unchecked inputs, memory leaks and similar problems.