Similar Posts
- AI | ChatGPT | Code | Photography
Adding EXIF data to an image with Windows command line
There was a post in a Facebook group ( https://www.facebook.com/groups/acdsee) asking how to add EXIF data to an image. The query was how to do this within ACDSee – this may be possible but I did not find the ability on a quick search. Seemed easy enough to do via command line. I started a…
GPT-Researcher: The Global Impact of a Two-Month Internet Outage: Societal Reactions and Consequences.
I’ve been testing the GPT Researcher tool; I used it to review what the impact might be of a two month internet outage in North America.
Open Source Social Media using langchain
Something I want to try but will likely be too lazy to.
Autodesk’s Free 3D Tools: Tinkercad and Fusion
Autodesk offers free access to powerful 3D modeling tools for beginners and personal use. The most accessible entry point is Tinkercad, a simple, web-based application designed for learning 3D design, electronics, and basic coding through intuitive drag-and-drop modeling. For more advanced personal projects, Autodesk Fusion 360 is available free to individuals earning under $1,000 USD…
ChatGPT GPT-4o
I found great utility from ChatGPT for coding learning and assistance. This seems to be quite a bit better in practice with GPT-4o. I asked ChatGPT to create a swarm simulation using python, like the old ‘swarm’ screensaver. Then added a ‘hawk’ that catches them. When they are all caught, it restarts. When it was…
How I Built an Automated WordPress Post Reviewer (Dead Links, Stale Content, Signal Alerts)
I built a small automated tool that checks my WordPress posts for dead links and stale content, then sends me a Signal summary. Here’s how it works and the bugs I hit along the way.