Slashdot Mirror


User: MenTaLguY

MenTaLguY's activity in the archive.

Stories
0
Comments
1,497
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,497

  1. Re:I still get blue-screen on In The Works: Windows For Supercomputers · · Score: 1

    While there aren't any guarantees, Linux tends to oops rather than panic when a driver screws up; the effects of a kernel oops are usually more localized.

  2. Re:'Windows' does not necessitate a GUI on In The Works: Windows For Supercomputers · · Score: 1

    Regarding multiplexing -- doesn't WaitForMultipleObjects work?

    Not that there aren't some really stupid inconsistencies, but I don't think this is one of them.

  3. Re:Lucas too possessive to let someone else try on Can Star Wars Episode III Be Saved? · · Score: 1

    Also, Christopher Tolkien vigorously decried the movies with incredible vehemence -- so much that he even was willing to effectively disown his own son over the issue.

    If Tolkien's heirs still had the movie rights, the movies would never have been made.

  4. Re:Lava is DAMN HOT on Star Wars Episode III : Birth Of The Empire · · Score: 1

    Bleah. Yes. One of my big hollywood pet peeves.

    That was one of the things that killed the scene at the end of RotK for me.

  5. Re:Stock up on untainted books now on H2G2 Film Website · · Score: 1

    I don't see much of a problem with that myself either.

    Worse, however, is the pernicious phenomenon of the "book based on the film based on the book".

    Screenplay novelisations of films based on books are invariably rank.

  6. voice of experience... on de Icaza: Rest of World Will Force US Into Linux · · Score: 1

    Also, as far as porting Linux applications to Windows goes, in my experience as a project leader of Inkscape, it's been worth it.

    Not only has the Windows version attracted a lot of users and developers, it's also helped migrate a number of them to Linux.

    The best way to migrate most people to Linux is not to throw them in the deep end of the pool and hope they learn to swim. A gradual transition works better.

    Once all the apps they use on a regular basis are ones which are available on Linux, most people are pretty happy to switch.

    That might sound a little naive, but from experience that's the way it works.

    It does, however, require that the free applications be better than their proprietary equivalents (for the user's specific needs, at least). We can do that, right?

  7. Mono on de Icaza: Rest of World Will Force US Into Linux · · Score: 1

    I guess you haven't noticed that "Mono" apps are being written to Gtk#, not System.Windows.Forms or modern equivalent.

    Most Mono apps run on Windows, but only due to the windows port of Gtk#.

  8. Re:Why, why, oh WHY? on Evoting in the News · · Score: 3, Insightful

    When confronted with computers, most people lose their capacity for rational thought and fall back to wishful thinking and superstition.

    Try manning a helpdesk for a while if you don't believe me.

  9. Re:WinVNC on A Public Library's Linux Success Story · · Score: 1

    Me too. Looks like people are finally taking cues from places like infrastructures.org.

  10. Re:Must take forever. on Math And The Computer Science Major · · Score: 1

    Ahh, ok. Maybe I misconstrued both your post and the OP slightly.

    OOC, I was not aware algorithmic proofs had been debunked? Or did you mean that some standard accepted proofs were demonstrated to be wrong?

  11. Re:Must take forever. on Math And The Computer Science Major · · Score: 1

    He is unusual, sadly. It's apparent that you haven't learned this area yet either.

    Big-O is a measure of complexity that tells you the worst-case efficiency of a piece of code -- and you don't need a slide rule or a calculator, becuause the answer isn't a number, it's a formula you can determine by looking at the structure of your program.

    Knowing how different "types" of formulas compare to one another, it helps you choose and optimize your algorithms.

    Being aware of complexity issues ("...is this algorithm O(1)? O(log n)? O(n^2)?") really is essential to writing clean, efficient code -- particularly code that scales well. This applies to almost all non-trivial programs.

    (it's also important to know what Big O does not mean -- e.g. when is bubble sort consistently among the fastest sort algorithms? it is if you know your list is very short or mostly sorted beforehand!)

    Even if you don't get a formal CS education, it behooves you to learn this stuff. Hit places like Wikipedia and the Portland Pattern Repository Wiki when you see terms like "Big O" mentioned. Trust me, it'll make you a drastically better programmer.

    (The Wikipedia article is here: Big O Notation, though it does assume a certain level of math background. Google might be good for finding more "layman's" explanations to get you started.)

  12. Re:Well done guys! on Mono Project Releases Beta 1 · · Score: 4, Interesting

    While Mono is doing an implementation of Microsoft's extensions to the ECMA spec, they're also doing their own set in parallel.

    If all they did was cloning, of course the best they could ever hope for was barely keeping up.

    This means that if Microsoft torpedoes the .NET clone stuff, Mono still has a viable system built on top of the ECMA standard (Gtk#, etc...) that they've been encouraging people to target all along.

    Note whose APIs Ximian is writing their apps to... they aren't Microsoft's...

    I used to think Miguel was naive. Now I think he's a really shrewd bastard... They got Microsoft's support and then pulled an "embrace and extend" on MICROSOFT.

  13. Re:Well done guys! on Mono Project Releases Beta 1 · · Score: 1

    Well, the thing is, although they are implementing Microsoft's extensions, in a parallel effort, Mono's building their own set of standard libraries on top of the ECMA standard (which is what they're actually using for apps). This poster puts it pretty clearly.

    There isn't any competition for the base ECMA stuff; it's shared by Microsoft's libraries/extensions and Mono's. The competition is between the two sets of standard libraries themselves.

  14. Re:.NET is Microsoft's answer to Java? on Mono Project Releases Beta 1 · · Score: 2, Informative

    That is the way things ought to be.

    However, I'm betting you've never seen programmers try to use inheritance to express relationships of a "has a" (or "other") nature, because they haven't thought it through clearly (the "if all you have is a hammer..." syndrome).

    So, it's helpful to train programmers to think about the "is a"/"has a"/etc relationship up front, rather than just kind of fuzzily using inheritance because they know the classes are related (and then maybe deciding that there is an "is a" relationship ex post facto).

  15. Re:.NET is Microsoft's answer to Java? on Mono Project Releases Beta 1 · · Score: 1

    Actually there are in part security motivations for that (e.g. look at the reasons Java's String class is final).

    It's better to be a little too agressive with final than not enough (they can safely back off later, but you can't make things final that weren't before without causing massive breakage).

    Also, given C# has good language support for non-inheritance aggregation/delegation, all those final classes aren't as painful as they would be in Java (provided you aren't trying to write Java code in C#).

  16. Re:Toutatis for Celestia? on City-Sized Asteroid to Pass Earth This Fall · · Score: 2, Informative

    Celestia doesn't really do anything with orbital mechanics. You just click and zoop around. It's very pretty though.

  17. Re:A Word From A Sysadmin on Mac OS X 10.4 "Tiger" Preview at WWDC · · Score: 1

    That would be my guess.

    Most historic ls(1) implementations do munging of nonprintable and high-ascii characters (c.f. the -b and -q options) -- they would have had to disable that to make it UTF-8 friendly, and that might break shell scripts if they did it by default.

    I don't have my laptop in front of me right now, but perhaps they added an ls option to turn off the munging.

  18. Re:Smashing, baby on Growing Teeth with Stem Cell Technology · · Score: 1

    Actually, no. These are adult stem cells. Not banned in the US.

  19. Re:Humans in space is just PR on Going Back to the Moon and Mars · · Score: 1

    except instead of haveing the small team of astronauts having to deal with this, you will have a large room filled with the ever so bright people from NASA

    ...and really, really lousy ping times. The latency makes improvisation nearly impossible (or at best very costly).

  20. Re:God no... on Tuning Linux VM swapping · · Score: 1

    Ah, excellent. The last time I did serious (GUI) Windows programming was in the flaky Win95 (OSR1) era, where GDI resources weren't always freed in my experience ... (and obviously they never were on Win16). On early Win95 it may have been that there was still a lot of 16 bit stuff going on behind the scenes; I'm not sure.

    I did think you were complaining that memory was being leaked after a crash, though ...

    Ignore me then, I guess.

  21. OGG container on Dirac: BBC Open Source Video Codec · · Score: 1

    Have you considered using OGG as the container format?

  22. Re:Duplicating work? on Dirac: BBC Open Source Video Codec · · Score: 1

    No, OGG is the streaming container. Theora is a (heavily, at this point) modified version of VP3.

  23. Re:God no... on Tuning Linux VM swapping · · Score: 1

    If the memory a process allocated isn't unconditionally freed when the process exits (crash or no), that's an OS bug, not a bug in the application.

    It's probably GDI resources and things, though, not memory per se. The Windows GDI design is such that there is no way a process' GDI resources to be freed if the process crashes.

    Which, again, is an OS (design) issue.

  24. Re:I need more info! on On the Trail to Atlantis · · Score: 1

    Keep in mind also that Plato talked about Atlantis in The Republic, the same book where he discusses a magic ring that makes people invisible. But no one goes searching for the Ring of Gyges.

    Well duh! That's because everyone knows Frodo destroyed it.

  25. Re:one of Einsteins better ideas on Diary Illuminates Einstein's Last Years · · Score: 1

    I don't intend to dismiss your anger at having your country messed with, because you should be angry.

    But what safeguards against the abuse of power would a world government have? I don't think abuses of power have ever been limited to particular religions or economic system; why would it be different this time?

    Look at what's currently happening in the EU with software patents (for example). No rabid Christians or Turbo-Capitalists involved (well, maybe Turbo-Capitalists).

    What prevents a meta-government (whether the US [remember, it also started out as a union of sovereign states!], the EU, or a hypothetical world government) from behaving in equally high-handed ways in other areas of policy, or falling under the influence of unsavory politicians?