Author Topic: KDE is slow  (Read 1532 times)

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
KDE is slow
« Reply #15 on: 6 April 2004, 20:42 »
quote:
DukePuke: "I can use vi, and you try to learn it and still dont understant, lol, i am above you, you are n00b"


Not really. I just want you to use vi too, it saves time, and it's REALLY simple. It just doesn't use shortcut keys.

Really, it's this simple:
Edit mode (you can edit text now): Insert key
Non-edit mode (you can't edit text now, you must enter commands): Esc key
Useful commands to use in non-edit mode:
:w Save the file.
:q Quit vi.

There, that's the easiest explanation I can give you.

DukePuke

  • Member
  • **
  • Posts: 98
  • Kudos: 0
KDE is slow
« Reply #16 on: 6 April 2004, 21:24 »
thats ok, understood. It works, but it is still complex. If you edited file, wrote some shit, etc, and you wanna quit without saving. I press Esc to enter "non-edit mode" and :q, but lol it prompts its not saved. Ok, i dont need to save it! i do it again, the same prompt appears. I press CTRL-C even this dont work. So : to make exit from vi, you MUST to save work. No matter what you written in there, you must save before exit

btw i understand this situation, i believe vi is old unix tool, and I am just familiar with windoze notepad (lol) so I just preparing for nix systems

Thanks

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
KDE is slow
« Reply #17 on: 6 April 2004, 21:36 »
:q! Exit without Saving.
Contains scenes of mild peril.

savet

  • Member
  • **
  • Posts: 52
  • Kudos: 228
KDE is slow
« Reply #18 on: 6 April 2004, 22:08 »
another overlooked one is :w! for overwriting read-only files.  vi can be tricky to learn, but IMO there's nothing comparable for editing purposes...

[ April 06, 2004: Message edited by: Rio ]

You're just jealous cause the voices only talk to me...

DukePuke

  • Member
  • **
  • Posts: 98
  • Kudos: 0
KDE is slow
« Reply #19 on: 6 April 2004, 22:34 »
well, this makes me to think about vi. Somebody mentioned vi and emacs is best editors, curious to know what emacs can offer on editors table. btw name looks apple'ish

DukePuke

  • Member
  • **
  • Posts: 98
  • Kudos: 0
KDE is slow
« Reply #20 on: 6 April 2004, 22:36 »
hehe I like that it shows your position of percentage value in file, but lol how to quit it? btw every nix editor has its own way how to quit to the system.

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
KDE is slow
« Reply #21 on: 7 April 2004, 03:34 »
quote:
Originally posted by DukePuke:
btw name looks apple'ish

 
It's not.
Emacs is one of GNU's biggest projects and mostly developed by R. Stallman himself.
Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


skyman8081

  • VIP
  • Member
  • ***
  • Posts: 910
  • Kudos: 187
    • http://sauron.game-host.org/
KDE is slow
« Reply #22 on: 7 April 2004, 03:49 »
don't think that emacs can get away so easiliyit is just as non-intuitive as vi.

they are both equally bad.

EMACS (Escape Meta Alt Control Shift) is just plain bloated, and requires a bunch of zany keyboard shortcuts to use.

I honestly prefer GEdit on a linux system and nano/pico if I am on a console only system.

it is a better editor, and more intuitive, seeing as applications should be built with the end user in mind, and not the machine.
2 motherfuckers have sigged me so far.  Fuck yeah!


hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
KDE is slow
« Reply #23 on: 7 April 2004, 03:50 »
quote:
simplicity is much more important.


INCORRECT

I could make an app that has one command to do one thing, but uses a simple prompt

Or I could make an app that lets you choose between two commands. The first one is the same command as the first app, the other command is "quit".

The second is better. Why? Discoverability.

If vi is so "simple", then why can't people just sit down and use it? Why do I find myself always reaching for emacs if I'm in the terminal, or TextEdit if I'm not?

In the end, it's all preference. I abhor uglyfied cli-based pseudo apps like that. Shortcut keys are better. GUI is better still.

CLI works for simple command-like apps. Things like the destitutely bad PlayFair that I downloaded today.

Get this... you download it and build it on Mac OS X... the home platform of iTunes... AND IT CAN'T GET YOUR iTUNES KEY TO DECODE AACS. You have to have an iPod.

the only platform this *NIX app works right on is... Windows.

WHAT.

THE.

FUCK.
Go the fuck ~

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
KDE is slow
« Reply #24 on: 7 April 2004, 04:47 »
I like pico for console, KEdit/GEdit for simple GUI and Kate for coding.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
KDE is slow
« Reply #25 on: 7 April 2004, 05:41 »
quote:
Originally posted by JimmyJames: GenSTEP Founder:


INCORRECT

I could make an app that has one command to do one thing, but uses a simple prompt

Or I could make an app that lets you choose between two commands. The first one is the same command as the first app, the other command is "quit".

The second is better. Why? Discoverability.

If vi is so "simple", then why can't people just sit down and use it? Why do I find myself always reaching for emacs if I'm in the terminal, or TextEdit if I'm not?

In the end, it's all preference. I abhor uglyfied cli-based pseudo apps like that. Shortcut keys are better. GUI is better still.

CLI works for simple command-like apps. Things like the destitutely bad PlayFair that I downloaded today.

Get this... you download it and build it on Mac OS X... the home platform of iTunes... AND IT CAN'T GET YOUR iTUNES KEY TO DECODE AACS. You have to have an iPod.

the only platform this *NIX app works right on is... Windows.

WHAT.

THE.

FUCK.




Sorry Jimmy, But you a 100% wrong about emacs and vi.
An editor simply has to do a certain job.
Only Emacs an Vim can do everything.
That is more important than it's UI.

PS: Their's nothing wrong with their look anyway...
Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
KDE is slow
« Reply #26 on: 7 April 2004, 06:25 »
their look?? I thought they looked like some words

Code: [Select]

Code: [Select]

Form is equal to function. Never above or below in priority.
Go the fuck ~

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
KDE is slow
« Reply #27 on: 7 April 2004, 06:32 »
quote:
Originally posted by JimmyJames: GenSTEP Founder:
their look?? I thought they looked like some words

Code: [Select]

Code: [Select]

Form is equal to function. Never above or below in priority.[/b]



Yes.
So what's wrong with it?
...it is about file editing...
Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
KDE is slow
« Reply #28 on: 7 April 2004, 06:45 »


Real Men use Real Editors.
Go the fuck ~

hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
KDE is slow
« Reply #29 on: 7 April 2004, 06:55 »
I just remembered another real text editor

Go the fuck ~