GitHub Authentication in WSL
Setting up sticky authentication to GitHub for WSL sessions.
Setting up sticky authentication to GitHub for WSL sessions.
Sonatype "sunset" their OSSRH system for publisning into https://mvnrepository.com/ on 2025-06. These steps will allow using the existing Maven plugins to publish while working on switching to their new plugin.
As mentioned before, the follow-up Go post to record some findings while learning the language. I was burned once when bringing notions of types from previous experiences with C++/Java when…
Some quick notes on Go after taking a short "OOP in Go" course from LinkedIn (instructor Frank P Moley III). Encapsulation Encapsulation in Go is performed at a package level…
One CSS property (among many) that ALWAYS cause problems for me is the box-sizing property. Therefore, I might as well add a post for it. Normally, when setting the width…
Data Model for Embedding Typically, a model is used whose record includes: the text being embedded the embedding (vector of floats) However, RDBMSes have strict and relatively static schemas that…
Sigh. 🙄 Yes--yet another "AI" article in a blog. The pgvector extension allows PostgreSQL to support vector searches. This ability is useful for implementing RAG solutions. The link has all…