arc0re
|
9 years ago
|
on: The Rustonomicon: The Dark Arts of Advanced and Unsafe Rust Programming
I'm a Lovecraft fan, never really touched Rust, and a name like "Rustonomicon" could really get me into it, hehe.
arc0re
|
9 years ago
|
on: Apollo 11 Guidance Computer source code
Probably procedural C or C++ with some inline assembly bits
arc0re
|
9 years ago
|
on: Visual Studio Code 1.2 released
Indeed I prefer that kind of "rolling" development.
arc0re
|
9 years ago
|
on: Visual Studio Code 1.2 released
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 VSCode is not to replace vim, obviously. How do you put a "web rendered" editor in a terminal anyway?
Also, as a vim user, I can say that using vim in a GUI is fine nowadays, Gvim works really well on Windows fyi, has good font rendering, same on OS X (MacVim). Don't limit yourself to the terminal if you're in a GUI environment such as Windows...
arc0re
|
9 years ago
|
on: Visual Studio Code 1.2 released
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 features for its language. For a text editor, VSCode has an excellent Python support.
arc0re
|
9 years ago
|
on: Visual Studio Code 1.2 released
Is it me or VSCode is having a new release right after Atom? hehe
arc0re
|
9 years ago
|
on: Atom 1.8 and 1.9 beta
This looks really nice. I'm gonna try to compile on OSX, shouldn't be too hard. It seems to be a modern vim/emacs with no bloated GUI, and I'm surprised by the relatively small number of LoC!
arc0re
|
10 years ago
|
on: iTerm2 Version 3 Now in Beta
Whao I needed Go2Shell. Badly. Thank you.
arc0re
|
10 years ago
|
on: Ask HN: What are the best options for cloud IDEs?
You can have a look at Eclipse Che, I tested it not so long ago and it was pretty good.
arc0re
|
10 years ago
|
on: Ask HN: What do you use to manage dotfiles?
arc0re
|
10 years ago
|
on: Will Bond (Package Control) Joins Sublime HQ
To me, Sublime Text was never made to last long. First of all, its not open source. Are Emacs and Vim closed source? No. Why are they still around? Because in addition to being great (Sublime Text is great too don't get me wrong), they are open source. That means people can adapt them to new computers, to new architectures.
arc0re
|
10 years ago
|
on: After 10 years ReactOS website has got new design
Indeed. This is really bad design
arc0re
|
10 years ago
|
on: Sublime Text Build 3101
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).
arc0re
|
10 years ago
|
on: Sublime Text Build 3101
Well Emacs is faster to me because its just a lisp interpreter written in C, tightly close to the hardware. So yes, Emacs is like 80% Elisp, but it still runs fast, and its stable. Editors like Atom are a bit too... "abstract" maybe. If I understand, Atom is CoffeeScript/JS running on a the Electron shell which runs on NodeJS which is written in C++ IIRC. Thats at least 3 levels of abstraction in my point of view, and knowing that Electron is Chrome based, it can't improve its speed. Simpler is faster
arc0re
|
10 years ago
|
on: Sublime Text Build 3101
Yes I knew that, I meant native in the sense of "not close to the metal"
arc0re
|
10 years ago
|
on: Sublime Text Build 3101
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
arc0re
|
10 years ago
|
on: Apple’s declining software quality
you can force the scroll bars to be always visible. Look in your general settings
arc0re
|
10 years ago
|
on: Apple’s declining software quality
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.
arc0re
|
10 years ago
|
on: Apple’s declining software quality
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)
arc0re
|
10 years ago
|
on: Apple’s declining software quality
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 on the border of the screen, etc) they chose to not be smart and not, oh god not copy what works the best. They chose to "force" fullscreen instead of maximizing, to not implement stacking shortcuts, etc. They are going backwards. And sadly you can say that for a lot of things about OSX