Using Generative AI to Detect Cat Breeds

Let's be honest, what other use is there for generative AI than working with cats? If you read my previous post on Google's Gemini AI launch, you may have seen my test prompts asking it to identify the kind of cat shown in a picture.

From: Raymond Camden

Google Gemini and AI Studio Launch

While it feels like just yesterday I first blogged about Google's PaLM APIs and MakerSuite, it was actually over two months ago, and of course, GenAI offerings are iterating and improving at lightning speed.

From: Raymond Camden

Virtual Threads in Spring Boot

In this article, we will discuss Virtual Threads in Java, their significance for Spring Boot developers, and how they can enhance the performance of certain types of Spring Boot applications.

From: Dan Vega

An Image Dialog Web Component

A lot of the talk (well, on Mastodon at least) lately concerning web components has been on "HTML Web Components".

From: Raymond Camden

Simple sabotage for software

CIA produced a fantastic book during the peak of World War 2 called Simple Sabotage. It laid out various ways for infiltrators to ruin productivity of a company. Some of the advice is timeless, for instance the section about “General interference with Organizations and Production”:

From: Erik Bernhardsson

Links For You

Welcome to - most likely - my last Links For You post of 2023.

From: Raymond Camden

The Twelve (Generative) Days of Christmas

I tend to have a lot of silly ideas.

From: Raymond Camden

Awesome Netlify Updates

For about two months now I've had on my queue to write about some of the incredibly cool updates Netlify has released but I just didn't have the time.

From: Raymond Camden

Generating Pandoc Heading Identifiers In ColdFusion

Ben Nadel uses ColdFusion to generate Pandoc-compatible heading identifiers, which he dynamically injected into the HTML of his Feature Flags book site....

From: Ben Nadel

Remove the Server Header in any IIS Version

Removing the Server Header as of IIS 10 (Windows 2022) is now much easier than it had been with prior versions of IIS.

From: Pete Freitag's Homepage

Reflecting On Natural Language Operators In ColdFusion

Ben Nadel reflects on why he never uses the natural language operators in ColdFusion. It's just emotions all the way down....

From: Ben Nadel

Adding Music Previews to My Now Page

About two months or so ago I added a Now page to my site.

From: Raymond Camden

Working Code Podcast - Episode 155: We're Thankful For Software

Ben Nadel and the crew talk about the various software programs and paradigms that they are thankful to have in their lives....

From: Ben Nadel

How to set the Release Date on Masa CMS content en masse with the Feed API

A little while ago we had a Mura site (which has recently been upgraded to Masa) with a bunch of blog articles and other content where the "Release Date" field was left empty by accident.

From: South of Shasta: Software Development, Web Design, Training

The RegEx Of Everyday Things

Ben Nadel shares his daily RegEx usage in order to inspire people to start using pattern matching in their daily lives....

From: Ben Nadel

Writing CSV with CFML

The Spreadsheet CFML library now has improved support for creating CSV from your data

From: cfSimplicity