Slashdot Mirror


User: dr.+greenthumb

dr.+greenthumb's activity in the archive.

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

Comments · 48

  1. Re:Too bad for case-sentive on Google URL Shortener Opened To the Public · · Score: 2, Informative

    It's about keyspace.

    Given 4 bytes of [a-zA-Z0-9] gives you 14,776,336 possible combinations while [a-z0-9] only gives you a mere 1,679,616 possible combinations.
    Assuming they'll eventually up the number of bytes up to six (ie. 4 to 6 bytes), you'll get 57,731,144,752 combinations case sensitive compared to just 2,238,928,128 case insensitive.

  2. Re:A rare topic on What Is the Oldest Code Written Still Running? · · Score: 1

    Memory unused is memory wasted. Why should you allow your precious DDR3 to just sit there and not be utilized when you could avoid time-consuming disk I/O by buffering data to RAM?

  3. Best part on Hotmail Delivers Far Fewer Emails with Attachments · · Score: 1

    The whole article reeks of FUD, but at least I got myself a laugh out of it:

    > If emails were donuts, Hotmail would be HomerSimpsonMail

    Priceless :)

  4. Re:Now I know why Vista was so late! on Next Windows To Get Multicore Redesign · · Score: 1

    There was no "complete redesign" between W2K and XP. Just look at the version numbers:

    Windows 2000 = NT 5.0
    Windows XP = NT 5.1
    Windows Server 2003 = NT 5.2

  5. Re:Stop the Ubuntuization of Linux! on Configuring IPCop Firewalls · · Score: 1
    Contrast this with Windows where a lot of things can ONLY be configured with the GUI utilities, which often write their changes to impenetrable, undocumented binary registry keys... very hard to track down. If you try to configure things from the command line in Windows, you'll run into inconsistencies. For example, Windows XP actually has an /etc/hosts file like Linux somewhere under the \winnt\system32 directory... I made the mistake of editing it by hand, and then trying to undo the changes with the GUI. The changes made by the GUI were somehow silently ignored, which led to a mistifying series of DNS problems.

    Enough FUD and half-assed anecdotes already. You can use "reg" from the command-line to do any kind of querying/editing/export/import/comparing in the registry. The "reg" command is well documented. So is the API to interface it any way you want.

    There is no official "GUI" to edit %windir%\system32\drivers\etc\hosts. You have to do it "by hand" with f.ex. Notepad or with some third-party utility.

    Try adding a line to it and type "ipconfig /displaydns". You don't have to /flushdns, the DNS client monitors the hosts-file for changes and will cache any new entries automatically.

  6. Re:Well, thats just nullty. on Professor Comes Up With a Way to Divide by Zero · · Score: 3, Funny

    I get it! If I were to lose half my body in some freaky accident and someone were to give me $10, I'd actually get $20!

  7. Re:Weird crash? on A First Look At Gaim 2.0 · · Score: 1
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
    ... and redundant "cat" processes ...
  8. Re:Why I don't like PHP on Extending and Embedding PHP · · Score: 2, Insightful

    Comparing PHP with Perl, PHP has no equivalent of "use strict".


    Yes there is: error_reporting(E_STRICT);
  9. M2 on Opera Seeks Developer Input For Opera 10 · · Score: 1

    I for one would LOVE to see support for mail encyption/signing in M2.

  10. Re:Where to start on Starting an Education in IT? · · Score: 1

    It sounds like the OP wants to aquire some sort of web-oriented know-how so I would definitely second your suggestion to compile/install apache, mysql, postgres, php, perl and play with PEAR and CPAN modules. In addition, basic knowledge of UNIX and how shells work is certainly fundamental in this realm of IT.

    However, I don't see any reason why you should spend any time trying tp wrap your head around the excentricies of vi(m) and emacs. Chances are that you would be better off with some sort of IDE or editor whose interface resembles the programs you're already familiar with.

    You might perhaps need some sort of proficiency in those programs to earn your Geek-Badge, but I think you'd be better of saving that mental energy to something more worthwhile.

  11. Re:I predict... on Halo 2 Only on Vista · · Score: 2, Insightful

    "They" in this case being Microsoft. Not too surprising that Microsoft is using whatever means they have at their disposal to promote and sell Vista.

    It's not like every other game developer out there has to do the same.

  12. Well ... on Flash Memory to Rival Hard Drives · · Score: -1, Flamebait

    ... you can get a 2GB USB2.0 dongle nowadays for a very reasonable price, so why should I give a damn?

  13. Re:I'm bummed. on Microsoft Ends IE for Mac · · Score: 1

    I wouldn't call relying on a bug in how IE parses CSS "safe". If you need to override your CSS, a much cleaner and safer way is to use conditional comments:

    <LINK HREF="styles.css" REL="stylesheet" TYPE="text/css">
    <!--[if IE]>
    <LINK HREF="styles_iefixes.css" REL="stylesheet" TYPE="text/css">
    <![endif]-->
    <!--[if IE5]>
    <LINK HREF="styles_iefixes_ie5.css" REL="stylesheet" TYPE="text/css">
    <![endif]-->
    <!--[if IE6]>
    <LINK HREF="styles_iefixes_ie6.css" REL="stylesheet" TYPE="text/css">
    <![endif]-->

    Whenever I need to implement a design in a site, usually I first get it right in FF/Opera, then I add overrides for the few problematic elements for IE.

  14. Re:Farewell Freehand, You'll be missed :( on Adobe Acquiring Macromedia on December 3, 2005 · · Score: 1

    I hope it's not the end of Freehand, it's far better for tracing bitmaps to vectors than illustrator.

    Have you ever tried Streamline? In this little gem of a program, bitmap tracing actually works! They've discontinued it now though, and merged it with Illustrator CS2.

  15. Re:The real problem on MySQL to Counter Oracle's Purchase of InnoDB · · Score: 1


    MySQL, from what I can tell, has an entirely new backtick ("`") operator. I don't even really know what it does, but to me, that seems silly.


    If you don't know what it means, please research it before you rush to the conclusion that "it's silly". It's not an operator, it's merely the delimiter MySQL uses for identifiers - and it's not even mandatory in most situations.

  16. Re:The real problem on MySQL to Counter Oracle's Purchase of InnoDB · · Score: 1

    Read the docs. You can configure how MySQL deals with case in my.ini. Case insensitivity is default on Win32 platforms though.

  17. Re:Know your network. Document it! on Trying to Help a Troubled Network with Linux? · · Score: 1

    Are your cables wired to T568A or T568B standards?

    It makes no functional difference which standard you use for a straight-thru cable. You can start a crossover cable with either standard as long as the other end is the other standard. It makes no functional difference which end is which. Despite what you may have read elsewhere, a 568A patch cable will work in a network with 568B wiring and 568B patch cable will work in a 568A network. The electrons couldn't care less.

  18. Re:Secure.. on Korean Mozilla Binaries Infected · · Score: 2, Insightful

    rm -rf ~/*

    Severe enough .. :)

  19. But ... on Wikipedia's New Archnemesis · · Score: 1

    ... won't GNAA start flooding it with informative content, truths and insights?

  20. Re:Voice thorugh firewalls/NAT on Google Talk Available Early · · Score: 1

    Err, replying to myself here :/


    5. What protocols are used for voice calls?

    Google Talk supports a custom XMPP-based signaling protocol and peer-to-peer communication mechanism. We will fully document this protocol. In the near future, we plan to support SIP signaling.

    6. Which voice codecs do you support?

    Today, Google Talk supports the following standard voice codecs: PCMA, PCMU, G.723, iLBC. We are also evaluating the Speex codec. We also support codecs from Global IP Sound: ISAC, IPCMWB, EG711U, EG711A

  21. Voice thorugh firewalls/NAT on Google Talk Available Early · · Score: 2, Insightful

    It just looked like YAIM to me until I read this:

    You should also be able to use Google Talk at your company, since voice calls should work across any firewall or NAT.

    If this is true, then it blows MSN Messenger, AIM, Yahoo Chat, iChat etc. out of the water.

    Getting these kinds of applications to work is getting harder and harder due to all the broadband routers out there your NAT-lock you in - and making it pretty damn hard for Joe Sixpack to configure it to properly route incoming UDP and TCP connections.

    For me, being on a campus network not allowing incoming UDP nor remotely-initiated TCP connections it's been impossible to you use any kind of voice functionality in IM clients (with the exception of Skype).

    Has anyone tested this? Is Google Talk using a P2P approach similar to Skype to make this work?

  22. Re:45 *meters* deep on Martian Sea Discovered · · Score: 2, Funny

    No, it's metres, not meters! :P

  23. I'm gonna hack slashdot.org ... on 3D Sphere Interface for XP · · Score: 1

    ... and add a on-the-fly rewriting to append "nyud.net:8090" to the domainname of all posted links.

    Problem solved! ;)

  24. Re:Forget about browsers and RSS on Evolving Swarms with Swarmstreaming · · Score: 1

    In order to have slow motion you need alot more frames. Most clips have no more than 25 fps, which will just result in a slide-show bein played any slower ...

  25. Did someone else ... on Leveraging Linux when Hardware is a Commodity? · · Score: 3, Informative

    ... at first not get that "POS" stands for "Point Of Sale" .. ? ;p