Blog articles
Data Persistence in the OpenTelemetry Collector
2023 January 18 - 744 words - 4 mins -
What happens if the OpenTelemetry collector cannot send data? Will it drop, queue in memory or on disk? Let's find out which settings are available and how they work!
To check how queuing works, I've set up a small test environment. This environment consists of several data sources (postgresql, col…
read more
Use OpenTelemetry to Auto Instrument WordPress
2022 November 01 - 1409 words - 8 mins -
OpenTelemetry is often associated with modern microservices and cloud-native applications. What happens if we apply OpenTelemetry and modern observability techniques to something completely different? WordPress is the world's most popular weblog software. And it's also an almost 20 years old monolit…
read more
Where is the OpenTelemetry RFC?
2022 May 24 - 184 words - 1 mins -
In one of my talks about OpenTelemetry I got a great question: Where is the RFC of the OpenTelemetry protocol? I've found the answer for you.
OpenTelemetry is a project managed by the Cloud Native Computing Foundation (CNCF). And the foundation doesn't make standards, but specifications. They explai…
read more
Linear regression in sqlite
2021 January 06 - 719 words - 4 mins -
Linear regression is a very simple, powerful tool to predict the future. Especially when directly implemented in sqlite. This article is based on data from my PV system. From which I want to predict three things:
at what time the PV system starts to generate power,
when the most power is expected …
read more
3 important things to know to improve your cappuccino
2020 October 12 - 861 words - 5 mins -
It's fun to make coffee with my simple espresso machine. The current work from home era allows me to learn a lot by practice.
And I've practiced my milk frothing a lot lately. In the beginning I usually ended up with big bubbles on top of half-warm liquid. Now I'm able to create nice micro foam. And…
read more
IT Operations – Towards automation and predicting
2019 July 01 - 862 words - 5 mins -
'I have been helping customers with IT Operations issues for many years. One common pattern is to use Splunk as a central analytics platform. It can accelerate IT processes and make them more efficient' , Product Manager Erwin Vrolijk explains.
Everything related to IT is changing rapidly. Vrolijk n…
read more
Splunk eventgen now supports negative values
2019 February 15 - 386 words - 2 mins -
The Netherlands is a country with a lot of water. A big part of the country is even below sea level. And we even have a branch of government whose only concern is water management, water boards.
I had the opportunity to show one of the boards how their work could be more efficient, based on data. As…
read more
4 Tips to write a great use case
2018 November 01 - 724 words - 4 mins -
The way to prepare an organization for a data-driven future is to collect use cases. These small business cases describe: which decisions you took, what data you need, and how this contributes to the strategic objectives of the organization.
Let me tell you the four essential, most overlooked steps …
read more
Machine Learning & Algorithms
2018 August 01 - 705 words - 4 mins -
Research on Artificial Intelligence already started in the seventies. Because of this, it is possible for a computer to learn something. A computer can now make predictions or recognize objects based on examples. An important part of the research focuses on how to convert our understanding of how le…
read more
Machine Learning for Dummies
2018 July 01 - 610 words - 4 mins -
Machine Learning is a way to explain a computer what to do. You can’t just direct summon a computer do perform a task. That is why you give instructions on how to recognise relations and how features are recognized. By ‘teaching’ a computer, we can use these devices to help us with tasks that people…
read more
A fresh look at IT and business services
2018 May 01 - 431 words - 3 mins -
The last couple of years, we have seen several fantastic developments in the world of IT, systems are more and more being integrated (hyper converged) and standardized. At first sight this is great: there are less building blocks which can do more. There are fewer self-made management scripts in the…
read more
Image uploading fixed for Wordpress IOS-app
2011 January 24 - 77 words - 1 mins -
We are using Wordpress in a not so common configuration: our installation is hosted with a self-signed ssl cert, and behind http-auth. With this setup image uploading fails when using the IOS app.
I've created a patch for the app to fix this behaviour. The patch was accepted revision 1427.
read more
Small bug fix in wordpress plugin
2011 January 18 - 84 words - 1 mins -
In the wordpress CMS, a thumbnail can be added to a post. You have to add this thumbnail manually to a post, even when the post contains an image.
The 'Automatic Post Thumbnail' plugin automates the addition of thumbnails to posts.
read more
Quarters added to org-mode
2010 November 29 - 109 words - 1 mins -
Org-mode is part of the emacs text editor. It is a versatile ToDo-list manager, project planner, life manager. Org-mode has the ability to show information grouped by day, week, month or year. I added grouping by quarters to this list.
My patch is accepted and is part of org-mode since the 7.4 versi…
read more
InPlaceRichEditor autosize patch
2008 July 01 - 57 words - 1 mins -
In the 1.3 version of InPlaceRichEditor, a script which enables TinyMCE to be used as a edit in place editor, lives a patch I created.
This patch assures the TinyMCE editor is the same size as the text to be edited.
InPlaceRichEditor is made by Sébastien Grosjean.
read more