Slashdot Mirror


User: SCHecklerX

SCHecklerX's activity in the archive.

Stories
0
Comments
2,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,760

  1. Re:Praise the gods. on George Lucas To Quit Movie Business · · Score: 2

    um...even the subject here is a dead giveaway...Battlestar Gallactica is a beautiful piece of work.

  2. This illustrates my problem with pay for download on Apple iTunes Upsampling Higher Resolution Videos? · · Score: 1

    I'd prefer reasonable prices for the DVDs and CDs. Paying for content that has been compressed and indexed in a manner that may or may not suit your needs seems pretty stupid to me. Charge reasonable prices for the stuff and then let me use it however works best for me under existing fair use laws. Get rid of the DRM, charge a fair price. Maybe people would buy more of it then.

  3. Antiphishing made easy. on Microsoft Sponsors Antiphishing Bakeoff · · Score: 1
    1. As an ISP, offer your users the ability to alias their mail address for companies they do business online with.
    2. If the user receives mail from that company not to the alias they registered, it's obviously a phishing attempt or spam. Heck, the ISP could just drop it altogether based on the mail routing information.
    3. profit?
  4. Re:Cliche on Weird Al Premiere Cancelled Due to Net Leak · · Score: 2, Insightful

    Well...

    It seems socially acceptable for some black folks to refer to each other as nigger. Try doing that as a white boy to your black office worker and see what happens.

    Weird al is 'one of us', so he's allowed.

  5. Re:Going off KDE on Plasma: The Next-Generation KDE Environment Review · · Score: 1

    I agree. Windowmaker is quite nice. I try gnome or KDE every now and then, but always go back. Using it in combination with Rox-filer's pinboard is a nice combination.

    Two things I like about windowmaker:
    1) the ability to create dynamic menus.
    2) the nice UI config, even though everything is stored in plain text files on the backend.

    Things that could be better:
    1) more window management control. Like the ability to tile or cascade based on a selection from the "F11" menu.
    2) support of more than 3 mouse buttons and a scrollwheel. I'd love to be able to use my thumb button to close windows, or change desktops, for example.
    3) same as 1) above, but with selected windows instead of via the "F11" menu.

  6. Re:Ultra fast desktop, same old slow applications on FVWM-Crystal 3.0.4: Speed and Transparency · · Score: 1

    Why are you using nautilus? Why not use something like rox-filer?

  7. Re:wow on Spamhaus to Ignore $11.7M Judgement · · Score: 1

    Um. It's TRIVIAL to remove yourself from the spamhaus lists. Just go to their site, fill out the form, and you are off. This is the reason that it is the only XBL/SBL list that I use to outright reject mail on the servers that I manage. All others will, of course, simply raise spamassassin hit counters.

  8. Re:Rather incomplete quote on PostgreSQL Slammed by PHP Creator · · Score: 1

    Why be worried about "connecting and issuing simple queries". I am not a PHP coder, so don't know whether this is standard practice or not, but shouldn't you be using a persistent connection to the database? Especially if you are using something like MySQL which (the version I still use, it's likely changed by now) forces you to make a whole lotta little queries if you want to emulate a sub-select? I'd hate to see the MySQL logs for some apps if it is standard practice to open that connection for every query on every page!

  9. Re:There ARE other scriping languages besides PHP on PostgreSQL Slammed by PHP Creator · · Score: 1

    I never made the jump to trying PHP because perl already meets all of my needs. Specifically, check out embedded perl. Very powerful stuff: http://perl.apache.org/embperl/pod/doc/Embperl.htm

    I've been using html::embperl for about 6 years now, and it works great. It's trivial to modularize (just write your own supporting perl modules). And it takes advantage of mod_perl (pre-load your perl modules as part of the apache process. Good stuff!). Of course, you also have all of CPAN at your disposal this way too.

    embperl does some nice escaping and such by default, adding some security benefits.

  10. The solution on EU And Microsoft Clash Over Vista Security · · Score: 5, Insightful

    The solution to me seems to be the approach used in linux, bsd, whatever. Fully document the security APIs, or command-line tools to configure the security aspects. Let other vendors write their GUIs for controlling security, such as firewalling, using that API. Let people pick the tool that fits their needs best, while all providing the same type of security through the OS.

  11. What does slashdot think? on Consumer Electronics Causing 'Death of Childhood'? · · Score: 1

    I don't know. But personally, I think childhood should be like a calvin and hobbes strip.

  12. Re:Indians will complain about foreigners soon on Reverse Off-Shoring · · Score: 1

    What most managers fail to realise is that a skilled staff can actually decrease that bottom line using innovation and skill instead of buying an endless stream of products, licenses, and investment in training of 'cheap' outsourced staff. That is the situation I run into all the time with my own company. There have been situations where we have taken the time to run the numbers and prove that we had a solution, already in place except for one component (that was the decision to be made) that performed beyond expectation, was less expensive than other methods, and was also manageable by lower paid, less skilled staff, allowing us to focus on other things. Despite this, they STILL chose to outsource the entire infrastructure. This cost roughly 3x the money, and there have been several problems with the implementation causing disruption to business to date. And, since it's fully outsourced, we exert no real control over getting problems resolved. Businesses need to trust their own staff (Isn't that why they hired them in the first place?) and let them use their skills to hit that bottom line rather than listen to vendors' (outsourcing and otherwise) claims of lower cost, higher quality, and reduced SLA (I've never seen a single one ever be better than what we would have done ourselves). Vendors selling you products and staffing services have NO VESTED INTEREST in your company's success. Your own employees DO!

  13. That actually does sound like a good law on California Passes Wi-Fi Guidance Law · · Score: 1

    It solves the problem of education while not trying to criminalize those of us who know what we aredoing. It makes sense, just like all of the stickers and warnings and such that come with car stereos you install yourself, TVs, Microwaves, Etc.

  14. Re:This is a problem with every ISP I've ever used on Comcast Blocks Yet Another ISPs E-Mail · · Score: 1

    Greylisting most certainly does not just drop the message. It sends a tempfail to the sending host, which should try again later. If enough time has elapsed between tries for the tuple (to, from, relay), then the message is accepted. If the sender's mail system is misconfigured IT might drop the message without notifying the sender, but that is NOT the greylilsting system's fault.

  15. Re:Use lynx via SSH on New Web Browser Leaves No Footprints · · Score: 1

    Ok, then tunnel ppp over ssh with the default route pointing to the other PPP endpoint, and then use your own private resolver as well. Just don't forget to add a static route for the remote endpoint first...oops :)

  16. Re:Use lynx via SSH on New Web Browser Leaves No Footprints · · Score: 1

    ssh -L $pickaport:localhost:3128 you@your.home.server.running.squid

    And then use any browser of choice via SSH by using $pickaport as the local proxy.

  17. Re:Why not Napster? on iTunes v6 FairPlay DRM Cracked · · Score: 1

    Why any service? Why would I want to actually purchase music that is by definition not the real thing since it is in a lossy format? Why don't the record companies simply charge a fair price for CDs, people will buy them and encode themselves? I download here and there. If it's something I like, I usually go find the CD used and buy it so that I can encode it to MY tastes.

    I don't understand why people buy stuff that isn't lossless.

  18. Re:Its all individual on When Can I Expect an Email Response? · · Score: 1

    Mail shouldn't be high priority. That is what pagers and phones are for.

  19. Email is not meant to be instant on When Can I Expect an Email Response? · · Score: 1

    Maybe the person didn't get it yet. Mail can be delayed for many different reasons. A spam fighting technique is to use greylisting. Some mail servers will simply queue the tempfail and not try again for a few hours, or maybe not until tomorrow. SMTP servers will guarantee delivery. They won't guarantee delivery in a few seconds.

  20. Re:Steal identity? on AT&T Breached, Exposes 19,000 Identities · · Score: 1

    Just make up a fake one for these purposes. Unless they are paying you, taxing you, or checking on your finances, they don't have any need for it. Certainly not as a customer ID.

  21. Cable companies? on AT&T Breached, Exposes 19,000 Identities · · Score: 1

    With the stupid ads that the cable companies has been running lately, I'm wondering if they hired someone to do this.

  22. Re:good mapping sites on Beginning Google Maps Applications with PHP and Ajax · · Score: 1

    http://www.gpsvisualizer.com/

    This thing works great for dumping stuff from my garmin etrex. He has options for google and several other mapping services. Way cool. Now if only he'd support kismet files natively for war driving.

  23. Re:Everything on What's On Your Thumbdrive? · · Score: 1

    Yeah, these are nice. I just bought one to use in the car with the new Kenwood head unit I just bought (Kenwood DPX701), which can take USB input. Now I easily have my whole collection with me. Yay! The kenwood interface is not ideal, so growing your own still seems the best way to go, if you have the time.

  24. Unix Tools and such on What's On Your Thumbdrive? · · Score: 3, Interesting
    I've been working on a nice portable solution myself. Ideally, now that fast hardware and RAM is cheaper, it would be very nice if every OS had a standard virtual machine (java, whatever) and then we could all carry around one suite of tools that works everywhere. That being a dream, most people have windoze at home, so my portable apps are all windoze based. Here's what I've done:

    First, you have to deal with the fact that your USB key may not always mount as the same drive letter. I use pstart to take care of this: http://www.pegtop.de/start/. A great little app to give you a consistent environment no matter who's machine you are using.

    Next, a unix environment. First, get a bunch of tools (including zsh) from here:
    http://unxutils.sourceforge.net/. Some of these don't work (man, df, etc), so you will want to find better versions elsewhere (they do exist! I just discovered a good version of DF from this thread, thanks! Others include dd, ls). Zsh is the killer app from this suite. A nice shell that does not depend on cygwin. You'll need to create two files to set up your environment. All of my unix tools exist in a subdirectory called 'unixtools' on the key disk.

    Start with a script (call it startup) to properly initialize zsh to know where your stuff is. You then initialize zsh from pstart using 'unixtools/zsh.exe startup' Note that $UTD will now be defined as your unix tools drive for use in any other sh scripts you want to write:

    UTD="${0%:*}:"

    if [ ${#UTD} -gt 2 ]; then
    UTD="${PWD%:*}:"
    fi

    export ZDOTDIR=$UTD/unixtools
    export ZSHROOT=$UTD/unixtools
    export UTD

    exec $ZSHROOT/sh.exe

    And of course we need a .zshrc (you need to replace ls with a version I don't recall where is at this moment for DIRCOLORS to work). You can see I have set up some aliases, most notably for gvim (this demonstrates the use of $UTD):

    export PS1="[%n@%m %d]$ "
    export PATH="$ZSHROOT;$PATH"
    export SHELL=zsh

    eval `$UTD/unixtools/dircolors.exe $UTD/unixtools/DIRCOLORS`

    alias ls='ls -F --color'
    alias clear=cls
    alias vi="$UTD/gvim/PortableGVim.exe"
    alias awk=gawk
    precmd () {
    title $USERNAME@$HOST: $PWD
    }

    One app I like to use on the USB drive is freecommander. Unfortunately, this program relies solely on its INI file, and does not take parameters for browsing. To fix this, I wrote the following script called 'browse' for launching it:

    #!/sh.exe

    FCINI="$UTD/freecommander/freecommand er.ini"
    FCTMP="$UTD/freecommander/freecommander.t mp"

    if [[ -z "$1" || "$1" == '.' ]]; then
    DWP=`echo $PWD | sed -e 's!/!\\\\\\\!g'`
    else
    DWP=`echo $1 | sed -e 's!/!\\\\\\\!g'`
    fi

    TRHOME=`echo $HOME | sed -e 's!/!\\\\\\\!g'`

    sed -e "s/^Dir2.*/Dir2=$DWP/" $FCINI > $FCTMP
    sed -e "s/^Dir1.*/Dir1=$TRHOME/" $FCTMP > $FCINI

    exec $UDT/freecommander/freeCommander.exe

    Notice above that I can actually use a 'shebang' line, thanks to the $ZSHROOT environment set up in our startup script. Very cool! This even works if you install activestate perl on your key disk. I put perl in unixtools/perl. That means that from your zsh, you can do things like './test' where 'test' has '#!/perl/bin/perl.exe -w' as its first line. I think this is very cool!

    I should put this all on a web page one of these days :) Some other things I have on the key disk, that didn't involve quite the devotion of time:

    • Sylpheed. I have my home mail server set up to use imap over ssl and smtp auth with ssl. Those two things were a little bit of work to set up. You can always use ssh forwarding instead v
  25. Re:limitation on Microsoft's 'Naughty or Nice' Patent Application · · Score: 4, Insightful

    How about we just eliminate software and business method patents, and require working models for physical devices within a certain timeframe of issuance of the patent?