ivn

joined 10 months ago
[–] ivn@jlai.lu 3 points 1 week ago (2 children)

Bash LSP server can use shellcheck and shfmt but you have to install those manually.

[–] ivn@jlai.lu 7 points 1 week ago (1 children)

Funny thing is that LSP was actually created for VSCode. That's the now standard protocol to decouple language specific things (completion, formatting, linting…) from the editor so you don't have to use an editor for each language. You can now use any editor that supports LSP, either directly or through a plugin, and turn it into a fully fledged IDE by installing the LSP servers for the language you need. I guess some VSCode plugins use LSP under the hood and just embed the server.

[–] ivn@jlai.lu 6 points 1 week ago (3 children)

Is pluging a LSP server that hard on vscode/intellij? Because it's automatic with a lot of LSP clients, open a .sh file, get asked if you want to install the corresponding LSP server, answer yes and that's it. Some LSP clients don't do automatic server install but you just have to install the server with your packet manager. At least that's how it is with vim / emacs.

[–] ivn@jlai.lu 15 points 1 week ago (5 children)

You don't need a plugin, just use the bash LSP server with any editor that support LSP servers. It supports explainshell, shellcheck and shfmt.

[–] ivn@jlai.lu 6 points 1 month ago

uBlock Origin also does a lot more than just block request, I'm not sure features like cname uncloacking would be feasible as an userscript.

[–] ivn@jlai.lu 20 points 1 month ago (2 children)

Why would you trust Greasemonkey and some random script over uBlockOrigin?

Also it might be possible to do it partly but performance would inevitably be worse and I'm not sure every functionality would be implementable.

[–] ivn@jlai.lu 7 points 1 month ago

Not sure Privacy Badger brings anything, it stopped doing local learning a long time ago. Just enable the anti tracking lists in uBO.

[–] ivn@jlai.lu 17 points 1 month ago

Ditch oh my zsh, install the plugins directly.

Because zsh is very fast and light. I'm using it with only a handful of plugins, manually installed, and starship

[–] ivn@jlai.lu 2 points 2 months ago

Tiens, pas chez moi. Mais dans tous les cas le Telegraph c'est du soft paywall.

[–] ivn@jlai.lu 16 points 3 months ago* (last edited 3 months ago)

From what I gathered Amazon is the only one that includes an identifier. Look for a string starting with "atv:kin".

The DeDRM fork removes it: https://github.com/noDRM/DeDRM_tools/blob/bf2471e65b1f52bb5292caeba70a9aea31bf6653/DeDRM_plugin/mobidedrm.py#L254

view more: next ›