Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mmis1000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mmis1000
1mo ago
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 and only load the visible part. It's not a good targ
2.
▲
by
mmis1000
2mo ago
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 need my id card if the purpose is actually age verification?
3.
▲
by
mmis1000
2mo ago
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 worst case you just install the old rule back if it fuck up, no
4.
▲
by
mmis1000
2mo ago
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 whipser in case the audio is noisy.
5.
▲
by
mmis1000
2mo ago
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.
6.
▲
by
mmis1000
2mo ago
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...
7.
▲
by
mmis1000
3mo ago
If calling somebody with phone is still 'dialing' someone even there is nothing round on smart phone. Then why not?
8.
▲
by
mmis1000
4mo ago
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 an api that works with both without handling implementation
9.
▲
by
mmis1000
4mo ago
> 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 recheck what todo list item has not done yet and wh
10.
▲
by
mmis1000
5mo ago
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 nvidia gpu". It's not faster if vulkan a
11.
▲
by
mmis1000
5mo ago
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 repository. It's a huge step though.
12.
▲
by
mmis1000
6mo ago
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 out there are dedicated preset that install specific rocm/
13.
▲
by
mmis1000
6mo ago
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 build env for you, so you no longer need a setup.sh that instal
14.
▲
by
mmis1000
6mo ago
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't have short one. I doubt it is ever close to
15.
▲
by
mmis1000
6mo ago
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 also affected by how model is trained. Gemini specifically
16.
▲
by
mmis1000
6mo ago
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 value pairs. You can probably let llm guess the hel
17.
▲
by
mmis1000
7mo ago
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 though. New code comes with new bug, and there must be
18.
▲
by
mmis1000
7mo ago
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 obvious pattern that normal people don't think it
19.
▲
by
mmis1000
7mo ago
> 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.
20.
▲
by
mmis1000
7mo ago
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 and suicide with everything freezed (including the restart bu
21.
▲
by
mmis1000
7mo ago
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 longer limited to linux for these.
22.
▲
by
mmis1000
7mo ago
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 8000 or 12000?). But that isn't really bug of model itself
23.
▲
by
mmis1000
7mo ago
windows does support [win] + [arrow key] though
24.
▲
by
mmis1000
7mo ago
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. It will never be as effective as just limit the output with
25.
▲
by
mmis1000
8mo ago
Like… browser? Or anything with script loading capabilities like script engine in games. Executing remote script is almost unavoidable nowadays. And there isn't really a way to confirm if it is configured in a secure way. You either tr
26.
▲
by
mmis1000
8mo ago
Valve actually don't forbid you to apply DLC distributed outside of their platform to apply to game you bought on steam though. There are tons of visual novel game distributed this way. Main game on valve and adult DLC on dlsite...etc
27.
▲
by
mmis1000
8mo ago
The guarantee of web page never edit file on your disk(only create new ones) does not hold on this api though. I know it's what makes this api useful. But at the same time, there is big risk that user never expected this and results i
28.
▲
by
mmis1000
8mo ago
> When you're asked for an estimate, you've got to understand who's asking and why. This is so real. Sometimes when you get a unreasonably big feature request. It always turns to be somebody don't know how to express
29.
▲
by
mmis1000
8mo ago
Knowing something is wonky and knowing how to fix something wonky effectively without pissing anyone are completely different level of tasks though. Knowing things is bad only requires knowledge of the product itself. But fixing it requires
30.
▲
by
mmis1000
8mo ago
It seems depends on model and context usage though, the agent forgets a lot of things after half fill up. It even forgets the primary target you give at the start of chat.
More ›