Page 21 of 43

Re: Programming, computers, etc. [Serious]

Posted: Sat Nov 10, 2012 9:09 pm
by Arkannine
Nah, I knew the password and username were some combination of my name or my father's name or "admin" or blank so I just included that :)

Re: Programming, computers, etc. [Serious]

Posted: Sun Nov 11, 2012 5:29 am
by assdef
Your Arkness! You are alive!!

Re: Programming, computers, etc. [Serious]

Posted: Sun Nov 11, 2012 2:24 pm
by Anonymously Famous
Arkannine wrote:I just bruteforced my router configuration page with a macro script I made with possible combinations because I had forgotten the password. I feel like such a h4X0r.
Congratulations, I think.

Re: Programming, computers, etc. [Serious]

Posted: Sun Nov 11, 2012 2:44 pm
by atomtengeralattjaro
Arkannine wrote:Nah, I knew the password and username were some combination of my name or my father's name or "admin" or blank so I just included that :)
that's cool but i think these things should not be bruteforce-able.. they mostly are, though, unfortunately.

Re: Programming, computers, etc. [Serious]

Posted: Wed Nov 14, 2012 6:21 pm
by Arkannine
Not like there are many hackers trying to access my router configurations though :P
assdef wrote:Your Arkness! You are alive!!
I am! :o

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 12:20 pm
by atomtengeralattjaro
Arkannine wrote:
assdef wrote:Your Arkness! You are alive!!
I am! :o
How does it feel?

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 3:19 pm
by Gamma
I shall surreptitiously insert myself into this thread.

Anybody else here do JavaScript?

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 3:57 pm
by atomtengeralattjaro
[new word learned: surreptitiously]

I'm no expert, but I know some js.
I'm pretty sure AF is a pro, even if he doesn't admit it, he must have a lot of experience with scripting languages in general.

[new word forgotten: surre-something]

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 7:29 pm
by Gamma
I thought I was pretty good at JS so I showed some of my work in ready-to-use functions to a bunch of JS expert guys and they all laughed at me for making things for IE that already existed in Chrome.

I'lljustkeepmystufftomyself

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 9:31 pm
by atomtengeralattjaro
oh, browser compatibility is a filthy, old, stinking bitch. Part of why I never want to be a web developer.

(by the way I like your new avatar. At least I hope it's new.)

Re: Programming, computers, etc. [Serious]

Posted: Thu Nov 15, 2012 11:24 pm
by Gamma
It really is. >:I

(ಠuಠ)

Re: Programming, computers, etc. [Serious]

Posted: Fri Nov 16, 2012 7:24 am
by assdef
Gamma is alive, too!

Odd how the Programming thread has somehow become the Comeback thread.

Re: Programming, computers, etc. [Serious]

Posted: Fri Nov 16, 2012 11:31 am
by atomtengeralattjaro
return true;

Re: Programming, computers, etc. [Serious]

Posted: Fri Nov 16, 2012 2:46 pm
by Gamma

Code: Select all

if(programmingthread!=null) {
gammaisback=true;
if(programmingthread.search("gamma")==-1) {
gamma.postinthread(programmingthread);
}
}

Re: Programming, computers, etc. [Serious]

Posted: Fri Nov 16, 2012 4:40 pm
by atomtengeralattjaro
I can confirm that you have posted.

Re: Programming, computers, etc. [Serious]

Posted: Sat Nov 17, 2012 5:25 pm
by Gamma

Code: Select all

if(programmingthread.search("gamma")!=-1 && atomispresent==true) {
atom.confirmposting(gamma);
}

Re: Programming, computers, etc. [Serious]

Posted: Sun Nov 18, 2012 4:56 pm
by Anonymously Famous
I've done some javascripting.

You have to be careful about browser cross-compatibility, though. I once did something that worked perfectly on Chrome, but not in IE or Firefox. When I fixed it for IE and Firefox, though, it still worked for Chrome.

Lesson learned: Don't develop for Chrome.

Re: Programming, computers, etc. [Serious]

Posted: Mon Nov 19, 2012 12:22 am
by Gamma
It's really annoying how some parts of it are ridiculously non-cross browser. Like key detection.

I hate key detection.

Re: Programming, computers, etc. [Serious]

Posted: Mon Nov 19, 2012 12:52 pm
by atomtengeralattjaro
press any key to vent.

Re: Programming, computers, etc. [Serious]

Posted: Mon Nov 19, 2012 3:04 pm
by Gamma
Any key except that key though.