ide

5 Articles 0 Followers


My Constant Fight With Programming Learning

15 Sep 2024 2 minute read 2 comments WinterYeti

I get programming conceptually. It's a process of commands, conditions, variables and references. In this respect, any of the languages make sense after you deconstruct them to their fundamentals. Self-Induced Pinhead Pain Unfortunately, every langu...

Making VSCode Work for You in Scripting

5 Sep 2024 1 minute read 1 comment WinterYeti

One of the annoyances with web scripting is that you have to save the file and then load it in a browser to see your progress. While it only takes a few seconds to refresh the file once loaded in the browser, it would be nicer if you can see the resu...

Arduino IDE GTK+, PyQt or PySide/Otherside Fork/Rebuild (To fork or not to fork, that is the question.)

26 Oct 2023 5 minute read 0 comments Great White Snark

Hi Folks. At this stage, I am technically neither completely gone from Pub0x, nor back from a hiatus. My existence here is in some sort of intermediate/indeterminate state, like Schrödinger's cat. I'm waiting for my My Lot account to be restored so t...

VisualStudioCode - [Part 2] Useful Extensions

29 Jan 2021 1 minute read 0 comments Giemo

The bread and butter of VSCode is the ability to choose from a huge variety of extensions. If you don't know where the available extensions can be found, have a look here. Here is a list of some of the most useful extensions, that will help you with...

VisualStudioCode - [Part 1] Introduction

27 Jan 2021 1 minute read 0 comments Giemo

In theory all you need to write a program is a text editor and (depending on the programming language) a compiler. With only this minimal setup however, it will be hard to write or debug your code efficiently. That's why IDEs (Integrated Development ...