Slashdot Mirror


User: phillk6751

phillk6751's activity in the archive.

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

Comments · 57

  1. great... on UCB, USC To Build (And Hack) A Model Internet · · Score: -1, Troll

    so now we're teaching college students how to hack?


    ...first post :-p

  2. Re:C++ will let you do anything! on Hijacking .NET · · Score: 1

    but there is an error in your code that won't allow it to do EVERYTHING you can when directly accessing a variable/function:

    inline void hackTheVariableToo(int value) {
    highlyGuardedVariable= value;
    }

    The function will only change the "highlyGuardedVariable" but won't return it in your example. That function is called a modifier and is a normal programming practice, not a hack.
    also this code:

    inline void protectionBypass() {
    highlyGuardedMethod();
    }

    is a waste of 2 lines+ as using the protectionBypass() inline function does nothing more than allow you to use the "highlyGuardedMethod" and would make more sense to make the other function public anyway.

    Don't you hate it when you get C++ "Functions" and Java "Methods" mixed up?

  3. Well.... on .org Registry Offline - Not · · Score: 1, Funny

    I guess Im gunna have to buy my linux upgrades from Best Buy now instead of downloading them.

  4. haha! on Microsoft Sued for Defective Software · · Score: 0, Troll

    serves them[Microsoft] right!

  5. RIAA using bad tactics just like people on OUTWAR on Interview with Student Sued by RIAA · · Score: 1

    they are picking on the easy people to get to the top so that its easier for them to pick on the big guys, like people on outwar...sounds like a lame tactic to me =/

  6. quantum computing and quantum processing on Triple E Entanglement Lends Hope to Quantum Computer · · Score: 1

    what are the differences between quantum computing and quantom processing. Is quantum processing theoretically impossible while we already found out that quantum computing is possible?

  7. dos'ing spammers on Using Statistics to Cause Spammers Pain · · Score: 1

    why not create a program(or plugin/whatever) that will talk to other mail servers..and whenever a spammer sends mail, you can launch a multiple dos attack on the spammer. And since they are tresspassing on your property(at least in US legality) you can claim that they tresspassed you and you retaliated. Would it work? could it work? should we care a bit about legality in fighting spam?