The Glade 4.0 https://gladerebooted.net/ |
|
Windows 8 interface (Microsoft video demonstration) https://gladerebooted.net/viewtopic.php?f=5&t=6417 |
Page 1 of 3 |
Author: | Lex Luthor [ Wed Jun 01, 2011 8:32 pm ] |
Post subject: | Windows 8 interface (Microsoft video demonstration) |
I don't know. I have mixed feelings about this. edit: I actually really like how you can switch between the new mode and the classic Windows mode. I could see myself really liking this. |
Author: | Lenas [ Wed Jun 01, 2011 9:12 pm ] |
Post subject: | |
I have a huge nerd boner over this. |
Author: | darksiege [ Wed Jun 01, 2011 9:18 pm ] |
Post subject: | |
they just f**king made windows 7, rat bastards. |
Author: | Raltar [ Wed Jun 01, 2011 9:34 pm ] |
Post subject: | |
If I can still use a mouse instead of a touch screen I don't really care either way. |
Author: | Midgen [ Thu Jun 02, 2011 1:59 am ] |
Post subject: | |
Windows 8 is designed from the ground up to be tablet friendly, which is why there is so much emphasis on touch screen.... |
Author: | Khross [ Thu Jun 02, 2011 8:06 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
... CLI4EVA |
Author: | Numbuk [ Thu Jun 02, 2011 9:27 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
scp /somedirectory/subdirectory/anotherdirectory/superlongfilename.txt.gz username@reallylongdomainname.domainnameaswell.com:/heresanotherdirectoryname/andanotherdirectoryname/subdirectoryupthewazoo/superlongfilename.txt.gz -- then type in password That will never be as fast as me clicking, dragging and dropping. |
Author: | Lex Luthor [ Thu Jun 02, 2011 9:40 am ] |
Post subject: | |
You could type "history" and grab the file name from there, assuming you manually downloaded/transferred it recently with the CLI, and then paste it into the prompt pretty easily. I still much prefer the Windows GUI for unzipping things though. |
Author: | Khross [ Thu Jun 02, 2011 9:50 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
Yeah, people tell me that all the time, Numbuk ... And, yet, for some reason the diehard CLI adherents are faster and better with computers than the people who swear up and down they need additional layers of abstraction to interface with their machine. |
Author: | Midgen [ Thu Jun 02, 2011 9:51 am ] |
Post subject: | |
BS Most people who are proficient with CLI, are also smart enough to know when not to use it (and are proficient with their favorite GUI as well)... |
Author: | Khross [ Thu Jun 02, 2011 9:54 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
Except it's not ... |
Author: | Lex Luthor [ Thu Jun 02, 2011 9:58 am ] |
Post subject: | |
For unzipping a single file, CLI is better for slow computers that open windows slowly, or for low resolution screens. Otherwise I much prefer right-click+unzip to new directory. Linux is pretty slow with anything graphical in general, so CLI is probably always better there. |
Author: | Darkroland [ Thu Jun 02, 2011 9:59 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
Kind of the expected evolution, with tablets blowing up, but it definitely looked responsive even at this early stage. |
Author: | Khross [ Thu Jun 02, 2011 10:02 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
... Linux isn't slow with graphics. Holy hell ... Damn heretics. INBFTORTemacs |
Author: | Numbuk [ Thu Jun 02, 2011 10:47 am ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
Khross wrote: Yeah, people tell me that all the time, Numbuk ... And, yet, for some reason the diehard CLI adherents are faster and better with computers than the people who swear up and down they need additional layers of abstraction to interface with their machine. Not sure if you can make such a blanket statement. I like CLI. I was extremely slow to move away from it and to a GUI. But, with all my knowledge of windows hotkey shortcuts, shift/CTRL clicks and right clicks, there is just far too many things I can do in a fraction of the time it takes someone to do the same thing in a CLI. CLI is great for a lot of things. But I wouldn't say it's great for all things. For some things it's just simpler and faster to do in a CLI. If you want to move all files that contain the string PLS somewhere in the file name, for example. You'd spend more time setting up a search/sort in the GUI and then moving the files than you would just typing it out with wildcards in a CLI. But things like that I find few and far between. |
Author: | Lenas [ Thu Jun 02, 2011 1:37 pm ] |
Post subject: | |
There's a reason the GUI exists. It wasn't created to make things harder or make people slower. |
Author: | Mookhow [ Thu Jun 02, 2011 1:54 pm ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
GUIs were created to allow us to open more than one Xterm at once |
Author: | Stathol [ Thu Jun 02, 2011 1:56 pm ] |
Post subject: | |
I'm not trying to say anything about CLI vs. GUI in general, but with respect to your scp example, your problem is mainly that you aren't set up for efficient SSH usage. 1) Create per-host settings in ~/.ssh/config 2) Use a SSH key agent like keychain 3) Get good tab completion scripts for bash (I know both Debian and Ubuntu have good scripts for ssh, scp, etc. -- other distros may too) Using keychain, you only need to provide SSH key passwords once per login session, or even once per system boot, if you'd like. Once you've unlocked the keys, bash can tab-complete host names and directories, even on the remote side. At that point, it's no more cumbersome than local cp. SSH agent forwarding is also pretty rad, but only really useful if you do a lot of SSH-within-SSH. |
Author: | Numbuk [ Thu Jun 02, 2011 2:15 pm ] |
Post subject: | Re: Windows 8 interface (Microsoft video demonstration) |
I love tab completion. But my example exists because you can't tab-complete (as far as I know) directories on a remote system you are preemptively typing the scp command for. If you copy files there often, sure, save it in some key or macro form. But if this is your first/only time sending this file? With a graphic interface, once your'e connected it's just a matter of clicking on folders. But even with full tab-completion on both ends, I'd still argue that I could still get the same result in the same time through a GUI. |
Author: | Corolinth [ Thu Jun 02, 2011 2:16 pm ] |
Post subject: | Re: |
Lenas wrote: There's a reason the GUI exists. It wasn't created to make things harder or make people slower. Correct, it was created to make the machine more usable by people who don't know a big list of commands. Khross's statement is ultimately correct, but not because of any inherent superiority of the command-line interface. Rather, as Midgen points out, users who are fully proficient with CLI are also highly proficient with a GUI, and generally speaking, are more proficient with the machine overall.
|
Author: | Kaffis Mark V [ Thu Jun 02, 2011 4:19 pm ] |
Post subject: | |
Not to mention, doing some simple scripts for batch jobs is way easier and faster in a CLI than anything you'd do in a GUI. The thing that concerns me about this tablet-friendly interface is that I'm not sure I'm keen on the direction it seems to want to push applications. In order for the thumbnails to contain anything useful, it's essentially running a lot of background processes. And that gets me hissing like an angry cat. I mean, think for a second about what this is really doing. It's turning everything into Windows Sidebar widgets. So let's take the least successful and least popular feature of Vista and 7, and design a PC OS around it. Really? |
Author: | Midgen [ Thu Jun 02, 2011 4:23 pm ] |
Post subject: | |
Ideally, one of the tiles needs to be, "Disable all background processes and launch {somegame}.exe" |
Author: | darksiege [ Thu Jun 02, 2011 4:32 pm ] |
Post subject: | |
isn't it time for another "oops, our bad" OS?: 95- depends on which release of 95 you refer to. 98- good Me- considered bad XP- still awesome Vista- Considered bad 7- Awesome 8- I am preemptively calling it bad whatever is next- awesome. |
Author: | Lenas [ Thu Jun 02, 2011 4:58 pm ] |
Post subject: | |
What about the OS that you've seen so far makes you think "bad"? The fact that it's touch-based? The visual style? Are you scared you wont be able to work as quickly? I assure you, Alt Tab will remain and mice will be just as slow as they've ever been. Know what the best thing about Windows 8 is? It's the first real interface departure we've made from Windows 3.0. |
Author: | Lex Luthor [ Thu Jun 02, 2011 5:06 pm ] |
Post subject: | |
I'm wondering if I should hold off and get a Windows 8 pad. I don't have any right now. |
Page 1 of 3 | All times are UTC - 6 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |