Live data from Hacker News

Viewing profile — jwilm

jwilm

HN member
Joined
Mon, Sep 22, 2014, 7:38 PM UTC
HN karma
966
Public activity
68 items

About jwilm

Author of Alacritty ex-OneSignal Head of Engineering at Latent

Recent public activity

  1. story
  2. comment
    Comment #26825798

    Both RDBMS have good performance. Lots of the issues we ran into really are related to scale. If you know that your data set will never be particularly large, most of these issues …

  3. story
  4. comment
    Comment #18008610

    I didn't know that Terminology has GPU acceleration. I would be happy to include this in the future!

  5. comment
    Comment #18008560

    Thanks for this additional feedback. It sounds like we should create an XCode project from scratch to get many of the defaults and figure out how to bridge this with our current im…

  6. comment
    Comment #18008148

    "miss the point" feels a bit strong. Rather, I get the impression Alacritty's values don't match your own values in a terminal emulator, and that's totally OK. Historically, input …

  7. comment
    Comment #18008094

    Thanks for this clarification. I don't see any reason we couldn't support this given that info. We haven't intentionally opted out of this that I know of, we just didn't start Alac…

  8. comment
    Comment #18008010

    The hardest part about supporting things like this on macOS is that they often require a lot of additional code or a certain design whereas on Linux, a lot of these features are pr…

  9. comment
    Comment #18007762

    We tried to strike a balance between "commonly accepted as fast" terminal emulators and coverage of "commonly used" terminal emulators. Termite gets us libvte-based terminals (like…

  10. comment
    Comment #18007719

    Thanks for this feedback! We haven't heard a ton of complaints about the input latency, and comments like this help us to prioritize issues. This has been mentioned in two discussi…

  11. comment
    Comment #18006785

    Author here; I'm happy to answer any questions!

  12. story
  13. comment
    Comment #16270162

    > Skia is definitely capable of good performance, as it resolves down to OpenGL draw calls, pretty much the same as Alacritty, WebRender, and now xi-mac. This claim is a bit surpri…

  14. comment
    Comment #16270138

    The article you linked is specifically about latency. There are other factors that contribute to overall terminal experience such as high frame rate and high throughput. Once laten…

  15. comment
    Comment #15603117

    OneSignal | DevOps, Systems, Full-Stack | San Mateo, CA | ONSITE OneSignal provides a simple interface to push notifications, letting content creators focus on quality user engagem…

  16. comment
    Comment #15510710

    Word of caution when reviewing this report: it doesn't take into account vblank period. If you hit a key just after a monitor refresh, you're not going to see it until the next ref…

  17. comment
    Comment #14858298

    Author here; happy to answer questions.

  18. comment
    Comment #14799738

    We can do better in Alacritty. For those interested, I've filed a bug on our issue tracker about where this latency is coming from and what can be done: https://github.com/jwilm/al…

  19. comment
    Comment #14799502

    FWIW, We're working on adding native support for scrolling. Someone has actually made an attempt at it recently: https://github.com/jwilm/alacritty/pull/657 Initial testing has sho…

  20. comment
    Comment #13647529

    Thanks for the answers! > Pathfinder's API is based around the concept of an atlas in order to improve batching. And the result of a raster job is then coordinates in the Atlas? > …

  21. comment
    Comment #13647418

    The blog post mentions integrating with WebRender as an alternative rasterizer on capable systems. Could performance of the GPU-based rasterizer ever get to the point that WebRende…

  22. comment
    Comment #13353669

    There's a known bug when using Mesa that kills performance. Hopefully we'll get it resolved soon!

  23. comment
    Comment #13347817

    I'm happy to hear you're enjoying it! > concerning the the Alacritty devs since Alacritty requires a multiplexer to be usable The project initially started to be an optimized tmux …

  24. comment
    Comment #13342063

    > do you have any plans to use Alacritty to try and advance the state of terminal emulators more generally? I hadn't replied to this because others had already provided all of the …

  25. comment
    Comment #13341956

    I've heard that a few times now. For what it's worth, that's in the works!