Viewing profile — mmis1000
mmis1000
HN member- Joined
- Wed, Sep 19, 2018, 6:35 PM UTC
- HN karma
- 1,195
- Public activity
- 798 items
- HN profile
- View on Hacker News ↗
About mmis1000
No profile information was provided.
Recent public activity
-
comment
Comment #49235243
i mean webKit never handle viewport well when compare to firefox or chrome. it's willing to materialize a 10000*10000 texture when firefox and chrome will think that is too dumb an…
- comment
-
comment
Comment #49110741
I doubt the purpose is even age verification. They already can know I have a visa card which is credit card that can be only applied by an adult by looking at the BIN. Why they nee…
-
comment
Comment #48974575
Plus the routeros supports exporting all settings directly as text file. so you can really export the whole system, send it to llm and ask it to edit. install the new rule. in wors…
-
comment
Comment #48896550
Every single asr model I tested so far did not support timestamps properly though. Some use external aligner to create timestamp, but the accuracy is still much inferior than whips…
-
comment
Comment #48885883
Chrome is the only browser that preserve unused bit in value NaN through non JITed mode as far as I remember. And that bit become 0 when code get JITed.
-
comment
Comment #48885843
browser report where your browser window (not position in tab) is even page itself never need to use it. https://developer.mozilla.org/zh-CN/docs/Web/API/Window/scre...
-
comment
Comment #48466224
If calling somebody with phone is still 'dialing' someone even there is nothing round on smart phone. Then why not?
-
comment
Comment #48277103
Vue solve single source of truth much better than react though. The shape of derived data and source data (or even external data) are the same and interchangeable. So you can write…
-
comment
Comment #48054952
> This started breaking down after ~30 files. Codex's short context and todolist system combined somehow helps here though. Because of the frequent compact. The model was forced to…
-
comment
Comment #47749129
Compatibility so foundation packages like torch onnx-runtime can run on AMD GPU without massive change in architecture. It's the biggest reason for those stuff that "only works on …
-
comment
Comment #47748686
At least they finally do something this time. Now torch and whatever transformer stuff runs normally on windows/linux as long as you installed correct wheel from amd's own reposito…
-
comment
Comment #47421115
I think the website should probably mention those installation preset in unsloth pyproject.toml though. The website instruct you to install dependencies separately. But it turns ou…
-
comment
Comment #47420962
Uv helps you up though. Use a pyproject.toml and uv sync. Everything will be put into the venv only, nothing spread across the whole system. The pyproject.toml can even handles bui…
-
comment
Comment #47388987
some come with only very short description but most part are only discoverable by 'man'. and windows mostly use \? and also \h, java user single - for long argument because it don'…
-
comment
Comment #47385348
I think part of the problem is how these mcp service are designed. A lot of them just returns Mbs of text blob without filtering at all, and thus explodes the context. And it's als…
-
comment
Comment #47385303
Tell me how many ways that print help message for a command you have seen and say "reusable" again. Mcp is exactly exists to solve this. The rest is just json rpc with simple key v…
-
comment
Comment #47278992
If it explore all these cases after a few month and made the tool itself obsolete, that sounds like a total win to me? However that don't happen unless firefox just stop developing…
-
comment
Comment #47278938
It's not really bad or not though. It's a more directed than the rest fuzzer. While being able to craft a payload that trigger flaw in deep flow path. It could also miss some obvio…
-
comment
Comment #47256377
> Only complaint is it sometimes decides to ignore half your prompt when instructions get long This sounds like your context is too big and getting cut off.
-
comment
Comment #47249269
Wondering how it decided to show the force exit program dialog. I used to use 8g macbook for development. But instead warning on serious memory exhaustion, it just decided to lag a…
-
comment
Comment #47231615
I think AMD just add support of rocm to rdna2 recently? I can run torch and aisudio with it just fine. They also finally fix all ai related stuff building on windows, so you are no…
-
comment
Comment #47204193
from my personal experience, qwen 30b a3b understand command quiet well as long as the input is not big enough that ruin the attention (I feel the boundary is somewhere between 800…
-
comment
Comment #46997947
windows does support [win] + [arrow key] though
-
comment
Comment #46964601
This article always end up relevant once in a while. Recently, I am trying to make llm to output specific format. It turns out no matter how you wrote propmt and perform validate. …