HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kbumsik

no profile record

Submissions

Ray Tracer in SQL

github.com
58 points·by kbumsik·12 दिन पहले·22 comments

Ray Tracer in SQL

github.com
3 points·by kbumsik·13 दिन पहले·1 comments

Python JIT project was asked to pause development

discuss.python.org
182 points·by kbumsik·पिछला माह·101 comments

Python JIT project was asked to pause development

discuss.python.org
6 points·by kbumsik·पिछला माह·1 comments

Kimi K2.6

huggingface.co
11 points·by kbumsik·3 माह पहले·1 comments

Logitech Options+ and G Hub macOS Certificate Issue

support.logi.com
3 points·by kbumsik·6 माह पहले·0 comments

comments

kbumsik
·29 दिन पहले·discuss
So no multimodal support yet?
kbumsik
·2 माह पहले·discuss
So the draft model's performance is directly linked to the overall speed. Thank you for the explanation!

By the way, can it be slower than without speculative decoding in worst case then?
kbumsik
·2 माह पहले·discuss
> performance often degrades under different chat templates, long-context inputs, or out-of-distribution system prompts.

I heard that speculative decoding doesn't affect performance (I meant accuracy). Am I wrong about it?
kbumsik
·4 माह पहले·discuss
Right? Even enterprise routers, e.g. Cisco, are not produced in USA.
kbumsik
·8 माह पहले·discuss
We switched from Celery to Temporal. Temporal is such a great piece of distributed system.
kbumsik
·9 माह पहले·discuss
> realistic written documents?

Just get a DEF 14A (Annual meeting) filing of a company from SEC EDGAR.

I have seen so many mistakes when looking at the result closely.

Here is a DEF 14A filing from Salseforce. You can print it to a PDF and then try converting.

https://www.sec.gov/Archives/edgar/data/1108524/000110852425...
kbumsik
·9 माह पहले·discuss
Right, I wouldn't use full table detection to VLM model because they tend to mistake with numbers in table...
kbumsik
·9 माह पहले·discuss
> My impression is that OCR is basically solved at this point.

Not really in practice to me. Especially they still struggle with Table format detection.
kbumsik
·10 माह पहले·discuss
Well, that has nothing to do with JS itself though.
kbumsik
·10 माह पहले·discuss
In case if you don't know, Auth.js is not a frontend-only framework. It uses a backend server to make it secure.

So it basically has no difference from the alternatives you mentioned.
kbumsik
·10 माह पहले·discuss
It is really easy to tell the difference btw. You will always see "4" or "7" in the middle.
kbumsik
·पिछला वर्ष·discuss
Because gov infra also relies on CVE?
kbumsik
·पिछला वर्ष·discuss
> it probably is an anomaly that this was government funded

Companies can definitely fund it. But to be fair the gov, including NIST, also relies on CVE.
kbumsik
·2 वर्ष पहले·discuss
So there is no license information yet?
kbumsik
·4 वर्ष पहले·discuss
Really? I have more than 1000k files and I have never faced issues for more than 7 years.
kbumsik
·6 वर्ष पहले·discuss
Depending on your motherboard you might need two GPUs. In my case I use Proxmox and control VMs through is web GUI.
kbumsik
·6 वर्ष पहले·discuss
I am using Windows VM with GPU passthrough too. If you want it out of the box (well, kinda) I would recommend Proxmox. Proxmox is amazing hypervisor OS. Otherwise you need to study tricky things a lot: QEMU, Kernel configuration for VFIO.

Also you may need hardware, especially motherboard that supports VFIO groups well.

Fortunatly there are quite big communities like Reddit in this topic. Just google "VFIO"
kbumsik
·6 वर्ष पहले·discuss
> The sqlite docs. You can improve the performance of sqlite by multiple orders of magnitude by messing with things like https://www.sqlite.org/pragma.html#pragma_synchronous, at the cost of safe atomic updates.

Thanks for the link, but only when the OS or your computer crashes, not even the application itself. Could you introduce any application file format that is safe in that case? Obviously your JSON file format is much more unsafe than that, not to mention the huge overhead of JSON with binary data.
kbumsik
·6 वर्ष पहले·discuss
> It's also very slow (~100 transactions per second) > But if you do that, you are probably better off with json, protobuf, or similar.

Are you talking about a server application?

> or unsafe if you find for performance (you can get it up to, IIRC, ~50k transactions per second, but if your program or computer dies half way, your file is hosed)

Never heard that SQLite has unsafe operations. Any source?
kbumsik
·7 वर्ष पहले·discuss
Yes. As a CI pipeline the Firefox team do run their own compile farm called TryServer [1] and is building a various different versions (possibly all of accepted versions) at a time.

Level 1 contributors (contributors who are acknowledged by one of Mozilla dev) grant access to TryServer.

[1]: https://wiki.mozilla.org/ReleaseEngineering/TryServer