Live data from Hacker News

Viewing profile — blaenk

blaenk

HN member
Joined
Sun, Dec 05, 2010, 5:01 AM UTC
HN karma
124
Public activity
84 items

About blaenk

jorge.israel.p@gmail.com • @blaenk • http://www.jip.dev

[ my public key: https://keybase.io/blaenk; my proof: https://keybase.io/blaenk/sigs/L9s0eBs0lnDYIyfgyZbxpmrBNkMBiPlHi6tEUtNcsDg ]

Recent public activity

  1. comment
    Comment #22862492

    Alternation, or brace expansion: https://en.wikipedia.org/wiki/Bash_(Unix_shell)#Brace_expans...

  2. comment
    Comment #20484466

    Consider Just-in-Time compilation which is very much used in AOT languages [0]. That could be one avenue, as long as the compiled code works on each machine (common instruction set…

  3. comment
  4. comment
    Comment #16622248

    I think that's just a matter of how many subdivisions/polygons they decide to devote for those assets. For example, that bucket is pretty inconsequential in the overall scene so th…

  5. comment
    Comment #16370113

    I use Iridium for this and other things: https://github.com/ParticleCore/Iridium I tried setting the Autoplay policy at the browser level once but found that it was inconsistent an…

  6. comment
    Comment #15700337

    This one surprises me the most, not the fact that DownThemAll itself isn't WebExtensions compatible, since that was known since last year [0], but that there is a huge gap in downl…

  7. comment
    Comment #15512816

    I saw this a while back and it seemed amazing but I was wondering if there's any way to open the actual live documentation page. So for example if you choose the documentation for …

  8. comment
    Comment #15350453

    > You would be crazy to write a UI-heavy app in rust. (note: I'm talking about high level DOM-like manipulation, not about rendering engines) I think the jury is still out on that …

  9. comment
    Comment #15340933

    I suspect this is mainly for Amazon-bought books with highlights stored on Amazon's servers right? Or does this also work with notes made on side-loaded books?

  10. comment
    Comment #15333937

    The only ones that ever show are the harbingers of the purported evangelism strike force :)

  11. comment
    Comment #15230642

    I'm from/in Southern California and I've never heard it said as "Take 10", but rather as "Take the 10".

  12. comment
    Comment #15119151

    I am genuinely surprised to see this on the front page. The author has done amazing work with Emacs packages, such as general.el [ https://github.com/noctuid/general.el ], his Evil…

  13. comment
    Comment #14775047

    Any reason why you lay blame on Redis and not Gitlab? Gitlab is what's in charge of serving and rendering the pages, after all.

  14. comment
    Comment #14524727

    For what it's worth, I've used Rust for years and understand what you're saying and completely agree.

  15. comment
    Comment #14093655

    Not since Evil, now it has the world's best editor (vim).

  16. comment
    Comment #14084351

    Yeah I'm aware that it's a system call that only knows about file descriptors. It's just that it just now hit me that a consequence of that is that a web server configured to use s…

  17. comment
    Comment #14083243

    I hadn't considered this before but it seems to make sense. If I have nginx configured with ssl and sendfile (X-Accel-Redirect) and my app sends an X-Accel-Redirect response to ngi…

  18. comment
    Comment #13980342

    Out of curiosity, what about it do you think is related?

  19. comment
    Comment #13895178

    I completely agree. Perhaps things have changed for some of these plugins since I last tried them, but the only one that has not only basically matched Vim but exceeded it is Evil …

  20. comment
    Comment #13701120

    Woah I tried it again and it seems like it's working perfectly! It seems like the initial release for windows wasn't compiled with optimizations, so perhaps that's the issue I was …

  21. comment
    Comment #13701020

    Indeed that's the one that I used. For some reason, even just moving the cursor around the buffer was extremely unresponsive, it would take seconds for it to register a cursor move…

  22. comment
    Comment #13700289

    Would you mind elaborating on what emacs in particular you're using? I use and love emacs but unfortunately the times I've tried to use it on windows it's been extremely unresponsi…

  23. comment
    Comment #13588282

    That's actually a cool idea. IIRC Servo was even (going to?) comply to the chromium embedded framework API/ABI so that it could be a drop-in replacement. If they're doing that, hop…

  24. comment
    Comment #12483859

    You should try profiling to see if anything comes out as taking up a lot of resources. `M-x profiler-start`, do some work or type some stuff (if you notice that it's slow), then do…

  25. comment
    Comment #12483418

    For me yanking with `y` copies to my system clipboard. I'm pretty sure this has nothing to do with evil; I think it's an emacs setting. Perhaps one of these? (setq select-enable-cl…