Jan-Lukas Else

Tech, life and everything else

Tags: VSCode


GoBlog Telegram Bot plugin

Published on in 💬 Micro

If you’re reading this, it seems that my GoBlog Telegram Bot (just another embedded plugin) is working!

This new bot probably has no real use, but it was a good experimental project to try and get a bit more familiar with the current state of GitHub Copilot, especially as we can now use it at work.

Probably the biggest use is for uploading photos from my phone. I can just send them as files and get a link back. But I can also send text and it publishes it. Even with frontmatter to configure parameters for the post.

Regarding Copilot: For whatever reason (maybe my adblocking DNS?) the VSCode extension keeps asking me to log in again, but still works for the non-chat features.

However, I am still a little worried that AI will make my work obsolete.

View

Published on in 💬 Micro

Previously, to work on my code server, I always installed Visual Studio Code locally and then accessed the server using the Remote SSH extension. But that no longer seems necessary now that I have code-server installed. Using code-server, Visual Studio Code can be easily used in the browser. Cool project!

View

My new Code Server: HP EliteDesk 800 G1 USDT

Published on in ✍️ Posts
Updated on

Yesterday I read this article by Vincent Warmerdam describing his new home setup. He uses an Intel NUC running Linux, which he can program on well, and accesses it via his laptop or a Mac using Visual Studio Code.

🖼️ View

My new coding workflow: VS Code + Remote-SSH extension

Published on in 👨‍💻 Dev

I recently rediscovered the ability of Visual Studio Code to develop on remote machines. Just connect to a server via SSH and develop there.

View

Developing 10x faster with my Surface Go and Visual Studio Code

Published on in 💭 Thoughts

This thought was written using Visual Studio Code from my Surface Go, but via a SSH remote connection to my ASRock Deskmini.

View

VSCodium: Microsoft-free Visual Studio Code binaries

Published on in 💭 Thoughts

Visual Studio Code is an awesome text editor. It is in fact my favorite one. I use it for writing blog posts, I use it for looking at code (although I prefer JetBrains IDEs for actual coding) and I use it whenever I need a text editor.

View

Jan-Lukas Else