Month: February 2020

RestAPY

A python module for building restapi’s https://pypi.org/project/restAPY/


Truth Bomb


Stop Using Encrypted Email

Email is unsafe and cannot be made safe. The tools we have today to encrypt email are badly flawed. Even if those flaws were fixed, email would remain unsafe. Its problems cannot plausibly be mitigated. Avoid encrypted email. https://latacora.micro.blog/2020/02/19/stop-using-encrypted.html


Lets Encrypt Stricter Validation

Let’s Encrypt engineer… On Wednesday February 19th, 2020 we’ll turn on stricter validation requirements 1.7k in production. We’ll make multiple validation requests from different network perspectives. Most issuance should continue as normal; we believe that a small number of domain names may need fixing. The most common issue will be hosts that use extremely strict firewall rules to allow validation…


Vimulation for VS Code

Modal Editing in VS Code ModalEdit is a simple but powerful extension that adds configurable “normal” mode to VS Code. Vim made the concept of modal editing popular among developers and IT professionals. ModalEdit is not a Vim emulation, though. It does not define any default key mappings out-of-the-box. Instead, it encourages you to create…


Gretel: Sensitive Data Sharing

Data is valuable for helping developers and engineers to build new features and better innovate. But that data is often highly sensitive and out of reach, kept under lock and key by red tape and compliance, which can take weeks to get approval. So, the engineers started Gretel, an early-stage startup that aims to help…


SSH WHOAMI.FILIPPO.IO

https://t.co/MSn1TF8ii2, the SSH server that knows who you are, got some newly refreshed intel! Try it out!$ ssh https://t.co/MSn1TF8ii2 pic.twitter.com/wNI4FtqUKn— Filippo Valsorda @filippo.abyssdomain.expert (@FiloSottile) February 16, 2020


Faster Grepping in Vim

grep is a built-in command of Vim. By default, it will use our system’s grep command. We can overwrite it to use The Silver Searcher’s ag command instead by putting this in our ~/.vimrc Source: Faster Grepping in Vim


How to Install i-doit Asset Management Tool on Debian 10

Source: How to Install i-doit Asset Management Tool on Debian 10


Vimgrep FTW

Have I mentioned that I love Linux and the awesome little tools it comes with? Granted vimgrep is not a “Linux” tool itself but rather a function used within vim to do a recursive search throughout a folder structure. Usage Ensure you are at the root of your project in Vim. Then type in “:pwd”…