Slashdot Mirror


User: keysor

keysor's activity in the archive.

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

Comments · 13

  1. Read the paper on Microsoft Research Builds 'BrowserShield' · · Score: 1
    It's not identifying the malicious code statically-- it inserts runtime checks and acts like a reference monitor for JavaScript.

    You can read more details in the MSR article. The paper (to appear at OSDI) is here: http://research.microsoft.com/research/shield/pape rs/bshield.pdf

  2. Re:zero-day browser exploits on Microsoft Research Builds 'BrowserShield' · · Score: 2, Informative
    There were 29 critical patches, but only 8 addressed IE vulnerabilities. You can see it in the paper, which also explains how the rewriting works:

    http://research.microsoft.com/research/shield/pape rs/bshield.pdf

    Also, this work will appear in OSDI (an operating systems conference) in November.

  3. Re:Basic desktop functionality on KDE 3.1 Released · · Score: 1

    Not only that, but you can easily create new View Profiles (in Konqueror's Window menu) that do remember the window size, sidebar, etc. I've been using that for exactly what you describe-- I have a profile for my music folder and a profile for my home directory.

  4. Re:Ummmm on Mitch Kapor's Outlook-Killer · · Score: 1

    I agree-- it seems like they need a real P2P system for this to work. A better approach might be a distributed hashtable system, like the ones at IRIS which just got a large grant from the NSF. I posted a message to OSAF's dev mailing list to see if they would be interested in considering this approach.

  5. Changing X Resolutions on New Red Hat Beta: LIMBO · · Score: 1
    I'm running a pretty standard RH 7.3, and the CTRL+ALT+Plus and CTRL+ALT+Minus seem to work fine for me. Try adding a line like the following to the "Screen" section of your /etc/X11/XF86Config-4 file:

    Modes "1600x1200" "1280x1024" "1024x768"

    (This is on XFree86-4.2.0-8.)

  6. Re:go soccer.... um on World Cup Final · · Score: 1

    Sounds like someone's trying to avoid a Lone Gunmen... :)

  7. Re:M$FT never ceases to underwhelm me on Slashback: Gopherectomy, Portacinema, Disunity · · Score: 1
    Apparently you haven't seen the official Windows Me Support page. The big highlighted box at the top says "How to Uninstall Windows Me".

    Now THAT's support!

  8. Re:.NET not smacking Sun hard enough. Bummer on Java v. .Net? · · Score: 3, Interesting
    Sun is going to have to come to their senses about this relatively soon. Resting on their laurels while MS funds a massive marketing strategy could end up crushing Java-- remember that almost everything MS is touting about .NET has already been in Java for a long time, but they're not treating it as a "better Java", but as something completely new. (Those tricky thieves...)

    The article suggests that Sun should focus on training more developers. As a student raised on Java, I think they're already in a good position here, but MS is currently on a push to get .NET taught at many of the elite universities as well. Doing some things better than Java (with a decade of hindsight) gives them an edge here...

    Now's a perfect time for Sun to reinvent Java a bit. Things like generics and the tail call optimization, for the researchers, but more importantly, a general push to the public again. Face it, there wasn't much fanfare when Java 1.4 was released. It's time to get excited about it again, is Java is going to hold out...

  9. Re:AOL Timewarner on Mozilla Tree Closes for 1.0 · · Score: 1

    Or maybe AOL Timewarner waited until Mozilla started to reach 1.0 status before starting the switch in AOL... Good move on their part.

  10. Open source will hold out in class on MS: Use the Source, Luke! · · Score: 2, Interesting
    At Rice, I'm seeing Microsoft's effort first hand-- they're sponsoring a .NET tutorial all day this Thursday and Friday for some profs and students in the Comp department. The department seems to be interested whether .NET has useful aspects for teaching, but most opinions I've heard are that C# and the like are still too brain-damaged to use (no dynamic inner classes?), though a lot of issues could be fixed trivially in the compiler.

    But not only is both the department and university deeply rooted in Unix (especially for Comp classes), we're already incorporating Open Source directly in the curriculum. In a software engineering course I'm in right now, we're using Sourceforge to develop DrJava, a GPL'd Java development environment that is particularly useful for teaching beginners. We're seeing that open source and extreme programming (complete unit tests, rapid releases, etc) are a very effective approach towards building software-- and Microsoft isn't about to woo us away from that with money. I expect that any use of .NET here (if there is any) will be strictly complimentary to our existing approaches.

  11. Pair Programming on "Extreme" Programming · · Score: 1

    Granted that extreme programming is quite a buzz term that can be used overzealously, I've actually found that pair programming is very effective. Last semester I had a programming languages course in which we wrote several versions of an interpreter, and we were required to use pair programming. My partner and I caught almost all the little bugs that usually pop up as we went, and we found it much easier to get past places where we were stuck, since we were both thinking about the same thing and could discuss it without one of us having to catch up. Without saying anything about the other hyped aspects of extreme programming, I think this is definitely one simple technique which can help turn out better quality software projects.

  12. PayPal's tip jar on Amazon Starts 'Tip Jar' System · · Score: 1

    Sounds a lot like the "PayPal Tip Jar" icon I've seen on a few sites (like Mikodocs Guide to HTML)... Doubt that will keep Amazon's hunger for patents at bay, though. Either way, it's a really good idea and I hope to see it on more sites-- I know I would use it.

  13. Linux support at Rice on University of Michigan Linux · · Score: 1
    It seems like a lot of universities are now starting to support Linux. Rice University has just adopted support for Red Hat 6.1 on university owned PCs, also offering to help students with installation, troubleshooting, and applications. There's a page announcing their support at http://www.rice.edu/Computer/News/linux.shtml.

    This is all very exciting-- I'm sure a University distro would appeal to a lot of schools...

    Charlie Reis