Live data from Hacker News

Viewing profile — arc0re

arc0re

HN member
Joined
Sat, Jan 30, 2016, 8:33 PM UTC
HN karma
26
Public activity
32 items

About arc0re

No profile information was provided.

Recent public activity

  1. comment
    Comment #12071298

    I'm a Lovecraft fan, never really touched Rust, and a name like "Rustonomicon" could really get me into it, hehe.

  2. comment
    Comment #12051081

    Probably procedural C or C++ with some inline assembly bits

  3. comment
    Comment #11854489

    Indeed I prefer that kind of "rolling" development.

  4. comment
    Comment #11854479

    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, …

  5. comment
    Comment #11854445

    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,…

  6. comment
    Comment #11854294

    Is it me or VSCode is having a new release right after Atom? hehe

  7. comment
    Comment #11853106

    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 num…

  8. comment
    Comment #11132478

    Whao I needed Go2Shell. Badly. Thank you.

  9. comment
    Comment #11084297

    You can have a look at Eclipse Che, I tested it not so long ago and it was pretty good.

  10. comment
    Comment #11071819

    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 …

  11. comment
    Comment #11064636

    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 gre…

  12. comment
  13. comment
    Comment #11057250

    Indeed. This is really bad design

  14. comment
    Comment #11041626

    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).

  15. comment
    Comment #11041568

    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.…

  16. comment
    Comment #11041546

    Yes I knew that, I meant native in the sense of "not close to the metal"

  17. comment
    Comment #11040842

    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 …

  18. comment
    Comment #11036471

    you can force the scroll bars to be always visible. Look in your general settings

  19. comment
    Comment #11036327

    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…

  20. comment
    Comment #11036137

    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)

  21. comment
    Comment #11036101

    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', t…

  22. comment
    Comment #11035776

    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

  23. comment
    Comment #11021113

    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.

  24. comment
    Comment #11018600

    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 …

  25. comment
    Comment #11016778

    Yeah exactly a simple language like Python, with simple rules, one way to do a thing, and not the opposite.