Programming, computers, etc. [Serious]
- Arkannine
- ASDF Warlord
- Posts: 15525
- Joined: Tue Oct 28, 2008 9:21 pm
- Location: I'm on a boat
- Pronouns: Don't even try, I'm offended already
Re: Programming, computers, etc. [Serious]
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
assdef wrote:I've seen a number of Cocks in my days.
Re: Programming, computers, etc. [Serious]
Your Arkness! You are alive!!
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
Congratulations, I think.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.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
that's cool but i think these things should not be bruteforce-able.. they mostly are, though, unfortunately.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
- Arkannine
- ASDF Warlord
- Posts: 15525
- Joined: Tue Oct 28, 2008 9:21 pm
- Location: I'm on a boat
- Pronouns: Don't even try, I'm offended already
Re: Programming, computers, etc. [Serious]
Not like there are many hackers trying to access my router configurations though
I am!assdef wrote:Your Arkness! You are alive!!
assdef wrote:I've seen a number of Cocks in my days.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
How does it feel?Arkannine wrote:I am!assdef wrote:Your Arkness! You are alive!!
Re: Programming, computers, etc. [Serious]
I shall surreptitiously insert myself into this thread.
Anybody else here do JavaScript?
Anybody else here do JavaScript?
SCRATCH THAT, I HAVE RETURNED
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
[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]
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]
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
I'lljustkeepmystufftomyself
SCRATCH THAT, I HAVE RETURNED
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
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.)
(by the way I like your new avatar. At least I hope it's new.)
Re: Programming, computers, etc. [Serious]
It really is. >:I
(ಠuಠ)
(ಠuಠ)
SCRATCH THAT, I HAVE RETURNED
Re: Programming, computers, etc. [Serious]
Gamma is alive, too!
Odd how the Programming thread has somehow become the Comeback thread.
Odd how the Programming thread has somehow become the Comeback thread.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Code: Select all
if(programmingthread!=null) {
gammaisback=true;
if(programmingthread.search("gamma")==-1) {
gamma.postinthread(programmingthread);
}
}
SCRATCH THAT, I HAVE RETURNED
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Code: Select all
if(programmingthread.search("gamma")!=-1 && atomispresent==true) {
atom.confirmposting(gamma);
}
SCRATCH THAT, I HAVE RETURNED
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
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.
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.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
Re: Programming, computers, etc. [Serious]
It's really annoying how some parts of it are ridiculously non-cross browser. Like key detection.
I hate key detection.
I hate key detection.
SCRATCH THAT, I HAVE RETURNED
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Any key except that key though.
SCRATCH THAT, I HAVE RETURNED