Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Yanael
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Yanael
6mo ago
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.
▲
by
Yanael
8mo ago
Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)
3.
▲
by
Yanael
8mo ago
Fix released: https://support.logi.com/hc/en-us/articles/37493733117847-Op... (I had to do a fresh install anyway)
4.
▲
Logitech Options+ Cert Expired
(reddit.com)
5 points
by
Yanael
9mo ago
|
2 comments
5.
▲
by
Yanael
9mo ago
Logi Options+ stopped working because of an expired certificate. Mouse and keyboard custom settings are not working.
6.
▲
by
Yanael
1y ago
“Add to Reading List” on iOS Safari
7.
▲
by
Yanael
2y ago
Yeah, it's an interesting problem to solve. The library is designed to parse incomplete json without waiting for the stream to finish.
8.
▲
by
Yanael
2y ago
Thanks! Yeah, creating an abstraction over the raw JSON and how you want to use it in your code makes it more practical.
9.
▲
by
Yanael
2y ago
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 granularity to cover all use cases for individual fields instead
10.
▲
by
Yanael
2y ago
This looks very good. The Fetch API is a nice one, so leveraging it sounds perfect. Thanks for the link.
11.
▲
by
Yanael
2y ago
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 wait for the entire stream to complete. To solve this probl
12.
▲
by
Yanael
2y ago
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 mentioned in the blog post: > Annoyingly these can't be
13.
▲
by
Yanael
2y ago
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 of Nix. I use it from time to time, but it has not yet repla
14.
▲
by
Yanael
2y ago
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 integration is very good. Having the ability to have a dev enviro
15.
▲
by
Yanael
3y ago
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 started to hear about Nix. I was super excited at firs
16.
▲
by
Yanael
3y ago
it's somehitng interesting I will have a closer look thanks
17.
▲
by
Yanael
3y ago
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 executor, nothing was really meeting the requirements. The f
18.
▲
by
Yanael
3y ago
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 with the feeling it is not made to replace a 1:1 messagi
19.
▲
by
Yanael
3y ago
Does that impact the structure of the teams? Where a small squad owning everything or a department owning part of the stack?
20.
▲
by
Yanael
3y ago
I enjoyed the photo book of SF by Victoria Smith https://www.amazon.co.uk/See-San-Francisco-Through-SFGirlbyB...
21.
▲
LLM Visualization
(twitter.com)
2 points
by
Yanael
3y ago
|
1 comments
22.
▲
by
Yanael
3y ago
https://bbycroft.net/llm
23.
▲
by
Yanael
3y ago
Oh sounds a very neat way to explore binary!
24.
▲
by
Yanael
3y ago
How have you been using jq? It is more adhoc for exploring JSON files during development/data analysis or in programs that run in production?
25.
▲
by
Yanael
3y ago
jq have been in my toolbox since a while it’s a very great tool. But yet another query language to learn, jaq seems identical on that. I think that’s where LLMs can help a lot to make it easier for adoption, I started a project on that note
26.
▲
by
Yanael
3y ago
The UX of Cursor is the best I’ve experienced so far. GitHub Copilot Chat has been released in beta, but the experience isn’t as good. The context and the real-time code diff make a huge difference.