clouddevchris's profile picture. I like science \ cloud native tech \ devops \ machine learning \ infosec \ codification \ applied technology \ automation and whimsical prose.

Cloud Dev Chris

@clouddevchris

I like science \ cloud native tech \ devops \ machine learning \ infosec \ codification \ applied technology \ automation and whimsical prose.

Pinned

"The reality of life is if enough people say it, it becomes the truth for people" youtube.com/watch?v=NW6OP4…


Cloud Dev Chris reposted

🚨 PostgreSQL 18: RETURNING now supports OLD and NEW values on UPDATE! #SQL #PostgreSQL

KaraBharat's tweet image. 🚨 PostgreSQL 18: RETURNING now supports OLD and NEW values on UPDATE!

#SQL #PostgreSQL

Cloud Dev Chris reposted

If you're wondering how I get those colorized ping outputs — I use grc (Generic Colourizer). It works with so many tools straight out of the box (df, lsblk, free, ps and more). You can quickly install it with your package manager, for example: $ sudo dnf install grc Add these…

sysxplore's tweet image. If you're wondering how I get those colorized ping outputs — I use grc (Generic Colourizer).

It works with so many tools straight out of the box (df, lsblk, free, ps and more).

You can quickly install it with your package manager, for example:

$ sudo dnf install grc

Add these…

Did you know you can actually drop zeros in an IP address and it still works. For example: 10.20.0.2 → 10.20.2 10.0.0.68 → 10.68 Both reach the same host. It’s one of those neat little IP quirks I use in labs , saves me a few keystrokes every time 😅

sysxplore's tweet image. Did you know you can actually drop zeros in an IP address and it still works.

For example:
10.20.0.2 → 10.20.2
10.0.0.68 → 10.68

Both reach the same host.

It’s one of those neat little IP quirks I use in labs ,  saves me a few keystrokes every time 😅


Cloud Dev Chris reposted

Quick Linux tip: The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output. $ icdiff config-dev.ini config-prod.ini The output will display both files…

thatstraw's tweet image. Quick Linux tip:

The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output.

$ icdiff config-dev.ini config-prod.ini

The output will display both files…

Cloud Dev Chris reposted
ComputerLove_'s tweet image.

Cloud Dev Chris reposted

interactive JSON viewer with jq filter editor

tom_doerr's tweet image. interactive JSON viewer with jq filter editor

Back when the price tag was so high the designers got time to stamp their mark on it.

Extremely high IQ design:



Cloud Dev Chris reposted

Bob Ross vibe coding was the AI slop I never knew I needed in my life


Cloud Dev Chris reposted

Introducing AgentKit—build, deploy, and optimize agentic workflows. 💬 ChatKit: Embeddable, customizable chat UI 👷 Agent Builder: WYSIWYG workflow creator 🛤️ Guardrails: Safety screening for inputs/outputs ⚖️ Evals: Datasets, trace grading, auto-prompt optimization


Cloud Dev Chris reposted

Codex CLI has joined the slash commands club Now you can create your own custom prompts with placeholders. In other words, you can set up commands such as /problem-analyzer /planner /refactor-task /delete-all-my-mess


Cloud Dev Chris reposted

𝗧𝘄𝗼 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 𝗿𝗲𝘃𝗶𝗲𝘄𝗲𝗱 𝘁𝗵𝗲 𝘀𝗮𝗺𝗲 𝗰𝗼𝗱𝗲: One got fired One got promoted The difference? How they gave feedback 👇 "You should have used Strategy Pattern" ❌ "What do you think about using Strategy Pattern here?" ✅ "Where are the tests? Do you…

AntonMartyniuk's tweet image. 𝗧𝘄𝗼 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 𝗿𝗲𝘃𝗶𝗲𝘄𝗲𝗱 𝘁𝗵𝗲 𝘀𝗮𝗺𝗲 𝗰𝗼𝗱𝗲:
One got fired
One got promoted

The difference? How they gave feedback 👇

"You should have used Strategy Pattern" ❌
"What do you think about using Strategy Pattern here?" ✅

"Where are the tests? Do you…

Cloud Dev Chris reposted

This is the kind of autism the government fears.


Cloud Dev Chris reposted

Asynchronous IO is the best feature In Postgres 18 yet. PG 18 has been released with many exciting features such as UUIDv7, Over explain module, composite index skip scans, and the most anticipated asynchronous IO with worker and io_uring mode which I uncover in this show.…


Cloud Dev Chris reposted

The SQLite internals tool built by @invisal89 is brilliant in understanding a SQLite file's underlying structure; give it a spin. sqlite-internal.pages.dev

SQLite is used across various projects for efficient data storage and retrieval. Many browser engines, Chromium included, rely on SQLite for various browser functions. The official architecture page is quite an exciting read, with pointers to the code.…

vivekgalatage's tweet image. SQLite is used across various projects for efficient data storage and retrieval.  Many browser engines, Chromium included, rely on SQLite for various browser functions.  

The official architecture page is quite an exciting read, with pointers to the code.…


Cloud Dev Chris reposted

Everyone uses Docker, but very few people know how debug a Docker container. No, I’m not talking about "docker logs", or "docker inspect", or "docker exec" I’m talking about "docker events". You probably don’t even know it exists. But it streams low-level, real-time event logs…


Cloud Dev Chris reposted

This is so crazy!😱Look at the immersive 360° display at the China National Film Museum in Beijing. The museum opened in 2007, 18 years ago! I can’t believe I just discovered this incredible place till today!


Cloud Dev Chris reposted

Postgres 18 has been released, with Async I/O support. Previously, all read requests were blocking, but with this update, they are no longer, delivering massive performance gains for read-heavy applications! It's enabled by default on Postgres 18!

dshukertjr's tweet image. Postgres 18 has been released, with Async I/O support.

Previously, all read requests were blocking, but with this update, they are no longer, delivering massive performance gains for read-heavy applications!

It's enabled by default on Postgres 18!

Cloud Dev Chris reposted

💾 SQLite in production? André Arko shows how his app serves 1M requests/month on a $14 Fly.io VM, powered entirely by a single SQLite file. Simplicity wins—until it doesn’t. andre.arko.net/2025/09/11/rai…


Cloud Dev Chris reposted

Postgres 18 has been released, which comes with native UUID v7 support! UUID v7 is time-ordered, which means there is less overhead on the indexes. This leads to both reduced reads and writes to your database compared to v4 UUIDs!

dshukertjr's tweet image. Postgres 18 has been released, which comes with native UUID v7 support!

UUID v7 is time-ordered, which means there is less overhead on the indexes. This leads to both reduced reads and writes to your database compared to v4 UUIDs!

Cloud Dev Chris reposted

Async I/O is going to be a game-changer in Postgres 18

kiwicopple's tweet image. Async I/O is going to be a game-changer in Postgres 18

congrats to the @PostgreSQL contributors 🐘 ◆ asynchronous I/O ◆ UUIDv7 ◆ virtual generated columns ◆ temporal constraints ◆ oauth authentication ◆ improved text search ◆ parallel streaming in replication ◆ new wire protocol (first new protocol version since 2003)

kiwicopple's tweet image. congrats to the @PostgreSQL contributors 🐘

◆ asynchronous I/O
◆ UUIDv7
◆ virtual generated columns
◆ temporal constraints
◆ oauth authentication
◆ improved text search
◆ parallel streaming in replication
◆ new wire protocol (first new protocol version since 2003)


United States Trends

Loading...

Something went wrong.


Something went wrong.