use new image shortcode

This commit is contained in:
Christoph Cullmann 2025-07-19 19:30:01 +02:00
parent 7e8ddd7939
commit a535f425d8
No known key found for this signature in database
14 changed files with 50 additions and 50 deletions

View file

@ -26,7 +26,7 @@ The e.V. shall stay a representation of the currently active KDE contributors/co
Just take a look at the [2002 e.V. meeting](https://ev.kde.org/reports/2002/) group photo below: Just take a look at the [2002 e.V. meeting](https://ev.kde.org/reports/2002/) group photo below:
![2002 KDE e.V. meeting](/posts/join-the-kde-ev/images/2002_meeting.png) {{< image src="/posts/join-the-kde-ev/images/2002_meeting.png" alt="2002 KDE e.V. meeting" >}}
A few of this people are still active, some of them many of the current active KDE community members have never heard of. A few of this people are still active, some of them many of the current active KDE community members have never heard of.
The group pictured above isn't that diverse either. The group pictured above isn't that diverse either.
@ -36,7 +36,7 @@ I actually fished that picture out of my private data storage .P
Let's take a look at the Akademy 2020 group photo below (CC BY 4.0, created by the Akademy team): Let's take a look at the Akademy 2020 group photo below (CC BY 4.0, created by the Akademy team):
![Akademy 2020 group photo](/posts/join-the-kde-ev/images/akademy2020_group_photo_1080.png) {{< image src="/posts/join-the-kde-ev/images/akademy2020_group_photo_1080.png" alt="Akademy 2020 group photo" >}}
This looks a lot more like the KDE community we all know and love. This looks a lot more like the KDE community we all know and love.
Therefore it would be fantastic if active people take care to join the e.V., too! Therefore it would be fantastic if active people take care to join the e.V., too!

View file

@ -15,23 +15,23 @@ resources:
### Linux & BSDs ### Linux & BSDs
![Linux & BSDs](/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland.png" alt="Linux & BSDs" >}}
### Windows ### Windows
![Windows](/posts/kate-on-all-platforms-2024/images/2024-kate-windows.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-windows.png" alt="Windows" >}}
### macOS ### macOS
![macOS](/posts/kate-on-all-platforms-2024/images/2024-kate-macos.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-macos.png" alt="macOS" >}}
## State on Fedora 40 Workstation & XFCE Spin... ## State on Fedora 40 Workstation & XFCE Spin...
Screenshots taken from the [GNOME bugtracker](https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/288), copies to not stall their GitLab instance. Screenshots taken from the [GNOME bugtracker](https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/288), copies to not stall their GitLab instance.
![Fedora 40 Workstation](/posts/kate-and-icons/images/fedora-40-workstation.jpg) {{< image src="/posts/kate-and-icons/images/fedora-40-workstation.jpg" alt="Fedora 40 Workstation" >}}
![Fedora 40 XFCE Spin](/posts/kate-and-icons/images/fedora-40-xfce.png) {{< image src="/posts/kate-and-icons/images/fedora-40-xfce.png" alt="Fedora 40 XFCE Spin" >}}
I think that is rather unpleasant and for e.g. the left icon-only border just an unusable insult. I think that is rather unpleasant and for e.g. the left icon-only border just an unusable insult.

View file

@ -20,21 +20,21 @@ What is new?
* Diagnostics support: A tab in the LSP client toolview will show the diagnistics, grouped by file with links to jump to the locations. Issues will be highlighted in the editor view, too. * Diagnostics support: A tab in the LSP client toolview will show the diagnistics, grouped by file with links to jump to the locations. Issues will be highlighted in the editor view, too.
![Diagnostics support](/posts/kate-lsp-client-continued/images/kate-diagnostics.png) {{< image src="/posts/kate-lsp-client-continued/images/kate-diagnostics.png" alt="Diagnostics support" >}}
* Find references: Find all references for some variable/function in your complete program. They are listed like the diagnostics grouped per file in an extra tab. * Find references: Find all references for some variable/function in your complete program. They are listed like the diagnostics grouped per file in an extra tab.
![Find references](/posts/kate-lsp-client-continued/images/kate-find-references.png) {{< image src="/posts/kate-lsp-client-continued/images/kate-find-references.png" alt="Find references" >}}
* Improved document highlight: Highlight all occurrences of a variable/... inside the current document. Beside highlighting the reads/writes/uses, you get a jump list like for the other stuff as tab, too. * Improved document highlight: Highlight all occurrences of a variable/... inside the current document. Beside highlighting the reads/writes/uses, you get a jump list like for the other stuff as tab, too.
![Improved document highlight](/posts/kate-lsp-client-continued/images/kate-document-highlight.png) {{< image src="/posts/kate-lsp-client-continued/images/kate-document-highlight.png" alt="Improved document highlight" >}}
A feature I missed to show last time: A feature I missed to show last time:
* Hover support: Show more meta info about a code location, like the proper type, useful e.g. for [almost-always-auto](https://herbsutter.com/2013/08/12/gotw-94-solution-aaa-style-almost-always-auto/) C++ programming. * Hover support: Show more meta info about a code location, like the proper type, useful e.g. for [almost-always-auto](https://herbsutter.com/2013/08/12/gotw-94-solution-aaa-style-almost-always-auto/) C++ programming.
![Hover support](/posts/kate-lsp-client-continued/images/kate-hover.png) {{< image src="/posts/kate-lsp-client-continued/images/kate-hover.png" alt="Hover support" >}}
We even got already two patches for the fresh plugin: We even got already two patches for the fresh plugin:

View file

@ -33,11 +33,11 @@ What does work (tested with clangd and kate.git/work projects) at the moment:
* Outline view: Get an extra tool view with the symbols of your current view * Outline view: Get an extra tool view with the symbols of your current view
![Outline view](/posts/kate-lsp-client-restart/images/kate-outline-view.png) {{< image src="/posts/kate-lsp-client-restart/images/kate-outline-view.png" alt="Outline view" >}}
* Document highlight: highlight all occurrences of a variable/... inside the current view * Document highlight: highlight all occurrences of a variable/... inside the current view
![Document highlight](/posts/kate-lsp-client-restart/images/kate-document-highlight.png) {{< image src="/posts/kate-lsp-client-restart/images/kate-document-highlight.png" alt="Document highlight" >}}
* Code navigation: jump to the definition/declaration * Code navigation: jump to the definition/declaration

View file

@ -28,7 +28,7 @@ The most thing are internal cleanups and minor improvements.
Feature wise, the hover implementation works now more like in other editors or IDEs, you get some nice tool tip after some delay: Feature wise, the hover implementation works now more like in other editors or IDEs, you get some nice tool tip after some delay:
![Hover](/posts/kate-lsp-status-july-21/images/kate-hover.png) {{< image src="/posts/kate-lsp-status-july-21/images/kate-hover.png" alt="Hover" >}}
Never try to guess again what some *auto* means ;=) Never try to guess again what some *auto* means ;=)

View file

@ -25,7 +25,7 @@ If that is not the case for your system, please help to upstream them.
Below the current state of the master branch compiled on NixOS unstable with Wayland. Below the current state of the master branch compiled on NixOS unstable with Wayland.
![Unix like systems with X11 or Wayland](/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-linux-wayland.png" alt="Unix like systems with X11 or Wayland" >}}
How to compile Kate on your own on a Unix like system and start to help to develop it can be found out [here](https://kate-editor.org/build-it/). How to compile Kate on your own on a Unix like system and start to help to develop it can be found out [here](https://kate-editor.org/build-it/).
@ -41,7 +41,7 @@ With reasonable effort you can develop Kate on Windows with [Craft](https://comm
Below the current state of the master branch running on Windows 11 inside VirtualBox. Below the current state of the master branch running on Windows 11 inside VirtualBox.
![Windows](/posts/kate-on-all-platforms-2024/images/2024-kate-windows.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-windows.png" alt="Windows" >}}
If you like to try that, use the nighly installer linked on the [Kate website](https://kate-editor.org/get-it/). If you like to try that, use the nighly installer linked on the [Kate website](https://kate-editor.org/get-it/).
@ -53,7 +53,7 @@ We have nighly build available for that and you can, like on Windows, develop Ka
Below the current state of the master branch running native on my M2 ARM Mac Mini. Below the current state of the master branch running native on my M2 ARM Mac Mini.
![macOS](/posts/kate-on-all-platforms-2024/images/2024-kate-macos.png) {{< image src="/posts/kate-on-all-platforms-2024/images/2024-kate-macos.png" alt="macOS" >}}
Same as for Windows, if you like to try that, use the nighly installer for either ARM or Intel Macs linked on the [Kate website](https://kate-editor.org/get-it/). Same as for Windows, if you like to try that, use the nighly installer for either ARM or Intel Macs linked on the [Kate website](https://kate-editor.org/get-it/).

View file

@ -44,7 +44,7 @@ The KDE project did their job, at least for Kate I never did have any issues wit
Below a screenshot of Kate 24.02 running on Plasma 6. All icons are there, they are properly re-colored for the dark theme, too, including not just the used Breeze icons but for example the small Git icons in the left sidebar that Kate has bundled. Below a screenshot of Kate 24.02 running on Plasma 6. All icons are there, they are properly re-colored for the dark theme, too, including not just the used Breeze icons but for example the small Git icons in the left sidebar that Kate has bundled.
![KDE Plasma on Linux/BSD with Wayland/X11](/posts/kde-applications-and-icons/images/2024-kate-linux-wayland.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-linux-wayland.png" alt="KDE Plasma on Linux/BSD with Wayland/X11" >}}
This is the vanilla state each user will get if Kate is installed on Plasma (and the dark theme is used). This is the vanilla state each user will get if Kate is installed on Plasma (and the dark theme is used).
There are no patches done during building to achieve that nor is there any extra user configuration necessary. There are no patches done during building to achieve that nor is there any extra user configuration necessary.
@ -55,7 +55,7 @@ If you run Kate on Windows, the icon situation is good, too, if you use our Wind
See below what the current nightly of Kate looks like in some Windows 11 VM (I just started it from the unpacked ZIP, no setup needed). See below what the current nightly of Kate looks like in some Windows 11 VM (I just started it from the unpacked ZIP, no setup needed).
![Microsoft Windows](/posts/kde-applications-and-icons/images/2024-kate-windows.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-windows.png" alt="Microsoft Windows" >}}
In the Craft build descriptions we do some patches to ensure the Breeze icons are bundled as library and the application links with that. In the Craft build descriptions we do some patches to ensure the Breeze icons are bundled as library and the application links with that.
In addition we ensure with some more patching that our own icon engine is used to allow for the proper recoloring. In addition we ensure with some more patching that our own icon engine is used to allow for the proper recoloring.
@ -68,7 +68,7 @@ The situation on macOS is the same as on Windows.
If you go with a Craft build of Kate, you will end up with something like below. If you go with a Craft build of Kate, you will end up with something like below.
![Apple's macOS](/posts/kde-applications-and-icons/images/2024-kate-macos.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-macos.png" alt="Apple's macOS" >}}
All icons are there and even application provided icons like our Git one are properly recolored. All icons are there and even application provided icons like our Git one are properly recolored.
@ -78,7 +78,7 @@ Without the Craft patches Kate has more or less no icons like on Windows.
After covering Plasma and the two large closed-source desktop operating systems, as a small excursion, look how Kate (the KF5 based version) looks if installed on [Haiku](https://www.haiku-os.org/) with the package they provide. After covering Plasma and the two large closed-source desktop operating systems, as a small excursion, look how Kate (the KF5 based version) looks if installed on [Haiku](https://www.haiku-os.org/) with the package they provide.
![Haiku](/posts/kde-applications-and-icons/images/2024-kate-haiku.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-haiku.png" alt="Haiku" >}}
Kate looks ok, system icons intermixed with Breeze as fallback icons. Kate looks ok, system icons intermixed with Breeze as fallback icons.
@ -88,18 +88,18 @@ For testing this, I installed the latest Fedora Workstation in a VM.
I have done no user configuration beside what the installer and initial setup wizard asked and then just installed the Kate package. I have done no user configuration beside what the installer and initial setup wizard asked and then just installed the Kate package.
The shell was even helpful to ask to do that after you just tried to start the not installed Kate. The shell was even helpful to ask to do that after you just tried to start the not installed Kate.
![Kate on GNOME](/posts/kde-applications-and-icons/images/2024-kate-fedora-gnome.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-fedora-gnome.png" alt="Kate on GNOME" >}}
Most icons not there, not that nice. Most icons not there, not that nice.
For details about that read [this post](/posts/kate-and-icons/), we don't need to re-iterate this again. For details about that read [this post](/posts/kate-and-icons/), we don't need to re-iterate this again.
If you think: that is just Kate, let us just try Okular. If you think: that is just Kate, let us just try Okular.
![Okular on GNOME](/posts/kde-applications-and-icons/images/2024-okular-fedora-gnome.png) {{< image src="/posts/kde-applications-and-icons/images/2024-okular-fedora-gnome.png" alt="Okular on GNOME" >}}
One thing that can be at least solved easily is that the icons are gone, we just install the Breeze icon set as package. One thing that can be at least solved easily is that the icons are gone, we just install the Breeze icon set as package.
![Kate and Okular with Breeze on GNOME](/posts/kde-applications-and-icons/images/2024-kate-and-okular-with-breeze-fedora-gnome.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-and-okular-with-breeze-fedora-gnome.png" alt="Kate and Okular with Breeze on GNOME" >}}
Looks ok, system icons intermixed with Breeze as fallback icons just like on Haiku. Looks ok, system icons intermixed with Breeze as fallback icons just like on Haiku.
Not stylish but usable. Not stylish but usable.
@ -110,7 +110,7 @@ I was unable to trigger Kate or Okular to adjust to the dark mode GNOME provides
Kate and Dolphin 24.02 on MATE with dark mode on NixOS, normal system packages, Breeze icons is installed. Kate and Dolphin 24.02 on MATE with dark mode on NixOS, normal system packages, Breeze icons is installed.
![MATE](/posts/kde-applications-and-icons/images/2024-kate-and-dolphin-mate.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-and-dolphin-mate.png" alt="MATE" >}}
System icons intermixed with Breeze as fallback icons, looks not that nice. System icons intermixed with Breeze as fallback icons, looks not that nice.
Breeze icons not readable, as recoloring is not working. Breeze icons not readable, as recoloring is not working.
@ -119,7 +119,7 @@ Breeze icons not readable, as recoloring is not working.
Kate and Dolphin 24.02 on Xfce with dark mode on NixOS, normal system packages, Breeze icons is installed. Kate and Dolphin 24.02 on Xfce with dark mode on NixOS, normal system packages, Breeze icons is installed.
![Xfce](/posts/kde-applications-and-icons/images/2024-kate-and-dolphin-xfce.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-and-dolphin-xfce.png" alt="Xfce" >}}
Same mix and unreadable state as on MATE. Same mix and unreadable state as on MATE.
@ -127,7 +127,7 @@ Same mix and unreadable state as on MATE.
Kate 24.02 on Enlightenment with dark mode on NixOS, normal system packages, Breeze icons is installed. Kate 24.02 on Enlightenment with dark mode on NixOS, normal system packages, Breeze icons is installed.
![Enlightenment](/posts/kde-applications-and-icons/images/2024-kate-enlightenment.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-enlightenment.png" alt="Enlightenment" >}}
Just unreadable icons, beside out own Git icon and the few colored ones. Just unreadable icons, beside out own Git icon and the few colored ones.
@ -175,7 +175,7 @@ All is not perfect, we will need to get some Qt API to fully do that, but the cu
Here a comparison with the state as we have it now in our released software compared to with the state in the current master branch on an Cinnamon desktop. Here a comparison with the state as we have it now in our released software compared to with the state in the current master branch on an Cinnamon desktop.
![Cinnamon](/posts/kde-applications-and-icons/images/2024-kate-fixed-cinnamon.png) {{< image src="/posts/kde-applications-and-icons/images/2024-kate-fixed-cinnamon.png" alt="Cinnamon" >}}
The left side is the current Kate 24.02, the right side the current master build of Kate with master Frameworks. The left side is the current Kate 24.02, the right side the current master build of Kate with master Frameworks.

View file

@ -53,15 +53,15 @@ Direct links to the store entries can be found below (the screenshots are in Ger
* [Okular - more than a reader](https://www.microsoft.com/store/apps/9N41MSQ1WNM8) * [Okular - more than a reader](https://www.microsoft.com/store/apps/9N41MSQ1WNM8)
![Okular - more than a reader](/posts/kde-applications-on-windows/images/okular-on-windows.png) {{< image src="/posts/kde-applications-on-windows/images/okular-on-windows.png" alt="Okular - more than a reader" >}}
* [Kate - Advanced Text Editor](https://www.microsoft.com/store/apps/9NWMW7BB59HW) * [Kate - Advanced Text Editor](https://www.microsoft.com/store/apps/9NWMW7BB59HW)
![Kate - Advanced Text Editor](/posts/kde-applications-on-windows/images/kate-on-windows.png) {{< image src="/posts/kde-applications-on-windows/images/kate-on-windows.png" alt="Kate - Advanced Text Editor" >}}
* [KStars - Astronomy Software](https://www.microsoft.com/store/apps/9PPRZ2QHLXTG) * [KStars - Astronomy Software](https://www.microsoft.com/store/apps/9PPRZ2QHLXTG)
![KStars - Astronomy Software](/posts/kde-applications-on-windows/images/kstars-on-windows.png) {{< image src="/posts/kde-applications-on-windows/images/kstars-on-windows.png" alt="KStars - Astronomy Software" >}}
#### Help Wanted! #### Help Wanted!

View file

@ -53,7 +53,7 @@ I used PNG to avoid that some JPEG artifacts make the real rendering artifacts u
Let's show the current state with [Kate](https://kate-editor.org) & [Konsole](https://konsole.kde.org), here how Kate 19.08.1 looks if you start it on the second screen with default configuration with COPYING.LIB of ktexteditor.git as file: Let's show the current state with [Kate](https://kate-editor.org) & [Konsole](https://konsole.kde.org), here how Kate 19.08.1 looks if you start it on the second screen with default configuration with COPYING.LIB of ktexteditor.git as file:
![Experiments on Kate & Konsole](/posts/kde-qt-highdpi-scaling/images/kate-19.08.1-hidpi-second-screen.png) {{< image src="/posts/kde-qt-highdpi-scaling/images/kate-19.08.1-hidpi-second-screen.png" alt="Experiments on Kate & Konsole" >}}
This looks kind of strange. What you see is actually no split screen, even that is a pure rendering artifacts, actually, the whole Kate windows is more or less one artifacts. This looks kind of strange. What you see is actually no split screen, even that is a pure rendering artifacts, actually, the whole Kate windows is more or less one artifacts.
@ -67,7 +67,7 @@ This is now fixed and backported to the 19.08 branch.
This means, with 19.08.2, you will have the following experience: This means, with 19.08.2, you will have the following experience:
![Experiments on Kate & Konsole with 19.08.2](/posts/kde-qt-highdpi-scaling/images/kate-19.08.2-hidpi-second-screen.png) {{< image src="/posts/kde-qt-highdpi-scaling/images/kate-19.08.2-hidpi-second-screen.png" alt="Experiments on Kate & Konsole with 19.08.2" >}}
This somehow looks more like an actual working application. This somehow looks more like an actual working application.
@ -76,7 +76,7 @@ For people not able to update, a workaround is to disable both project and termi
Is now all fine with Kate? Is now all fine with Kate?
Unfortunately not, lets change my font size a bit and select things: Unfortunately not, lets change my font size a bit and select things:
![Experiments on Kate & Konsole with 19.08.2 with selection](/posts/kde-qt-highdpi-scaling/images/kate-19.08.2-hidpi-selection.png) {{< image src="/posts/kde-qt-highdpi-scaling/images/kate-19.08.2-hidpi-selection.png" alt="Experiments on Kate & Konsole with 19.08.2 with selection" >}}
I selected both in the text view (KTextEditor) and in the KonsolePart to show the issue is not just a plain "we are too dumb to render things" in KTextEditor. I selected both in the text view (KTextEditor) and in the KonsolePart to show the issue is not just a plain "we are too dumb to render things" in KTextEditor.
You get equal artifacts with most of our software :( You get equal artifacts with most of our software :(
@ -123,7 +123,7 @@ This leads to this current state of the rendering in the master branch.
I did select + deselect a bit text in the terminal to trigger the paintEvent related clipping failure, you can see a few small one pixel high selection leftovers below the selection area. I did select + deselect a bit text in the terminal to trigger the paintEvent related clipping failure, you can see a few small one pixel high selection leftovers below the selection area.
You need to play a bit with the scaling factor and font size, too, to trigger the effects, as like all rounding errors, you need specific values to trigger them. You need to play a bit with the scaling factor and font size, too, to trigger the effects, as like all rounding errors, you need specific values to trigger them.
![Experiments on Kate master](/posts/kde-qt-highdpi-scaling/images/kate-master-hidpi.png) {{< image src="/posts/kde-qt-highdpi-scaling/images/kate-master-hidpi.png" alt="Experiments on Kate master" >}}
I hope the Qt bugs linked above can be fixed in the near future, as I doubt we can add workaround to all the applications affected (nor do we want to) and the clipping issue of the paintEvent, if it really is the reason for the last remaining Konsole artifacts, seems not to be really fixable at all in the application code, beside going away from fine grained repaints. I hope the Qt bugs linked above can be fixed in the near future, as I doubt we can add workaround to all the applications affected (nor do we want to) and the clipping issue of the paintEvent, if it really is the reason for the last remaining Konsole artifacts, seems not to be really fixable at all in the application code, beside going away from fine grained repaints.

View file

@ -37,13 +37,13 @@ I did take some look at the internals of the keyboard to see if some more dampen
See the disassembly and later playing around with stuff and tape below. See the disassembly and later playing around with stuff and tape below.
![Removing the ping?](/posts/keyboard-fun/images/varmilo-moonlight-disass-1.jpg) {{< image src="/posts/keyboard-fun/images/varmilo-moonlight-disass-1.jpg" alt="Removing the ping?" >}}
![Removing the ping?](/posts/keyboard-fun/images/varmilo-moonlight-disass-2.jpg) {{< image src="/posts/keyboard-fun/images/varmilo-moonlight-disass-2.jpg" alt="Removing the ping?" >}}
![Removing the ping?](/posts/keyboard-fun/images/varmilo-moonlight-disass-3.jpg) {{< image src="/posts/keyboard-fun/images/varmilo-moonlight-disass-3.jpg" alt="Removing the ping?" >}}
![Removing the ping?](/posts/keyboard-fun/images/varmilo-moonlight-disass-4.jpg) {{< image src="/posts/keyboard-fun/images/varmilo-moonlight-disass-4.jpg" alt="Removing the ping?" >}}
Short answer: it didn't help. You can even stuff the lower parts totally with "anything", given you screw all things together later it will still ping. Short answer: it didn't help. You can even stuff the lower parts totally with "anything", given you screw all things together later it will still ping.
Even alone the upper plate does ping if you tick it without any extra parts. Even alone the upper plate does ping if you tick it without any extra parts.
@ -62,17 +62,17 @@ Solution? Create one out of both.
Given the red switches and the typing on the Xtrfy board was nice, why not just use the Varmilo keycaps for it? Given the red switches and the typing on the Xtrfy board was nice, why not just use the Varmilo keycaps for it?
![The solution?](/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-1.jpg) {{< image src="/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-1.jpg" alt="The solution?" >}}
![The solution?](/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-2.jpg) {{< image src="/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-2.jpg" alt="The solution?" >}}
![The solution?](/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-3.jpg) {{< image src="/posts/keyboard-fun/images/xtrfy-varmilo-moonlight-transfer-3.jpg" alt="The solution?" >}}
Varmilo was nice enough to include a keycaps puller anyways, already used for the total disassembly above. Varmilo was nice enough to include a keycaps puller anyways, already used for the total disassembly above.
## End result ## End result
![End result](/posts/keyboard-fun/images/xtrfy-varmilo-moonlight.jpg) {{< image src="/posts/keyboard-fun/images/xtrfy-varmilo-moonlight.jpg" alt="End result" >}}
I think the final "product" looks nice. I think the final "product" looks nice.
The RGB back-lighting still works, though the new keycaps are not shine-through. The RGB back-lighting still works, though the new keycaps are not shine-through.

View file

@ -43,7 +43,7 @@ Here [VIA](https://caniusevia.com/) comes into the picture.
For sure, it is an Electron based monster, but it provides a cross-platform UI for QMK based keyboards that allow on the fly configuration of at least the common things, like keymaps. For sure, it is an Electron based monster, but it provides a cross-platform UI for QMK based keyboards that allow on the fly configuration of at least the common things, like keymaps.
And it provides trivial things like testing all your keys, which is not that unneeded, given I was too dumb to properly install all my hot-swap switches ;) And it provides trivial things like testing all your keys, which is not that unneeded, given I was too dumb to properly install all my hot-swap switches ;)
![VIA UI](/posts/keyboards-and-open-source/images/keyboard-via.png "VIA UI") {{< image src="/posts/keyboards-and-open-source/images/keyboard-via.png" alt="VIA UI" >}}
## Actual Keyboard? ## Actual Keyboard?
@ -74,14 +74,14 @@ At work I now have some [SA profile](https://www.keycaps.info/) set from Signatu
Funny enough, shipping from US did take 4 weeks, even with air express, USPS seems to be not the fasted variant of travel. Funny enough, shipping from US did take 4 weeks, even with air express, USPS seems to be not the fasted variant of travel.
If others play with the idea to buy there, I must confess the quality is really good, but they are expensive, if you don't require exotic layouts like German, I would rather go with some cheaper sets, for US ANSI even the cheapest I tried out were ok, without obvious faults. If others play with the idea to buy there, I must confess the quality is really good, but they are expensive, if you don't require exotic layouts like German, I would rather go with some cheaper sets, for US ANSI even the cheapest I tried out were ok, without obvious faults.
![Keychron Q1 Ice Cap Keycaps](/posts/keyboards-and-open-source/images/keyboard-q1-work.jpg "Keychron Q1 Ice Cap Keycaps") {{< image src="/posts/keyboards-and-open-source/images/keyboard-q1-work.jpg" alt="Keychron Q1 Ice Cap Keycaps" >}}
If you look a bit more around on the picture you will see I have still my good old Nokia rubber ducky, a sole survivor from the time Nokia owned Qt :P If you look a bit more around on the picture you will see I have still my good old Nokia rubber ducky, a sole survivor from the time Nokia owned Qt :P
And no, I don't use a Mac, that is just one we use for our compile farm. And no, I don't use a Mac, that is just one we use for our compile farm.
At home I went with some [MT3 profile](https://matt3o.com/about-mt3-profile-and-devtty-set/) set without any legends, that is really cheap and funny enough did take only 4 days from US to Germany with standard UPS. At home I went with some [MT3 profile](https://matt3o.com/about-mt3-profile-and-devtty-set/) set without any legends, that is really cheap and funny enough did take only 4 days from US to Germany with standard UPS.
![Keychron Q1 MT3 /dev/tty Keycaps](/posts/keyboards-and-open-source/images/keyboard-q1-home.jpg "Keychron Q1 MT3 /dev/tty Keycaps") {{< image src="/posts/keyboards-and-open-source/images/keyboard-q1-home.jpg" alt="Keychron Q1 MT3 /dev/tty Keycaps" >}}
:=) And no, no second Nokia ducky at home. :=) And no, no second Nokia ducky at home.

View file

@ -17,7 +17,7 @@ This means I look at user bug reports for over 20 years now.
The statistics tell me our team got more than 9000 bugs since around 2001 (just for Kate, this excludes the libraries like KTextEditor that we maintain, too). The statistics tell me our team got more than 9000 bugs since around 2001 (just for Kate, this excludes the libraries like KTextEditor that we maintain, too).
![Kate Bug Statistics](/posts/over-20-years-of-bug-squashing/images/kate-bug-statistics.png "Kate Bug Statistics") {{< image src="/posts/over-20-years-of-bug-squashing/images/kate-bug-statistics.png" alt="Kate Bug Statistics" >}}
That is a bit more than one bug per day for over two decades. That is a bit more than one bug per day for over two decades.

View file

@ -30,7 +30,7 @@ Unlike for my tries with the Q1, this time I just went the plain QMK route, with
The Planck board offers a nice platform for experiments, given the plain grid layer that allows really to freely shuffle all your keys and experiment with extreme layouts. The Planck board offers a nice platform for experiments, given the plain grid layer that allows really to freely shuffle all your keys and experiment with extreme layouts.
![Building the Planck keyboard](/posts/planck-and-qmk/images/planck-building.webp "Building the Planck keyboard") {{< image src="/posts/planck-and-qmk/images/planck-building.webp" alt="Building the Planck keyboard" >}}
## Install QMK on NixOS ## Install QMK on NixOS
@ -90,7 +90,7 @@ Below the state of a finalized Planck board with some more or less standard firs
It even plays a nice startup sound on powering up. It even plays a nice startup sound on powering up.
![Finalized Planck keyboard](/posts/planck-and-qmk/images/planck-final.webp "Finalized Planck keyboard") {{< image src="/posts/planck-and-qmk/images/planck-final.webp" alt="Finalized Planck keyboard" >}}
My current keymap can be found [here](https://git.babylon2k.com/cullmann/qmk). My current keymap can be found [here](https://git.babylon2k.com/cullmann/qmk).

View file

@ -57,7 +57,7 @@ Let's continue to improve that in the next years even more!
Even [Wine](https://www.winehq.org/) based gaming in parallel to coding is possible, awesome! Even [Wine](https://www.winehq.org/) based gaming in parallel to coding is possible, awesome!
![My current KDE Plasma on Wayland session ;=)](/posts/plasma-kate-wayland-2021/images/plasma-kate-diablo-wayland.webp) {{< image src="/posts/plasma-kate-wayland-2021/images/plasma-kate-diablo-wayland.webp" alt="My current KDE Plasma on Wayland session ;=)" >}}
## Try it out! ## Try it out!