Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

What I learned at Uni today

Name: Anonymous 2009-12-03 10:43

Hackers
Access computer system or network without authorization
Breaks the law; can go to prison
Crackers
Break into systems to steal or destroy data
U.S. Department of Justice calls both hackers
Ethical hacker
Performs most of the same activities but with owner’s permission

Name: Anonymous 2009-12-03 10:48

( ~_~)

Name: Anonymous 2009-12-03 10:53

Something else I learned(also from same PowerPoint):

Programming languages used by experienced penetration testers
-Practical Extraction and Report Language (Perl)
-C

Name: Anonymous 2009-12-03 10:58

0/1

Name: Anonymous 2009-12-03 10:59

>>3
You learned these from a presentation programme? Impressive.

Name: Anonymous 2009-12-03 11:00

Don't worry, OP, we're learning basic dynamic arrays in Sepples. In the third semester. And people don't understand it.

Name: Anonymous 2009-12-03 11:01

>>5
Yep heres more:

Tools on your computer might be illegal to possess
Contact local law enforcement agencies before installing hacking tools
Written words are open to interpretation
Governments are getting more serious about punishment for cybercrimes

Name: Anonymous 2009-12-03 11:18

It is hard to write a simple definition of something as varied as hacking, but I think what these activities have in common is playfulness, cleverness, and exploration. Thus, hacking means exploring the limits of what is possible, in a spirit of playful cleverness. Activities that display playful cleverness have "hack value".

Name: Anonymous 2009-12-03 11:23

>>8
and fucking mad bitches

Name: Anonymous 2009-12-03 11:34

>>9
I prefer to fuck happy bitches.

Name: Anonymous 2009-12-03 11:42

hack my anus

you know i had to.

Name: Anonymous 2009-12-03 14:38

hack my asshole

Name: Anonymous 2009-12-03 15:25

>>11
It's spelled HAX MY ANUS, you peasant.

Name: Anonymous 2009-12-03 17:09

>>13
It just goes to show they are not an EXTREME EXPERT BBCODER.

Name: Anonymous 2009-12-03 20:26

People need to learn how to properly define things.
Who is your professor? I need to get together with him
and have a |GAY DAD EXPLOSION|

Name: Anonymous 2009-12-07 12:09

Race conditions are another problem that can occur in a multithreaded environment. This happens when the relative timing in execution of multiple threads can affect the outcome of each the thread’s execution. For example, if two threads both access and modify the same variable to perform a few calculations, the result is non deterministic based on the relative execution of the statements in each thread. Here is some code to elaborate on this example:
Thread_1(){
    X =  X * 100;
    Print(X);   }
Thread_2(){
    X++;
    Print(X);   }
Lets say X starts out at 0. If Thread_1 was running slow and it timed out after the first statement (X = 0 * 100) and then the second statement would have to wait until Thread_2 times out. Thread two runs fast enough to finish its operation before timing out, resulting in printing out (1). Thread_1 gets the processor again and starts back up where it left of, right about to print X. When Thread_1 prints X it also gets the same result (1) because X was modified before it was able to print out its result. What ends up happening is the user who put in request for thread one got the answer 0 times 100 is equal to 1 which is obviously wrong. This must be fixed for the system to maintain its deterministic nature.

Name: Anonymous 2009-12-07 13:15

>>16
but no-one sane does calculations like that

Name: Anonymous 2009-12-07 14:55

>>16
No one does simple calculations like that, but sometimes it comes down to something like that (inside something complex) where you need to keep multiple threads in synchronization.

Name: Anonymous 2009-12-07 16:13

>>18
Then you just synchronize them at some point, big deal.

Name: Anonymous 2009-12-07 18:07

>>19
Yes, by utilizing semaphores!

Name: Anonymous 2009-12-07 18:11

>>17
Thats how you're computer does calculons.

Name: Anonymous 2009-12-07 19:22

>>19
It is a big deal, http://en.wikipedia.org/wiki/Deadlock

Now stop being 12.

Name: Anonymous 2009-12-07 22:49

>>22
It's not a big deal.  You stop being 8.

Name: Anonymous 2009-12-08 10:44

>>22
Deadlock does apply to these kinds of situations, but I think she was referring to http://en.wikipedia.org/wiki/Race_condition#Computing

Name: Anonymous 2009-12-08 11:04

RACE MY ANUS

Name: Anonymous 2009-12-08 16:00

>>24
My point being that if you naively lock things to overcome race conditions you can (and usually will) get deadlock in the non-simple case. Simply synchronizing on resources doesn't solve all race conditions. QE-Friggin'-Deadlock.

Name: Anonymous 2009-12-08 18:27

>>26
Ok I get it, you are an expert multiprogrammer.

Name: Anonymous 2009-12-08 19:16

>>22
It's not a big deal.

Now stop using threading without planning things out first.

Name: Anonymous 2009-12-08 19:34

>>24
she?

Name: Anonymous 2009-12-08 20:58

>>28
Now stop using threading without planning things out first.

Who is more likely to be guilty of this? >>22 who recognizes the issue, or >>19 who does not.

Name: Anonymous 2009-12-09 10:06

Switches and bitches and routers and hoes

Name: Anonymous 2009-12-09 13:10

>>31
why did you do this ;_;

Name: Anonymous 2009-12-09 14:55

>>30
In all the toy programs^W^W ENTERPRISE SOLUTIONS I've written there was never a situation in which a deadlock could occur.

Name: Anonymous 2009-12-09 15:17

>>33
that's swell

Name: Anonymous 2009-12-11 13:11

>>32
[a]To give a shawt out to my very own meme![/b]

Name: Anonymous 2009-12-11 13:14

>>35
shawt here

Name: Anonymous 2009-12-14 0:10

Today I learned how to double buffer.

Name: Anonymous 2009-12-14 0:13

What you are "learning" is just common knowledge to anyone who isn't an idiot.

Name: Anonymous 2009-12-14 0:14

>>37
I learned how to sleep though a final and deal with my problems with a vicodin binge.

Name: Anonymous 2009-12-14 2:50

>>37
I learned something similar called 'image translation'

Name: Anonymous 2010-12-17 1:17

Are you GAY?
Are you a NIGGER?
Are you a GAY NIGGER?

If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATION OF AMERICA) might be exactly what you've been looking for!

Don't change these.
Name: Email:
Entire Thread Thread List