Bookmark
Nim Apocrypha, Vol. I
https://blog.johnnovak.net/2020/12/21/nim-apocrypha-vol1/, posted 2020 by peter in development howto list nimlang reference
Greetings fellow Nim adventurers! Below you will find 16 handy Nim tips & tricks I came across while developing a medium-sized GUI program this year, Gridmonger (and related libraries). Some of them are about less known or undocumented Nim features or standard library functions, a few are workarounds for some rough edges of the language, and there’s also a handful of useful techniques I read about in forums or have invented on my own.
Bookmark
pure-sh-bible: A collection of pure POSIX sh alternatives to external processes
https://github.com/dylanaraps/pure-sh-bible, posted 2020 by peter in development howto list reference shell
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in POSIX
sh
features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster. I came across these tips and discovered a few while developing KISS Linux and other smaller projects.
Bookmark
Jenkins Features Controlled with System Properties
https://www.jenkins.io/doc/book/managing/system-properties/, posted 2020 by peter in automation configuration continuousdelivery development documentation reference
Jenkins has several "hidden" features that can be enabled with system properties. This page documents many of them and explain how to configure them on your instance.
Bookmark
How to assess the quality of garments: A Beginner's Guide {Part I} — Anuschka Rees
https://anuschkarees.com/blog/2014/05/01/how-to-assess-the-quality-of-garments-a-beginners-guide-part-i/, posted 2020 by peter in howto reference
What's the number one prerequisite to building a high-quality wardrobe? Exactly: You need to be able to recognize a quality garment when you see one. You need to be able to tell the difference between a durable, well-crafted piece and one that looks pretty on the rack but won't last more than half a season. You need to know a) which properties distinguish high-quality garments from low-quality ones, and b) how to recognize these properties when you're out shopping.
To help you do just that, this post and the next one will give you a broad introduction to assessing the quality of garments. We will start with fabrics in this first part and then cover seams, tailoring, linings and details like buttons, zippers and pockets in part II. I will also include a downloadable one-page cheat sheet that summarizes the most important facts in the second post.
Bookmark
Hostnames and usernames to reserve - Geoffrey Thomas (geofft)
https://ldpreload.com/blog/names-to-reserve, posted 2020 by peter in development howto list reference security webdesign
If you're setting up a service where people can register their own usernames to be used as a hostname (
username.example.com
), email address (username@example.com
), or URL path (example.com/username
) within your domain, there are some common names you should avoid letting the general public register.
...
This is a list of all the names I know that should be restricted from registration in automated systems. If you know of others, please let me know and I'll update this page.
Bookmark
Building binary deb packages: a practical guide - Internal Pointers
https://www.internalpointers.com/post/build-binary-deb-package-practical-guide, posted 2020 by peter in development howto linux reference
In this quick tutorial I want to show you how to generate a deb package from scratch that will install a binary executable in the target system. Let's start off with a bit of theoretical background.
Bookmark
SSH Agent Explained
https://smallstep.com/blog/ssh-agent-explained/, posted 2020 by peter in communication howto networking reference security
The SSH agent is a central part of OpenSSH. In this post, I'll explain what the agent is, how to use it, and how it works to keep your keys safe. I'll also describe agent forwarding and how it works. I'll help you reduce your risk when using agent forwarding, and I'll share an alternative to agent forwarding that you can use when accessing your internal hosts through bastions.
Bookmark
Kabuki Play Guide
enmokudb.kabuki.ne.jp/en, posted 2019 by peter in culture japan kabuki reference theater
The Kabuki Play Guide provides synopses and highlights of major works in the Kabuki canon for those interested in learning more about Kabuki theater.
Bookmark
Kabuki A to Z
www2.ntj.jac.go.jp/dglib/modules/kabuki_dic_en/letter.php?init=01, posted 2019 by peter in culture japan kabuki reference theater
A handy dictionary of kabuki terms, plays and characters from the Japan Arts Council.
Bookmark
Modern JavaScript Explained For Dinosaurs – Node.js Collection – Medium
https://medium.com/the-node-js-collection/modern-javascript-explained-for-dinosaurs-f695e9747b70, posted 2019 by peter in development howto javascript learning reference
The goal of this article is to provide a historical context of how JavaScript tools have evolved to what they are today in 2017. We’ll start from the beginning and build an example website like the dinosaurs did — no tools, just plain HTML and JavaScript. Then we’ll introduce different tools incrementally to see the problems that they solve one at a time. With this historical context, you’ll be better able to learn and adapt to the ever-changing JavaScript landscape going forward. Let’s get started!
|< First < Previous 31–40 (243) Next > Last >|