57 private links
(In)famous manual for asking technical questions - what to provide, what to leave out, and how to phrase it.
Can, with some implementation changes, conceivably be adapted to many more situations.
Lens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It's open source and free. Download it today!
StackExchange alternative - open-source, smaller, and more free from drama.
Unfortunately (naturally) missing the large archives of knowledge on SE so far.
Fundamental talk about the problem with increasingly bloating websites, as well as some finely placed repercussions in between. Very funny on top.
"Complexity is a bug-lamp for smart people."
Artificial Intelligence gives us a uniquely fascinating and clear perspective at the nature of our minds and our relationship to reality. We will discuss perception, mental representation, agency, consciousness, selfhood, and how they can arise in a computational system, like our brain.
An interesting approach to a coherent epistemology of: identity, attention, consciousness, and the universe's state correlations
Mostly adequate guide to FP (in javascript).
In-depth guide to principles of functional programming
An open source mapping platform for custom designed maps. Our APIs and SDKs are the building blocks to integrate location into any mobile or web app.
Simple maximizers versus reason-based maximizing.
Considers trust in relationships and how to translate that into metrics and ultimately perhaps approach building reason-based (and inherently trust-based) algorithms
Storing passwords is a pretty simple problem in software development, right? Wrong! Storing passwords correctly is pretty complicated. With that said, it’s very simple to just lean on work someone else has done, and the libraries available for your language of choice.
Interesting writeup of password storing strategies and pitfalls.
Authentication & Storage are built on the blockchain & smart contracts, can be used to build any decentralized application
Understanding the process of practice, the idea of iterative improvement, and what it takes to become an expert at python, programming, or anything really.
Basics of various linux and commandline based tools
Reproducing images with geometric primitives. Contribute to fogleman
In this article, we will look at one of the many ways to keep an application behaviour closely under watch. In this case we are going to look at Monitoring.
Full in-depth example of application monitoring, from the code itself to its interaction on the cli, to network setup, to prometheus monitoring to grafana visualization. Well written!
📢 Various README templates & tips on writing high-quality documentation that people want to read. - kylelobo
general pre processor
replacement for cpp
allows preprocessing of files regardless of written language, with pre-defined modes for HTML, c++, TeX
A quick solution to an R upgrade headache
(useful for e.g. new version)
Using delimiters -- ascii values for field delimiter and unit (row) delimiter values.
Un-printable characters which doe not (usually[^1]) appear in text
[^1]: If they do appear it is because someone actively inserted them for some purpose -- to help you delimit or to put a watermark into the text or some nefarious purpose
Advantages of ULID:
- lexicographically sortable (though always treat your uuids as ints/bigints!, see https://read.martyoeh.me/view/906)
- canonically 26char string instead of 36 for uuid
- case insensitive
- url-safe
- 1.21e+24 (unique) ULIDs per millisecond :O