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

Monthly Archives: February 2025

  1. Home>
  2. 2025>
  3. February

Embedding Vector Search w/ Django & PostgreSQL, Part 1

  • Post author:Van Ly
  • Post published:February 12, 2025
  • Post category:django/docker/postgresql/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:February 12, 2025
  • Post category:postgresql

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

Sliding Cards Part 2

  • Post author:Van Ly
  • Post published:February 6, 2025
  • Post category:HTML/CSS/Javascript/programming/react

With the basics down, the next step in this little adventure w/ Javascript is to make it work in a React.js environment (Next.js to be more precise). There were some…

Continue ReadingSliding Cards Part 2

Infinite Sliding Cards

  • Post author:Van Ly
  • Post published:February 1, 2025
  • Post category:HTML/CSS/Javascript/programming

Part of a project I'm working on involves some animation of "cards" sliding in and out of existence. This trinity of HTML/CSS/JS serves as a basis for that functionality. The…

Continue ReadingInfinite Sliding Cards
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP