Earlier quoted context omitted.
I'm going to guess you're based in the US, because the two big Linux desktop camps are indeed somewhat split along the continents as far as mindshare goes. Makes me wonder about the exact breakdown by geographical area of the HN readership :).
I'm not based in the US and I rarely see people use KDE compared to other Linux DEs
Ninja IDE: written in Python for Pythonists
71–80 of 137 posts
Re: Ninja IDE: written in Python for Pythonists
#72Earlier quoted context omitted.
I'm going to guess you're based in the US, because the two big Linux desktop camps are indeed somewhat split along the continents as far as mindshare goes. Makes me wonder about the exact breakdown by geographical area of the HN readership :).
I haven't noticed that either, if only due to the fact that GNOME desktop (for some value of GNOME) always came by default with Ubuntu. (Yes, I'm aware of Kubuntu.)
And to become more markedly opinionated for a moment, it's also most likely why Gnome managed to catch on and get to a place where it could make some meaningful contributions to the space, despite always having run on arguably inferior technology: The US FOSS scene had a little bit more of an entrepreneurial spirit going (also due to the early decision for LGPL licensing - well, kdelibs was always LGPL as well, but Qt only went LGPL a few years ago, while GTK+ always was) and the US IT market is simply somewhat bigger as well. If KDE had put some more effort into growing US mindshare early on (like it has tried to in recent years by launching a second annual conference just for the US, Camp KDE) things might have gone differently.
Re: Ninja IDE: written in Python for Pythonists
#73whats wrong with emacs ?
As a long time Emacs user this saddens me a lot.
Re: Ninja IDE: written in Python for Pythonists
#74I've been looking forever for a text editor that does this and surprisingly few do.
Re: Ninja IDE: written in Python for Pythonists
#75Earlier quoted context omitted.
I would rather have developers work on the IDE than make yet another GUI interface for Git. You have the command line for that.
I think you mean "yet another GUI for Git." "GUI Interface" expands to "Graphical User Interface Interface." Sorry, I could not help myself.
Re: Ninja IDE: written in Python for Pythonists
#76This is nice, but one quick question, why's the windows installer in spanish?
Yes, as Brian mentioned, most of the team is from argentina, as the windows packager, we already take care of that for the next release.
Re: Ninja IDE: written in Python for Pythonists
#77Earlier quoted context omitted.
This is a very strange reason not to like a product. Care to elaborate why?
Oh, the old saying "Write once, run crappily everywhere." See the other comments already talking about it crashing or having weird behavior. It's something I've come to after many years of trying cross-platform apps that involve a GUI... They are almost all terrible. I hope the group who agrees with me is cancelling out all the down-votes I got for expressing a valid & common opinion. :)
Many users do value a good cross-platform application.
Re: Ninja IDE: written in Python for Pythonists
#78Pretty cool all around, but it needs a lot more stability work. It crashed a few times just scrolling around in some of my python projects, and there are quirks such as complaining "This font can not be used in this editor" if I open the font selector and then click "Cancel". Also, changing the margin line doesn't seem to take effect unless you quit and restart the IDE.
I can't use it for more than 10 minutes without it crashing, which is a shame because it looks really nice.
Re: Ninja IDE: written in Python for Pythonists
#79whats wrong with emacs ?
Re: Ninja IDE: written in Python for Pythonists
#80It is FOSS (GPLv3). The license information was a wee bit hard to find (Wayyy down on the about page http://ninja-ide.org/about/ ) and I first thought it was some frankenstein freemuim product where you had to apply for a free license if you were an OSS devel (like PyCharm) etc. etc. I gave it a whirl: 1. Snappy, which is nice, since PyCharm can be sluggish on my Mac 2. No VCS integration 3. By default very strict co…