Slashdot Mirror


User: zeno921

zeno921's activity in the archive.

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

Comments · 3

  1. Gotta love grep on Quake 3: Arena Source GPL'ed · · Score: 5, Funny

    Results of `grep -ri fuck *':

    1. //NOW close the fucking brush!!
    2. i = 0x5f3759df - ( i >> 1 ); // what the fuck?
    3. // fuck, don't have a clean cut, we'll overflow
    4. // since the cmd formatting can fuckup (amount of spaces), using a dumb step by step parsing
    5. // fuck, don't have a clean cut, we'll overflow
    6. // vm fuckage
    7. // vm fuckage
    8. //FIXME: this is a fucking mess
    9. Note: Unix CR/LF in *.dsw/*.dsp fucks up MSVC++.
    10. How the fuck did this happen?
    11. some files, and between their revisions and ours we fuck this up.
    12. break; // dragged backwards or fucked up
    13. // FIXME: this code is a TOTAL clusterfuck
    14. {"rem", "Less than half a fucking man."},
    15. {"rem", "You're fucking dumb! Suck it down."},
    16. // cleaning up after merging and thinks badly fucked up
    17. this could fuck up if you have only part of a complex entity selected...
    18. // FIXME: this bend painting code needs to be rolled up significantly as it is a cluster fuck right now

  2. Too good to be true on Freelance Programming Sites? · · Score: 1

    Like some others have said, it seems like a great idea, being able to do coding from home and getting paid for it. Unforunately though in my experience most of the jobs get taken by people in India for ridiculously low prices. I don't know if the buyers get poor work for this price, or if the standard of living is just so much lower in some of these places.

    Regardless, I'd love to see how the "facebook clone" that got sold for $50 ended up.

  3. Re:Highly annoying on Rundown on SSH Brute Force Attacks · · Score: 2, Informative

    I use Python script called BlockHosts to block hosts that fail more than a given number of times in a row. These types of attacks get quite annoying so it's nice to know they're getting blocked after a few tries.