Slashdot Mirror


User: httptech

httptech's activity in the archive.

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

Comments · 143

  1. I liked this movie better the first time I saw it. on Review: "Mission To Mars" · · Score: 1

    When it was called Contact.

  2. 2 mouse buttons on Ergonomic Keyboards · · Score: 1

    Not sure why you aren't able to use 3-button emulation. I know why I can't; I use a Wacom tablet, and the pen only has the capability to click on one button or the other at any given time. So there's no chance of ChordMiddle working.

    My solution was to write a small shell script that will reverse the modmap of the pointer so that the 2nd button becomes the 3rd button or vice-versa whenever it is run. Then I made that shell script a keyboard shortcut for easy access.

  3. User-agent "Mudcrawler" on Keep It Legal To Embarrass Big Companies · · Score: 3

    So, if I were a porn site operator, all I'd need to do is disallow access to User-agent: "Mudcrawler" and then kids can surf my site freely.

    Do you get the feeling that even the programmers know that their software is pretty much useless?

  4. DNS Protests on Crackdowns, Fools and the MPAA · · Score: 1

    We geeks actually have a lot of power on the net; why don't we use it? For instance, if you're in charge of a ISP's DNS server, you could reroute the DNS for boycott-targetted domains to a protest page, so any client that uses your DNS server and wants to go to a movie studio's site will be redirected to what you want them to see.

    Now, if I can just find a list of MPAA member sites I could start doing this on my own...

  5. Polls on Linux Last in Deja Network OS Poll · · Score: 2

    Ok, we all know web polls are worthless. But Deja is trying to pass itself off now as a source for hardware/software reviews, and the average user is going to look at that poll and say "Gee, Linux must not be that great after all" without even reading the comments, which are mostly positive.

    Unfortunately the way the comments are posted, it's hard to refute some of the FUD that's been inserted in there because there is no opportunity to answer a specific review, because you don't know where your reply would even end up in the sequence.

    Deja needs to take a hard look at their polling system and work out these kinds of issues if they want people to take it seriously. Perhaps even a form of user moderation ala Slashdot is in order here.

  6. Re:date bug (could be my bad code) on Y2K Rollover - Post Your Experiences Here! · · Score: 1

    Oh, and if you hadn't already guessed, your localtime routines failed because it returns the month as 0..11 instead of 1..12 like you were expecting. So you need to add 1 to the month variable when you use (localtime)[5,4,3]

    Date::Calc didn't like it when you asked it to calculate for November 31 1999 because it doesn't exist.

  7. Re:date bug (could be my bad code) on Y2K Rollover - Post Your Experiences Here! · · Score: 1

    Try this instead:

    #!/usr/bin/perl

    use Date::Calc qw(Add_Delta_Days Today);

    ($y,$m,$d) = Today(); #get today's date
    print "$y $m $d\n";

    ($y2,$m2,$d2) = Add_Delta_Days($y,$m,$d,-1); #get yesterday's date
    print "$y2 $m2 $d2\n";


  8. No PNG support yet... on Opera Beta Released · · Score: 2

    Hmm, if I were trying to release a browser for the Linux market, I'd be sure PNG was at least partially supported in the beta version.

  9. Pens are great, but... on Your Next Pointer Device? · · Score: 2

    I use a Wacom PenPartner 4x5 tablet-and-cordless-pen myself, and it is MUCH better than using a mouse.

    I don't see that this pen would be an improvement over a conventional pen and tablet. If anything, I see these disadvantages:

    1. Since there is no tablet, this pen works in "Relative" mode only, like a mouse. So you have to keep picking up the pen and bringing it back to center to move a large distance. It's just as annoying as a mouse that way.

    2. The pens you use with most tablets do not actually touch the surface of the tablet unless you are left-clicking. With this you have to keep the ball rolling, so there's more friction (minute, but still there). Plus, clicking seems more like it would just be "pressing harder than you are now", which doesn't lend itself to great accuracy.

    It's a neat idea, but I'll keep my PenPartner.

    (Now if only there was support for it in gpm...)

  10. If you want to break a competitor's product... on Microsoft up to Old Tricks Again · · Score: 1

    You don't outright break the functionality of the product, you use more subversive techniques.

    Making the product crash frequently for unexplained reasons is a better method, eroding the reputation of the product.

    Of course, Microsoft can't even keep their own products from doing this, so they wouldn't gain anything by this anyway.

    This Lotus Notes glitch is all unintentional on Micro$oft's part I'm sure.

  11. Don't knock Sendmail on Secret Spam Summit Held in Washington DC · · Score: 1

    Sendmail, to its credit, has become much more spam-aware in its latest incarnations, It will no longer allow relaying by default, among other preventative measures taken.

    Unfortunately there are still plenty of people out there running ancient versions. :(

  12. Re:My spam problems on Hotmail Implements Spam Filter System · · Score: 1

    Owning your own domain name can help solve a lot of your spam problems. Assuming you have unlimited aliases wherever your domain is hosted. Whenever I go to a site that asks for my email address, I make up a new alias on the spot just for the purpose of that form. For instance, downloading RealPlayer, I would use RealPlayerDownload@mydomain.com. I can make up anything on the spot, it all comes to me at the default forwarding address.

    Now, if the scumbags start sending me crap I don't want I can send that alias to /dev/null and forget about it. Chances are they're not going to send me anything useful (like bugfixes) if they have to spam their customer base to get business.

    And, if by some chance they sell my email address to some spammer, I know exactly who sold it and
    can take action against the site that sold it.

    As far as cow-orkers are concerned, there's not much you can do about that except educate them.

  13. Re:MySQL on E-commerce and Linux · · Score: 1

    I don't know of any tool to directly import an Access database into MySQL but it's trivial to
    export the data from Access as CSV or tab-delimited and then import it with mysqlimport.

    I think the hardest part of all this would be programming the serial interface.

  14. A little dash of perl... on Cookies, Ad Banners, and Privacy · · Score: 1

    Put this in your crontab:

    /usr/bin/perl -pi -e 's/^\.doubleclick\.net.*\n//' ~/.netscape/cookies

    Problem solved.

  15. Jam Echelon Every Day on Results From "Jam Echelon Day" · · Score: 1

    Oh well, I'm still going to leave up my mirror of the Echelon-encoding CGI for all you conspiracy theorists out there.... :)

  16. Re:QMAIL blah blah on Sendmail 8.10 Public Beta Released · · Score: 1

    Sendmail's config doesn't usually need to be tweaked much. It usually works fine for most configurations right out of the box. sendmail.cf can be scary, but there's a benefit in being able to control how every piece of mail is handled
    on your mailserver. But if you don't need that power then don't mess with sendmail.cf. You rarely have to.

    Qmail is not a breeze to install and configure either. I've tried both, and I prefer Sendmail.

  17. Re:Double duty: Encrypt using these special keywor on October 21 is 'Jam Echelon' Day · · Score: 1

    Update:
    I've increased the message size limit on my mirror of the echelon-encoding script
    to 4096 bytes so it should be a little more useful.

    http://www.httptech.com/echelon/

  18. Re:Double duty: Encrypt using these special keywor on October 21 is 'Jam Echelon' Day · · Score: 1

    I've mirrored Ben's echelon-armor CGI script at http://www.httptech.com/echelon/

  19. Re:All-In-Wonder on ATI Announces Open 2D/3D Linux Support · · Score: 1

    Unsupported on Linux by ATI before now, yes. But the All-in-Wonder does work on Linux/X11 pretty
    well. I'm using my All-in-Wonder right now, it works great. Even have the TV tuner working under Gatos.

  20. Re:time on Time Doesn't Exist · · Score: 1

    Chalk it up to GUI whore programmers I guess...

  21. Re:Does it even work on SuSE? on Mozilla M10 Released · · Score: 2

    It did the same for me on Mandrake 6.0

    I got around it by doing:
    export MOZILLA_FIVE_HOME=/path/to/package
    export LD_LIBRARY_PATH=/path/to/package
    then run it with:
    /path/to/package/apprunner

    where /path/to/ is the directory where you untarred the release.

    Also make sure you don't have an old
    ~/.mozilla directory hanging around, it seems
    to cause problems too.

    YMMV as always.

  22. Didn't they try this already? on AOL Sues Over "You've Got Male" · · Score: 1

    Didn't they sue AT&T over this and lose?

  23. Transparent PNG in Gimp? on Unisys Enforcing GIF Patents · · Score: 1

    Ok, so I've converted all my website's GIFs to PNG with gif2png. Unfortunately the transparency doesn't convert, so I had to go through and use Gimp to make them transparent again. Only it doesn't work. In Netscape the transporent are looks white, and in IE it looks gray. Is this because I'm doing something wrong in Gimp? Or can the current browsers not handle transparency in PNG yet?

  24. Masquerade resources on Ask Slashdot: IP Masquerading Drawbacks? · · Score: 5
    Try this page: http://www.tsmservices.com/masq/

    You can find information there on getting just about any application working with masquerading.

  25. Slow down. Breathe... on Premiere Episode of Slashdot Radio:Geeks in Space · · Score: 2

    Three people talking at once is too disconcerting to listen to. It would be better if just two of
    you did the show. It would be even better if one of you were a chick :)