#Claude #Code ist wirklich beeindruckend. Ich habe das mal in einer Ubuntu-VM mit #vscode und dem Claude-Plugin mit python aufgesetzt und es beeindruck mich massiv. Soweit ich die Code-Qualität bewertet habe, ist da nichts zu beanstanden. Selbst kontextlose Aussagen werden korrekt gedeutet.

#vibecoding #testlauf #ki #ai

Found something cool today. I am moving more of my Kubernetes workflow into VS Code using the Kubernetes Tools extension.

It handles cluster navigation, log streaming, and resource editing without constant context switching to the CLI. It is much faster for a quick sanity check on a pod.

https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools

#kubernetes #k8s #vscode #devops

Kubernetes - Visual Studio Marketplace

Extension for Visual Studio Code - Develop, deploy and debug Kubernetes applications

Tomorrow I should receive my new #keebio Iris LM #keyboard.

I'm switching my local #Linux #development vm from vanilla #Ubuntu to #linuxmint #xfce.

I'm also in the middle of moving from #vscode to #neovim for #coding.

That's a lot of change crammed together for my day to day work. Ngl I'm wondering if this is a good idea. But #yolo.

You are a vim/neovim user. You have a few plugins installed.

How do you remind yourself of those that you are not using on a regular basis?

I guess the question applies to any text editor or IDE.

#vim #neovim #emacs #intellij #VSCode

Complete guide to converting Windows CRLF line endings to Linux LF format using dos2unix, sed, and tr with Git configuration for cross-platform development.

#Linux #bash #Cheatsheet #Git #VSCode

https://www.glukhov.org/documentation-tools/text/conversing-windows-text-to-linux/

Converting Windows Text to Linux Format

Complete guide to converting Windows CRLF line endings to Linux LF format using dos2unix, sed, and tr with Git configuration for cross-platform development.

Rost Glukhov | Personal site and technical blog
Does anyone know how to change the font colour in the inline results in #vscode? I would like to mute it a bit so there is a stronger difference between code and results.
vscode-nsis v5.3.1 https://ift.tt/wzON4DT #VSCode
Release v5.3.1 · idleberg/vscode-nsis

revert accidental formatting suppression

GitHub
vscode-nsis v5.3.0 https://ift.tt/70JzNaX #VSCode
Release v5.3.0 · idleberg/vscode-nsis

add document link provider improve symbol match groups update dependencies

GitHub
VS Code's native remote tunnels are garbage. If the client computer loses the connection (eg it goes into standby), it won't reconnect until the *server* VS Code is restarted. #vscode

I can't seem to find a decent extension to format #django templates in #vscode. By decent I actually mean one that formats the file without breaking it (django tags cannot be broken across multiple lines so they must be kept in a single line).

Do you know of one?