HackerTrans
TopNewTrendsCommentsPastAskShowJobs

190n

no profile record

comments

190n
·2 bulan yang lalu·discuss
> It's not like image manipulation is a poorly understood problem

You would think, but the initial implementation of this stripped ICC profiles (https://github.com/oven-sh/bun/issues/30197), and while that was fixed in time for the release, it still currently doesn't understand EXIF rotation metadata (https://github.com/oven-sh/bun/issues/30235) or high-bit-depth images (https://github.com/oven-sh/bun/issues/30462)
190n
·2 bulan yang lalu·discuss
Almost all of Bun's tests are written in JavaScript run in Bun itself.
190n
·3 bulan yang lalu·discuss
> PT_DENY_ATTACH

All you have to do is attach to the process before it does that, and then prevent this call from going through.
190n
·4 bulan yang lalu·discuss
It could be because of a Bun bug, but I don't think it's because of that one. It's a duplicate of a year-old issue, and it's specific to Bun.serve.
190n
·4 bulan yang lalu·discuss
> *2-bit quantization produces \name\ instead of "name" in JSON output, making tool calling unreliable.

I was wondering about that statement. Shouldn't it restrict sampling to only tokens that produce valid JSON matching the schema during a tool call? On the other hand, I have heard a lot about how even production LLM providers don't always call tools accurately, so I suppose either it's hard to implement what I described or there's something I haven't thought of that makes it impossible.
190n
·4 bulan yang lalu·discuss
Later in the post they expand on that point:

> More direct control over updates, including the ability to pause updates for as long as you need

So it does sound like you'll be able to pause updates forever and also therefore not automatically reboot.
190n
·4 bulan yang lalu·discuss
Operating systems use less RAM than Firefox.
190n
·6 bulan yang lalu·discuss
I thought I had read this story before, and it seems like a similar account was published to this company's blog in 2023 but since taken down: https://web.archive.org/web/20250624191934/https://www.recal...

Still a good read though.