Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
#!/bin/bash | |
OAUTH2_TOKEN=<fill in your own OAUTH2 token> | |
OWNER=tiesmaster | |
REPO=Coolkit.Converters # retrieve this with: basename $(git config --get remote.origin.url) .git | |
curl https://api.github.com/repos/${OWNER}/${REPO}/branches/master \ | |
-H "Authorization: token $OAUTH2_TOKEN" \ | |
-H "Accept: application/vnd.github.loki-preview+json" \ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test</title> | |
<script src="tint.js"></script> | |
<script> | |
document.addEventListener("DOMContentLoaded", function () { | |
document.querySelectorAll("img").forEach(function (img) { | |
img.addEventListener("load", function () { | |
tint(img); |
This is the empty file you have to create in traefik/certificates.json, as mentioned in Traefik's docker-compose.yml file | |
This file will contain your private keys, so remember to perform a 'chmod 600' on it or else Traefik won't store anything in it |
### Preseed for Ubuntu 18.04 | |
# Derived from: https://help.ubuntu.com/lts/installation-guide/example-preseed.txt | |
### Usage | |
# We recommend to use the build-iso.sh script to build an image with embedded | |
# preseed and other required files. In that case the preseed file gets loaded | |
# automatically and all additional files are available to the installer. | |
### Unattended Installation | |
d-i auto-install/enable boolean true |
COPIED FROM https://build.opensuse.org/package/view_file/games/stockfish/stockfish-interface.txt?expand=1 | |
Description of the universal chess interface (UCI) April 2006 | |
================================================================= | |
* The specification is independent of the operating system. For Windows, | |
the engine is a normal exe file, either a console or "real" windows application. | |
* all communication is done via standard input and output with text commands, |
The past few weeks has not been fun on IRC, the drama based on false information and assumptions has been insane. I've almost entirely been silent on the drama because I know the fallout that would happen if I spoke up.
A quick TLDR - I'm quitting all IRC development. KiwiIRC project lead, IRCv3 technical board, supporting the multitude of IRC networks, the lot.
Many people seem to think that I am supporting one side in everything that is going on, so just to be clear: I am not supporting any side of the current freenode drama - there is so much false information going around from everywhere that it is impossible to support anybody.
This post was adapted from an earlier Twitter thread.
It's incredible how many collective developer hours have been wasted on pushing through the turd that is ES Modules (often mistakenly called "ES6 Modules"). Causing a big ecosystem divide and massive tooling support issues, for... well, no reason, really. There are no actual advantages to it. At all.
It looks shiny and new and some libraries use it in their documentation without any explanation, so people assume that it's the new thing that must be used. And then I end up having to explain to them why, unlike CommonJS, it doesn't actually work everywhere yet, and may never do so. For example, you can't import ESM modules from a CommonJS file! (Update: I've released a module that works around this issue.)
And then there's Rollup, which apparently requires ESM to be u
Frankie Bagnardi aka GreenJello has passed away on Sept 13, 2021 at age 27
Many of you in this channel know of him because he spent much of his time helping others, his death is a great blow to the community
He lost his battle with depression
Rest In Peace Frankie, we will never forget you.
If you are in a dark place, please reach out to chanops or the ones closest to you