Slashdot Mirror


User: Gunstick

Gunstick's activity in the archive.

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

Comments · 403

  1. Re:Hostnames are not documentation on Why Do We Name Servers the Way We Do? · · Score: 1

    problem is that I'm the sysadmin and try to do this, but I have to battle upper management to refrain from imposing naming schemes one more obscure than the other.
    I read once that this situation is because management has no idea what "fordprefect" is and want it to be called r1dbsrv2 and this only because management sees those systems only like once a year. Problem is that then it is the sysadmins who have to use that braindead naming every day.

  2. Re:interesting idea on We're In Danger of Losing Our Memories · · Score: 1

    I would prefer that at least some archiving institutions would ignore robots.txt, maybe even by having actual people surfing the site and storing it via wwwoffle proxy.
    Then, in case the site goes down, the archive could then be made available.

    robots.txt is often "misused" either because people don't want it to show up in google or because it's a dynamic site. There should be a new option "archive: no" to be added if you want explicitely to disallow archiving.

  3. Re:s///g is enough for me against CSS on More Than Coding Errors Behind Bad Software · · Score: 1

    and another reply... and even more of the subject is missing. This is quite fun...

    Maybe this "feature" in slashcode needs some correction.

  4. Re:s//</g is enough for me against CSS on More Than Coding Errors Behind Bad Software · · Score: 1

    and doing a reply on this changes the reply subject ...

  5. s/</&lt;/g is enough for me against CSS on More Than Coding Errors Behind Bad Software · · Score: 1

    Just substituting "<" by "&lt;" in user's input has kept me protected from cross site scripting and other html attacks since years.
    I did not find a need to check for anything else like ">" or even interpret the whole string for any occurences of html meta tags.

    Is this so simple? Why doesn't everyone do it?
    Intersting: I had to write the subject like "s/&lt;/&amp;lt;/g" to get it to appear correctly as "s/</&lt;/g" in the slashdot preview.

  6. Re:gmail on Smart Spam Filtering For Forums and Blogs? · · Score: 1

    well then reject registrations from New Deli :-)
    Or combinations: "you are not allowed registering with gmail from New Deli"

  7. my scripts are all multi core on Time to Get Good At Functional Programming? · · Score: 1

    when I program unix scripts, I don't do it in perl or php or python. But in good old shell. Preferably ksh (or maybe zsh) but not bash (reply here if you wanna start a discussion on braindead pipe handling of bash).

    Just doing a command line with lots of pipes one after the other automatically creates as many processes as you have pipes. It's beautifully simple.

    In that respect, unix has had the multi core idea since it's beginnings.
    Then came along the monolythic languages like perl where you have to jump through hoops to get that paralellism back which you have right away in good old shell.

    How's that new Windows shell comparing? Monolytic or implicit thread/process creation?

  8. short and simple answer on Why Use Virtual Memory In Modern Systems? · · Score: 1

    if you can do without a paging/swapping file/parition, then just do it.
    If at some point your system then crawls to a halt or is refusing to start processes (out of memory) then you know why that paging area is needed.

    4GB is enough? Could still be short in some circumstances.

  9. Re:One-Time Passwords for Transactions on Huge Credit Fraud Ring Sends Europeans' Data To Pakistan · · Score: 1

    if those informations are generally not stored it's becoming more difficult to just walk/hack in and take millions of cards.
    That's probably why the TJX hack was done using online sniffing during several months.

  10. Re:One-Time Passwords for Transactions on Huge Credit Fraud Ring Sends Europeans' Data To Pakistan · · Score: 1

    you are NOT allowed in any case to store the cardholder verification number.
    Unfortunately there are still lots of places where you can do transactions only with the CC number and expiration date.

  11. Re:PCI Law on Huge Credit Fraud Ring Sends Europeans' Data To Pakistan · · Score: 1

    TJX was PCI-DSS !

  12. Re:Didn't I learn this 20 years ago on Birth of a New African Ocean · · Score: 1

    this is just a first... we will get duplicate stories on slashtod on this subject for the next 10 million years.
    And when it then finally happens, it gets tagged "oldnews"

  13. Re:captain obvious? on Designing The Ultimate Netbook · · Score: 1

    same to me.
    Max $300 is the most important one. So mostly all "netbooks" coming after the eeePC got it all wrong. The eee had success because of the price.

    I used mine to backup my camera pictures to an external drive (do that with an iPhone, or any other phone, pda, psion...).
    I also resized pictures and posted them to forums easily.

    And do the usual stuff, reading webmail, slashdot, watching youtube. I did not need G3, free wirless is available a lot (at least on my USA vacation).
    The small screen only got in the way on google maps, but thanks to alt+mouse I could size and move the window as I liked.

  14. Re:This is new? on Adobe Flaw Allows Full Movie Downloads For Free · · Score: 1

    every idiot has a network traffic monitor, even if it's only the LED on the router. So if it still shows traffic a long time after the 2 minutes preview has finished you can conclude that there must be the rest of the movie coming down the line.

  15. netbook $300 is not a netbook! on Asus N10 Review — the First Netbook For Gaming · · Score: 1

    For me a netbook is also defined by it's pricetag. If it's cheap enough you don't get worried of thieves, you can take it everywhere. If it ever gets lost, there's no $2000 (vaio) gone.

  16. Re:The greatest error messages? on The Thirteen Greatest Error Messages of All Time · · Score: 1

    why not include the Atari_ST bombs, which were mimiked after the original Mac bombs.
    But if the bomb handler crashes too, you get some sort of elongated bombs all over the screen which we nicknamed atomic bombs :-)

  17. Re:Or you could just use PAR... on Error-Proofing Data With Reed-Solomon Codes · · Score: 1

    I wrote a script which fills up a CD/DVD with par2 files until it's full and then writes the image.
    So you can still recover your data even if some bits miss.

    Why I do this? Well I have had too many occasions where I read a CD and find a couple of bits toggled compared to the original image. Typically you write and then verify and the verify comes back bad. Another bad burn? No just one bit. So I add par2 files and don't care anymore if some bits are faulty :-)

    Problem: it takes quite some time for doing par2 on a dvd and of course only works on disks which you don't fill up completely with user data.

  18. Re:oblig south park on Verizon Denies DSL Because of Subscriber's Name · · Score: 1

    waht is very funny is US reality shows in german TV. Example: Orange County Choppers....

    The show is full of beeps. The german voice-over does not contain beeps, it's featuring the full collection of german swear words. I bet the translators have fun finding always new meanings for the single english word.

  19. Re:It's for Weblogic, PANIC!!!! on Emergency Workaround For Oracle 0-Day · · Score: 2, Informative

    you should panic if it's for weblogic. Your oracle databases are not open to the Internet. But weblogic, or especially this buggy plugin in your apache, is!
    That means: potentially free access to your webserver!

  20. yoga, but pick the right style on How Do Geeks Exercise? · · Score: 1

    When I started to do yoga, I rediscovered my body.

    Previously it was just a means to transport my brain from point A to point B and to control my fingers as brain-computer interface.
    Now yoga showed me that there is more.

    Choose the right style though, there are from simple meditation to strong aerobic styles.
    In my opinion Power, Ashtanga, Iyengar are most demanding. In the USA, Power Yoga is well established. In Europe look for Ashtanga Yoga.

  21. Re:Atari LaTeX? on Modern LaTeX Replacement? · · Score: 1

    I used signum for all my scientific stuff. Now that was kick-ass for wysiwyg. The printout was exactly what was on screen.
    Freely movable text, you could even write text on top of other.
    And still very fast on that 8Mhz machine, even compared to what todays word processors accomplish at 3Ghz.

  22. I can buy a movie on DVD in the cinema same day! on WB Took Pains To "Delay" Pirating of Dark Knight · · Score: 1

    In some parts of europe it is legal to have Zone-1 DVDs in store. Those are often released before the movie makes it to the cinemas here.
    There is a DVD store at the local theatre.

    So it happens that the DVD is in the shop while that same movie is currently playing in the cinema.
    Does this create less success for the movie? Never happened.

    I even find it great you can buy the movie you just saw. Like buying the CD of the rock group after the concert.

  23. Re:https://gmail.com on What Would It Take To Have Open CA Authorities? · · Score: 1
    do you mean that even by applying some tricks to get 2 different DNS entries directed to the same SSL server (using wildcard SSL certificates) some browsers do not at all like that? I always thought this is a cool feature and wondered why noone uses it.

    Would be bad if browsers don't play well with wildcard certs.

  24. boot from install media? on Disgruntled Engineer Hijacks San Francisco's Computer System · · Score: 1

    get the admin account back?
    Several options:

    * boot from the install media
    * restore from backup
    * mount disk on other system

  25. Re:Read RFC1178, but don't make it scripture. on Best DNS Naming Scheme For Small/Medium Businesses? · · Score: 1

    we had one machine named by the datacenter location.
    Then this had to be moved, but keeping it's function.
    It was a windows server. Renaming the thing messed up as well some windows internals then also monitoring software, backup software etc... etc...
    Was quite the same workload as if we just reinstalled the server!

    So we decided to abandon again location based naming.