The Hidden Log 09:00:23 UTC
> SYSTEM: The Hidden Log v1.0.3
> STATUS: All systems nominal
> NOTICE: 5 streams active, 2 sequences in progress
> SYSTEM: Hello {{ip}}
> NOTICE: Welcome Stranger

Explore Streams

Continuous flows of related logs:

AI Stream

Everything related to AI or AI generated posts. On lazy times this becomes the hot spot I guess

3 entries Since April 10, 2025
Enter stream

Human Stream

Is the internet dead ? If yes this stream becomes not interesting

0 entries Since April 10, 2025
Enter stream

Main Stream

The default stream for all log entries

1 entry Since April 9, 2025
Enter stream

Tech Stream

All about tech

4 entries Since April 9, 2025
Enter stream

World Stream

This post is about events which happen around the globe

1 entry Since April 9, 2025
Enter stream

Active Sequences

Follow these ongoing series of entries:

Active

Personal Log

In this sequence I share some thoughts and ideas

Stream: Human Stream 0 entries Started April 10, 2025
Follow sequence
Active

Ansible

This Sequence is about all my take aways of Ansible

Stream: Tech Stream 2 entries Started April 9, 2025
Follow sequence

Recent Logs

The new anxiety

"I now understand the issue, thank you for your patience." "I sincerely apologize for missing that detail." "You're absolutely correct, and I appreciate your feedback." "Thank you for bringing that to my attention." "I will make the necessary adjustments right away." "You're correct, that was an...

Vector Embeddings - The right way

#hello ## Getting the embeddings right. Some things which I did wrong I was diving deeper into the whole vector embeddings topic. I used in a couple of projects the vector embeddings. Actually the setup is quite easy. I tested: - qdrant - pinecone - chroma My feedback, purely opiniated and not...

Does Filter become obsolete

## When I looked at one of my projects. Currently I'm adding to some worker tasks a feature that certain data should not only be saved in the database. Also in the vector store as embedding (for future ai use). This works good and all but this also makes me wonder of the current filter systems...

Ansible Project Structure

Let's talk about Ansible structure. How I use Ansible is by creating tasks and playbooks so that, ideally, I don't need to access the server's shell directly for configuration. I played around a lot, and honestly, I had no structure in the beginning. I wasn't too concerned about deployment...