plain-text internet and my attempt to slim down my website

I’ve been slowly winnowing my web site down for years, from dropping colors, to simplifying text, to dropping ads, to cutting out as many photos and images as possible. I hate over-bloated websites, as exemplified by Yahoo!, trying to use the Google landing page as my ideal. There’s a lot to be said by a site that just shows plain text, and as little as possible.

Although I’ve been thinking along the lines of a plain-text internet (or just keeping it simple) for many years, it was Daring Fireball’s coverage ( https://daringfireball.net/linked/2022/03/20/plain-text-sports ) of Plain Text Sports ( https://plaintextsports.com/ ) that crystallized my thoughts on the matter. To that end I’ve started to strip out even more non-essential items that don’t contribute to telling the story, and only add additional content to a web page that doesn’t slows down download and rendering. That means I’ll be writing more text-only posts (such as this one) going forward. When I do use any images, I intend to use as absolutely few as possible (except, perhaps, for the cats) and to make them all as light-weight as possible.

Unfortunately it looks to be a long slog. My site might look light-weight, but the amount of data it transfers is anything but. I wrote this using Chrome on my Lenovo IP Flex 5 Chromebook, so I used Chrome to give me an idea how much is transferred by this page when it’s accessed. I did this by selecting Inspect on the page, then Network to bring up a chart that will plot every element, the amount of time, and the number of bytes. I refreshed the page and discovered that my typical “light” page downloads nearly 5.6 Mb of data, and takes about ten seconds for it to fully download. In my defense it starts to display and render almost immediately, but those two numbers are horrific. What aggravates me is that the majority of that load is courtesy WordPress, not directly from my content. So I need to start looking for ways to trim things down even from WordPress’ bloat.

How to determine the size of a web pagehttps://globalwarning.blog/determine-web-page-size/

a problem with the arduino ide 2.0 rc5

I have been using the Arduino IDE 1.x since I first came across it back in 2013, so nearly 9 years now. In all that time it’s done yeoman work as a tool for writing software for embedded devices in C and C++ for both Arduino and Adafruit devices. I might be a big fan of Python, and by extension, Micro Python and Circuit Python, but there’s no denying that when critical timing counts and/or you’re limited in memory and storage resources that the Arduino IDE and C/C++ give you much finer control towards implementing an embedded solution. I was therefore greatly anticipating the final release of Arduino IDE 2.

Arduino IDE 2 ( https://www.arduino.cc/en/software ) is a re-write of Arduino IDE 1 using the Theia Platform ( https://theia-ide.org/ ). The usage of Theia brings the Arduino IDE 2 interface up to date with its contemporaries, such as Visual Studio Code. While the main interface is great to work with, it’s some of the subfunctions that are questionable, such as Preferences | Additional Boards Manager URLS.

The current release of Arduino IDE 2 is at release candidate 5. It’s this release with which I have a problem. When I try to add new URLs to point at board support repos, the text box into which those URLs can be edited is a very narrow line that will not expand. I need this feature to work in order to try and use the Arduino IDE 2 to help write software for the latest ESP32 boards, such as the ESP32-S3 and ESP32-C3. This is a problem since RC2 was released, and has been a problem with each release candidate since.

It wasn’t a problem with the beta releases. This is how the dialog should look, using the last beta in the series, beta 12. As you can see the text box is open, and I have at least three separate URLs in the text box.

Another issue that has been in all the releases I’ve used, both beta and release candidate, is the placement of the ‘OK’ and ‘Cancel’ buttons. On the Preferences dialog it’s one way, while on the Additional Boards Manager URLs dialog it’s the opposite. I don’t care what order you choose, but the order should be consistent. It’s not a bug like the dialog text box, but it is just downright sloppy.

I have tried to report this to the developers, but it appears my reporting isn’t getting through. I hope I’m wrong and that this issue is fixed before the final release.