HackerTrans
TopNewTrendsCommentsPastAskShowJobs

artemisart

no profile record

comments

artemisart
·há 29 dias·discuss
bwrap is builtin in claude too, activate with /sandbox command.
artemisart
·mês passado·discuss
Hill climbing doesn't mean much but absolutely doesn't imply they cheat on benchmarks. They have more details here https://microsoft.ai/news/introducing-mai-thinking-1/ it seems to be "RL on everything".
artemisart
·há 3 meses·discuss
Every US intelligence org probably has at least API access, but anything outside of the US? No chance.
artemisart
·há 9 meses·discuss
I may be misunderstanding the question but that should be just decompressing gzip & compressing with something better like zstd (and saving the gzip options to compress it back), however it won't avoid compressing and decompressing gzip.
artemisart
·há 10 meses·discuss
Does refactoring mean moving things around for people? Why don't you use your IDE for this, it already handles fixing imports (or use find-replace) and it's faster and deterministic.
artemisart
·há 10 meses·discuss
Do you know about other security issues? If it's only about curl | sh it really isn't a problem, if the same website showed you a hash to check the file then the hash would be compromised at the same time as the file, and with a package manager you still end up executing code from the author that is free to download and execute anything else. Most package managers don't add security.
artemisart
·há 10 meses·discuss
Why should we expect companies to be able to reuse the correct token if they can't coordinate on using a single domain in the first place?
artemisart
·há 10 meses·discuss
Yes for parakeet, but only comparing benchmark results for canary. Whisper also has severe hallucinations on silence and noise and WhisperX helps a lot, it adds voice activity detection i.e. a model to detect when someone speaks, to filter the input before running whisper. https://github.com/m-bain/whisperX
artemisart
·há 10 meses·discuss
Nvidia parakeet and canary are better and faster, here is a leaderboard: https://huggingface.co/spaces/hf-audio/open_asr_leaderboard
artemisart
·há 10 meses·discuss
No, you never compute individual pixels because you never need to, and it's always faster to it in bulk (vectorization, memory access...) and so over an area you take the same number of pixels as input (or a little bit more with padding) and the blur will only increase significantly the compute.
artemisart
·há 10 meses·discuss
This seems to be exclusive to Safari, I can't get it to work in Chrome either (and didn't know about the feature before right now, the discoverability is terrible).