Getting the EMACS VTerm module to work in DOOM Emacs
Moving to a new Mac at the end of 2023 using EMACS 29.1 – It seems this problem has either gone away or I did something wrong initially. vterm works OOTB now, when installing the package it ask...
Moving to a new Mac at the end of 2023 using EMACS 29.1 – It seems this problem has either gone away or I did something wrong initially. vterm works OOTB now, when installing the package it ask...
We’re probably doing stories wrong. We pack technical tasks into stories and treat them like user stories. User stories should be user centric, capturing a feature we want to bake into our product ...
Abstract The goal of this article is to explain how to set Windchill up such that Keycloak is used. Basically we want SSO in Windchill using Keycloak. Prerequisites In order to keep things shor...
Abstract The “Windchill Advanced Deployment Guide” describes how to set up a reverse proxy for Windchill. Why would that be useful? Security: Using a reverse proxy setup, clients won’t d...
While RTFMing – I’m trying to learn more about PostgreSQL by working through Learning PostgreSQL 11 – I found this: Every database created by PostgreSQL inherits from a template database. Norma...
I’m a old-school coder and my first editor was vi on a old terminal hooked to some big-iron unix box. I never recovered – thus I’m still using a modal editor – MacVIM. MacVIM is a Vim port for OS...
I always wanted to know more about functional programming and lisp – so I thought why not use Clojure. It runs on the JVM and I can try out some real-world problems with it. Normally I use Jython...
I finally came around to investigate some long standing issues I have had with my Jython development environment, namely setting up the CLASSPATH. Background I use Jython every day to develop c...
I recently had the need to access a new table in an existing oracle database using Jython. I needed to atomically increase a field in for one row. Here is what I came up with. Notes T...
I’ve got a request to update my buildout recipe to build a statically linked lxml library, I decided to move the repository to GitHub. This way, people can fork my code and submit pull requests. ...