ToolTamer β Sync System Configuration and Packages Across Machines
ToolTamer β Sync System Configuration and Packages Across Machines
Anyone working on multiple machines knows the drill: your .zshrc on the laptop differs from the desktop, one machine is missing ripgrep, another still has half a dozen too
Morphium version 6
Announcing Morphium 6.0: Modern Java ODM with Built-in Messaging
Today we're thrilled to announce Morphium 6.0, a major release of our feature-rich MongoDB Object Document Mapper for Java. This release brings full JDK 21 support, a comple...
Keylayout MacOS Nodeadkeys
Unfortunately MacOS does not have an option to switch off dead keys in your keyboad layouts. Especially for coding this is pain. Here is a way to change that.
the nix package manager
As I am always looking for new interesting tools, I came accross this new (or actually old) player in the realms of package managers for Unix/Linux: Nix. But the most interesting thing about it is not the package management itself, it is the reproducability of builds, that cought my interest.
New blog software
the java based blog sofware jblog was in use quite some time now and I thought it is in need of some additional love
NeoVim Editor
This is really a topic that can stir up emotions. Which text editor to choose and configure is a very important decision especially for Unix users.
this and my neovim journey describt in this post
Morphium version 5
Morphium, the java pojo objectmapper for mongodb, needed some rewrites and improvements. All details in this post.
Morphium V4.2.13
We have just released a new version, which again contains some improvements and fixes:
Passwordmanager: PASS
I already reported on PASS when I looked at the password manager.
I will descripe the extensability of pass in this post
Passwordmanager
1Password
I've been using 1Password for a long time and I've always been happy with it. However, there are now some reasons that speak in favor of switching to something else (purely subjective, everyone can eval...
pass Alfred workflow
This is a simple workflow for using the pass password store Alfread is the main GUI here.
Several keywords:
- pass: search for entries, hit enter to see details and copy fields accordingly
- pgen: generat
Morphium V4.2.12 released
The latest Version of morphium (V4.2.12) was released a couple of days ago. As usual, the changes contain Bugfixes and improvements.
- Tests were changed so that they run more smoothly in total, less side effects
- Tests were simplified
- B
Morphium V4.2.8 released
Morphium V4.2.8 was released including the following features:
- FEATURE:basic support for Aggregation with the
InMemoryDriverusingExpr - FEATURE: Support for
Exprin Qureries - FIX: imrpvoved Support for sharding
- FIX: increased
Indices in Morphium
Morphium and Indices
Defining Indices
First of all, you usually do not need to care about Indices in Mongodb, just define it in your entity code:
´´´java @Entity public class MyEntity { @Id private MorphiumId id; @In