“Yeah, so, thank you, John, for, again, letting me tell you this story; it's now become more amazing. Senator Ligon cut me from the testimony yesterday; I was the #7 defense witness for the President, and Senator Ligon cut me out and moved me to the bottom and then cut off the witnesses and ended the hearing without me getting to testify. We were wondering why he did this and then realized that my testimony would have exposed the Secretary of State of Georgia, the Elections Director of Georgia, and the Legal Counsel of Georgia for the Secretary of State, all for wrongdoing…”
Mandates ARE laws…
I've seen some people online saying variations on “[COVID-19 quarantine] mandates aren't laws! know your rights! [state] legislature didn't sign off on this!” However, these people are usually incorrect. I'll be compiling examples in this post, more to come if I feel like it, starting out with representative examples from each quadrant of the U.S.:…
Basic JS Async Cookbook
// aXMLHttpRequest: an asynchronous XHR function function aXMLHttpRequest(method, location, responseType="", body=undefined) { // somewhat basic; improvements welcome return new Promise( (resolve, reject) => { const xhr = new XMLHttpRequest(); xhr.open(method, location); xhr.responseType = responseType; xhr.onload = resolve; //xhr.onload = load => ((load.target.status / 100 | 0 == 2) ? resolve(load) : reject(load)); xhr.onerror = reject;…
Minecraft: switching from Forge to Fabric
The only amenities I needed were increased FPS, NBT Tooltips, Fancy-leaves-on-Fast-graphics, Zoom, and Saturation Display. These are provided on Fabric, respectively, by: Sodium NBT Tooltip Also Sodium (once they fix #233) Cull Leaves, for now WI Zoom AppleSkin I will update this post as I use more stuff. I will cross out, but not delete,…
Quick setup: Fail2ban on CentOS 8
Instant, easy setup. Just 3 commands, and your server will be protected: dnf install fail2ban nano /etc/fail2ban/jail.local Paste this: [sshd] enabled = true systemctl restart fail2ban
Minecraft: Opening a Java sever to console and mobile clients
Due to the work of some brilliant people, it’s now possible to open a Minecraft Java Edition server to Bedrock Edition clients; and, due to another brilliant dude, it’s possible to connect even the nerfed console ports up to an arbitrary server. This means you can have simultaneous crossplay among the whole cornucopia of PC,…
[WIP] Namecheap let's encrypt
/opt/alt/python37/bin/python3 -m venv ~/virtualenv/simp_le bash . ~/virtualenv/simp_le/bin/activate pip install simp-le-client mkdir -v ~/ssl/simp_le pushd ~/ssl/simp_le ln -vs ../keys/{tls_key_id}.key key.pem exit Then, paste this somwhere #!/bin/sh set -e . ~/virtualenv/simp_le/bin/activate pushd "${workdir=$HOME/ssl/simp_le}" > /dev/null simp_le ${acme_endpoint+–server "${acme_endpoint}"}\ –email "${email-${USER}@${HOSTNAME}}"\ –default_root "${default_root=$HOME/public_html}"\ -f account_key.json\ -f account_reg.json\ -f key.pem –reuse_key\ -f cert.pem\ -f chain.pem\ "${@}" dd if=chain.pem status=none…
[BREAKING] Huntsville PD program mandates landlords to deny housing based on criminal history
Both the official website for the Program and its inaugural press release give no indication of these requirements — which the ACLU has argued violate the FHA — and which have entirely evaded public knowledge until now.
test post: dash conversion
[TODO: delete this post once coffee2code/wpuntexturize#2 is resolved]
Python: "with epoll"
If you're using Python 3.4+, select.epoll
already supports context — you're clear to just write with epoll() as E: …
and everything will be OK. If not, here's how to shim it:
Is Gab a controlled-opposition operation?
This post will be sort of an "archive" of everything about Gab that gives me the heebie-jeebies.