Clever 2 years ago So, YES, everybody should have at least *some* swap available in their Linux boxes.
Clever 2 years ago Nice read: Looking into Odin and Zig: My notes - Ayende @ RahienI was pointed to the Odin language after my post about the Zig language. On the surface, Odin and Zig are very similar, but they have some fundamen...
Clever 2 years ago Launched Now - v0.0.1 DUB Package RegistryPackage now on DUBAuxiliary tool for software projects in general Can be installed using Dub, the D package manager.
Clever 2 years ago I'll try Pijul on my next personal project instead of git, just because WHY NOT? PijulAn easy to use, distributed and fast version control system.
Clever 2 years ago Para os falantes de pt-br: O tio Crébis escrevendo sobre SoftwareO código tá pronto, now runSituação comum durante o desenvolvimento de software é entrar no Dilema Makefile/Shell Script. Afinal, existe sempre um conjunto de ope...
Clever 2 years ago Recommended reading for understading the basics of a Decimal type and more in-depth details about floating point numbers: 1) Python documentationdecimal — Decimal fixed-point and floating-point arithmeticSource code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several adv... 2) Real Close to the Machine: Floating Point in D - D Programming LanguageD Programming Language
Clever 2 years ago Almost ready for 0.1: GitHubGitHub - now-run/now: Your code is ready. Now run.Your code is ready. Now run. Contribute to now-run/now development by creating an account on GitHub.
Clever 2 years ago An excellent introduction to Kubernetes for software developers that helped me a lot:
Clever 2 years ago People around here made a "gm-channel", so I had this idea of sending beautifully hand-drawn animals every day, so here is one marvelous example.
Clever 2 years ago First Kubernetes stuff running! (Minikube, local, some services communicating with RabbitMQ and Redis.) This thing is actually nice. And not as complex as THE DOCS make it seem...