Code Break Tomorrow – Desktop Apps with Python

Greetings, programs. Tomorrow (June 10th) at 12PM CST (Cool Standard Time), I’ll be hosting my next Code Break, "Build Desktop Apps with Python and Flet". My last two sessions covered building desktop apps with Tauri, a TypeScript/Rust platform, so I’m looking forward to playing with a Python version of the same idea. You can RSP at the link above, or watch right here: Play Video Raymond Camden… more →
Posted in: JavaScript

Is this the future of Street View?

Odyssey has released a demo of its new AI technology that enables users to explore 3D video environments in real time. Odyssey is similar to Google Maps Street View in that it allows users to visually explore real-world environments. However, instead of navigating through static 360-degree photos, Odyssey uses AI-generated streaming video that responds dynamically to user input. The result Maps Mania… more →
Posted in: Interactive Maps

Links For You (6/8/25)

Welcome to another edition of my "this was supposed to be down on Saturday" biweekly list of links. Yesterday my wife and I made pretzels at home for the first time. It was a rather simple recipe that didn’t need any boiling and they came out incredible. We also watched the new Predator movie, Killer of Killers, which was quite spectacular. I definitely recommend watching it when you can. Ok, on with the links! Releative Colors in CSS CSS never ceases to amaze me, despite me knowing I’ll never be really good at it. In this article by Ahmad Shadeed, he introduces the concept of native color modifying in pure CSS. Ie, taking one base color and changing it to be lighter or... more →
Posted in: JavaScript

Working with the Mastodon API in BoxLang

So remember a long time ago (Tuesday), when I blogged about using the Bluesky API with BoxLang? As expected, I’m following that up today with a look at using the Mastodon APIs. Personally, I’m down to just two social networks, Bluesky and Mastodon. Originally I was using Mastodon a lot more, but I’ve been vibing with Bluesky more lately so I tend to check it more often. That being said, whenever I release a new blog post, I’ve got an automated process to post to both, so I thought I should cover both for BoxLang as well. Even better… I already did this in ColdFusion! Way back in October 2023, I blogged about the topic and even shared a simple ColdFusion component... more →
Posted in: JavaScript

Mapping Whale Superhighways

The WWF has launched a new interactive map Blue Corridors that brings 30 years of whale migration data to life. Using the map you can:🛰️ See where whales travel.⚠️ Learn what’s putting them at risk.💙 Discover how we can protect them.The new Blue Corridors interactive map is designed to support global whale conservation efforts by visualizing decades of scientific data in a way that is Maps Mania… more →
Posted in: Interactive Maps

Working with the Bluesky API in BoxLang

I’ve built multiple integrations with the Bluesky API, all making use of either the Node or Python SDK, but I thought I’d take a quick look at what it would take to build a BoxLang integration using the REST API. Turns out it’s pretty easy (with some caveats I’ll explain at the end) – here’s what I built. Authentication To authenticate, you’ll need your username and password for your account. I’m picking this up via environment variables and doing a bit of validations: BS_HANDLE = server.system.environment?.BLUESKY_HANDLE ?: ''; BS_PASSWORD = server.system.environment?.BLUESKY_PASSWORD ?: ''; if(BS_HANDLE == "" || BS_PASSWORD == "")... more →
Posted in: JavaScript

The Start of Hurricane Season

Hurricane season in the Atlantic Ocean officially begins on June 1 and ends on November 30 each year. The peak of hurricane activity typically occurs from mid-August to late October, with September 10 often cited as the statistical peak of the season. During this time, meteorologists and emergency planners closely monitor tropical systems and prepare for potential impacts to the U.S., Central Maps Mania… more →
Posted in: Interactive Maps

How the US Arms the Mexican Drug Cartels

There are only two gun stores in Mexico, and both are located on military bases. Yet the country still suffers from a major gun homicide problem. So where are the guns coming from?In 2015, a Mexican military helicopter was shot down by cartel fighters using a Browning machine gun and a Barrett .50-caliber rifle. Both weapons were traced back to legal purchases in U.S. gun shops. This stark Maps Mania… more →
Posted in: Interactive Maps
1 12 13 14 15 16 222