En
All English articles are marked under this category
-
As you know, sometime Internet is a bad place (and not, I am not talking about Facebook :)
There are “bots” which scans github repo in search of an AWS Keys or other similar api keys, mostly for installing spam bots and so on. You should not version it but… what can you do if your teammate did it already?
Read More -
This year PiHole protected by home, with an average of 15% of blocked DNS access, every day.
I got an useful article on additional ads list: https://jussiroine.com/2021/07/goodbye-telemetry-and-ads-running-pi-hole-in-a-home-network/
Also at the end of October CloudFlare released a new DNS for protecting family from malaware and adults-only content, called “Cloudflare’s 1.1.1.1 for Families” and you can find here a simple guide on how to install it.
Read More -
- Shutdown VM and compress the compact the disks
- Check if you have enough space: you need more or less the space of the VM disks+ minimal RAM configured
- From your Hyper-V host, run PowerShell as an administrator and then run something like: GET-VM This will display all the VMs running on the current host.
- Then run:
$ExportPath = “C:\\Exports” Export-VM -Name “BoxNameFromGetVM Step3” -Path $ExportPath
-
On 2023 Ubuntu 18 LTS support will end, so I started to evaluate the next LTS release, Ubuntu 20.
Read More -
Sometimes you could have the need to print our humble articles.
We have fixed the HTML CSS to support nice printing browser capability: give a try and let us know.
-
Lets face it handheld calculators are over priced: a Black and White Casio fx-9860-GIII is priced around 85€ but has only 64kb of working RAM.
Texas Instruments one costs even more.
Numworks offered a color display, 256Kb of RAM and a good GUI at 80€, the same price for a B/W slow Casio entry level. It was the best "Bang for the buck" also for the ability to enable CAS's extensions, via flashing a open source kernel; it was until today....
Read More -
After creating Misterio, I found this alternative called HarborMaster:
Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host.
It does this by taking a list of git repository URLs that contain Docker Compose files and running the Compose apps they contain. It will also handle updating/restarting the apps when the repositories change.
Read More -
Apache Cassandra Compendium, pasting together documentation from https://cassandra.apache.org/doc/latest/cassandra/data_modeling/index.html
Read More -
K8s is a very complex beast. But it give you a very good set of security defaults, and it is also a very well done implementation of a microservice application.
After installing Docker Swarm on some Customer, we are giving up on Swarm because the Enterprise version was acquired by Mirantis and now is marketed like “K8s” engine, so Swarm seems K8s right now.
Read More -
VIC20 Roooocks!Some nice article I found on this site, and done by Lawrence Woodman, a very smart guy in our humble opinion...
-
Turbo Rascal is a development environment for the Commodore computers but also for others like NES and so on.
It is a bit different from other IDE because it is based on a Pascal-like language. It is not easy to compile high level programming language on 6502, but Pascal seems to pay its bill well.
Read More -
Some time ago I stumbled upon this Hacker News discussion on how disable Spectre mitigation.
(For what Meltdown and Spectre is, refer to this article on 2018)
It is sad to say but my Intel NUC centrino was slowed down a lot by these mitigation, and the same faith is shared by old Intel server. Disabling it on Linux and Windows has a very huge improvements.
Read More -
SQLite is a fast, embedded dataabse with tons of feature. Below a set of feature I share with you.
-
I am not a project manager-born killer, but I learned a lot in my tiny life (and with 20+ experience, I am more or less in the middle of my career).
My rules when I must do an estimation are
- Tune your estimation on the context. To make simple the explanation, I will divide the estimation in categories; for instance take the fine grained and big cost estimation ones. All fine-grained estimation tasks should be between 2 and 10 days (it is an example). Big cost models are done with 10x or 20x days multiplexer Avoid mixing small estimation with bigger one (i.e. do not mix a task of 5 days with a task of 20 days, reason below).
- Never never never estimate a task less than two days. As one of my boss said, if you ends before your estimation, no one will complain; but be late of a day...also you have no chances to increase it after declaring it. Every time you open your IDE or answer to a call, two days are gone. In a small company I worked for, it was forbidden to have less than two days on a SAP time capture, because admin's customer invoice management overhead was higher than supposed gain.
- For fine grained estimation follow the 2,3,5 rules, if possibile
Suppose you have done a wrong estimation on a task, haven’t you?
Read More -
In my personal top ten on open source software initiative with some original sin inside them. Note: this is not a negative review, is only a snapshot of the world I see, I could be wrong, but please explain to me my mistakes, if any.
Read More