For my link archive initiated because I was trying to find out why ADS-B Exchange does not list originating and destination airports for flights, then on how to get at that data.
It is grouped in a few parts, starting with:
Posted by jpluimers on 2025/10/28
For my link archive initiated because I was trying to find out why ADS-B Exchange does not list originating and destination airports for flights, then on how to get at that data.
It is grouped in a few parts, starting with:
Posted in Communications Development, Development, HTTP, Internet protocol suite, JavaScript/ECMAScript, JSON, REST, Scripting, Software Development, TCP, Web Development | Leave a Comment »
Posted by jpluimers on 2025/10/28
[Wayback/Archive] Refactoring Is Not Just Clickbait – Kevlin Henney – NDC Oslo 2022 – YouTube
Via:
–jeroen
Posted in Agile, Code Quality, Conference Topics, Conferences, Development, Event, Refactoring, Software Development, Technical Debt | Leave a Comment »
Posted by jpluimers on 2025/10/24
Today a year ago, this interesting short film got available on YouTube about what an Artificial Super Intelligence could bring, especially when it became the villain or bad guy: [Wayback/Archive] Writing Doom – Award-Winning Short Film on Superintelligence (2024) – YouTube (some interesting comments below).
Synopsis from [Wayback/Archive] Writing Doom • Film + cast • Letterboxd:
A writing team are given the task of making Artificial Superintelligence the ‘bad guy’ for the next season of their TV show. With the help of a newcomer to the team (a Machine Learning PhD), they must figure out how and why an ASI might function as an antagonist – and the threat it might pose to humanity.
A few important notes:
Maybe AGI and ASI are like nuclear war, and this WarGames conclusion is sensible after all: “the only winning move is not to play” though with the money at stake, AGI and ASI might be obtained. I doubt that will be in my lifetime though.
See also:
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, LLM, Software Development | Leave a Comment »
Posted by jpluimers on 2025/10/23
For my links archive:
…
There is simply not enough Delphi code around for AI training. It is easy to have good coverage for JavaScript and similar where you literally have bazillion web pages available for scraping, where plenty of them virtually repeat the most common, required functionality. Pushing for more publicly available code without considering its quality, can also backfire.
…
[Wayback/Archive] PS C:\WINDOWS\system32> ollama listNAME ID SIZ – Pastebin.com
I still think these LLM are only good for inspiration (not just for the reason mentioned above) as using LLM generated code requires a lot of pre-thought and care, likely way more than any benefits (unpopular opinion: in a way programming based on LLM generated code is worse than being [Wayback/Archive] The full stackoverflow developer | Christian Heilmann which was later re-published at [Wayback/Archive] The Full Stack Overflow Developer – CodeProject)
I am not alone on this, as per Erik Meijer on Twitter:
Posted in AI and ML; Artificial Intelligence & Machine Learning, Delphi, Development, LLM, Software Development | Leave a Comment »
Posted by jpluimers on 2025/10/23
Get really good at programming.
Develop fluency in 66 programming languages with our unique blend of learning, practice and mentoring. Exercism is fun, effective and 100% free, forever.
Via [Wayback/Archive] Stephan (TheTraveller@sw-development-is.social) on Twitter: “Would you like to improve your programming skills online? I recommend trying exercism.io. It’s free and you can get feedback from real humans (if you’re in the #Ruby track, may be even from me 😀 ). #exercism #ISupportExercism”
–jeroen
Posted in Conference Topics, Conferences, Development, Event, Software Development | Tagged: exercism, ISupportExercism, Ruby | Leave a Comment »
Posted by jpluimers on 2025/10/22
Because it is cool: interactive [Wayback/Archive] pascal.js that shows the intermediate steps:
Source is at GitHub: [Wayback/Archive] GitHub – kanaka/pascal.js: Pascal compiler implemented in JavaScript
Via: [Wayback/Archive] javascript pascal at DuckDuckGo
--jeroen
Posted in Development, JavaScript/ECMAScript, Pascal, Scripting, Software Development, Turbo Pascal | Leave a Comment »
Posted by jpluimers on 2025/10/22
It was only a few years back that I was reminded there was in fact a methodology for cloud-based apps: Twelve-Factor App methodology – Wikipedia
Despite me following most of the factors there already (similarly that I have been doing agile software development using extreme programming techniques since the mid 1980s, long before it before they got formal in the 1990s and early 2000s), it helps to have a good vocabulary, so below are some links
Posted in Cloud, Cloud Development, Development, Infrastructure | Leave a Comment »
Posted by jpluimers on 2025/10/21
This is so cool: graphical [Wayback/Archive] Introduction to the A* Algorithm
It is still being updated, which is even cooler:
Created 26 May 2014, updated Aug 2014, Feb 2016, Jun 2016, Jun 2020, Jul 2023
These are for general graph traversal. That Wikipedia article only mentions depth-first search and breadth-first search, but forgets the A* search algorithm which is an extension of the also not mentioned Dijkstra’s algorithm which in turn is based on breadth-first search.
The visualisations cover the breadth-first algorithms.
The example code is Python based, but easy to translate into other languages.
The visualisation code is in JavaScript, using these files (they Archive.is versions are more accurate than the Wayback Machine ones):
Posted in Algorithms, Conference Topics, Conferences, Development, Event, Python, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2025/10/21
For my link archive as I have the oldest cams and might upgrade at least one of them: [Wayback/Archive] Raspberry Pi Camera Module 3 Comparison – {DPHacks}
Via: [Wayback/Archive] makerbymistake on Twitter: “I compared the new @Raspberry_Pi Camera Module 3 standard and wide versions side-by-side. Check it out:” Read the rest of this entry »
Posted in Development, Hardware Development, LifeHacker, Power User, Raspberry Pi | Leave a Comment »