Log in

View Full Version : Is Steve Twey's "real" name?



BLiZZaRD
11-26-2007, 01:28 AM
I think it might be..

for nay sayers.. click here (http://www.starterupsteve.com/swf/switchlinux3.html)

Trinithis
11-26-2007, 01:43 AM
dictionary.com (http://dictionary.reference.com/browse/twey) claims it's "Two"

djr33
11-26-2007, 02:02 AM
I'm half convinced his real name is Twey.

However, whether Steve was CREATED by Twey is another story ;)

tech_support
11-26-2007, 05:23 AM
I thought Twey doesn't like Flash.

Oh, and btw, Steve is a cool name. :D

jscheuer1
11-26-2007, 07:17 AM
I imagine it's from the same root as twain then.

"East is East and West is West, and should they ever meet, there would be a twain wreck."

Twey
11-26-2007, 07:56 AM
I thought Twey doesn't like Flash.Ayup :)
I imagine it's from the same root as twain then.It is.
"East is East and West is West, and should they ever meet, there would be a twain wreck."ROFL :D

BLiZZaRD
11-26-2007, 01:37 PM
Jeez... It has nothing to do with Flash, other than thats what it was made in...

Y'all have no sense of humor.

Perhaps if it was a talking mother board...

Twey
11-26-2007, 03:40 PM
*does his best super-villain-Steve laugh*

jscheuer1
11-26-2007, 04:11 PM
I thought the Flash presentation was pretty funny. I especially liked the fem bot.

Twey
11-26-2007, 08:43 PM
Y'all have no sense of humor.Heh, they did appreciate it, they were just expanding on it :p

I got my laptop out specially!

BLiZZaRD
11-26-2007, 09:08 PM
I just thought it was funny, and when I saw it the first thing I pictured was Twey sitting there with his blue tooth headset "BSOD? That's the last straw!" :D

jscheuer1
11-27-2007, 09:22 AM
Ooo, and I just gotta get me some genetically engineered cyber goats.

Twey
11-27-2007, 09:43 AM
I'd rather have an evil fembot personally :p

jscheuer1
11-27-2007, 10:00 AM
I'd rather have an evil fembot personally :p

I wouldn't want one that was evil, naughty perhaps.

Still, those goats are really cool, think of the cyber Pecorino Romano cheese.

Twey
11-27-2007, 10:29 AM
I'm not much one for goat cheeses, especially those made of metal.

BLiZZaRD
11-27-2007, 01:50 PM
I wouldn't want one that was evil, naughty perhaps.


"It changed my love life..." :D

I for one would much rather have the orbiting brain lasers. :cool:

lainlives
11-28-2007, 12:57 AM
i seen this flash some time ago, first thing i thought when i seen it was "wtf am i missing?!? I want the brain laser interface source"

jscheuer1
11-28-2007, 03:34 AM
I'm not much one for goat cheeses, especially those made of metal.

You prefer metal 'cheesecake'?

Twey
11-28-2007, 10:47 AM
Heh, a good point.

Rockonmetal
11-28-2007, 11:14 PM
I really like this video...
http://www.starterupsteve.com/video/concert_cellphone.shtml

djr33
11-29-2007, 12:02 AM
Plugin issue, and he's got a no right click script. I'm lazy, or rather, just don't care enough, so... //shrug

Rockonmetal
11-29-2007, 02:21 AM
?
what are you talking about? djr33 I'm confused...

Trinithis
11-29-2007, 06:21 AM
Plugin issue, and he's got a no right click script. I'm lazy, or rather, just don't care enough, so... //shrug

Greasemonkey (https://addons.mozilla.org/en-US/firefox/addon/748) it:

// ==UserScript==
// @name Anti-Disabler
// @namespace http://diveintomark.org/projects/greasemonkey/
// @description restore context menus on sites that try to disable them
// @include *
// @exclude http*://mail.google.com/*
// @exclude http://maps.google.com/*
// ==/UserScript==


with(document.wrappedJSObject || document) {
onmouseup = null;
onmousedown = null;
oncontextmenu = null;
}

var arAllElements = document.getElementsByTagName('*');

for(var i=arAllElements.length-1; i >= 0; --i) {
var elmOne = arAllElements[i];
with(elmOne.wrappedJSObject || elmOne) {
onmouseup = null;
onmousedown = null;
oncontextmenu = null;
}
}

(I didn't write this btw.)

djr33
11-29-2007, 07:42 AM
Well, still a plugin issue. I just meant it would be a pain to investigate. I'm not that attached to watching it.

lainlives
12-01-2007, 05:40 PM
it is a funny video, i always keep javascript off so i dont get pop ups so i dont notice annoying little scripts like that, unless the site dont function properly w/o javascripte