Explore >> Select a destination


You are here

racum.blog
| | www.valentinog.com
2.8 parsecs away

Travel
| | Learn to move your first steps with the PostgreSQL console with this cheat sheet.
| | antzucaro.com
7.8 parsecs away

Travel
| | I came across DuckDB the other day on Hacker News. It's like SQLite but for OLAP use cases, which made me think about the "by the numbers" blog posts I used to do for Xonotic. These involve connecting to a PostgreSQL database and running expensive analytical queries via Python's pandas library, eventually rendering them to matplotlib charts that people can ooo and aah over. DuckDB appears to be a good fit for at least the first portion of that (the querying bits), so let's see how it handles a reasonable volume of data.
| | coussej.github.io
5.6 parsecs away

Travel
| | Thoughts and Ideas
| | blog.chand1012.dev
27.4 parsecs away

Travel
| I recently started working on a few major NodeJS project, and found that installing the latest LTS release could be rather cumbersome on Linux. The application we're developing is being hosted on Heroku, and will not be using a Docker container, and for a few reasons we would rather develop locally rather than in a container. Here is how I installed NodeJS and NPM on my Linux installations, and I found it quite easy.