Probably procedural C or C++ with some inline assembly bits
Indeed I prefer that kind of "rolling" development.
Microsoft has been doing really good concerning open source and developers recently. ASP.NET Core, .NET Core, VSCode, a free Visual Studio Community, etc. Note that I'm no MS fan, these are just facts. Also, the aim of…
People need to stop comparing text editors (vim, emacs, Sublime Text, VSCode, Atom...) to full featured IDEs (Visual Studio, Intellij Idea/PyCharm/PHPStorm, Eclipse...). Of course, an IDE is going to have way more…
Is it me or VSCode is having a new release right after Atom? hehe
Whao I needed Go2Shell. Badly. Thank you.
You can have a look at Eclipse Che, I tested it not so long ago and it was pretty good.
Just git and Github.I have two folders, a .dotfiles (https://github.com/Arc0re/dotfiles) that contains stuff like .emacs (for each OS), .bashrc/.zshrc, etc, which I symlink into my $HOME folder, and an elisp…
Indeed. This is really bad design
Lime looked so promising, and it seems they are still working on it (at least a couple of months ago, when I was lurking in their IRC chan).
The only problem I have with Atom and siblings like VSCode is that they are way slower than native software (like Emacs or Sublime). So I'm waiting for editors like 4coder to come to life
you can force the scroll bars to be always visible. Look in your general settings
If Apple made a new OS, using a Linux kernel, and getting rid of the NeXT framework stuff (no more Objective C bullshit, no more deprecated Carbon, or Cocoa/ObjC/Swift), I think it would work pretty well.
Firefox is nowhere related to Apple of course, but it is so bad on Mac. I recently went back to Chrome because it just works so much better on my macbook. (El Capitan)
OSX is known to have a not so good window manager, in example. Well, instead of improving it, by implementing other WM's standards (look at almost all the Linux WMs and Windows', they have maximize buttons, they stack…
Just a note, I was sick of Spotlight too, and I switched to Alfred, which is actually the "father" of spotlight. And it is way better than Spotlight now. You should give it a try
I don't use an IDE for coding in general (unless forced to), but I must admit that Code::Blocks is pretty good. Not has effective as VS or QTCreator, but it still does the job.
Yeah and another good thing I like about Python, it doesn't force you to do object oriented. A beginner doesn't really need this. Its like if you begin with C, you'll have to deal with pointers early, and that means…
Yeah exactly a simple language like Python, with simple rules, one way to do a thing, and not the opposite.
I started with C and it took me 3 good years fooling around with other languages too to get a "good" understanding of C. Better learn with higher level languages indeed...
Whao that is impressive, honestly I would not have believe that shell script is this powerful.
Haha I don't think humans would be the only species to survive. Its literally impossible, we are so messy and still we managed to survive for a while.
Yeah and there is a lot of C# people that despise VB, its not helping either
Neat, I was looking for a "modern" BASIC to make some little games, just to see how it was made before. I've always been interested in BASIC, I don't get why some people hate it...
I don't understand the need to use project files with a text editor. Its like one of the reasons why I don't use IDEs - they force you to use a damn project file. I just use folders and I keep it organized the way I…
Probably procedural C or C++ with some inline assembly bits
Indeed I prefer that kind of "rolling" development.
Microsoft has been doing really good concerning open source and developers recently. ASP.NET Core, .NET Core, VSCode, a free Visual Studio Community, etc. Note that I'm no MS fan, these are just facts. Also, the aim of…
People need to stop comparing text editors (vim, emacs, Sublime Text, VSCode, Atom...) to full featured IDEs (Visual Studio, Intellij Idea/PyCharm/PHPStorm, Eclipse...). Of course, an IDE is going to have way more…
Is it me or VSCode is having a new release right after Atom? hehe
Whao I needed Go2Shell. Badly. Thank you.
You can have a look at Eclipse Che, I tested it not so long ago and it was pretty good.
Just git and Github.I have two folders, a .dotfiles (https://github.com/Arc0re/dotfiles) that contains stuff like .emacs (for each OS), .bashrc/.zshrc, etc, which I symlink into my $HOME folder, and an elisp…
Indeed. This is really bad design
Lime looked so promising, and it seems they are still working on it (at least a couple of months ago, when I was lurking in their IRC chan).
The only problem I have with Atom and siblings like VSCode is that they are way slower than native software (like Emacs or Sublime). So I'm waiting for editors like 4coder to come to life
you can force the scroll bars to be always visible. Look in your general settings
If Apple made a new OS, using a Linux kernel, and getting rid of the NeXT framework stuff (no more Objective C bullshit, no more deprecated Carbon, or Cocoa/ObjC/Swift), I think it would work pretty well.
Firefox is nowhere related to Apple of course, but it is so bad on Mac. I recently went back to Chrome because it just works so much better on my macbook. (El Capitan)
OSX is known to have a not so good window manager, in example. Well, instead of improving it, by implementing other WM's standards (look at almost all the Linux WMs and Windows', they have maximize buttons, they stack…
Just a note, I was sick of Spotlight too, and I switched to Alfred, which is actually the "father" of spotlight. And it is way better than Spotlight now. You should give it a try
I don't use an IDE for coding in general (unless forced to), but I must admit that Code::Blocks is pretty good. Not has effective as VS or QTCreator, but it still does the job.
Yeah and another good thing I like about Python, it doesn't force you to do object oriented. A beginner doesn't really need this. Its like if you begin with C, you'll have to deal with pointers early, and that means…
Yeah exactly a simple language like Python, with simple rules, one way to do a thing, and not the opposite.
I started with C and it took me 3 good years fooling around with other languages too to get a "good" understanding of C. Better learn with higher level languages indeed...
Whao that is impressive, honestly I would not have believe that shell script is this powerful.
Haha I don't think humans would be the only species to survive. Its literally impossible, we are so messy and still we managed to survive for a while.
Yeah and there is a lot of C# people that despise VB, its not helping either
Neat, I was looking for a "modern" BASIC to make some little games, just to see how it was made before. I've always been interested in BASIC, I don't get why some people hate it...
I don't understand the need to use project files with a text editor. Its like one of the reasons why I don't use IDEs - they force you to use a damn project file. I just use folders and I keep it organized the way I…