Tag: linux
Exploring artificial intelligence possibilities in late 2021 led me through
multiple hoops already. There are things that work already, there are
things that can be
optimized for a better performance
and then there are things that do not appear to work at all. One of such things... When starting with TensorFlow library bindings for NodeJS, for instance by
installing: ``bash
npm i @tensorflow/tfjs-node
` And then importing it inside a node module: `javascript
import * as tf from "@tensorflow/tfjs-node"
` The following error can be seen: `
This TensorFlow bin... A few days prior I have finally
received my electronic ID or eID
that can be used to streamline the communication with various official
bureaus in the country. Since it is Java based, it has a support for
multiple OSes by default, including Linux. Although, as I stated in the
pre... I consider the trusty Logitech MX Master 3, the
computer mouse I use to be a great
addition to my toolset. Even though I try to use mouse as little as
possible in times when keyboard is the main input source (when I am writing
something), the mouse is still very important. Do not... I have noticed that my
caffeine-ng in the tray is
seemingly enabling/activating at random, even though I had virtually
nothing running and I had no apps listed explicitly in the Preferences
dialog: The caggeine Preferences dialog without any explicit apps After running caffeine f... Some months ago I wrote an
article about the smartcard
and shown a possible way to initialize communication with it on Arch Linux
and the notebook equipped with smartcard reader, in my case a trusty T470. The basis for making the smartcard reader work is to install the required
p... A strange issue I could not find a meaningful explanation anywhere
regarding running docker-compose script and iptables firewall on Arch
Linux. Steps to reproduce assume bare iptables, Docker and docker-compose
available. Step 1. Start Docker Start the docker.service via systemct...