Slashdot Mirror


User: l0b0

l0b0's activity in the archive.

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

Comments · 437

  1. Valve on HD Video From the Edge of Space, On the Cheap · · Score: 2, Interesting

    IANAAE, but I can't help thinking that a valve on the balloon would enable it to survive longer, siphoning off gas when the inner pressure gets too high. What other cheap improvements are available to these guys?

  2. Re:wot? on Simple, Portable Physics Simulations · · Score: 1

    Like this: --- - That is, the stack of atoms (or whatever) is compressed in some areas, and sparse in others.

  3. Re:What OS does it use.... on Team Aims To Create Pure Evil AI · · Score: 1

    Triple boot of course: XP for the planning evil deeds, Vista for burning off power while idling, and ME for guest users.

  4. Re:Salts? on Free Rainbow Tables Looking For New Admin · · Score: 2, Informative

    Using salts with hashes obsoleted rainbow tables years ago (if you know what you're doing).

    There, corrected it for you.

  5. Subversion & "outsourcing" on How Do You Sync & Manage Your Home Directories? · · Score: 1

    I've got a home Subversion server with separate repositories for documents, settings, contacts, and projects. Been like that for five years now, and it's remarkably stable and nice. For anything data intensive, there's Flickr, del.icio.us, Gmail, WordPress, etc., with a private backup just in case.

  6. Personal experience on Getting Beyond the Helldesk · · Score: 1

    Having received my MSc in 2004, I'd say it's definitely worth it. Just watch it when getting a job afterward - There are places where you'd be doing the programming equivalent of unjamming printers (e.g., debugging business rule setups, running SQL queries that others created). Should probably note that I got the degree for almost no money (yay Norway), that I worked two years IT support at the university and loved it (university staff / students normally don't need help with jammed printers), and that I'm starting a PhD to get to the really interesting problems.

  7. It's... on Hydraulic Analog Computer From 1949 · · Score: 1

    The Glooper!

  8. Re:Why is Verbosity Bad? on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 1

    I always found token count to be much more useful than SLOC. Many tokens = lots of thinking necessary to "get" what's going on.

  9. Re:Lies, damn lies. on Hacker Destroys Avsim.com, Along With Its Backups · · Score: 1

    When we were taught about redundancy back in uni, the prof made a point out of knocking it into our heads that having a copy "somewhere" doesn't necessarily make a system redundant. If it's in the same room, a flood could take them out at the same time*, if it's in the same building, theft or fire can still get both, etc..

    Since then I firmly believe a backup is only safe if an event that could take out both the original and the backup would be so devastating that the backup is the least of your problems.

    * As they learned the hard way shortly afterward at the very same university, go figure

  10. Re:Why do we let Gartner Continue? on Secret EU Open Source Migration Study Leaked · · Score: 1

    From what I've heard from the computation / scientific side of CERN, it seems that most of them are using Linux as their main OS. Unfortunately the official distribution (SLC 4) is stone age by now, but most of those I've talked to just use Ubuntu. I don't know of any official statistics on this though. The LHC grid is also AFAIK mainly on Linux.

  11. Re:Some, not all... on Old-School Coding Techniques You May Not Miss · · Score: 1

    If size and performance really do matter, I'd say take a long, hard look at the data model and trim it until it hurts. Once you've got it replicated, cached, checksummed, indexed, normalized, de-normalized and compressed in all the right places, then we can start talking about the efficiency of libraries that have been optimized for years, probably by some really smart people. That said, using the same library for every project should ring a bell with any competent programmer - Don't Repeat Yourself.

  12. Re:Not good enough on Dvorak Layout Claimed Not Superior To QWERTY · · Score: 1

    I've used Dvorak for some time now, and AFAIK these problems have been solved years ago. Old RDP clients had problems with "double conversion", but that was fixed last I checked, and Windows XP's password prompt is QWERTY when nobody is logged in, and the user's setting when logged in and locked. You can change the main layout for all users in the registry ("00000409" for Dvorak).

  13. Re:How compliant? on Only 4.13% of the Web Is Standards-Compliant · · Score: 1

    Include the content instead of copying it. The content displayed to the user might not be compliant, but at least your web site will be.

  14. Re:Fast javascript on 10 Forces Guiding the Future of Scripting · · Score: 1
  15. Re:Holy moly, that's a lot of buzzwords on 10 Forces Guiding the Future of Scripting · · Score: 1

    I think this is very language-dependent and human-dependent. My Perl codebases got completely unmaintainable as they grew, but with Python I haven't had any problems scaling to thousands of lines of code.

    s/thousands/millions, and see where that gets you. At all of my three last jobs we had code bases in that range, from literally decades of development (hundreds to thousands of work years), and the code bases were surprisingly easy to navigate. I'm not saying it can't be done in Python, but I think it's much more human that language dependent.

  16. Re:Good analysis. MOD PARENT UP. on Chrome Vs. IE 8 · · Score: 0, Troll

    The kind of ads Google show are not the kind that annoy and distract. Image ad-blocking is no threat to them. Can AdBlock Plus even block the Google ads?

  17. Re:Another example of useless science journalism on One of the Coolest Places In the Universe · · Score: 2, Informative

    Weeell, it is the biggest cryogenic installation ever, the most complex machine ever built, the largest and most powerful particle accelerator ever, and they're pushing lots of data handling limits, such as network transfer speed, storage space and CPU cycles used. Now, what did I forget?

  18. Re:Pontification on Reusing and Recycling Code · · Score: 1

    Try XForms. It's what web forms wanted to be when they grew up. Validation, direct editing of data, creates and removes form elements dynamically, abstract input types, and much more.

  19. Re:Crikey - Big Discounts on The Web Development Skills Crisis · · Score: 1

    Yep, there are extremely few job ads (at least in Switzerland) for serious web developers (i.e., knows how to write valid, semantic markup with minimal, valid & cross-browser CSS and JavaScript, making the whole thing WCAG & Section 508 compliant while flexible). Most companies seem happy slapping together a few Flash nightmares or developing separate versions for each browser. 1995 called, it wants its bugs back!

  20. Re:Really? on The Web Development Skills Crisis · · Score: 3, Insightful

    We've got a similar situation in Switzerland - Positions are typically only available for people with at least a year (often 3, 5, or even 10 years) of proven work experience in the particular technology in use, while they don't care one bit if you've got five years experience in that general area, and have learned at least five similar technologies in that period.

  21. Re:Not just support for SVG, but mixed SVG/XHTML on What Do You Want On Future Browsers? · · Score: 1

    Even IE6 does with the Adobe plugin.

  22. Re:Child porn is NOT the problem on Three ISPs Agree To Block Child Porn · · Score: 1

    Paul Graham has an interesting take on (among other things) parents' illusions about their children: Lies We Tell Kids

  23. Evolution on Machine Prints 3D Copies Of Itself · · Score: 1

    Now we just adapt it to use Martian soil for building material and sunlight for energy, and ship it off.

  24. Re:I'll be happy with proper XHTML support. on Microsoft Pushes Devs With Wider IE8 Beta · · Score: 1
    XHTML in IE, using PHP? Here are the two things you need:

    if (isset($_SERVER['HTTP_ACCEPT']) and stristr($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) {
    define('MIME_TYPE', 'application/xhtml+xml');
    } else {
    define('MIME_TYPE', 'text/html');
    }
    and an XHTML-to-HTML XSLT file.
  25. Re:One reason compensation is not important on Microsoft Acknowledges Open Source As a Bigger Threat Than Google · · Score: 1

    Necessity is the other of invention.

    Soap: Oh you assume do ya? And what do they say about assumption being the other of all fuck-ups?

    Tom: It's the mother of all fuck-ups, stupid...