This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PsychoRebellious

Pages: [1] 2 3 ... 7
1
Tutorials / Re: Hacking Elevators or Lift
« on: March 24, 2015, 06:20:19 AM »
I can't be the only one feeling suspicious about OP and these bunch of new comers commenting and complimenting all of his posts. I wonder how alone one has to be run multiple accounts on an online forum.

2
General discussion / Re: Which linux distro is better for beginners?
« on: March 18, 2015, 07:30:34 PM »
Ubuntu. By far the most user friendly distro.

3
General discussion / Re: Penis transplant
« on: March 16, 2015, 07:49:52 PM »
Heck! I wasn't talking about the woman. But it's common eveyrday logic that the extra skin there serves for a reason. Oh lawrd! I hate to be the one who has to write this, but yes it does affect the sexual pleasure male gets during masturbation as it is 'rougher' to masturbate.

4
Science / Re: Basics math confusion, help me
« on: March 14, 2015, 02:28:20 PM »
I cant be sure what you did but it works for me, as well as... Well everyone.

Multiplying by 1, no matter the form. Always gives you the same number back.
What values of x and y are you trying to plot? I only wonder if using two different formulas (a+b)^2 and a^2-b^2 is causing some problem

5
Science / Re: Basics math confusion, help me
« on: March 14, 2015, 02:17:51 PM »
Taking x as 2 and y as 16 doesn't work either.
Once case generates -105 and the other 0.17

6
Science / Re: Basics math confusion, help me
« on: March 14, 2015, 02:06:25 PM »

That is why your cases in your first part equalled out... Alll you are doing is multiplying by one!

Though granted the sqrt of 1000 isnt 100.. Which is where the issue is in the second set of equations.

This is beyond embarrassing. Still I wonder if that is where the problem lies as the both equations are being divided and multiplied by the same number. That shouldn't be causing the problem, right?

7
Science / Basics math confusion, help me
« on: March 14, 2015, 01:37:52 PM »
To start with, I'm a HSC failure who failed it and gave up on it because I couldn't stand learning something without knowing all the ins and outs of it. Questions like WHY we are following one method but not other offended me to the point that I started finding sciences dull and boring and left HSC and started learning computer programming. Anyway, after a few years of learning to code, I am jumping into cryptography and complex algorithms and I need to sharpen my maths skills now, and here I am studying everything again from online sources and books and this time I am going to make sure to not be left unsatisfied. Anyway, I was reading an HSC Mathematics books and here's one confusion in Surds and rationalizing their denominators
Consider the following:
(5x-16)/(√y - 10)

Now to solve it the book says you rationalize denominator by removing the surd from the denominator. The book continues by multiplying the above equation with (√y+10)/(√y+10) and in the process having y -100 as denominator. Now all that confuses me is that why not multiply the original statement/equation with
(√y-10) / (√y-10) and remove the surd by applying (a+b)^2 formula? So I tried it out and the two answers differ from each other. Anyway, so here's what i did. Took a value for x and y and used them in both the cases. Now let be elaborate
(* is the multiplication symbol)
Case 1:
Code: [Select]
(5x-16) / (√y-10)       * (√ y-10)/(√ y-10)

Plotting the values x=10 and y =1000 (I chose y = 1000 for simplicity, you'll know as I solve this)

50-16/100-10       *    100-10/100-10
34*90 / 90 * 90
=3060/8100
=0.377
Now case 2:
Code: [Select]
(5x-16)/ (√ y-10) * (√ y+10)/(√ y+10)

Plotting 10,1000

50-16/100-10 * 100+10/100+10
34/90   *     110*110
=0.377
Case 1 == Case 2, Proved. Theoretically it should work even after we solve the original
(5x-16) / (√y-10) either by  (√y-10) or (√y+10)

Let's find out
(5x-16) / (√y-10)

Case 1:
Code: [Select]
(5x-16) / (√y-10)   * (√y-10)/(√y-10)

(5x√y -50x -16√y + 160) / (√y-10)^2 
5x√y -50x-16√y+160 / y+100-20√y    -------equation x

For 10,1000 in equation x
5(10)(100) - 50(10) -10(100)+160/1000+100-20(100)

=3660/'-900

=-4.0666

Case 2 :
Code: [Select]
(5x-16)/ (√ y-10) * (√ y+10)/(√ y+10)
5x√y +50x -16√y -160 / y-100               ||Difference of square formula in
Plotting 10,1000
5(10)(100) + 50(10)-16(100)-160 /1000-100
5000+500-1600-160/900

=3740/900
=+4.155


Hence case 1 ! = case 2 (is not equal). What the fuck is going wrong here?!



8
General discussion / Re: Penis transplant
« on: March 14, 2015, 12:29:30 PM »
Being somebody who has personally been through the circumcision ritual, I can feel his pain. In the process of circumcising one, they slice off a very sensitive part of your skin, and it just can never be the same i.e:Your penis gets far far less sensitive

9
General discussion / Re: imStillHere
« on: March 14, 2015, 10:07:38 AM »
I have not been on in a while but I just want to say im still here. I dont post much because I know I have a lot to learn on my own and there is no reason in asking what I will learn in my cs classes. When I have the know how I will give valuable info to this community but for the next 2 years of my degree ill be here lurking and learning. see ya then.

All that you have to do is make sure you don't end up learning only what is taught to you in your cs classes. Goodluck.

Thanks for the update! I was really worried about you for a sec. See you in two years!
Weren't we all?  ;)

10
Hacking and Security / Re: How do you practise hacking?
« on: March 11, 2015, 06:54:19 PM »
I have a feeling you are going to have a very bad time with questions like such. Anyway, I'm not a hacker myself i.e penetration testing, and all that isn't my business. But all that I would suggest you if you want to 'practice'  penetration testing is setting up a sandbox. An environment where nobody gets hurt. Say two or more computers on a LAN with different operating system, that is for penetration testing or whatever they call it.
For practicing your web hacking like Cross site scripting/ SQL injections, install an apache server(Wamp I would recommend). Write an insecure website on your own and try exploiting it, then when you successfully do it, secure it and try exploiting again, and so on. Later on you can practice your skills on other 'local' websites , like that of some state agents or school websites. It will be fun.
This is such an example site, of a  school where I had studied in the past.
bck.edu.pk
I had a friend help me with it( he was a skiddy but knew his tools well) and we uploaded a shell(that he said he had written which he clearly hadn't) and changed the Prinicipal's picture to Sasha Grey's. It was hysterical, and we did it when at the end of sessions when they were opening admissions and people were unintentionally DDosing their website for contact information.
Anyway, goodluck.

11
Every language is worth learning (except perl) because it expands your horizons.

To answer directly, yes learn Python, it's one of my top 5 most used languages.

If you don't mind the whitespacing rules and are moderately confident in C++ python will be an easy transition.
I am moderately confident with C++, and whitespacing, I recently read an article about some whitespacing Python rules. Weird, if you ask me. In C++, we don't care about whitespace.
Languages like python will only decrease the use of bad practices. And the biggest pro is that it's a rapid development language, so it is filled with lovely and neat tricks to get things done correctly and fast.
Neat tricks, that is what tempts me to learn Python. I see people doing the same things with python in far less code then it would usually take in C/C++, but I wonder if it gives you the same power

12
I do not want to jump in the argument that 'I think I only c++ and it takes years to master it'. I know that already, this is not that kind of question. I am trying to improve my C++ skills. I've studied database programming, sockets programming, some GUI programming with allegro yet, and I'm looking forward to study more (Currently taking a start with QT).
All this time I've been dodging lose syntax languages like Python in order to not have bad programming habits. Like the variable type defining not a requirement with PHP had me have bad habits in C++(when I reverted back to it after a long time), and the no semi-colon ending statements in JS gave badder habits.
The point is, what are some pros and cons of Python? I will not be using it for GUI as I'm learning QT already. pyGame, yes, it is one thing I want to learn python for, or maybe using it for server side scripting. Apart from that what are some pros and cons of Python(a question from those who are already into this language, and 'You should learn it just because its a language', is not an answer- I look forward to enrolling in robotics and so i will be learning assembly on some magical day, and  i want to use programming for purposes like data mining and cryptography and not just developing pretty looking applications. I want to do something advanced with programming, Idc how long it takes)
Taking all that in account, is Python worth it?

13
But I don't want to die  :-\ The legend said c++ was the ultimate language. I am learning that and PHP already (Fairly aware of the syntax of the two languages, just learning to use them powerfully i.e: getting used to frameworks/libraries and algorithms). Which language should I learn next then? JaVA is not an option, I've done some android development with it before and for some reasons, perhaps a matter of taste, I can't stand that language. There are python, perl and ruby, i know a little python(the syntax to be precise), but I don't go ahead with it because it might make me create bad programming habits because of the lose syntax of the language, and apart from pygame I don't really find a reason to learn it

14
As KryDos said, Qt isn't only about user interfaces. It can do lots of different things, it's crossplatform (wich is always a big plus), and it's fairly easy to get used to it (compared to boost). And it's definitly not dead. Qt 5 got realeased, Qt Quick provides a new way to develop user interfaces (with a json-like syntax), and new features (especially for smartphones) get added pretty fast. You can program console-only with Qt too, that's no problem at all. The GUI stuff is (now) just one part of the whole library. Just check out Qt 5, read through the docs, and see if it fits you. Give it another chance  ;)
On it, Thank you  :D

15
I can't copy/paste RFC. From programmer stand point you need to know how jpg container is organized.

You're wrong here. QT is a framework which has GUI classes and helpers but you can not use them. QT is brilliant framework and it has many many useful classes which you can use in CLI development.

Would you suggest QT for doing every day and every type of jobs with c++ ? Those include but are not limited to file handling, database management, networking, graphics, working with audios, and xmls and pdfs?

Pages: [1] 2 3 ... 7


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.