These items still need to be categorised below:
- FoundationDB seems an open-source version of Fauna
- No forum announcements nor blog updates since October 2019
- Git Funding Projects
- General Funding Projects
These items still need to be categorised below:
I am recently re-branding my libraries as µ (micro), refactoring these when necessary, dropping IE < 11 support, improving the logic where possible, or providing a better, more robust, or faster, API.
In few words, on the right there is the modern version of libraries I've used for the last ~5 years in production or for side projects, and I suggest anyone having one of the earlier dependencies, to have a look at their modern, micro, counterpart.
All sizes are minified, brotli compressed, and representing these two files, when possible:
| import { Component, h } from '@stencil/core'; | |
| import { useState } from 'haunted'; | |
| import { useHook } from './stencil-hooks'; | |
| @Component({ | |
| tag: 'example-hook', | |
| }) | |
| export class ExampleHook { | |
| render = useHook(this, () => { |
| FROM rust:alpine | |
| RUN apk add --no-cache \ | |
| bash \ | |
| binutils-gold \ | |
| ca-certificates \ | |
| clang \ | |
| curl \ | |
| g++ \ | |
| git \ |
In 2013 when I was teaching JavaScript in Berlin, I was introduced to the squatter and dumpster diving movements. Then later in 2013 in Sydney, was introduced to foraging.
Recognised that:
my conceptions of food was constrained to that of supermarkets.
one can have their basic necessities supplied without money, so people should stop demanding money
| // This is a hack, a quick and dirty console script for RT/tweets (with replies) removal w/o API | |
| // To be used in: https://twitter.com/Username/with_replies | |
| // Set your username (without @) below (case-sensitive) to correctly trigger the right Menu | |
| const tweetUser = 'Username' | |
| // BUG, With above we still trigger Menu on some replies but relatively harmless. | |
| // @Hack Implement simple has() for querySelector | |
| const querySelectorHas = function( parent, child ){ |
| FROM rust:alpine | |
| RUN apk add --no-cache \ | |
| bash \ | |
| binutils-gold \ | |
| ca-certificates \ | |
| clang \ | |
| curl \ | |
| g++ \ | |
| git \ |
a gist to recap the current status, also available as library picker!
do one thing only and do it well
See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.