HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sillyboi

no profile record

Submissions

[untitled]

1 points·by sillyboi·पिछला माह·0 comments

comments

sillyboi
·पिछला माह·discuss
It would be awesome to put an interactive example right in the article.
sillyboi
·पिछला माह·discuss
Why don't SSDs trust websites anymore?

Because every time they open up, the site gives them the F̶R̶O̶S̶T̶ cold shoulder.
sillyboi
·2 माह पहले·discuss
I just tried Opus 4.8 (Ultracode xhigh + workflows), and it started throwing an error no matter what I sent to the chat: "API Error: 400 message.1.content.4: thinking or redacted_thinking blocks in the latest assistant message cannot be modified. These blocks must remain as they were in the original response."
sillyboi
·2 माह पहले·discuss
Nice work. It's refreshing to see a simple and local-first Tauri app instead of another one CLI/TUI tool.
sillyboi
·2 माह पहले·discuss
It feels like a change in department leadership and management, or an internal power struggle over a lucrative piece of the project (with all the consequences that typically come with it). In the end, it seems more about satisfying personal egos than serving the product, and the end users will be the ones left to “appreciate” the results.
sillyboi
·3 माह पहले·discuss
[dead]
sillyboi
·3 माह पहले·discuss
Oh, another new trend! I love these home-brewed LLM optimizers. They start with XML, then JSON, then something totally different. The author conveniently ignores the system prompt that works for everything, and the extra inference work. So, it's only worth using if you just like this response style, just my two cents. All the real optimizations happen during model training and in the infrastructure itself.
sillyboi
·4 माह पहले·discuss
There's a Doom Box plan but no Boom Box
sillyboi
·5 माह पहले·discuss
The real win here isn’t just performance,it’s convergence.

When ReadableStream behaves the same in the browser, Workers, and other runtimes, stream-based code becomes portable and predictable. That reduces subtle backpressure bugs and eliminates “works here but not there” edge cases.

Standardization at the streams layer is a big deal for building reliable streaming systems across environments.
sillyboi
·5 माह पहले·discuss
Sgai pronounced “Sky.” The letters “S” and “G” just showed up to watch.
sillyboi
·5 माह पहले·discuss
I’d like to add an obvious point that is often overlooked.

LLMs take on a huge portion of the work related to handling context, navigating documentation, and structuring thoughts. Today, it’s incredibly easy to start and develop almost any project. In the past, it was just as easy to get overwhelmed by the idea of needing a two-year course in Python (or any other field) and end up doing nothing.

In that sense, LLMs help people overcome the initial barrier, a strong emotional hurdle, and make it much easier to engage in the process from the very beginning.
sillyboi
·7 माह पहले·discuss
Let's call it Murby :)
sillyboi
·7 माह पहले·discuss
Internal server error..
sillyboi
·7 माह पहले·discuss
Looks great, but it lags a bit on my phone with a Snapdragon 855 and 12 GB of RAM. I really like the vehicle controls.
sillyboi
·8 माह पहले·discuss
It would be a good idea to put some eye-catching example of a hotel room in the article headline, like an image of a shower without a door, just for visual impact. As for me, I’ve come across hotels where the shower is visible from the bedroom, separated only by a glass wall. Lol, that’s probably the next level.
sillyboi
·10 माह पहले·discuss
I suppose it's just a click bait title, so nothing special
sillyboi
·12 माह पहले·discuss
I'd say nothing kills the web more than hiding the “reject all cookies” button and covering the whole page with a popup until you accept. So I think we’re safe for now.
sillyboi
·पिछला वर्ष·discuss
I meant the website.
sillyboi
·पिछला वर्ष·discuss
Honestly, this approach feels like it adds a lot of unnecessary complexity. It introduces a custom serialization structure that can easily lead to subtle UI bugs and a nightmare of component state tracking. The author seems to be solving two issues at once: large payloads and stream-structured delivery. But the latter only really arises because of the former.

For small to medium JSON responses, this won't improve performance meaningfully. It’s hard to imagine this being faster or more reliable than simply redesigning the backend to separate out the heavy parts (like article bodies or large comment trees) and fetch them independently. Or better yet, just use a proper streaming response (like chunked HTTP or GraphQL @defer/@stream).

In practice, trying to progressively hydrate JSON this way may solve a niche problem while creating broader engineering headaches.
sillyboi
·पिछला वर्ष·discuss
Sorry, but it would be great to adapt it for the mobile layout.