Viewing profile — Yanael
Yanael
HN member- Joined
- Thu, Sep 03, 2015, 4:42 PM UTC
- HN karma
- 18
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About Yanael
https://yanael.io
Recent public activity
-
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.
-
comment
Comment #46524949
Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)
-
comment
Comment #46524943
Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)
-
comment
Comment #46521937
Logi Options+ stopped working because of an expired certificate. Mouse and keyboard custom settings are not working.
- story
-
comment
Comment #46492329
[flagged]
-
comment
Comment #44599673
“Add to Reading List” on iOS Safari
-
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.
-
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.
-
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…
-
comment
Comment #41616873
This looks very good. The Fetch API is a nice one, so leveraging it sounds perfect. Thanks for the link.
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #39721175
[dead]
-
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…
-
comment
Comment #39653040
it's somehitng interesting I will have a closer look thanks
-
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 …
-
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…
-
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?
-
comment
Comment #39205174
I enjoyed the photo book of SF by Victoria Smith https://www.amazon.co.uk/See-San-Francisco-Through-SFGirlbyB...
-
comment
Comment #38506017
https://bbycroft.net/llm
- story
-
comment
Comment #38466221
Oh sounds a very neat way to explore binary!