Viewing profile — mtone
mtone
HN member- Joined
- Mon, Apr 14, 2014, 2:54 PM UTC
- HN karma
- 218
- Public activity
- 197 items
- HN profile
- View on Hacker News ↗
About mtone
No profile information was provided.
Recent public activity
-
comment
Comment #48949124
Firefox's AI Chatbot feature only proposes one open model provider (Mistral) and zero local option. They're not walking the talk.
-
comment
Comment #48550849
It was trained from scratch by Cohere. They're the only Canadian AI lab - I'm glad they're releasing open weights and I wish them luck catching up!
-
comment
Comment #48550551
I am using the `voipmonitor/vllm:lucifer` docker from the RTX6K discord community discussed at the same link the other commenter posted. It is based around this PR https://github.c…
-
comment
Comment #48547347
Here's a DeepSeek-V4-Flash benchmark on 2X RTX Pro 6000: - Prefill: ~10K tok/s - Decode: 190 | 375 | 980 tok/s (for 1 | 4 | 16 concurrent requests) - GPU power draw during benchmar…
-
comment
Comment #48090941
You're forgetting a critical factor: concurrency. If a given hardware serves a single request at 150 tokens/s, it can also serve 20-30 requests at 100 tokens/s. Suddenly your $5K b…
-
comment
Comment #47632596
Thanks! There's a heading control to include rotation in link: https://earth.google.com/web/@3.63731074,-23.1618975,-2690.7...
- comment
-
comment
Comment #47163507
> Does privacy of Netflix ratings matter? The issue is not “Does the average Netflix subscriber care about the privacy of his movie viewing history?,” but “Are there any Netflix su…
-
comment
Comment #47090888
For this type of repetitive application I think it's common to "fine-tune" a model trained on your business problem to reach higher quality/reliability metrics. That might not be p…
-
comment
Comment #46450626
Good question. That was for my MS account/licenses and some Azure stuff. I use Google Authenticator for most things. Thanks for the link, I'll take a look. I might just move it to …
-
comment
Comment #46450100
Just looked - Microsoft Authenticator doesn't appear to work. I might be able to get off of it but it will take some prep. My banks are supported so that's good.
-
comment
Comment #46340002
> if you could exclude all of the R&D and training costs LLMs have a short shelf-life. They don't know anything past the day they're trained. It's possible to feed or fine-tune the…
-
comment
Comment #45609463
Recently llama.cpp made a few common parameters default (-ngl 999, -fa on) so it got simpler: --model and --context-size and --jinja generally does it to start. We end up fiddling …
-
comment
Comment #45223489
Do you really need a H200 for this? Seems like something a consumer GPU could do. Smaller models might be ideal [0] as they don't require extensive world knowledge and are much mor…
-
comment
Comment #43478780
Related discussion on Anubis: https://news.ycombinator.com/item?id=43427679
-
comment
Comment #39774704
I use Readdle Documents to sync PDF folders with my server PC via FTP. Free version supports PDF highlighting & simple annotations, basic file management, and automatically syncs b…
-
comment
Comment #36566705
Assuming it's correct, I think this answer explains it well: https://stackoverflow.com/a/31996121/283879 Basically, yes it may write snapshots per-file (never per-commit) locally b…
-
comment
Comment #35899119
There was talk about introducing type syntax as valid but ignored in the JS language, making TS valid JS. It would take forever to become mainstream but if node and major browsers …
-
comment
Comment #35655703
They're turing-complete and modular so it's not really about what they can or cannot do. Testability, tooling and the open-source ecosystem and either bad or non-existent. Writing …
-
comment
Comment #35329478
Just upgraded to Windows 11 (for its HDR features) and weather is now part of the "Widgets" bombarding me with ads and poor news sources. I genuinely tried to customize my "feed" b…
- comment
-
comment
Comment #35188047
In a monorepo with project references where each symlinked (not paths) package has a src/ and output lib/, I've always had issues with VsCode incorrectly proposing to import from s…
-
comment
Comment #35187828
We're not on 18 yet but things are clear, thanks!
-
comment
Comment #35187666
I notice that ReactDOM.render is also deprecated. In our embedded/plugin component scenario where we are given a to load in, it appears we should replace our current pattern ReactD…
-
comment
Comment #34891769
> it has by far the best vertical tab implementation of all browsers (someone please copy this) TIL. I think it's still far behind TreeStyleTabs (TST) on Firefox. Missing for me: -…