Slashdot Mirror


User: Tarquin+Sidebottom

Tarquin+Sidebottom's activity in the archive.

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

Comments · 69

  1. Re:Its a Political Issue... on The Problem With the Top500 Supercomputer List · · Score: 1

    I'd define some standard 'real world' problems that can be run using open-source software, and simply take total accumulative runtime to solve them to be the score. For one benchmark, I'd suggest OpenFoam to run a Direct Eddy Simulation of turbulent flow around a bluff body. I'm sure others could come up with things in the field of cryptography, protein-folding, travelling salesmen, etc, etc.

  2. DIY approach: webhosting + sshfs + Truecrypt on Web-Based Private File Storage? · · Score: 1

    1. Find yourself a web hosting provider that allows SSH login.
    2. Use sshfs to mount your web-hosting space as a drive.
    3. Use Truecrypt (or other) to run an encrypted file container on your web-hosting space.

  3. Re:End of Firefox? on Firefox With H.264 HTML 5 Support = Wild Fox · · Score: 4, Informative
    Currently if Firefox comes across a html5 video using an unsupported codec, it already allows you to play the video in an external player or save the video. The problem is the HTML5 Javascript function canPlayType(); things like the Youtube trial detect that h264 isn't natively supported so the javascript never dynamically creates the VIDEO tag.

    Downloaded the Firefox source and edit content/html/content/src/nsHTMLMediaElement.cpp.
    Change the line

    case CANPLAY_NO: aResult.AssignLiteral(""); break;

    to

    case CANPLAY_NO: aResult.AssignLiteral("probably"); break;

    If you recompile the browser then join the youtube html5 beta, it will now try to serve you video via html5. At this stage the video is "protected" behind a transparent DIV so you can't right-click it. Use Firebug, or the following Greasemonkey script to delete the DIV.

    // ==UserScript==
    // @name youtube anti-div
    // @namespace html5hackery
    // @include http://.youtube./*
    // ==/UserScript==

    // video-blocker
    function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    head.appendChild(style);
    }

    addGlobalStyle('#video-player .video-blocker { display:none;');

    You now have a version of Firefox 'compatible' with Youtube's HTML5. Currently it doesn't work with Vimeo's HTML5 beta and I haven't bothered to find out why.

  4. Re:Nope. It's 105 billion pounds. on Massachusetts Makes Health Insurance Mandatory · · Score: 1

    Exchange rates are probably a poor method for comparison, not really reflecting the relative burden to the people who actually pay it. It might be a more accurate reflection to quote the figures relative to local prices for a basic item.

  5. Re:Nerds with something to hide on Encrypt and Sign Gmail messages with FireGPG · · Score: 3, Interesting

    Unfortunately wrap, htmlization and all that marlaky is a general problem when it comes to signing via web interfaces, be it gmail or some generic php webforum. I came across the same issue when I made a few comments in relation to the now stillborn EnigWeb project.

    Perhaps it's time for a GPG-wide standard for 'verification-lite', aimed at web-traffic. The idea being to trade a small amount of security for method robustness. Rather than signing a bit-for-bit copy, sign a version where anything other than the main visible characters are ignored. New lines, carriage returns, tabs, multiple consecutive spaces, rare symbols that might by mangled by php scripts: all are ignored. So rather singing:

    The cat sat on
    the mat.

    , you sign instead: 'Thecatsatonthemat.'.

    Obviously, greater minds than mine need to sit down and assess the pros, cons and risks (more freedom to try and create collisions), but it strikes me as an idea worth considering.

  6. dvbstream for me. on New Review Compares MythTV to Vista MCE · · Score: 1

    After investing in a Hauppauge card, I tried using MythTV. While I understand why the interface is as it is, as it's primarily designed for use via a remote, I have to say I found the experience infuriating. Driving it with a keyboard & mouse, nothing ever did what I expected it to, or worse, frequently doing the opposite. Overall, I found window's Team Media portal a much more pleasurable experience.

    Except the reliability of the hardware under windows is fairly woeful, TMP outputs in the annoying MS-DVR format, and (for me) TMP's terrible sync issues.

    So now I use dvbstream, mplayer and a few perl scripts I knocked together. It all just works. I've happily traded the ability to channel hop, and the fancy EPGs, for a recording reliability of near 100%.

  7. Re:How did Spamhaus lose? on Spammer That Sued Spamhaus Now Sued for Spamming · · Score: 1

    Spamhaus 'lost' because they didn't accept jurisdiction, so did not turn up. The judge had no option but to give a default ruling in favour of e360.

  8. Re:good idea on UK Propose Registering Screen Names with Police · · Score: 1

    I'd argue it's not even that. It's for when you know/suspect they've been naughty but can't prove it, so you create ever simpler-to-prove offences.

  9. Re:Just rip your CD's fool on Beware the Apple iPhone iHandcuffs · · Score: 1

    "Does anyone know how to browse the eMusic catalog without signing up (i.e., giving them your credit card info)?"

    The splash-screen is a bit of a silly design. To bypass it, click one of the boring-looking links at the bottom. For example, 'About eMusic' takes you to http://www.emusic.com/about/index.html?fref=700736

  10. Re:Imperial Staying Power on NASA Will Go Metric On the Moon · · Score: 1

    Or people like me who talk about winter weather relative to 0C, and summer weather relative to 100F. Convenient to remember/judge numbers seem to be the key to people's preference for scales.

  11. Exifer for Windows on Flexible Photo Organization Software? · · Score: 1

    It's not been updated for a while (four years and counting), but I've yet to find something that surpasses Exifer for Windows in both being powerful and usable.

    http://www.friedemann-schmidt.com/software/exifer/

  12. Re:Windows on How Many Windows? · · Score: 1

    "I wish Windows had a feature like Fedora's multiple desktop stuff with the 4 thumbnails, as this would help me split stuff up better since half my taskbar is taken up with quick launch shortcuts or status bar icons I need on display."

    MS offer a 'virtual desktop manager' on their XP Powertoys page, but it's a rather lame implementation.

  13. Re:Sure that's fast... on Computer Designed Car Sets Speed Record · · Score: 3, Interesting

    Interestingly enough, as well as a common driver (as pointed out in the post above), both vehicles had their aerodynamics designed by Ron Ayers.

    http://www.jcbdieselmax.com/html/team.php?team_id= 5

  14. Re:Blank tabs rule on IE UI Designer On His Switch To FireFox · · Score: 1

    Quite. As far as I'm concerned, Firefox and co are broken, if only due to a lack of consistancy. New window allows a choice between blank or homepage, new tab doesn't. Is used to work, and the browser.tab.loadOnNewTab settings remains on about:config, it's now merely ignored for some reason.

  15. Stunt Island on Xbox As An Indie Movie Studio · · Score: 1

    It's about time somebody started an open source equivalent of Stunt Island, but expanded to the whole range of movie requirements....

  16. Re:Jonathan Strange & Mr Norrell on U.K. SF Writers Dominate Hugos · · Score: 1

    Prof. is of course still very much an abbreviation of professor. However, Mr seems to have also become a word in its own right, while the full Mister is a relatively rare sight. Mrs. is an even better example. nobody but nobody goes around calling women Mistress Smith.

  17. I like to underestimate my ability...... on Survey Says Internet Users Confuse Search Results, Ads · · Score: 1
  18. Have another review on Primer · · Score: 2, Informative
  19. Re:The BBC is great for other things besides news. on BBC on Website Slow Downs · · Score: 1

    Radio1 dance music? uggghh, shoot me. BBC 6Music any day of the week...

  20. Re:BBC is not FoxNews on BBC on Website Slow Downs · · Score: 2, Interesting

    I think the point isn't that Bush has started a war just so that Halliburton can get a load of money, it's about why Halliburton got the contract instead of other companies - are they really the best or did they just get it as a favour for Cheney?

  21. I saw the trailer.... on Star Trek Nemesis Preview Online · · Score: 1

    ...at the cinema a couple of weeks back. (before Road to Perdition. Now if only I could actually find a cinema showing Donnie Darko, but that's a story for another time.) I can't say I was over excited, a few bits didn't seem "right", almost as if they where trying to aim it at the action flick audience. Like when they jump some buggy thing off a cliff in to the back of a shuttle! Um......

  22. Question on See 4-D Space With 3-D Glasses · · Score: 1

    If I'm understanding it right... It seems that while it is modelling 4D space, it's stil only displaying 3D at any given time. The question is, can you extend the mathematics of displaying 3D on a 2D screen, to displaying 4D on a (not yet available) 3D holigraphical projector?

  23. Registered Mail on Are Signature Pads Dangerous to Privacy? · · Score: 1

    Never used one in a shop but a couple of mail companies have started to have PDAs things to use for stuff you have to sign for. However, they're so unwieldy to use, theres no danger of my "signature" being of use to anyone!!

  24. Re:Widespread changes... on Is China's Control of the Internet Slipping? · · Score: 1

    I'm not a royalist (I watched a grand total of zero seconds of the Jubilee coverage) but I say keep the monarcy.
    As the saying goes "Power corrupts, absolute power corrupts absolutely". Keep the Queen (or eventually the King) and make sure that there's always somebody above the Goverment who they have to answer to directly (as opposed to answering to just the voters once every four years or so).

    Its not as if the cost is crippling - £8million a year. This is no doubt a lot to me and you, but is just 15p per person or 0.012% of the 54 billion spend a year on the NHS.

  25. Re:RIAA cares? on Music Industry Seeks Payola Inquiry · · Score: 1

    It's not Friday, its Friaaday! [or Fridaay, take your pick]