Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Tooling

  1. Home>
  2. Tooling

Reminder: latest ≠ greatest

  • Post author:Van Ly
  • Post published:2026-05-30
  • Post category:Docker/RabbitMQ

In short, avoid using "latest" as the image version in docker-compose.yml.

Continue ReadingReminder: latest ≠ greatest

GitHub Workflow Tips

  • Post author:Van Ly
  • Post published:2026-05-27
  • Post category:Django/PostreSQL

GitHub Workflow notes for cleaning up disk space of and installing PostgreSQL to the runner.

Continue ReadingGitHub Workflow Tips

GitHub Authentication in WSL

  • Post author:Van Ly
  • Post published:2026-01-01
  • Post category:Git/Programming/Windows/wsl

Setting up sticky authentication to GitHub for WSL sessions.

Continue ReadingGitHub Authentication in WSL

Sonatype Updates

  • Post author:Van Ly
  • Post published:2025-12-22
  • Post category:Java/Maven/Programming

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.

Continue ReadingSonatype Updates

Embedding Vector Search w/ Django & PostgreSQL, Part 2

  • Post author:Van Ly
  • Post published:2025-03-04
  • Post category:Django/PostreSQL/Programming/Python

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…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 2

Embedding Vector Search w/ Django & PostgreSQL, Part 1

  • Post author:Van Ly
  • Post published:2025-02-12
  • Post category:Django/Docker/PostreSQL/Programming/Python

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…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 1

PostgreSQL Pager OFF

  • Post author:Van Ly
  • Post published:2025-02-12
  • Post category:PostreSQL

This is a useful but difficult-to-remember command for PSQL: \pset pager off Or, if the invocation of psql is within control, add the -P pager=off argument: psql -P pager=off ...…

Continue ReadingPostgreSQL Pager OFF
  • 1
  • 2
  • 3
  • 4
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP