Live data from Hacker News

Viewing profile — Yanael

Yanael

HN member
Joined
Thu, Sep 03, 2015, 4:42 PM UTC
HN karma
18
Public activity
29 items

About Yanael

Build my path with an export

https://yanael.io

Recent public activity

  1. comment
    Comment #47637380

    I rarely render it and only use it with syntax highlighting in my text editor, and that’s it. It helps structure my notes, and I love it, KISS.

  2. comment
    Comment #46524949

    Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)

  3. comment
    Comment #46524943

    Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)

  4. comment
    Comment #46521937

    Logi Options+ stopped working because of an expired certificate. Mouse and keyboard custom settings are not working.

  5. story
  6. comment
    Comment #46492329

    [flagged]

  7. comment
    Comment #44599673

    “Add to Reading List” on iOS Safari

  8. comment
    Comment #41618271

    Yeah, it's an interesting problem to solve. The library is designed to parse incomplete json without waiting for the stream to finish.

  9. comment
    Comment #41618255

    Thanks! Yeah, creating an abstraction over the raw JSON and how you want to use it in your code makes it more practical.

  10. comment
    Comment #41618242

    Nice, it looks like a good library to build on top of. I like the available events: start_map, end_map, etc. I did try a library in JS that had similar ones, but it lacked the gran…

  11. comment
    Comment #41616873

    This looks very good. The Fetch API is a nice one, so leveraging it sounds perfect. Thanks for the link.

  12. comment
    Comment #41616837

    When you ask to return JSON data using streaming, you will notice that the response is incomplete and unparseable by JSON libraries, resulting in malformed errors. You will have to…

  13. comment
    Comment #41616631

    I have been working with streaming LLMs and Server Sent Events. It provides a very simple interface to work with, but you can feel SSE was never designed for this use case. As ment…

  14. comment
    Comment #40865898

    Nix sounds like a great fit as well, but my experience with it has not been that great, and I feel it is not ideal for Python. I recently gave Flox a try, which simplifies the use …

  15. comment
    Comment #40865110

    I started to develop in containers before VSCode introduced the dev container to keep my local machine clean. A few years ago, I switched to the VSCode dev container, and the integ…

  16. comment
  17. comment
    Comment #39695984

    Reproducible development environment, I'm very enthusiastic about it and have been using development containers for years now, at work, they do a great job too. About a year ago, I…

  18. comment
    Comment #39653040

    it's somehitng interesting I will have a closer look thanks

  19. comment
    Comment #39649442

    Looks very promising. Recently, I built an asynchronous DAG executor in Python, and I always felt I was reinventing the wheel, but when looking for a resilient and distributed DAG …

  20. comment
    Comment #39369389

    A friend wanted me to switch to Matrix for our 1:1 conversations and group chat of 3 people. The onboarding and user experience have been very poor on Element for years. I'm left w…

  21. comment
    Comment #39237436

    Does that impact the structure of the teams? Where a small squad owning everything or a department owning part of the stack?

  22. comment
    Comment #39205174

    I enjoyed the photo book of SF by Victoria Smith https://www.amazon.co.uk/See-San-Francisco-Through-SFGirlbyB...

  23. comment
    Comment #38506017

    https://bbycroft.net/llm

  24. story
  25. comment
    Comment #38466221

    Oh sounds a very neat way to explore binary!