Learning by vueing – Learn Vue interactively – DEV Community 👩‍💻👨‍💻

Learning a new framework can be a daunting task. Sometimes you just want to see what the technology has to offer, maybe borrow some ideas and simply have fun exploring something new. Svelte has done an amazing job with their interactive tutorial. So I did something similar with vue.js. Introducing learning by vueing. Source: Learning by…


OpenNMS Network Monitoring

OpenNMS is the world’s first fully open source enterprise-grade network service management platform, and hundreds of enterprises are using it every day without a lick of help from us. It’s that easy to work with. And as true open source, it’s 100% free.Source: The OpenNMS Group, Inc. OpenNMS: built for scalability, integration, and high levels…


Rust Analyzer – First Release

I am pleased to announce the first alpha release of rust-analyzer — a new “IDE backend” for the Rust programming language. Support rust-analyzer on Open Collective. Source: First Release


Prefixing your commands or scripts with a timestamp

When you run a command or a script that runs for a long time, it may be helpful to have all its output prefixed with a timestamp. For example, we want to change this: foo bar baz to this: [2020-12-13 12:20:38] foo [2020-12-13 12:21:32] bar [2020-12-13 12:22:20] baz Here’s how you can do it. https://www.joyfulbikeshedding.com/blog/2020-04-26-prefixing-your-commands-or-scripts-with-a-timestamp.html


Teleforking a process onto a different computer!

One day a coworker mentioned that he was thinking about APIs for distributed compute clusters and I jokingly responded “clearly the ideal API would be simply calling telefork() and your process wakes up on every machine of the cluster with the return value being the instance ID”. I ended up captivated by this idea: I couldn’t get…


Sequoia OpenPGP Library 

Sequoia is a cool new OpenPGP implementation. It consists of several crates, providing both a low-level and a high-level API for dealing with OpenPGP data. https://gitlab.com/sequoia-pgp/sequoia Source: sequoia_guide – Rust


Announcing TorchServe, An Open Source Model Server for PyTorch | AWS News Blog

PyTorch is one of the most popular open source libraries for deep learning. Developers and researchers particularly enjoy the flexibility it gives them in building and training models. Yet, this is only half the story, and deploying and managing models in production is often the most difficult part of the machine learning process: building bespoke…


OBS.Ninja

What is OBS.Ninja 100% free; no downloads; no personal data collection; no sign-in Bring video from your smartphone, laptop, computer, or from your friends directly into your OBS video stream We use cutting edge Peer-to-Peer forwarding technology that offers privacy and ultra-low latency https://obs.ninja/


25 Basic Docker Commands for Beginners – Codeopolis

If you’re trying to learn Docker you will first have to master its various terminal commands. This guide aims to help you get started with basic docker commands. This tutorial assumes that you already have Docker installed on your system. If not, you can start here to learn how to quickly install Docker. Select a topic from the table…


Times New Arial

The possibility to use custom fonts in the world wide web is rather new and has only been possible since the introduction of CSS2 in 1998.Until then it was only possible to use fonts for the web that were installed on the user’s computer, the so-called system fonts. From that era, Times and Arial are…