Sleeping in my desk…
New version of this firefox addon – Share the current tab on the fediverse…
Basically for 3 main reasons
– In the case of Lemmy platform, it runs over Rust. This language/technology is quite special; it supports a wide range of programming paradigms, works to a hight and low level, it is compile, but runs on the fly. In some sense takes the best of the two worlds. Just beautiful.
As you said, there are different paradigms, each one solves a particular problem. The most important thing is not to see these technologies as entities that repel each other, but as complementary. For example, an inventory system; the database management systems (mysql/mariadb, postgresql, etc.) are created with native machine code compiled languages, because it is necessary have a complete access to the physical resources of the computer, specially the memory, to manipulate/store the data; For the inventory, it is a good and recommended option create a simple CRUD program with a bytecode compiled language that interacts (interface/socket) with DBMS, because there is not need to worry about of memory consumption, low level hardware interaction, machine/processor architecture, portability, etc.; Your program is created and runs in a “safe environment”, the VM.
A curated list of awesome frameworks, libraries and software for the Java programming language…
Written in TECO editor/language…
This document provides examples of different things that can be done in emacs org-mode files. This is not intended to be a tutorial. The examples should provide a clue of what you need to look up in the org-mode manual. …
for those Manjaro lovers…
Share web pages right from the toolbar button. It supports most of the services/protocols, including XMPP and Nextcloud…
Take a look to this editor: ghostwriter https://wereturtle.github.io/ghostwriter/