Posts tagged "blogging"

18 posts
A detail section of this blog’s header image featuring a cartoon illustration black and tan dog with a red bandana on a blue background with falling autumn leaves, rain, sound waves, and letters spelling "KING" on the left side of the image.

Autumn is here!

| In Blogging
| 9 minute read

Quite literally: this blog is now officially in autumn mode! 🍂

During our summer vacation, while watching over our dog Elvis, I spent some time doing recreational coding on the balcony of our vacation home in Sottomarina, Italy. The result is a seasonal bit of JavaScript/SVG animation for this blog’s header, which you can now enjoy on the main page, constantin.glez.de. But only during the autumn months, of course!

What started as a simple idea to add variety to my header turned into a 903-line journey of learning physics, mastering SVG patterns, and discovering just how much fun coding can be when there are no deadlines or requirements—just curiosity and Claude as my sparring partner. 🎯

Here’s what I learned along the way:

A dreamy, ethereal landscape with soft pink and purple clouds in a pastel sky. Flowing sine waves made of code characters weave through the scene in translucent ribbons of light, creating gentle wave patterns. Several colorful butterflies - including blue, purple, and pink ones - flutter gracefully across the composition. The overall mood is serene and fantastical, blending programming elements with natural beauty.

Animating SVG with plain JavaScript and CSS

| In Blogging
| 5 minute read

Refactoring my banner into SVG was only the beginning: the next step was animation. I continued with the “AI as a teacher” model and asked Claude to explain to me concepts like IIFE, how the browser’s DOM processes SVG elements, which SVG properties are GPU-accelerated and other CSS performance conc…

Close-up of an intricate mechanical watch movement with golden gears, springs, and components illuminated by warm ambient lighting.

Introducing the now page

| In Blogging
| 1 minute read

As of today, this blog has a “now page”. What is a “now page”? It’s a really good idea by Derek Sivers. From nownownow.com:

“a page that tells you what this person is focused on at this point in their life.”

Back then in the good old days of Unix, we called it a .plan file. Today, it’s not easy to…

Surreal landscape with bonsai-like trees growing on small floating islands in calm water, their reflections creating perfect mirror images below. Translucent soap bubbles float through a soft pink and purple sunset sky, with distant mountains silhouetted in the background.

Adding responsive and efficient images to your blog

| In Blogging
| 6 minute read

It’s been a while since I was up to date on image formats for the web. Back then in the 90s, I actually read the original JPEG paper in order to understand how it worked, because I was preparing a presentation to my study group on the MPEG paper and needed to understand how I-frames were encoded. At…

Whimsical steampunk factory scene with cartoon workers operating brass machinery among clouds and stars.

The IndieWeb is like the good old Blogosphere

| In Blogging
| 3 minute read

While refactoring my blog, I discovered the IndieWeb community. From the website:

“We are a community of independent and personal websites based on the principles of: owning your domain and using it as your primary online identity, publishing on your own site first (optionally elsewhere), and ownin…

Abstract, wave-like structures, like sand dunes, from blue-green to yellow.

Zed does Agents now

| In AI
| 4 minute read

About two weeks ago, Zed, my favourite code editor, introduced agentic coding, replacing its previous assistant panel on the right of its UI. A blog post walks through the way agents work in Zed now. The documentation now has an Agent Panel section. I’ve used it a bit for tweaking some stuff around …

Antique Typewriter on Dark Wood

LanguageTool

Linkpost| In Blogging
| 1 minute read

When writing my post on renovations, while mentioning automatic link checking and automatic HTML checking, I thought to myself: “Hey, how about automatic spell-checking?”. After all, OSes, word processors, etc. come with some built in spell checking.

Some research pointed me at LanguageTool. It’s free for basic use, open source, built in Europe, and has credible customers. It also supports multiple languages. And Markdown. What’s not to love?

(BTW, this is my first post in the “link post” format, popularized by John Gruber and others. These are short posts about cool, useful, or otherwise interesting links I found on the web. Just click on the post title to check it out.)

A burning matchstick

Deprecating Feedburner

| In Blogging
| 3 minute read

When I started blogging in the early 2000s, RSS emerged as an open standard for spreading the news. New post? Blam, everybody interested got a notification in their favorite newsreader. Back then, building a proper RSS feed was more of an art than an exact science: Crafting proper XML while taking a…

A construction crane with some steel beams.

Blog renovations (again)

| In Blogging
| 9 minute read

A long time ago (2017), I wrote about modernizing my blog’s infrastructure. Guess, what: Time to modernize again! Back then, I migrated from Drupal to a self-written, Jekyll-inspired static site generator written in Python (my current language of choice for most projects). I spent the majority of th…

A big, friendly, sign that says ‘Hola’.

Welcome Back!

| In Blogging
| 2 minute read

A lot has happened since I changed my job more than 5 years ago.

I learned new stuff, met a lot of customers, blogged and podcasted (though on other platforms), and I didn’t get to give this blog much care.

2011 is coming down the road

A Review of 2010 and Plans for 2011

From the archive| In Blogging
| 8 minute read

The year 2011 is almost two weeks old, and by now you’ve probably read every other review/resolutions/plans blog post out there. Now you have time to read this one :).

But first of all: Apologies for not having blogged for weeks. I’ve been moving to a new home over the last two months, the holiday season took its toll and there were a few other personal and job projects that demanded my attention.

Now, normality (whatever it is) is starting to come back and I can start devoting more time to this blog again.

This blog is now one year old, although I had been blogging for more than five years before. Time to reflect, plan and flip some switches for the future.

Here’s a quick recap of 2010, some plans and ideas for this blog, a call for feedback and hints to some other projects for 2011.

7links.jpg

The ProBlogger 7 Links Challenge

| In Blogging
| 4 minute read

Darren from ProBlogger today posted his 7 Link Challenge. A fun idea in which he asks bloggers to share 7 links to posts, based on the 7 criteria he selected.

ProBlogger is a great website with lots of useful tips for bloggers. Even if you don’t plan to make money with your blog, or if you don’t think of yourself as a pro blogger, this site is still one of the best in terms of blogging advice.

I’m currently reading his book “ProBlogger” (affiliate link) and I can highly recommend it to anyone who is thinking more seriously about blogging.

Now, let’s get started with the ProBlogger 7 Link Challenge for Constant Thinking:

201006top10blogs.jpg

Here Are the Ten Most Important Independent Solaris Blogs

From the archive| In Systems & Storage
| 8 minute read

One of the best information sources for any topic are blogs, and the Oracle Solaris operating system in all its variants (Solaris 10 and OpenSolaris) is no exception. Most of what I learned about OpenSolaris was through blogs, or through interacting with Solaris bloggers.

As a way of saying “Thank You”, I did some research and came up with a list of the top ten Solaris related blogs with the highest traffic on the Internet.

But first, let’s clear up some basic rules.

Tipping

10 Ways to Thank a Blogger Without Using Flattr

| In Blogging
| 13 minute read

One of the web 2.0 startup hypes du jour is called Flattr. It’s a micro-payment service that enables readers to allocate a monthly budget they can use to “flattr” blog posts and other content by clicking a simple badge. The monthly flat-rate is then distributed to the “flattred” authors as a way of appreciation.

More on that in this short video.

A lot of people are jumping on the Flattr bandwagon, and of course, rewarding creators is always goodness.

But I’m not convinced.

Why? Because IMHO there’s no need for a middle man handling the “Thank You” transaction between a blogger (or other content creator) and the reader (or other content consumer).

Instead, here are ten (10) better ways to accomplish the same thing (supporting your favorite creator). They can involve money or not - you choose - and in each of them, everybody wins.

Firefox wearing the OpenSolaris Persona

Show Your OpenSolaris Love by Wearing This New Firefox Persona!

From the archive| In Systems & Storage
| 2 minute read

Firefox 3.6 has introduced a new feature (that was in Beta for some time): Personas.

What’s a Persona? From Firefox’ own description: Personas are easy-to-use themes that let you personalize the look of your Firefox There’s a very nicely done video on the Firefox Personas site to introduce the feature.

If you (or your friendly sysadmin) haven’t upgraded to Firefox 3.6 yet, you can still install the Personas Plus Add-On (no link, page no longer exists) to enjoy all of the Personas goodness.

Constantin Gonzalez

Welcome to Constant Thinking

From the archive| In Blogging
| 2 minute read

Dear reader, my name is Constantin Gonzalez, and welcome to Constant Thinking!

This blog is about useful technology for the quality geek. As the name implies, I’m constantly thinking about technology, trying to figure out where it leads to, and how to get the best out of it. I try to learn, create and share useful technology stuff every day.

About the Author

I’ve been playing with computers since the early 80’s, and with Unix and the Internet since the early 90’s. I’ve created and installed websites since 1994, started working for Sun Microsystems in 1998 and as of now, I’m now a Principal Field Technologist at Oracle through their acquisition of Sun. My job is to provide Technical Expertise to customers in Germany, and help with other customer projects in rest of the world. My focus areas are SPARC processors and systems, Solaris and Cloud Computing.