de en es fr nl pl pt sv tr zh

en-us

Install Droidcam on Ubuntu using DKMS

My random nerd notes

DroidCam turns your phone into a webcam for your computer. You can use it with chat programs like Zoom, Discord, MS Teams. I’m describing the steps to install it on Ubuntu using the classic app. It has an alternative app that works like an OBS plugin. Additionally the below steps will use dkms,...

Rails and Vite

My random nerd notes

If you just want to use Vite as a replacement for the Rails included Webpacker (as it was up to Rails 6), you can simply use Vite Ruby. The goal of this article is different: to have 2 separate environments (Rails API and React frontend) using Vite, but with some degree of integration: you...

Install Node and Ruby (on Rails) using asdf

My random nerd notes

I’ve realized that a lot of people have a hard time configuring Node and Ruby. While I’ve been used to install nvm and rvm to manage each language (even because I’m the one building Ubuntu binaries in the rvm team), asdf is a multiple runtime version manager that can handle both. Install asdf...

Postgres Crash Course

My random nerd notes

These Postgres notes, like the old Oracle article is focused on users coming from MySQL. So, I’m assuming that you know the SQL basics and are familiar with command line tools, database creation, dump and import operations. Remember that Postgres documentation is your friend. A PostgreSQL user...