HackerTrans
トップ新着トレンドコメント過去質問紹介求人

montroser

2,992 カルマ登録 8 年前

投稿

HTTP desync in Discord's media proxy: Spying on a whole platform

tmctmt.com
4 ポイント·投稿者 montroser·3 か月前·0 コメント

Justice Department seizes several websites it says spread terrorist propaganda

cnn.com
19 ポイント·投稿者 montroser·4 か月前·4 コメント

Fairphone 6: cheaper, repairable and longer-lasting

theguardian.com
24 ポイント·投稿者 montroser·5 か月前·9 コメント

Firefox and Linux in 2025

mastransky.wordpress.com
5 ポイント·投稿者 montroser·6 か月前·0 コメント

Fast GPU Interconnect over Radio

spectrum.ieee.org
100 ポイント·投稿者 montroser·6 か月前·12 コメント

Sewage can be used to heat and cool buildings

apnews.com
2 ポイント·投稿者 montroser·7 か月前·0 コメント

Go ahead, self-host Postgres

pierce.dev
5 ポイント·投稿者 montroser·7 か月前·0 コメント

Goodbye Circles, Hello Squircles: Perfect Corners in CSS and Canvas

orgpad.info
5 ポイント·投稿者 montroser·8 か月前·0 コメント

コメント

montroser
·一昨日·議論
Well, it's not that hard: just give the LLM a user-scoped access token, same as if the user themselves were asking their own LLM to act on their behalf.

Basically, just like we don't show users information they shouldn't be able to see, and don't let them take actions they shouldn't be able to take -- we can use exactly those same explicit mechanisms (scopes, roles, permissions) to limit what the LLM can see and do.

The LLM could try to do more than what's allowed, but they get shot down with an access denied message just like anyone else.

The anti pattern is to think that you can reimplement access control with prompt engineering and give the LLM root access. That is doomed to fail every time.
montroser
·3 日前·議論
I'm ready for my home helper robot that makes dinner and does the dishes and takes out the trash.

But I'm scared for when those home helpers get drafted to fight in wars, either for or against me...
montroser
·5 日前·議論
This article only promises to get into "the coming AI margin collapse" in a yet to be published "part two". This part only makes the point that GLM 5.2 is pretty good (no shit).
montroser
·9 日前·議論
I'm glad that your trivial migration was trivial.

All this was a big source of churn for plugins and frameworks: https://github.com/vitejs/vite/discussions/16358
montroser
·9 日前·議論
Vite had five major version in the four years 2022-2026. Version 3 => 4 => 5 => 6 => 7 => 8. Each one of those had breaking changes and required devs to go through a migration. It's too much. And for what? It's not as if it is dramatically better now than it was in version 3.

I can't say I would really look forward to bringing this level of needless churn and constant disruption to the rest of my development toolchain. Anyway, Vite+ is really just wrapping existing tools into an abstracted command-line interface? And so I have more layers of indirection to wade through in order to get the thing to do what I want? So far I am not optimistic about this prospect...
montroser
·10 日前·議論
That "thank you" at the end is particularly classy. Thank you for getting fucked and giving us your money.
montroser
·12 日前·議論
Yeah, but they're talking about fine-tunes.
montroser
·16 日前·議論
Sounds cool. How do agents know what else is going on in the doc? They have an embedded browser and they do like mutation observer type stuff? Or does the integration do polling?
montroser
·17 日前·議論
Nice. Can we get `nub --compile` up in there like Bun has?
montroser
·21 日前·議論
I've been driving glm-5.2 for a day or two now. It feels like a mature, seasoned colleague.

It could be luck, but I don't know -- it keeps one-shotting relatively hard stuff. And taking initiative to think about what potential regressions it should look out for, and choosing to do strategic refactoring when it should do. It is not confidently incorrect hardly at all, doesn't tell me that it's fresh risky pile of changes is ready for production without having exercised all the code paths and writing a bunch of tests, etc.

We might be reaching the next level here...
montroser
·22 日前·議論
Reading the paper, by "Fertility" the author really means "rate of pregnancy" which seems kinda like a different thing.

Basically, access to the Internet is correlated with less teenage pregnancy. Idiocracy in motion...
montroser
·22 日前·議論
Makes sense to split the foundation, as the communities have split (and withered).

From its inception Perl 6 was an incredible journey that resulted in a genuinely weird and interesting new programming language, and squandered a broad wealth of momentum and good will and enthusiasm from the Perl community at large. It was a dramatic slow death over the course of a decade, where people who had built their careers, and small and large companies who had built their economic engines on Perl got to come to the realization that the whole thing was over, killed somewhat inadvertently by its own creator...
montroser
·25 日前·議論
Well, this is certainly not benchmaxxed, I'll give it that. And props for being honest about how far behind Qwen 3.6 MoE is this model.

But yeah, it's not the best look to have to stretch and say it's "competitive" with other models in it's weight class, when it offers not much else that's useful or novel.
montroser
·28 日前·議論
deepseekv4 pro via opencode go is $10/mo and has very generous limits. I use pi for the harness and go just as a model provider. It goes a good long way...
montroser
·28 日前·議論
This is a finetune of Qwen-3.5. Interesting to see this coming from the government of Brazil.

https://www.reddit.com/r/LocalLLaMA/comments/1u4fzg1/new_mod...
montroser
·28 日前·議論
Well, this is the exact opposite of his point. Of course it should make sense when not animating! That is given. The entire crux of his point is that it should also make during an animation.

In an ideal world, it is hard to argue with. Yes, sure it should make sense. But also, please don't spend precious cycles on this unless all the other bugs are fixed, and this animation consistency is truly the most important remaining issue to address.
montroser
·先月·議論
> In Cellpond, I handpicked hexadecimal values for each channel so that the resultant colours would better fit my app's theme and needs.

Well, this is an admission that trying to balance "wiggle room" without too much "fussing" with 1000 colors didn't really work.

Evenly sampled in rgb space, a 1000 color palette yields neither enough flexibility (especially in the blacks, greys, whites), nor enough constraint to really make it dead simple.

For app development at least -- choose 20 gradations of blackish to whiteish; 8 gradations of an accent color and so too for a couple of secondary colors...and you're good. That's like 48 colors instead of 1000.
montroser
·先月·議論
Result is ~12 tokens per second, as reported by OP down in these comments here.

An impressive effort, and better than I would have thought possible on this hardware -- but still pretty far short of what one needs for an satisfactory interactive session.
montroser
·先月·議論
This is my daily driver laptop. It's pretty good for what it is. Runs Linux perfectly, not trying to be especially too fast, very nice pixel density, all metal case, sturdy build. Battery life is not the best. Beautifully compact.
montroser
·先月·議論
In practice, my experience is that it's mostly a lose-lose proposition. You have to invest in learning a bunch of same-but-difterent framework apis to do what the language already does natively. And in return, the code is more complex, and harder to debug, and so it has more bugs.

We once hired a very smart fellow to build out a media processing pipeline. He did with rxjs, but it wasn't scaling well. We tried to get with the paradigm for a bit and help scale it up, but flame graphs in profiler output were all crazy, and it was a pain to wire in timing traces, etc. We built a POC imperative version just to prove that we could indeed achieve the throughput we thought we could, and then we just said, well hey, this is faster and simpler, so... let's just go with this instead. And so we did.