Slashdot Mirror


User: Matrix14

Matrix14's activity in the archive.

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

Comments · 93

  1. Re:Have a great trip! on Geek Travel To London From the US — Tips? · · Score: 2, Informative

    The Science Museum has a working Difference Engine (although it's just on display) and half of Babbage's brain.

  2. Re:Finally, a convenient alternative to pyramids.. on Synthetic Stone DVD Claimed To Last 1,000 Years · · Score: 1

    Papyrus lasts thousands of years in the right conditions, and it has a slightly higher data density than carved stone.

  3. Re:use Microsoft then... on Go, Google's New Open Source Programming Language · · Score: 1

    On the other hand, if you are actually implementing strings for a programming language these days, I hope you are not implementing them as arrays of characters, but as a rope or some other type of advanced data structure that allows fast concatenation.

  4. Re:Issues with such networks generalize to Mars on The Tech Aboard the International Space Station · · Score: 3, Interesting

    I saw a very interesting talk by Vint Cerf a while back. Apparently he is working with NASA to write the protocols that will be used for the interplanetary Internet.

  5. Re:Upgrade your firmware on The Best Medications For Your Genes · · Score: 1

    That may be the most inexplicable use of mod points I have ever seen.

    (The parent is currently modded -1, redundant.)

  6. Re:Wrong diagnosis on "2012" a Miscalculation; Actual Calendar Ends 2220 · · Score: 1

    Yeah, just like all those wild revolutions in Y2k.

    Oh, wait...

  7. Re:Not in space on VASIMR Ion Engine Could Cut Mars Trip To 39 Days · · Score: 1

    Given that we have a TWO PERCENT failure rate on shuttle launches at this point, those fears aren't entirely ungrounded, at least when it comes to the American space program.

  8. Re:His formatting article might be interesting, on How To List FOSS Experience On Your Resume · · Score: 2, Interesting

    This is why you should have a separate resume (which, as word, means "summary", i.e., of your CV) and CV. Your CV can be multiple pages or one one long HTML page or whatever. Make your resume one page and put a URL for where your CV can be found on the web.

  9. Re:Does this mean... cyborgs? on Startup Offers Pre-Built Biological Parts · · Score: 1

    Awesome, thanks!

  10. Re:Does this mean... cyborgs? on Startup Offers Pre-Built Biological Parts · · Score: 2, Insightful

    Mostly to satisfy my own curiosity, is this written up somewhere outside of the academic literature? Or, if not, any pointers to a good place to start reading?

  11. Re:Uh huh. on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    Nah, VMs are definitely penetrating the public consciousness. I know plenty of non-tech savvy people who have Macs and use VMWare to boot Windows.

  12. Re:Good ideas. on Buzz Aldrin's Radical Plan For NASA · · Score: 2, Informative

    GP was probably referring to 99942 Apophis, which is expected to pass within geosynchronous orbit on April 13, 2029.

  13. Re:Cult #1 on The Biggest Cults In Tech · · Score: 0, Offtopic

    Er, what? According to wikipedia, variants of Christianity are about the largest religion in the world, with about 2 billion adherents. Islam is a distant second with about a billion, and Hinduism third with about 800 million.

  14. Re:They aren't investors on Microsoft Accused of Squandering Billions On R&D · · Score: 2, Informative

    I'm a programming languages grad student at the University of Washington, which is a 15 minute drive from MS. I'm not on the inside, but I see a *lot* of MSR talks. Nearly all the PL talks which I see describe testing and analysis tools MSR developed and nearly all of them end with something along the lines of "now it is mandatory that all checked in code be tested by our system." It seems MSR produces a *huge* number of in house tools for MS.

  15. Re:thats great and all.. on A Congressman Who Can Code Assembly · · Score: 1

    What is this IF-THEN-ELSE you speak of? Real assembly coding representatives use conditional jumps in their bills.

  16. Re:Assembly language and VB? on A Congressman Who Can Code Assembly · · Score: 2, Informative

    Fortran has an extremely wide user base in the scientific world, due to its very efficient vector processing abilities.

  17. What Singularity Is Not on Microsoft Singularity Now "Open" Source · · Score: 1

    A large number of people are missing the point. Singularity is not meant to replace any version of Windows. Singularity is not meant to be competition for Linux. Singularity is not meant to be open source in any useful sense of the term.

    Singularity is a research project. It's meant as a testing ground for new and interesting ideas about operating systems. It's especially a project to see what you can do with an OS if you control the entire software stack, particularly the compiler and runtime system. It's not meant to be an OS anyone would actually use for anything; instead it's meant to give people an idea of what's possible in such a setting, and what problems you can solve in new and interesting ways.

    So, why are they releasing it? Probably for a few reasons. The first is that Microsoft Research is a research lab, and Singularity is an academic research project. MSR is interested in advancing the state of the art in computer science, and operating system design is one of the things that they particularly care about. Singularity is part of this effort, and so MSR wants people to see it, understand how it works, and use that understanding to push forward new ideas about how operating systems could someday be written. Go to http://research.microsoft.com/os/singularity/#publications ; you'll find a dozen or so technical academic papers describing the workings of Singularity, so that other researchers in the field can know about the advances made by MSR.

    Another reason is that, as MSR is mostly unconnected from the commercial sections of Microsoft, they have no reason to hide their work from competitors. I'm sure the people involved in Singularity are happy that the project is now in a place where they can show others all of the details of the awesome stuff they've been working on for a few years.

    I'm also sure they have little interest in building a community of developers. They have that; dozens of people at MSR work on singularity. They don't care about receiving patches from the community, or other people pushing the project in new directions. It's their project, and they want to continue working on it themselves. They are more interested in showing off their work than in recieving contributions to it. There's no intention for it to be "open source," as /. understands the term.

    Finally, all the Microsoft bashing going on in this discussion is entirely missing the point. MSR has little connection the rest of the company. They have no interest in producing commercially viable projects or crushing competition. Their job is to push forward the state of the art. Remember Xerox PARC and Bell labs? It's the same idea. They give Microsoft ideas about future projects, generally increase the amount of knowledge in the world and give the company some academic prestige (as someone pointed somewhere in the discussion earlier).

    So all of the MS bashing and confusion over whether this is intended on being true open source or a product is misplaced. It's neither. It's an experiment, to see what can be done.

  18. Re:Stability? on Microsoft Singularity Now "Open" Source · · Score: 1

    Microsoft Research projects have little to do with the rest of the company. MSR actually produces tons of good research, most of which Microsoft as a whole has no intention of turning into actual products for external use (although, apparently a lot of their bug catching tools see heavy use internally).

  19. Re:Stability? on Microsoft Singularity Now "Open" Source · · Score: 1

    Singularity is a research project out of Microsoft Research. It's not intended for a actual use, but is more of a experiment to see if such a thing can be written, as well as a testbed for a variety of blue-sky ideas that may, someday, maybe, see use in a commercial product.

  20. Re:versus fossil fuels on Wave Powered Boat to Sail From Hawaii to Japan · · Score: 1

    On the other hand, this is about as fast as you go sailing in a boat that size.

  21. Re:Don't want to be the conspiracy theorist but... on Defunct Spy Satellite Falling From Orbit · · Score: 1

    I don't know about you, but my renter's insurance specifically covers spacecraft impact.

    No, I don't know why.

  22. WiFi? on Math on iPhones Just Doesn't Add Up? · · Score: 1

    Given that the thing also connects to WiFi, and, at least in urban environments, there is unsecured WiFi everywhere, maybe people are not activating it and using it as a mobile WiFi connection.

  23. Re:Gtalk on Google Wins a Court Battle · · Score: 1

    I completely baffled someone would use unencrypted email for something like that. I agree that keeping logs of your conversations is pretty insiduous, but in general it's a bad idea to use such channels for such information anyway.

  24. Re:What kind of sentence on Slashback: OSX Security, DoD Filtering, Anonymous Posting · · Score: 1

    Obviously a submission to the Trent Reznor Award for Complicated Sentences.

  25. Re:Necessary Evil on Windows User Experiments With Linux for 10 Days · · Score: 1

    As far as grandmothers reading email, it seems to me that the correct machine for that is a Mac.