Author Topic: Perfect UI  (Read 1442 times)

lazygamer

  • Member
  • **
  • Posts: 1,146
  • Kudos: 0
Perfect UI
« Reply #15 on: 31 July 2002, 21:56 »
The ultimate UI? Well it's a command prompt shell thingy with one big difference. You type in a simple semi-scripting language. And a standard QWERTY keyboard is a large part of it's operation. HOWEVER, it doesn't work as much like a text parser. Your commanding your comp via keystrokes, keystroke combos and acronymns. Not "CD PORNDIRECTORY". I don't know exact details, but in the end this would be the most powerful.

Takes awhile to learn though.  
For every hot Lesbian you see in a porno video, there is a fat, butch-like, or just downright ugly lesbian beeyotch marching in a gay pride parade, or bitching about same sex marriages. -Lazygamer on homosexuality

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Perfect UI
« Reply #16 on: 31 July 2002, 23:12 »
quote:
Originally posted by lazygamer:
The ultimate UI? Well it's a command prompt shell thingy with one big difference. You type in a simple semi-scripting language. And a standard QWERTY keyboard is a large part of it's operation. HOWEVER, it doesn't work as much like a text parser. Your commanding your comp via keystrokes, keystroke combos and acronymns. Not "CD PORNDIRECTORY". I don't know exact details, but in the end this would be the most powerful.

Takes awhile to learn though.    



are you crazy? two words:

thought control

they can have a monkey play simple videogames by just thinking, so it's not that far away I think either....
If you can't learn to do something well, learn to enjoy doing it poorly.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Perfect UI
« Reply #17 on: 31 July 2002, 23:44 »
quote:
Originally posted by lazygamer:
What you mean all that stuff is ACTUALLY easier without a GUI? Voidmain im begging you, record a "before and after" .avi somehow showing "l33t comp activities with GUI" and "l33t comp activities without GUI".          

I'll watch if you make it(and make sure it doesn't leave me scratching my head).



I tell you what. How about I just give you a little hypothetical example similar to one of the many tasks I might have to do in a day. I just read where some bastard company took out a patent on technology used for the JPEG format and they now want to charge royalties on all JPG files.  So now I decide I want to convert all of my JPG images in any directory under my home/personal directory tree to PNG format. Without having to add any software to the default installation of my operating system I just type the single command line:

for i in `find ~ -name '*.jpg'`; do convert $i ${i%%jpg}png; done

And bingo, it's done. It took me about 2 seconds to think of and type that command and now I have a *.png copy of all of my *.jpg files. How long would it take you to think of a way to do it in Windows, and would it require you to obtain more software? How would you do it? I could have easily done this to one of my web directories on one of my remote servers in another city just as fast by including that command as part of an "ssh" command. With another command just as short I could change all of my HTML pages in all of the directories on my web root to use the PNG images instead of the JPG images:

for i in `find /webdir -name '*.html'`;do sed 's/\.jpg/\.png/g' $i > $i.tmp; mv -f $i.tmp $i; done

Sure, when you first start with UNIX it isn't this intuitive but after working with it and learning more about it, it becomes very intuitive.  This was just a hypothetical, not something I plan to do but I do similar tasks all the time, and it is easy to add such a task to a script and schedule it to run at a specific intervals etc, not that this example would be something you might automate, it's more of a one time type of thing.

Or how about something as simple as totalling up all the lines of code I have written in all of my 'C' programs:

cat `find ~ -name '*.c'` | wc -l

How would you do that?  How long did it take? And by the way, there are a hundred different ways you could have done either of the examples I gave, those were just the ones that immediately came to mind.

[ July 31, 2002: Message edited by: VoidMain ]

Someone please remove this account. Thanks...

lazygamer

  • Member
  • **
  • Posts: 1,146
  • Kudos: 0
Perfect UI
« Reply #18 on: 1 August 2002, 00:27 »
Hehehe well I suppose those are good examples.

As for mind control, I don't beleive it will go so well. Too much grey area for doing a simple task to accurately control a computer with precision. Then you have to deal with distractions messing with your already difficult "precision control".
For every hot Lesbian you see in a porno video, there is a fat, butch-like, or just downright ugly lesbian beeyotch marching in a gay pride parade, or bitching about same sex marriages. -Lazygamer on homosexuality

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Perfect UI
« Reply #19 on: 1 August 2002, 00:41 »
And if I have to use mind control to run my computer it takes my mind off of things I really want to do, like taking the YZ out for loop through the woods.  I would rather leave the computer to do the work and not have to think about it.
Someone please remove this account. Thanks...

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Perfect UI
« Reply #20 on: 1 August 2002, 01:18 »
Let me clarify on what I mean Void. I mean that you still have a *nix command prompt on a screen (or a GUI or whatever the hell you like) but instead of operating them with a mouse/keyboard (which happen to be devices totally incompatible with our physical makeup) you operate them with your mind.

So instead of typing 'cd ~' you think it (which you already had to do to type it in the first place  ;) ), solves all rsi problems and it's a lot faster too  

[ July 31, 2002: Message edited by: BadKarma ]

If you can't learn to do something well, learn to enjoy doing it poorly.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Perfect UI
« Reply #21 on: 1 August 2002, 01:21 »
That sounds cool, however, I would get porn on my screen every 7 seconds if my computer were mind contolled.  
Someone please remove this account. Thanks...

lazygamer

  • Member
  • **
  • Posts: 1,146
  • Kudos: 0
Perfect UI
« Reply #22 on: 1 August 2002, 02:49 »
Ah, well I know it can be done. Non-graphical interfaces are DEFINITLY less grey area.

Ok let's say I was some dude from lsaffdj(don't bother getting your encyclopedia). After much effort I can speak horrible English. Hmmm mind controlled comp? Cool.

Now I boot it up.

Ceh deee d-hot d-hot crosses my mind. Now you need something that verifies your command with your intentions. If I do not desire to actually travel one directory backwards, "cd.." will not appear. In addition, the mind control has a "concentration checker". If surfing for porn suddenly crosses my mind, the system realizes im
"thinking" and freezes all input until I can prove to it im actually trying to type something with my mind.
For every hot Lesbian you see in a porno video, there is a fat, butch-like, or just downright ugly lesbian beeyotch marching in a gay pride parade, or bitching about same sex marriages. -Lazygamer on homosexuality

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Perfect UI
« Reply #23 on: 1 August 2002, 04:47 »
Now this is pure speculation (I'm not a expert on brain science  ;) ) but I wouldn't surprise me one bit that the person from lsaffdj would generate the same brainwaves when he wants to hit the c key as the american. Even though in his mind it is the Ceh key but it is the same key and requires the same physical action. And judging from the videomonkey expirement thinking that you're doing an action generates the same brainwaves as actually doing an action.

Now ofcourse there would be a few practical problems even if the theory is sound, because you'd actually have to pretend that you're using a keyboard instead of actually using one. And you'd actually had to have some kind of implant in your brains ... which is pretty much the biggest downside (then again... in 50 years brain implants could be the fashion of the day  ;) )
If you can't learn to do something well, learn to enjoy doing it poorly.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Perfect UI
« Reply #24 on: 1 August 2002, 05:32 »
That is correct, you wouldn't think in terms of keystrokes.  You would take the JPG/PNG example above and instead of doing the command line I suggested it would go more like this:

oO[ I wish all my JPGs were PNGs ]Oo

Sure that would be easy for new users, but that's pretty much how my thought process goes now.  I think to myself "I wish all my JPGs were PNGs" and almost magically out pops:

for i in `find ~ -name '*.jpg'`; do convert $i ${i%%jpg}png; done

Granted, it would have been much easier if I could have just hooked a probe up to my brain rather than going through the 10 years of learning....

[ July 31, 2002: Message edited by: VoidMain ]

Someone please remove this account. Thanks...

lazygamer

  • Member
  • **
  • Posts: 1,146
  • Kudos: 0
Perfect UI
« Reply #25 on: 1 August 2002, 05:36 »
Tuhh "ceh" kee roooucksor yooj.  ;)
For every hot Lesbian you see in a porno video, there is a fat, butch-like, or just downright ugly lesbian beeyotch marching in a gay pride parade, or bitching about same sex marriages. -Lazygamer on homosexuality

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
Perfect UI
« Reply #26 on: 1 August 2002, 14:22 »
only 10 years, ive been using *nix for 2 years, owell, yeah, voidmain is right, porn every 7 seconds, and it would probably be dragged through aalib first, then agian, what if you were to think, ChoasNETOS is being a bitch today, FUCK IT, poof, there goes my build
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Perfect UI
« Reply #27 on: 1 August 2002, 16:42 »
quote:
Originally posted by sporkme / bob:
i really like the 3d cube idea.


Yes i had this idea... I might mod up the Quake Source to do this, probably GlQuake.

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
Perfect UI
« Reply #28 on: 1 August 2002, 17:07 »
GLQUAKE based UI, that would like kick quartz extremes's ass
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Perfect UI
« Reply #29 on: 1 August 2002, 19:40 »
quote:
Originally posted by Ex Eleven / b0b:


Yes i had this idea... I might mod up the Quake Source to do this, probably GlQuake.



why bother? a small search on freshmeat.net showed that there are at least 3 GPL'ed 3d OpenGL filemanagers for linux.....
If you can't learn to do something well, learn to enjoy doing it poorly.