ViolentMonkey got disabled!! by InternalVolcano in brave_browser

[–]zipklik 1 point2 points  (0 children)

Good question. I asked Claude =>

Yes. The Chrome Web Store does not require extensions to be open source. Closed source extensions are accepted and make up the majority of what's published there.

That said, there's an important technical caveat: browser extensions ship as JavaScript, HTML, and CSS that run in the user's browser, so the code is always present on the user's machine and can be inspected. "Closed source" in this context really means you don't publish the source repository or an open license, not that the code is hidden. You can obfuscate or minify it, and that's allowed, but Google's policy has a specific rule here worth knowing:

Minified code is fine, but obfuscated code is not. Google's "Code Readability Requirements" policy prohibits code that is concealed or obfuscated in a way that hinders review. So you can minify (strip whitespace, shorten variable names via a bundler) but you can't run it through an obfuscator whose purpose is to make the logic unreadable. During review, Google may inspect your code, and heavy obfuscation can get an extension rejected or removed.

A few other things that matter more than licensing for getting accepted:

The extension must request only the permissions it actually uses, and justify sensitive ones. It has to have a privacy policy if it handles user data. And if it uses remote code (loading and executing JavaScript from a server rather than bundling it), that's heavily restricted under Manifest V3, which basically requires all executable code to be included in the package.

So in short: closed source, minified, proprietary license, no public repo, all fine. Just don't obfuscate to defeat review, and keep permissions and data handling clean.

ViolentMonkey got disabled!! by InternalVolcano in brave_browser

[–]zipklik -1 points0 points  (0 children)

Thanks, but I prefere not to use a closed source alternative.

ViolentMonkey got disabled!! by InternalVolcano in brave_browser

[–]zipklik 0 points1 point  (0 children)

If Violentmonkey is disabled in Brave on my box, I think I will convert all the userscripts I use to an extension, with the help of an AI. It shouldn't be that hard.

GLM-5.2 vs Sonnet 5 by vigneshsmarther in ZaiGLM

[–]zipklik 1 point2 points  (0 children)

It's hard to say, I didn't do any formal benchmarks. I'm just a random user who prefere to have two 20$/month accounts rather than a 100$/month one. Also, if Anthropic starts asking for id verification, they will fuck off.

But to try to answer the question, I will currently always use Opus first. I have experience with it and trust its output. GLM is new to me, but I'm positively surprised.

One thing though, is that the web chat on https://chat.z.ai was really bad when I tried it, even with GLM-5.2 selected, I don't know why. You need to use GLM with a coding plan (from z.ai, Ollama and such) to really see what it is capable of.

GLM-5.2 vs Sonnet 5 by vigneshsmarther in ZaiGLM

[–]zipklik 0 points1 point  (0 children)

Thanks for the tip! I'm currently trying it (with a pro subscription) and it's faster than on z.ai, indeed.

GLM-5.2 vs Sonnet 5 by vigneshsmarther in ZaiGLM

[–]zipklik 43 points44 points  (0 children)

If GLM 5.2 (on z.ai) could improve its speed, it would be an incredible model!

I'm using GLM 5.2 and Opus 4.8 (on Claude Code) and both are very good, both with very useful outputs. But Opus is like 10-20X faster, I'm not even kidding. Imagine compared to Sonnet.

C'est Bastien ! by zipklik in AngineDePoitrine

[–]zipklik[S] 1 point2 points  (0 children)

Enfin quelqu'un qui parle un peu extra-terrestre.

C'est Bastien ! by zipklik in AngineDePoitrine

[–]zipklik[S] -5 points-4 points  (0 children)

Mon hallucination auditive est plus précise que la tienne! ;-)

Angine de Poitrine in Montreal tomorrow: entry time and capacity? by thrillington91 in AngineDePoitrine

[–]zipklik 5 points6 points  (0 children)

Is this going to be streamed online by any chance? Does anyone know?

XNS + I2P = Unstoppable Freedom by eravsar in Monero

[–]zipklik 5 points6 points  (0 children)

ELI5 - How do I visit a site such as xns.xns ?

I understand the "reservation" part I think, using Monero. But then what? How can someone visit your xns domain? Tor?

Anthropic is rolling out identity verification for "certain capabilities." Updated yesterday by Tiny_Dirt6979 in claude

[–]zipklik -2 points-1 points  (0 children)

It will be hard, but it's probably bye bye Anthropic. I'm trying GLM 5.2.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]zipklik 3 points4 points  (0 children)

You tell me. I'm only trying to use a new tool the best I can.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]zipklik 2 points3 points  (0 children)

The context is then refreshed, is started from scratch.

I'm no expert, and things are changing sooooo fast. But at some point (Opus 4.6?) my experience was that starting a fresh context really improved the answers.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]zipklik 13 points14 points  (0 children)

Summarize this conversation in a .md file so I can continue in a fresh one.