Slashdot Mirror


User: dna_(c)(tm)(r)

dna_(c)(tm)(r)'s activity in the archive.

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

Comments · 726

  1. Re:Technically.. on Lawyer Offers $1M For Proof His Client Could Have Done It; Oops · · Score: 4, Informative

    TFA had very little concrete information, the actual murder case dates back to '97. There is a lot of circumstantial evidence pointing to Serrano. End he was eventually convicted in '06.

    The Dateline article dates from Dec. 21, 2006.

    Cheney Mason: You'd be stretching your imagination to believe you could drive that distance, in the traffic, and get there, and be able to commit this crime. I do not think so.

    And the last part of the timeline, the defense argued was even more implausible.

    In less than half an hour, Serrano would have had to get off a wide body jet, exit Atlanta airport - one of the busiest in the world - and arrive back at his hotel five miles away. All in time to be photographed looking up at that surveillance camera.

    Mason: I challenge anybody to show me, I'll pay them a million dollars if they can do it.

    I sincerely apologise for RTFAAB (RTFA and Beyond). Sorry, won't happen again.

  2. Re:Technically.. on Lawyer Offers $1M For Proof His Client Could Have Done It; Oops · · Score: 1

    What has Buddha's rice wine to do with anything? Oh, I see...

  3. Re:gesture recognition on Bill Gates Puts Classic Feynman Lectures Online · · Score: 1

    You apparently have, and you already did. But it wasn't a Mac...

  4. Another Memo to Balmer on Microsoft Readies a Rival To Spotify · · Score: 1

    I have a suggestion for a brand: "StreamsForSure" and then it will not play on a Zune, and after 3 years it will be abandoned... OK, I admit PlaysForSure was some prior art.

  5. Re:apple / itunes on Microsoft Readies a Rival To Spotify · · Score: 1

    The only way they will make the Zune less unpopular, is when they give it away. (I really couldn't say 'more popular' - and I still can't keep a straight face)

  6. Re:Microsoft feeling the pinch on Microsoft Readies a Rival To Spotify · · Score: 1

    And I'll say, if they can get this right, they deserve to be the biggest.

    I hope you meant Spotify deserves it. MS is just copying again.

  7. Re:Microsoft feeling the pinch on Microsoft Readies a Rival To Spotify · · Score: 2, Interesting

    The fact that they slash 5000 jobs is no indication of how well they're doing.

  8. Re:Microsoft feeling the pinch on Microsoft Readies a Rival To Spotify · · Score: 1

    Pretty relevant I'd say, seeing as it's the largest software company in the world.

    HP and IBM are substantially larger, although they're not exclusively software companies. (revenue in billion $: HP 118, IBM 103, MS 60)

  9. Re:The only thing I got out of TFA... on Shuttleworth's Take On GNOME 3.0, Coordination with Debian · · Score: 1

    I propose to use 'ceci n'est pas un titre' or 'This is not a title'. Gotta love Magritte...

  10. Re:If it were Bush ... on Obama Photog Says "You're Both Wrong" To AP & Fairey · · Score: 1

    With attention spans of 6.3 sec, we don't read the... Hey, check out that ass!

  11. Re:Wow on ImageShack Hacked, Security Groups Threatened · · Score: 1

    because the image of the elf was substituted by one of an angry hacker.

  12. Re:Eclipse just runs on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Even on OS X it's just untarring (even on the desktop) - I have OS X and Ubuntu. Can't check on Windows.

    My point is that 'installing' eclipse is extracting it to a directory of your choice and running the executable. That's it.

    Since I have a lot of plugins and projects, I had to increase -XX:MaxPermSize=256m (eclipse.ini) and looking at my history, I found I installed "libstdc++5" manually, a few commands later. My upgrade from 8.10 to 9.04 was aborted halfway due to a cat and power switch incident, so I had to reinstall Ubuntu and some stuff like eclipse :-(

  13. Re:No mention of X-platform on Mono Outpaces Java In Linux Desktop Development · · Score: 2, Interesting

    "Right, "Type Erasure" means that none of the semantic information is preserved in the produced bytecode or metadata."
    I understand, and I can live with that.
    It is not is if you can not do something, it just requires a more verbose approach e.g.

    class Stack {
                    private T[] storage;

                    public Stack(Class type, int size) {
                            storage = (T[]) Array.newInstance(type, size);
                    }
            }

    But if it was just making an object do something instead writing libraries, why not simply:

    class Stack2 {
                    private List storage;

                    public void init() {
                            storage = new ArrayList();
                    }
            }

    I've given lots of programming courses, and sometimes all this syntactic sugar is nice but when learning a language, these constructs can make it very difficult see the overall picture. I find that Java has a very clean set of language features that can be taught/learned easily.

    I understand that you are a very gifted, above average intelligent programmer. But the average programmer is, by definition, well, average.

    Well, there aren't that many people that start things like Gnome (my current desktop of choice -thank you) and Mono and can make such things work.

  14. Re:Compatibility != Equality (necessarily) on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    OK, try running your VS on Linux, OS X.

  15. Re:Compatibility != Equality (necessarily) on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    it still hasn't been given Java 6.

    Java 5 is the default on 10.5, but Java 6 is available. instead of java -version try typing ls /System/Library/Frameworks/JavaVM.framework/Versions/

  16. Re:Can Mono/.NET do this? on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Your post reads as a troll. But still:

    And the fact that C# encourages use of platform specific libraries is a big advantage to many.

    That's probably the worst 'advantage' I've ever seen.

  17. Re:This is beyond garbage on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Actually your link says "No" ("extract to local variable") and "Yes" ("extract to method").

  18. sure on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    In Ubuntu at least, the package managers only installs Eclipse 3.1. You have to manually download and install/configure any newer Eclipse versions. It's really a pain. I don't have a clue why it hasn't been upgraded...

    download; tar xzf eclipse-SDK-3.4-linux-gtk.tar.gz; eclipse/eclipse; start coding. Now, was that so hard?

    On the Eclipse side of complaints, wheres text wrapping? Many 'smaller' IDEs have that.

    in preferences there is a search box, type "wrap", search. You can configure that (it is formatting, so it works when you do Ctrl-Shift-f or when you trigger that on save).

  19. Re:From a user perspective on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Swing is horrible and instantly recognizable as "Java" when you run one of the apps.

    It doesn't have to be. This look and feel (requires java installed) can be used for prototyping (so the boss doesn't think it's done) but mostly shows the power of swing + PLAF (pluggable look and feel). Here's a screenshot and this is the site, those widgets actually work.

  20. Re:Eclipse just runs on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Yes it does. You did something wrong.

  21. Re:No mention of X-platform on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Generics is another area that helped languages like C# get generics that actually make sense, and do not require a PhD to understand. This is an important difference: in Java generics are emulated, in C# they are native to the environment

    When emulated means "checked at compile time". So, in that sense, C is a simulated language?

    Sorry, but there are some philosophical choices being made in both cases. In the Java case, they went for the type erasure style. That's fine with me, but if you really need runtime type information, pass the class literal as a parameter:

    public T doIt(Class type){ T t = type.cast(object); ... }

    and then

    String s = instance.doIt(String.class);

  22. IDE on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Plus a good IDE helps generate the boilerplate code - e.g. Eclipse's code assist expands "fore" to an enhanced for-loop, parametrized for the closest Iterable...

  23. Re:Oh please on How Microsoft Has Changed Without Bill Gates · · Score: 1

    I know, when doing Java + RMI (localhost to localhost) you had actually to dial in to the internet provider or there was no network available... (Win95)

  24. Oh please on How Microsoft Has Changed Without Bill Gates · · Score: 1

    Look, disagree all you like, but thanks to things like Windows, Office, and MSN, modern computing has been made easy and affordable to everyone, thanks to pioneers like Bill Gates.

    Oh please. Look past the marketing.

    • Windows 3.1: '92, Macintosh '84
    • ICQ: '96 MSN Messenger Service: '99
    • Visicalc '83, Excel '93
    • Wordperfect '80, Word '83 (DOS)

    I know, they say they invented the internet, the desktop, programming, databases. But they didn't. They buy (Hotmail), license (TrueType from Apple), reimplement (Word, Excel,...) extend and hope to extinguish (MS J++ vs Sun Java) but rarely innovate...

  25. Re:Proliferation of mobile browsers... on Is IE Usage Share Collapsing? · · Score: 1

    We still use IE6 where I work. We have too much stuff hard wired to it.

    That's the best argument for open standards I've seen in a while