Specifically a Firefox add-on container tab. Below is what I got. Refresh and restart didn’t help. Would open in a different container tab. Suddenly they started working again.
Monthly Archives: February 2024
KDE Plasma 6
Released. I haven’t distro hopped in a while, maybe it’s time to dual boot, and try this out. Wayland by Default, may be a problem for my old video card. Although, users can still switch to the X11 session if they want.
Lazarus 3.2 released
Well that happened fast. Needless to say I installed it.
Old “Electronic Brain” Video I uploaded on YouTube
I uploaded 5 days ago, as of this morning, has 835 views.
Found some old VM/SP training manuals
S3625 VM/SP Implementation (looks like it was a 4.5 day course, Perhaps offered in 1986) VM/SP Operator Training Mini-Course 1
Pascal debugging
There is supposed to be a VS Code debugger extension for Free Pascal. ext install CNOC.fpdebug But codium couldn’t find it. So it appears the best way to debug even Simple Applications is using Lazarus. This creates a project file and everything. You can add breakpoints and look at variables, but writeln() doesn’t output anything. …
Even more proof that I’m right about Pascal typed constants
At this point… I’m beating a dead horse. My previous post about this. I found another book “Object Pascal Handbook” by Marco Cantù. He includes a note in his constants section (He describes it as odd)… Oddly enough, Object Pascal does allow you to change the value of a typed constant at run-time,as if it …
Continue reading “Even more proof that I’m right about Pascal typed constants”
Go embeded struc’s
In my previous post, concerning embeded struc’s, I said “I don’t undestand the syntax”. To expand on my misunderstanding, it’s in the creation of p1, specifically the person: person part (see below) I get the second person… it’s the type. But I don’t get the first person. I can’t code person1: person, so if they …
Go, I won’t let one thing hang me up!
In the Go course, the instructor is talking about embedded struc’s. And I don’t really understand an example. I understand the purpose/concept, but I don’t undestand the syntax. I can run his code and see that it works. So I’ll just tuck it away in the recesses of my mind, until I have a thought …
Return to the Udemy Go course
It’s been a while but trying to jump back into Todd’s Go course. Very knowledgeable but trying to match the course content with the course is a challenge. He has some very interesting and useful VS Code tips. Taking a break from the Udemy Lazarus course but likely won’t return, because of his attitude about …