Slashdot Mirror


User: multi+io

multi+io's activity in the archive.

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

Comments · 798

  1. Re:Dense != Good on Should JavaScript Get More Respect? · · Score: 1
    The author seems to equate dense with good, not an association I make

    As long as you don't deliberately try to write cryptic or code, the association holds.

  2. Re:Nobody wants to see robots in space. on NASA Proposes Manned Asteroid Mission · · Score: 1
    because 'the people' really don't have much of a say about how 'their' money is spent.

    They do, albeit indirectly. Politicians in a democracy want to be (re-)elected, so they won't spend huge amounts of money for unpopular goals, if they have a choice. With manned space travel, you do have a choice (nobody absolutely *needs* people in space). If the public opinion becomes opposed to manned space flights, politicians who oppose manned space flights will get elected, and they will put an end to the manned space program. Now, it just so happens that a majority of the people in the U.S. approves manned space exploration, and that is why the U.S. has a manned space program.

  3. how hard was the port? on Google Earth v4 Released - Linux Support at Last · · Score: 2, Interesting
    Thanks Google for this amazing program.

    What I'm interested in -- how hard was it to port this over to Linux? What about the DirectX->OpenGL transition? How was this done? How much of the source code could be reused? Is there a common code base at all, and if so, will future Windows/Mac/Linux versions of Google Earth be developed (and released) based on that from now on? And how hard would it be to provide binaries for non-x86 Linux, and/or other Unixes?

    Any non-classified information on those things? :-)

  4. Re:What's the point? on Google Earth v4 Released - Linux Support at Last · · Score: 1
    I'm a huge fan of Google maps, I think they're really handy for getting quick directions with a super easy and pretty cool AJAX interface.

    Now that I come to think of it, there's no point in getting quick directions either, because we're all gonna die in the end anyway...

  5. Re:Where's the source? on Google Earth v4 Released - Linux Support at Last · · Score: 1
    Whatever you do, you can obviously never please a Linux user. [...] I've been using Linux for years now and I love open source software [...] So, thanks Google for the great job!

    Thanks for making a point, and then disproving it! :-P

  6. Re:Exchange 12 on Microsoft PowerShell RC1 · · Score: 1
    Why is it going to debut with Exchange 12?

    Improved mail virus scriptability? :D

  7. Re:i dont like it on Microsoft PowerShell RC1 · · Score: 1
    plus, they really should do a google search before coming up with names

    They did -- and then chose that name deliberately to hurt some innocent Open Source project :-)

  8. Re:who cares? on New Data Transmission Speed Record · · Score: 2, Insightful

    This technology enables many more people to be simultaneously stuck at 4Mbps down/256Kbps up.

  9. why now? on UK Demands Sourcecode for Strike Fighters · · Score: 1

    Couldn't they have agreed upon some binding settlement on what to do with the source code -- before starting to build the thing? Any 3-employees software business sets up contracts beforehand about what should happen with the source code later on -- only the Royal Air Force starts thinking about it when the $543210 fantastillion plane is almost complete :-D

  10. Re:Why Windows * Won't Suck on Why Vista Won't Suck · · Score: 1
    Now, with Vista and its least-privileged-user feature, they're shooting for securing systems run by the sort of user who go out of their way to download random CuteKitties.exe screensavers.

    They only way to do that might be to run those "CuteKitties.exe screensavers" themselves in such a "least-privileged-user feature" sandbox. Otherwise you're just frustrating the users by requiring them to move the screensaver over to their normal user account.

  11. Re:Exponential growth, Exponential decay on Has World Oil Production Passed Its Peak? · · Score: 1
    The world population has *stopped* growing exponentially back in the 60s or so. Since then, it's been growing more or less linearly, and according to all serious studies, even that growth isn't going to hold up for very long anymore either.

    http://en.wikipedia.org/wiki/Image:World_populatio n_increase_history.png

  12. won't orbit Pluto? on Atlas 5 Rocket Set to Launch Pluto Probe · · Score: 1

    I take it that this will only be a fly-by of Pluto, i.e. it won't enter an orbit. So I guess you have just one or two days for close-up observation tasks, and you can only watch/map a narrow strip of the surface as you pass over it. Why do they do this? Is the atmosphere unsuitable for aerobraking? Or are the observations of the outer solar system/Kuiper Belt that important, despite the fact that the are already a couple of probes there, with the possibility to send more if desired?

  13. Re:Some interesting stuff coming in .NET on Fedora Core 5 includes Mono · · Score: 2, Informative
    LINQ introduces anonymous and higher-order functions like filter, map etc. (a circa-1970 innovation) to C#, plus a syntax hack that allows you to write something like

    var seniorNames = from p in people
    where p.age>40
    order by p.age
    select p.name;
    instead of
    var seniorNames = people.Where(p => p.age > 40).OrderBy(p => p.age).Select(p => p.name)
    to make people think that this is something completely new (me, I would prefer the 2nd version), plus an introspection hack that can *sometimes* translate this to SQL/XSLT if "people" is a database table/XML node (as you can imagine, this can't work with more complicated code in the Select/Order etc. code pieces because the implementation actually has to go out and take apart and try to "understand" that code in order to be able to translate it to SQL/XSLT). (no, integrating .NET into the database server directly won't do away with this problem)

    Now, it seems the implementation is also pretty decent for cases where "people" is a normal .NET collection object ("deferred execution"), but still, decent OSS languages have had HOFs for years, and this isn't something that's particularly new or hard to do despite some PHBs who now start foaming on the mouth fantasizing how Microsoft is going to revolutionize the way we deal with data in programming languages...

  14. Re:IronPython on Fedora Core 5 includes Mono · · Score: 1
    the best bit about Moo is the CLR, for which IronPython has been written.

    well...

    olaf@tack:~$ mono --version
    Mono JIT compiler version 1.1.12.1, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com
    TLS: normal
    GC: Included Boehm (with typed GC)
    SIGSEGV : normal
    olaf@tack:~$ /usr/local/src/IronPython-1.0-Beta1/IronPythonCons ole.exe
    IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42
    Copyright (c) Microsoft Corporation. All rights reserved.
    >>> 42

    ** ERROR **: file class.c: line 3319 (mono_class_get_field): assertion failed: (mono_metadata_token_code (field_token) == MONO_TOKEN_FIELD_DEF)
    aborting...
    Aborted (core dumped)
    olaf@tack:~$
  15. Re:The UN can take control when..... on US Keeps Control of the Internet · · Score: 1

    You think that the US paid for all the backbones, corporate networks, computing centers, host computers, and content, all over the world, that the Internet is made of? Think again.

  16. Re:US Backbone + US Dollars = US Ownership on US Keeps Control of the Internet · · Score: 1
    The US built it. The US paid for it. It's US property

    Wrong. Wrong. Wrong.

  17. Re:The Minutes Of The Meeting on US Keeps Control of the Internet · · Score: 1
    The United States created the internet

    Wrong. They invented most of the underlying protocols (albeit -- 90% of the end users equate the internet with the WWW, whose underlying protocol was was invented by a Briton in Switzerland). "The internet" was created (and paid for) by thousands of backbone providers, ISPs, hosters, other corporations, and individuals around the world. By keeping control over the DNS TLDs, the US are effectively controlling access to infrastructure they did not create or pay for.

  18. Re:Slashdotted in six comments. on The Microsoft Singularity · · Score: 1
    OpenBSD shares a similar (albeit more human than mechanical) focus on correctness over performance, but nobody seems to think it is doomed to failure because of that.

    I do.

  19. Re:no sql? on TurboGears: Python on Rails? · · Score: 1
    For simple cases that's true. If you're doing more complex, dynamic queries that's not really accurate. In particular, conditionally specifying clauses for WHERE and HAVING, and additional fields for ORDER BY, is annoying. In any decent programming language it's a two-or-less-hours-job to hack up a library that makes code along the lines of
    stmt = new SqlStatement("select foo,bar from table where x=")+x+" and y="+y
    if (something) {
    stmt += " and (hi="+hi+" or ho="+ho+")"
    }
    stmt += " order by bar"

    dbconn.execute(stmt)
    work, including automatic quoting of all the parameters (hint: overwrite "+" on the "SqlStatement" class). Unless the language/library already has some such facility.

    I even did this in Java once, and while that didn't end up as syntactically pleasing as the above, it was still straightforward to write and use.

  20. Re:good time to take snaps of pluto! on Voyager 1 Sends Messages from the Edge · · Score: 2

    How? These days Pluto is farther away from Voyager 1 than from earth :)

  21. Re:Hmmm... on Earth's Core Spins Faster than Earth · · Score: 4, Informative
    If you have to introduce 1 leap hour or 3600 leap seconds in 600 years, all that means is that the *average* length of the mean solar day during that time was 1hour/600years=~2e-7 longer than 86400 sec. How much of that elongation was actually caused by the earths's rotation slowing down, and how much was caused by, say, the fact that the rotation was a bit too slow from the start, is a different question.

    Now, AFAIK it happens to be the case that the definition of the second in the 1960s was indeed a bit too short with respect to the length of the mean solar day even back then, so the fact that the earth's rotation was too slow from the start will be the dominating contributor to the introduction of leap seconds for the next few centuries at least.

  22. now we have a missing gapfiller on Discovery's Dangling Gapfiller Removed by Hand · · Score: 1
    ...and a missing gapfiller is less risky than a present gapfiller that protrudes a bit, right? I mean, the gapfiller was there for a reason, or not?

    Well, this is NASA, so I guess they have analyzed this to death already :)

  23. Re:General-purpose config file parsing on Why I Hate the Apache Web Server · · Score: 1
    Does the windows registry provide a standardized solution for the if-else problem or the "setting variables and using them later" problem? Nope. The text-based philosophy can support this without much effort for the programmer: Just use an existing scripting language as your config file format. The registry cannot support this level of flexibility. It is more or less confined to configurations that are simple sets of key-value pairs. It doesn't scale to anything much bigger. And this wouldn't change much if it was saved as plain text instead of binary. The IIS configuration isn't saved in the registry (although it was until v 4.0 or so), but in the filesystem (in a pile called the "Metabase" or so). Microsoft apparently is in the process of (partly?) phasing out the registry as the place where configuration data is stored. They'll know why.

    This "libconfig" idea comes up three times per week or so, and projects like KDE and Gnome have provided such things, but they are too specific to be accepted as a "universal" solutions and used everywhere. There is a "built-in" API for configuration file access: open(2), read(2), close(2) etc. For anything more specific, it appears the requirements are too diverse.

  24. Oh, it's cheese? on Google Moon Debuts · · Score: 1

    I thought it was quantum foam at really high resolution.

  25. why the propellant? on NASA to Research Antimatter Rocket · · Score: 1

    Couldn't they somehow use the repulsion of the gamma rays directly, instead of using them to heat up hydrogen?