PolarSys B612 font family
B612 is an highly legible open source font family designed and tested to be used on aircraft cockpit screens.
Main characteristics are:
Maximize the distance between the forms of the characters
Respect the primitives of the different letters
Harmonize the forms and their spacing
Distributed randomness beacon.
Verifiable, unpredictable and unbiased random numbers as a service.
This prototype implementation generates full-entropy bit-strings and posts them in blocks of 512 bits every 60 seconds. Each such value is sequence-numbered, time-stamped and signed, and includes the hash of the previous value to chain the sequence of values together and prevent even the source to retroactively change an output package without being detected.
A selection of currently implemented calls are listed below. Users submitting a request need to provide the pulse generation time in POSIX format (number of milliseconds since midnight UTC, January 1, 1970 (see http://en.wikipedia.org/wiki/Unix_time for more information and http://www.epochconverter.com for an online time converter.)
The reference document for version 2.0 of the beacon may be found at: https://nvlpubs.nist.gov/nistpubs/ir/2019/NIST.IR.8213-draft.pdf.
Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.
MIT licensed
TL;DR: Asynchronous communication through high-fidelity mediums like issues and chat eliminate the endemic “you had to be there” aspect of most corporate workflows, and reduces the need for a dedicated management class to capture, collect, and shuttle information back and forth between business units.
A multiprocessing distributed task queue for Django based on Django-Q - GitHub - django-q2/django-q2: A multiprocessing distributed task queue for Django based on Django-Q
If it's marketed to you, be confident you don't need it.
A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
Subqueries and performance in PostgreSQL
Note to self: After a recent system update, my controller stopped working. Add the relevant lines to a udev rules file helped.
Relational (inner) joins are really common in the world of databases, and one weird thing about them is that it seems like everyone has a different idea of what they are. In this post I’ve aggregated a bunch of different definitions, ways of thinking about them, and ways of implementing them that will hopefully be interesting. They’re not without redundancy, some of them are arguably the same, but I think they’re all interesting perspectives nonetheless.