MBS #FileMaker Plugin, version 16.2pr1

Improved script search.
Added FM.ExecuteSQL.LastParameters
Added GMImage.AffineTransform
Added JSON.FromToon function to convert #TOON to #JSON.
Added WebView.MoveFocus function.

https://www.mbsplugins.de/archive/2026-04-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker

Native JSON modules are finally real. Matt Smith explains how import attributes let you load JSON files directly with import data from 'data.json' with { type: 'json' }, no bundler required. Browsers and runtimes handle JSON modules natively with explicit type declarations, eliminating build-time transformations and establishing a foundation for future structured module types. #json #js

https://allthingssmitty.com/2026/03/16/native-json-modules-are-finally-real/

Нативные JSON-модули наконец-то стали реальностью. Мэтт Смит объясняет, как атрибуты импорта позволяют загружать JSON-файлы напрямую через import data from 'data.json' with { type: 'json' } без сборщика. Браузеры и рантаймы обрабатывают JSON-модули нативно с явным указанием типа, что избавляет от трансформаций на этапе сборки и закладывает основу для будущих типов модулей. #json #js

https://allthingssmitty.com/2026/03/16/native-json-modules-are-finally-real/

Mine woukd be Newtonsoft's #JSON .net library.

I had just learned C#, and needed a JSON library. I have used many libraries in the past and had moderate expectations of more of the same.

This library taught me what a JSON libraryr needs to look like. It seemed like magic at the time.

Still does

#Builders #programming #devlife

MBS #FileMaker Plugin 16.1 News

Let us show you what is new in our plugin:

#Llama, #JSON, Phidgets, Files, OCR, Insert and Update in Databases, Threads, LibXL, GraphicsMagick, Translation, Dialog and Goodies.

https://www.mbsplugins.de/archive/2026-03-31/MBS_FileMaker_Plugin_161_News/monkeybreadsoftware_blog_filemaker

YottaDB r2.04 is released and the documentation has been updated. Use the ydbinstall.sh script (https://download.yottadb.com/ydbinstall.sh) or download a binary distribution from https://gitlab.com/YottaDB/DB/YDB/-/releases/r2.04 #NoSQL #JSON

📚 New Reading List is out!

This week we got:

🤖 🎉 A lot of great announcements in and around the #AI space
😎 🛠️ some #SQL fun with #JSON and more, and
🎪 behind-the-scenes GPU training and cloud network performance

📖 Happy reading!

https://www.geraldonit.com/reading-list-march-2026-4/?utm_source=mastodon&utm_medium=jetpack_social

Reading List – March 2026 #4

Announcements, SQL fun and more!

Gerald on IT

Ever needed to quickly turn a CSV into JSON but didn't want to upload your dataset to an unknown server? I built ConvertCSV2JSON to solve exactly that. It runs completely in your browser, so your data never leaves your machine. Just paste your CSV and get clean JSON instantly. A simple, free utility for developers and data folks who value privacy and speed.

#CSV #JSON #DevTools
https://convertcsv2json.getinfotoyou.com

CSV to JSON Converter - Best Free Online Tool to Convert CSV to JSON

Free CSV to JSON converter online - Convert CSV to JSON instantly with our powerful tool. Best CSV to JSON converter for developers with advanced features and instant conversion.

GitHub - gurgeous/tennis: stylish CSV tables in your terminal

stylish CSV tables in your terminal. Contribute to gurgeous/tennis development by creating an account on GitHub.

GitHub

An Eleventy Strava Experiment in Three Parts

Reading Time: 3 minutes

For the last two days I have been experimenting with reproducing my Strava timeline in Eleventy using a CSV file, for a change, as well as a JavaScript file to import new GPX files and map them correctly for the CSV file. That CSV file is then read by Eleventy to populate a site.

Part 1. Getting the Data

Initially I was going to use the API. Due to the API site not working I switched to exporting my strava history and downloading it. I created eleventy-strava and then added _data/raw and that’s where the csv files live. I have activities, privacy, bikes, shoes, and one or two other csv files.

With a few lines of JavaScript and Nunjuck I am able to extract the photos, the title, average heart rate, max heart rate and the comment/description for each activity.

The result is that within four seconds my entire Strava history is created, going all the way back to 2008.

Using MyAI and Gemini

When I was starting the experiment I ran out of tokens with MyAI almost instantly so I fell back to Gemini. For the intial setup Gemini worked fantastically, but when I wanted to add more functionality it provided me with erroneous code over, and over again so my enthusiasm has waned. We’re dealing with a lot of data, and I expect that by sharing data too generously I got Gemini narced, due to the pressure of all that data. I’m alluding to nitrogen narcosis and scuba diving in this image, not DEA activities.

GPX Imports

As I mentioned before, I’m experimenting with a static CSV file, rather than the API so the site is “dead”, in that data is refreshed only when I refresh it. That’s why I have the GPX import.js file. The idea is simple. I go for a run, a walk, a hike, a bike ride, or another sport and I come home. The activity is uploaded from my Suunto, Garmin, Apple watch or other to Strava and creates an individual activity. This activity has a strava ID and I give it a title.

The next step is that I download the gpx file from Strava. I rename it activity-id-name-of-activity.gpx, and my import.js file sees the id and title, parses, it, and then populates the CSV file with the name, title, hr info and more, in the appropriate 101 fields, before Eleventy rebuilds the site with the latest activity.

That’s when clever things happen

Automatic Hyperlinking to Strava

If I wanted to use GPX files directly, then I’d have several thousand data points per activity, several million over twenty years. If I wantd to map my activities it would take time, and effort. Instead I have my activities automatically connect with their Strava couterpart. This means that you have the Eleventy version that is light, fast, and easy to access and search, and the Strava version that is great for seeing the activity’s map and more. I’ve offloaded part of the work.

Part 2. Future Pairing With my Static Blog

For now the logic for my activities and my blog is seperate but I could very easily see myself pairing my daily blog post with the daily sporting activity. As you read the day’s post, you could then be drawn to the day’s sporting activity, and vice versa. With a build time of four seconds this doesn’t add much to the overhead of building my eleventy-blog site.

Part 3. Plenty of Flexibility

For now I have a summary page where I can see total distance for each sport where the distance isn’t 0km as well as the total climbed meters per sport. In theory, according to the data I have travelled 40,821km and climbed four hundred and sixty five metres. I could add information about average per year and more.

Proper Search

One of the key things missing from Strava, and Komoot, is the ability to search one’s own activities to find hikes. Several times I tried to find the Lammenhütte hike without much luck. With the flexibility offered by Eleventy I could add pagefind, and add search functionality quite easily, with filters for location and more. Even without search I wrote “lammen” and within a few milliseconds it found the lammenhutte hike that would take half an hour, using Strava.

And Finally

I’m only two days into this project. I could add monthly and yearly summaries for each sport, as well as searchability, and integration with my blog. I could also integrate my scuba diving log.

There are opportunities for me to explore.

#eleventy #gemini #JSON #myai #strava