Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Uh, sure.. (Score 1) 359

I do not think so. My first programming steps were with VBA [VB in Office] (own editor) and Batch-Files (notepad), then i tried really short qbasic (own editor) and continued with borland pascal (own editor). I used Java (NetBeans, JBuilder), I programmed perl [for CGI] with notepad ...
When i really got started with linux, i used vim for many things, like perl, shellscripts, but python as well. I edit C++ and java in vim if its small or single file changes.
At the moment i program with C++ at work and configured eclipse, because i wanted more completion.

Some kind of correlation might be, that you use an IDE for complex languages and/or when there many functions you do not know by heart, and you can use pure texteditors for languages, which are intuitive.

I would never want to go back to an editor without highlighting, though. But vim is no basic editor, but an advanced one, you should only know, that an advanced editor is still no IDE.

Comment Re:99 nerds polite to females (Score 1) 1198

> They tend to just watch.
[citation needed]

This is just not true. On "Nerd conventions", there is more intervention than on most other events, because nerds do not like people being asshats. Sometimes they are even to strict to people, who do not contribute enough. They may look down on you, if you do not contribute to oss community, but make closed source programs. Now imagine someone being a real asshole, like molesting some woman at the convention, (s)he will have no friends there instantly. Nerd culture is a culture, which strongly enforces an positive attitude.

Comment Re:Wayland is nothing until (Score 1) 179

i speak about a client-server model of having the gui here, and the server doing the work there, not about having the compositor here and the gui there.

for example have a look at mysql-workbench. You have a nice gui. on your pc. It connects via tcp or tcp-via-ssh to your server, where the db is running. nobody wants to have this program running on the server, forwarded via X11, rdp, NX or VNC.

so, mysql has the client-server model? What about having something like this for R and the display of its charts?

Comment Re:Will it really go the pulseaudio way? (Score 1) 179

wayland is just the way to go. You see, that they are taking it serious.
They made a concept, they made a reference implementation, they are still calling it alpha, they are waiting for the toolkits and main desktops, they are reacting to feedback, they are looking at the distros and graphic card vendors.
It seems the concept was well thought from scratch instead of building on X11, clean and without old cruft.

So i guess wayland is like IPv6. Incompatible for a good reason, but using the fact that its incompatible anyway to implement stuff which would be impossible to add to X11.
And like IPv6, the transition is not easy, but i guess the compatiblity layers are easier to do.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...