Live data from Hacker News

Viewing profile — elektronjunge

elektronjunge

HN member
Joined
Wed, May 07, 2014, 2:35 PM UTC
HN karma
95
Public activity
62 items

About elektronjunge

No profile information was provided.

Recent public activity

  1. comment
    Comment #9922011

    Development tools on linux continue to be great. A visual studio quality ide would be nice, but realistically I'd continue to use vim and the terminal. What really irks me is the d…

  2. comment
    Comment #9788056

    You may also be interested in this post[1] by nrc for a couple of strategies for implementing graphs. And this companion[2] by Niko Matsakis. [1] https://github.com/nrc/r4cppp/blob…

  3. comment
    Comment #9688667

    > wicked fast and devoid of bugs Having ported a lot of old fortran to modern fortran and C I wish that were the case. More often than not, that's the assumption but its rarely tru…

  4. comment
    Comment #9680218

    > Every human endeavour until incredibly recently in our timeline was a self-cost, whether it be in health, time or wealth. Only in the last blink of an eye have we expected a Govt…

  5. comment
    Comment #9590568

    For what? Most of openmp is useful because you can slap a pre-processor directive on a for loop and make it parallel. Rust has the ability to provide ergonomic fork-join parallelis…

  6. comment
    Comment #9474103

    At worst firefox will use some of the libraries that come out of servo. Firefox is supposed to use the url parser from servo by 2016.

  7. comment
    Comment #9433331

    > Seperate Select for files and Sockets on Windows.. And linux has the epoll/posix aio split for sockets and files.

  8. comment
    Comment #9357076

    > Go was attempting to use only very-well-understood ideas to make a very-well-understood, simple language. Many of the ideas in go were not well understood and had only been demon…

  9. comment
    Comment #9335138

    And the /bin symlinking... systemd and GRUB legacy were bigger. But about annually there's something arch land that will break even the most minimal installations if you aren't car…

  10. comment
    Comment #9298056

    This is correct. I haven't had flash on my computer for nearly a year and I've been able to watch hd youtube videos in firefox.

  11. comment
    Comment #9259324

    Its also ambiguous there are about 5 different, relatively popular "x64" architectures.

  12. comment
    Comment #9134250

    Its very heavy. I've been using airline for the last year or so. https://github.com/bling/vim-airline

  13. comment
    Comment #9133123

    In the windows 10 announcement they demoed a version of Office that supported the adaptive design. I don't know if they're dog fooding to get there though.

  14. comment
    Comment #9119369

    I have no idea what you are talking about. I opened a 26,000 line file (no I don't want to talk about it). In vim it opened instantly and my scrolling was only limited by my key re…

  15. comment
    Comment #9115665

    >While it's easy to say "it's more compelling to do stuff on a phone than it is to do it on a watch, so you'll naturally use the phone more", that rather makes me wonder why I woul…

  16. comment
    Comment #9080705

    LLVM isn't a vm like the others, its a generic compiler backend. Languages with LLVM backing generally compile to native.

  17. comment
    Comment #9044780

    Correct and there are games that model that behavior, for instance iterated stag hunt[1]. This shows the benefits of cooperation for pack animals much more than the classic prisone…

  18. comment
    Comment #9044724

    That's not a problem with game theory. That's a problem with using overly simplistic games. You can easily model all of those punishments with different payouts in a game. In fact,…

  19. comment
    Comment #9028781

    Doubtful. WPF isn't even the recommended GUI toolkit on windows anymore.

  20. comment
    Comment #9023552

    QE finished last October.

  21. comment
    Comment #9003728

    That story has never made any sense to me. The U.S. and Britain are far closer allies with a much longer history of extradition. If the U.S. wanted to extradite Assange they would …

  22. comment
    Comment #8987081

    They're referring to writing your own allocator.

  23. comment
    Comment #8967075

    That's just a viewer. Getting documents to render and making a usable touch interface for editing documents are two very different things.

  24. comment
    Comment #8967046

    Hit Alt the numbers and letters are the shortcuts for moving around the ribbon. That's actually one of my favorite parts of the ribbon, you are able to see what the shortcuts are v…

  25. comment
    Comment #8956039

    The new pkg tool in freebsd is pretty good and meshes nicely with the ports tree. The marginal improvements for 3rd-party built packages with apt aren't really worth getting rid of…