Live data from Hacker News

Viewing profile — hexa00

hexa00

HN member
Joined
Tue, Sep 13, 2016, 4:39 AM UTC
HN karma
44
Public activity
25 items

About hexa00

No profile information was provided.

Recent public activity

  1. comment
    Comment #43209660

    yeah I liked it too, especially for 10x less the price lol

  2. comment
    Comment #31680279

    This is crazy and needs to stop indeed it's like you have: - A degree (In which you've proven you can understand these algos and spent 4 years studying) I'm not going to redo all t…

  3. comment
    Comment #26475260

    These places also tend to have underground parking :(

  4. comment
    Comment #25058088

    I work in a ML ecosystem ATM and concurrency is a major problem in python: - Threads can't be used efficiently because of the GIL - multiprocesses has to serialize everything in a …

  5. comment
    Comment #24895420

    I went one step further. Use a server! , You can get cheap used, Dual Xeons 12 cores, with like 128G of ram on ebay for about 1000$ And that's not the only thing you get compared t…

  6. comment
    Comment #24596286

    I'm going to approach this as a pure social thing. To me emacs fits in a way because it fits the kinda misfit/hacker mentality I had back when I started playing with computers/soft…

  7. comment
    Comment #23866896

    Isn't it strange all the work we put into securing networks etc... while we're engineers working from home and all it would take is someone figuring out where I live via Linkedin o…

  8. comment
    Comment #22866402

    I think this is somewhat funny since to think of this question at all really highlights the time people waste in JS/python etc.. Testing things that can be automatically checked by…

  9. comment
    Comment #22793734

    Note this is Not a fork, it's a from scratch implementation that is compatible with the extensions of VSCode, not a vscode fork.

  10. comment
    Comment #14691895

    I could be wrong but I don't see JavaFX as alive and kicking... Especially compared to web technologies. And it's tied to Oracle pretty much...

  11. comment
    Comment #14691826

    Everything is relative, making it a bit harder may be worth it to some people and also maybe more detectable. But it's always possible of course.

  12. comment
    Comment #14691792

    It doesn't look like they offer an electron version like Theia does however. It would be possible I guess however.

  13. comment
    Comment #14691164

    Just found out http://www.dest-unreach.org/socat/doc/socat-ttyovertcp.txt So it seems possible with socat indeed, I'll have to give it a try :) One problem that I see however is th…

  14. comment
    Comment #14691151

    Theia is using monaco. But there's other reasons for Theia too like the governance of the project, vscode is controlled by Microsoft and they may have conflicts when lets say some …

  15. comment
    Comment #14691127

    To prevent someone to copy it all on a laptop and sell it for example.

  16. comment
  17. comment
    Comment #14691106

    So emacsclient/emacs deamon work with a tty, basically emacsclient opens a tty and sends it to the emacs deamon and it uses it to send output/receive input, so you really need to b…

  18. comment
    Comment #14691053

    That's not entierly true since Electron provides native elements like menus for example. We can hope Electron will get better at a native experience and can contribute to that too.…

  19. comment
    Comment #14690651

    The problem with the JVM is that the UI toolkits are dying or died already. Having the web as UI layer brings much benefit and reduces the investement needed in the UI. IDEA will m…

  20. comment
    Comment #14690593

    Theia does not only provide remote file access you also have LSP (language server protocol) for code-completion / docs ala eldoc , company) etc.. Almost all of Theia's features are…

  21. comment
    Comment #14690170

    That's what you can do with Theia, a backend (headless Theia) running anywhere and you connect via remote web UI or an electron app. Theia does use some vscode components like the …

  22. comment
    Comment #14689918

    Also the motivation is to make an opensource IDE that's not managed by one company in particular like vscode&microsoft or atom&github... The end goal is to have something that has …

  23. comment
    Comment #14689876

    From the comments secction in the article from Sven Efftinge : " The IDE in Eclipse Che can only run in browsers and in the context of a Che workspace server but not standalone as …

  24. comment
    Comment #14689846

    It's the latter, the backend process (that exposes the filesytem etc) can be anywhere and the frontend (browser or electron) will connect to it over tcp. How you setup vms/docker o…

  25. comment
    Comment #12485664

    I had this problem too with GDB on the Odroid UX4 big.LITTLE SoC. Since GDB is patching the instrution with ptrace to insert a breakpoint for example. See my blog post about it: ht…