Slashdot Mirror


User: pAnkRat

pAnkRat's activity in the archive.

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

Comments · 176

  1. Re:Good Point, but... on Half a Million Database Servers 'Have no Firewall' · · Score: 1

    No,

    Coding direct to the database (layer) should only be done if the database (schema) is used for only one project.
    Then, the DB should only be accesible to some restricted IP, most of the time this would be internal only.

    If the DB (schema) will be used by multiple different projects,
    it should be accesed over SOAP/XML/Rest/WhatEverProtocolDuJour _only_
    Otherwise schema changes to the DB will affect more and more projects directly.
    This would be the case for business, not for John Doe's Website.

    Huibert Gill

  2. Re:and Compiz is what again? on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    To quote the old kernel configuration dialog help messages

    "If you don't know what this is all about,
    you probably don't need it."

  3. Re:More like the Chinese gov on Time Running Out for Public Key Encryption · · Score: 1

    > Chinese secret services are so secret they don't even have a name

    The chinese secret service are so secret,
    that the name is not known even by the chinese secret service.

  4. Re:Reductio ad absurdum on Belgium May Prosecute the Church of Scientology · · Score: 1

    > Most examples of the former were created with the best of intentions. Scientology was not.

    That's not true, Ron H. had the best of intensions.
    Only that the best was only for himself and a select few,
    and not for all others.

    But intensions are still intensions.

  5. Re:So what? on NYT Confirms Movie Studios Paid to Support HD DVD · · Score: 3, Funny
    Brings to mind the flipside of "living doll" by Cliff Richards and the Young Ones:

    Neil: What, wait, I tought Capitalism was about "the best ideas rising to the top"
    Mike: No Neil, that's sex, captitalisn is about making money.
  6. Re:I would like to read a report on Ubuntu Servers Hacked · · Score: 1

    Your parents should not have to ssh into your server.
    Your parents should not have to ssh into their own server using a differrent port setting.
    You should write a wrapper-script for your parents and stick it on their desktop if really needed.

  7. Re:Nethack on The State of Play - Violence and Videogames · · Score: 1

    reminds me of the userfriendly story line with A.J. locked in nethack:
    http://ars.userfriendly.org/cartoons/?id=20060522

  8. Re:Security is hard on United Nations vs SQL Injections · · Score: 1

    Sorry, but people who charge money for website development (aka. professionals)
    and who claim they don't know what SQL-Injection or Cross Site Scripting is about,
    should get theit development license revoked or something.

    "I don't know" is a very lame excuse, espacialy if they call themselves a pro.

    I know that complete security is near impossible, but basics are still basics.
    This is like a doctor claiming he had until now never heard about steril(?) scalpels and hygiene basics.
    You don't excpet to die from wound fever, after three stichtes anymore do you.
    (200 years ago it might have been the case, but not here and now anymore)

  9. Re:People hate my gotos on Beautiful Code Interview · · Score: 1

    How about throwing an BreakOutOfAllLoopsException in the inner loop.
    Just don't forget to catch the exception in the apropriate place.

  10. Re:Illegal? on Automatix 'Actively Dangerous' to Ubuntu · · Score: 2, Informative

    ...hat Ubuntu (the distributor of Automatix)...


    Ubuntu is not the distributor of Automatix.
    It does not endorse Automatix.
    I know because I lurk in the ubuntu help IRC channels sometimes,
    I know that Automatix causes many problems for users.
    These users then turn to "official" ubuntu support, only to get redirected to the automatix channel.

    The Automatix vs. plain Ubuntu battle is well documented on the web.

  11. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 2, Funny

    yeah,

    but I get the impression that these articles are lying.

  12. Re:False positives on Give iPod Thieves an Unchargeable Brick · · Score: 1


    Lorraine Baines: Our first television set. Dad just bought it today. Do you have a television set?
    Marty McFly: Well, yeah! You know we have... two of them.
    Milton Baines: Wow! You must be rich!
    Stella Baines: Oh, honey, he's teasing you. Nobody has two television sets.
    </quote>

    http://www.imdb.com/title/tt0088763/quotes

  13. Re:I submitted this story yesterday... on Thunderbird to Leave Mozilla Foundation · · Score: 3, Funny

    Here in germany I allways say:
    "Wer zuspät kommt, bestraft das Leben,
    wer zu früh kommt, bestraft die Frau."

    in English:
    "He, who commes too late, will be punished by Life.
    He, who commes too early, will be punished by his wife"

  14. Re:Chess? on Checkers Solved, Unbeatable Database Created · · Score: 1

    >I don't even know why I care about all of this. I got to this thread late and the chances of anyone reading my post in the developers section of Slashdot are next to zero.

    I feel your pain.
    There, better now?

  15. Re:I'd never be anywhere on How Long Could You Live Without Your Gadgets? · · Score: 1

    Except for the IPhone, I can only state a whole hearted "ME TOO!"

    I'm a Palm addict since 2001, couldn't live without it.
    Couldn't live, as in not gettting my life organised, not as in dying you know...

    happy hacking!

  16. Re:Why binaries? on Performance Tuning Subversion · · Score: 1

    Svnserve is ok for a few developers accessing the repository.

    Once you let external people in to play, using apache+mod_svn+mod_dav makes sense.
    You can have ACL on abitrary directory levels in the repository with apache, this is not possible with svnserve.

    Since apache is handling the requests, the logs are right there.

    We use svn here exclusivly since 0.9, for development in java.
    We store everything, from java source files, jars, images, database dumps, or whatever else, in svn, as far as the projekt needs it.
    I never have encountered anybody here complaining the "binary" file are slower then text files.

    I also think the article is wrong where it says that svn only stores deltas.
    AFAIK for each file, svn stores a base revision, then all the deltas, and a "current" or "HEAD" copy of the file.
    That way, svn use at least twice the filesize in disk space to store one file.
    Not that diskspace matters anymore....

    One of the design axioms in the svn team was that diskspace is cheap, and bandwith needs to be conserved.

    Happy hacking.

  17. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1

    complicated??

    - open synaptic
    - search sun java
    - double klick java5
    - klick "aply changes"
    - .... (wait for download and install)
    - done

    Hmmm, where's does the profit thingy go again?

  18. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1

    As of yesterday (8 mai 2007) sun released the JDK under the GPL2.
    Once the rush is over, go to https://openjdk.dev.java.net/ and have a look around for a free implementation.
    AFAIK one of the main devels of KAFFEE is now one off five people looking over openjdk.

    see http://java.sun.com/javaone/sf/2007/articles/openj dk_sands.jsp for an interview

  19. Re:Vim on Is DVORAK Gaining Traction Among Coders? · · Score: 1

    <voice type="Butthead">
    What the hell are you talking about, Beavis?!?!
    </voice>

  20. Re:touch typing on Is DVORAK Gaining Traction Among Coders? · · Score: 1

    I pretty much type the way you do (and some others as I read here),
    but I also learn Dvorak atm. and switching between the two is not as hard as I have imagined.

    It is a bit like switching spoken languages (I am Dutch, living in Germany, but I read and watch a lot in English)

    The Dvorak switch might be easy because my typing style in Dvorak is "home row" and qwerty-style is a very fast-flying hunt and peck.
    Switching between english and german keyboard layout is not that that hard either. (Happens sometimes when I Vnc/Rpd into another computer)

    Funny thing is, the more often you switch around, the easier it gets. (keyboards and languages)

  21. Re:not to be a jerk but... on Alternatives To SF.net's CompileFarm? · · Score: 1

    Where I work, you can choose where and how you develop,
    but production servers will _allways_ be win2k(3) servers with oracle.

    As the GP said, cross platform deployment is very easy with java.

  22. Re:ya but on 30 Days With Ubuntu Linux · · Score: 1

    This is a major mistake in the article.
    5 Dollar per month is the subscription price to download cedega and further updates.
    Minum subscription is 3 months.

    You can use cedega as long as you want, even if your subscription is no longer vallid.
    If you want an update, you have to be a current subscribing member.

    The free in linux refers to freedom, not "free of charge".
    You can choose to donate $5 a month to a project/company like cedega,
    or you can choose to get things runnig on wine, the DX9 implementation in wine is good enough to play Half Life2.

    Cedega: easy installer, very easy to have multiple games installed, support for copy protected games without an no-cd-crack
    Wine: free, also free as in beer, may not be so easy to use

    See it's , your choise

  23. Re:Importance? on Tricking Vista's UAC To Hide Malware · · Score: 1

    But in windows, the CTRL-ALT-DEL from keyboard only, is not correctly implemented either.
    For instance:
    If you install vnc as a service, you can invoke CTRL-ALT-DEL from the viewer menu.

    So just probing for the CTRL-ALT-DEL combination means not necesarily that it was invoked by the (hardware) keyboard/user

  24. Re:Without doing actual research... on RIAA Says CDs Should Cost More · · Score: 2, Interesting

    If you are only looking at the tech sector, you are correct.
    Have you bought a gallon of gass lately, bought an ounce of coffee, seen what you spent on an movie with popcorn and coke?
    Tried to buy a 'coffee to go' for under 2 Bucks?

    A lot of things have gotten more and more expensive, a little bit each year.

    It has to, _because_ of inflation.
    The tech sector is about the only thing getting cheaper constantly.

  25. Re:why even use ActiveX? on Koreans Advised to "Avoid Vista" for Now · · Score: 1
    but couldn't someone claim that they have every right to pressure MS to fix ActiveX in this case?

    No, they can't.

    I don't like MS, but you do not have a _right_ to push them, or any body else. If you don't like it, don't buy it, and stick with that what you allready have.
    Win XP wil still be supported for a while.