Tutorial on how to write basic udev rules in Linux
Another tutorial on these hairy udev rules! Getting the base concepts about udev rules
Another tutorial on these hairy udev rules! Getting the base concepts about udev rules
Udev is really cryptic and advanced. It is often hard to trobuleshoot if you need to. What is it? Udev is the device manager for the Linux kernel. Udev dynamically creates or removes device node files at boot time in the /dev directory for all types of devices. Udev is now part of systemd as you can see by viewing the “udev” file names included with the systemd RPM package.
This looks pretty interesting. Sort of what I've been trying to home grow. "Coder is a self-hosted platform that allows organizations to securely provision developer workspaces (featuring remote IDEs and all related resources) for DevOps, platform, and software engineering teams."
Learn the basics of Hotwire and how to use it in your Rails app.
This is super helfpul, and fixes a problem that totally stymeed me!
This is a very reasonable, rational, practical style guide. “Shopify's Ruby Style Guide. Always useful to see how the ruby experts do it!”
Nice list of tips, with some gems thrown in. “The other day I made an advice thread based on Jacobian’s from last year! If you know a source for one of these, shout and I’ll edit it in. “
In this post, we will bring up a Postgres database instance in Kubernetes and then connect to this instance using a cronjob. The goal is…
Ever since VNC (Virtual Network Computing) was invented in the early 2000s at the Olivetti & Oracle Research Lab it sparked some…
Kubernetes is undoubtedly a champion in the container orchestration world. But currently, we see K3s or a lightweight Kubernetes…
There are a lot of reasons why you might want to have your personal Kubernetes cluster. Personally, I like building my own tools and…
I am working on a ruby on rails cluster. There will be many links about my research. An exhaustive and documented Docker configuration for developing Ruby and Rails applications
Things You Should Know About Indexes and Transactions. This post covers internal workings of indexes and transactions of RDBMSs.
The Robotics Knowledgebase exists to advance knowledge in the robotics discipline.
The strange relationship between objects, functions, generators and coroutines In this article, I’d like to investigate some relationships between functions, objects, generators and coroutines in Python. At a theoretical level, these are very different concepts, but because of Python’s dynamic nature, many of them can appear to be used interchangeably. I discuss useful applications of […]
Programming translates fuzzy understanding into exacting specifications. That’s why it’s hard. The Illusion of Explanatory Depth reigns supreme
Particle swarm optimization (PSO) is one of the bio-inspired algorithms and it is a simple one to search for an optimal solution in the solution space. It is different from other optimization algorithms in such a way that only the objective function is needed and it is not dependent on the gradient or any differential […]
Sometimes you need to call a function in Python but you don't know which one until runtime. Let me show you how to dynamically call a function in Python.
RANSAC stands for Random Sample Consensus. In my opinion, it is the best type of algorithm: simple but very powerful and useful. It is…
The most surprising thing is that you wouldn’t let anyone steal your property, but you consistently let people steal your time, which is infinitely more valuable.