Slashdot Mirror


User: DrSkwid

DrSkwid's activity in the archive.

Stories
0
Comments
6,376
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,376

  1. You can't trust a man .... on Linus Says No GPLv3 for the Linux Kernel · · Score: -1, Offtopic

    that splits infinitives !!

    The _default_ is to not allow conversion.

    Sorry Linus its should be : The _default_ is not to allow conversion.

    Or, I suspect this form would be more appropriate: The _default_ is to disallow conversion.

  2. Re:Says You on Intel Makes 45nm Chip · · Score: 1

    Idiot, usage drives Websters, not the converse.

    "Ramping up production" is a widely used phrase so, pleaee, shut your mouth.

    I can't be bothered to point out the mistakes in *your* post, but trust me, there are many.

  3. obligatory on File System Design part 1, XFS · · Score: 4, Insightful

    If you like on disk file systems you should read Venti: a new approach to archival storage.

    Plan9's primary on-disk storage is Fossil, which runs in user mode. (Plan9 doesn't have a super user)

    You can run arbitrary programs in Plan9 that present a file/folder directory structure by using the common 9P protocol. All devices look like files and folders and can be manipulated like any other, even at the permission level.

    For instance, I have an image mounter that takes a tga file and presents 1 folder containing 4 files, red, green, blue and alpha.
    I can then use any tool I like to manipulate those files using the file semantics we are all familiar with. I even have a flag that mounts the files as textual rather than binary, i.e :
    00 00 ff ff
    00 00 ff ff
    ff ff 00 00
    ff ff 00 00

    and I can do image processing with awk !

  4. Re:SVG? on Microsoft's Sparkle a Flash Killer? · · Score: 1
  5. Re:SVG? on Microsoft's Sparkle a Flash Killer? · · Score: 1
  6. Re:SVG? on Microsoft's Sparkle a Flash Killer? · · Score: 1

    which follows Web standards pretty well

    please read :

    http://www.quirksmode.org/

  7. Re:Only 6 years on Samba 4 Technology Preview Released · · Score: 1

    Let's not list all the things Windows can't do after 30 years

  8. Re:Just Work (TM) on Samba 4 Technology Preview Released · · Score: 1

    http://www.faqs.org/rfcs/rfc959.html File Transfer Protocol

    http://www.ccp14.ac.uk/ccp14admin/security/secure_ tunnelling_ftp.htm
    Secure FTP transfers via Secure Shell Tunnelling

    http://winscp.net/eng/docs/introduction
    WinSCP is an open source freeware SFTP client for Windows using SSH. Legacy SCP protocol is also supported. Its main function is safe copying of files between a local and a remote computer.

    etc. etc.

  9. Re:Like the Stasi? on New Software To Balance Privacy and Security? · · Score: 2, Interesting

    My only option is to recall Nazism, so please don't apply Godwin's Law to this =)

    Prior to the occupation of Europe, Dehomag (IBM's European Subsidiary) tabulated the census data of unoccupied European Countries at their behest. This seemingly innocent data was then co-opted by the Nazi state, with the help of IBM. IBM had recently introduced Hollerith machines and the Nazis were IBM's best punch card customer. In 1937 Thomas J. Watson was decorated by Hjalmar Schacht, the Nazi Economics Minister with the Merit Cross of the German Eagle, whilst draped in Swastikas at a party thrown by Goebbels, at a cost of 4 million Reichsmarks, in front of 3000 people on Peacock Island, Berlin.

    Census seems like the most innocent seeming question of all : who are you ?

    What do you do, exactly ?

    Is not a question I feel like anyone has the right to just know. Humans lie all the time "I can't, I'm busy" or "Sorry I'm late" or everyone's favourite "nothing, it's nothing", it is part of getting by.

  10. BIG DEAL on IE7 To Support XMLHTTP Requests · · Score: 1

    WOW, I'm going to have to ... , er nothing

    function activex_based() {
            if(!window.ActiveXObject) return;
            try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) {}
            try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch(e) {}
    }

    function nativexmlhttprequest_based() {
            if(!window.XMLHttpRequest) return;
            try { return new XMLHttpRequest(); } catch(e) {}
    }

    var XML_Http_Request = nativexmlhttprequest_based() || activex_based();

    if(!XML_Http_Request) alert ('no xml http request available');

  11. Re:Sore Thumb on DoJ search requests: Yahoo, AOL, MSN said "Yes" · · Score: 2, Insightful

    I expect they would
    categorize the terms
    aggregate the terms via cookie data
    profile the cookie owner
    correlate the search terms against profiles

    and then make inferences that profile A has a X% chance of being a male aged 10-12 and that Y% of people with profile A search for porn

    Once they have found politically suitable figures for X and Y for N child like profiles they will announce that this is proof that Something Must Be Done and oh look,, this Bill here will do nicely

  12. If you had to store your Credit Card Number ? on Ask Microsoft's Security VP · · Score: 4, Insightful

    If you had to store your Credit Card Number, SSN, etc. on your computer, where would you put it/them ?

  13. Re:WIndows OneCare status? on Ask Microsoft's Security VP · · Score: 1

    how amusing

    Say it out loud

    You can't help but say "Windows Wanker"

    priceless

  14. akin to ping without ping="" on Firefox 's Ping Attribute: Useful or Spyware? · · Score: 1

    myself I'd add a bit of extra script to make sure that the ping came back first but still not much harder

    <script language="javascript">
        function ping(urls) {
            var html_doc = document.getElementsByTagName('head').item(0);
            var js;
            var u;
            for (u in urls) {
                    js = document.createElement('script');
                    js.setAttribute('language', 'javascript');
                    js.setAttribute('type', 'text/javascript');
                    js.setAttribute('src', urls[u] + '?userinfo=DrSkwid&sid=174300');
                    html_doc.appendChild(js);
            }
            return true;
        }
    </script>

    <a href="http://offsite/link.html" onlclick="return ping(['http://slashdot.org/logping.pl', 'http://digg.com/logping.php']);">visit offsite link</a>

  15. Re:Web 2.0: Where solutions don't need problems? on Web 3.0 · · Score: 1

    > That sounds like you are using browser detection instead of feature/object detection.

    thanks for the link but I mean, I can toggle features on/off my switching to my custom useragents, something like :

    noXMLHTTPrequest
    showsql
    debugging_verbose

  16. Re:Web 2.0: Where solutions don't need problems? on Web 3.0 · · Score: 1

    My Ajax site degrades perfectly with "settings" for : full features, js but not XHR, no js.

    The WebDeveloper Extension in Firefox even has "no XMLHttpRequest" coming as a feature to help testing in this area. While I'm waiting I have the UserAgent Switcher telling my site which features to think I have.

    Once you've spent a while getting used to the framework it's not so hard to write accessible code.

    It's still the same GET/POST thing happening.

  17. Re:Anonymous and suspicious on Anonym.OS a Boon for Privacy Geeks? · · Score: 2, Interesting

    In my days as a hunt saboteur I have seen high ranking policemen defend the right of sabs to wear balaclavas (ski masks) and other identity obscuring clothing.

    Contrary to popular belief you run in to quite a few sympathetic coppers in that line of protest. Especially after they'ved been ordered about by a few Audrey Hamilton's.

    OT : I know a lot of Americans like their hunting and those of you who don't care one way or the other about hunting, I just want to make the point that in England hunting is not just a sport, it's a heritage. A heritage of murder, execution, force land clearance and other negative behaviour that resonates through our society and legal structure to this day. Reformation of society should be a constant and land ownership is central to this.

    http://www.guardian.co.uk/freedom/Story/0,2763,144 3881,00.html

  18. Re:Ah those were the days. on Microsoft Responds to WMF Vulnerability · · Score: 1

    You are forgetting 1 significant product :

    Novell Netware

  19. Re:Games? What about the basic OS? on New 3D Graphics Card Features in 2006 · · Score: 1

    Dude, they aren't "Operating Systems".

  20. Re:The GFX features are great but games still suck on New 3D Graphics Card Features in 2006 · · Score: 1

    I finished it the other day, it doesn't really change.

    Pretty and fun though. My friend spent a few minutes and all his grenades trying to kill a something in the next room which turned out to be a photocopier left running =)

    Not sure about the text bit though, I have no idea what/who we saved or why. "kill everything" is the only instruction I need.

  21. Re:Graphics are one important aspect of games on New 3D Graphics Card Features in 2006 · · Score: 1

    Quake is a 3d game with 3 axes of movement and 3 models.
    Doom is a 2d game in a 3d environment with 2 axes of movement and sprites.

    They are literally worlds apart.

    Quake4 has introduced a few new concepts : projectiles are proper 3d objects that bounce such that bullets will richochet, grenades will use jump pads etc.

    Not mind blowing but definitely evolution.

  22. Re:The feature I want on New 3D Graphics Card Features in 2006 · · Score: 1

    affordable ?

    $250 is 1-2 days work. I think I can stretch to that for 1 years use !!

  23. Re:Meh on New 3D Graphics Card Features in 2006 · · Score: 1

    I'll take both, thanks.

    You stick to the stick and rock game

  24. Re:There's still plenty of improvments to be made. on New 3D Graphics Card Features in 2006 · · Score: 1

    One of F.E.A.R.'s sections has walls that do that.

    You fight a robot guard thing that's too big for the place (some old housing).

    Both your explosives and it's robot arms will smash away the partition walls.

    It was quite effective and an excellent surprise and not one of those "smash your way through 100 walls so we can show off" features.
    They guy I was watching play that bit didn't even notice that his grenade blew the walls out.

    What I Want is an FPS that is truly hard to defeat.
    We (my friend above and I) were saying "it's going to get real tough in a minute" and then it ended.
    The last boss was uber lame, bring back Duke and shitting down the last boss's neck !!

  25. Re:ayup on New 3D Graphics Card Features in 2006 · · Score: 1

    When you say "just fine" do you mean "without any of the special effects that make F.E.A.R. slightly more interesting than othe FPSs" or does it have the full particle system and 3d space deforming weaponry ?