Tags
- [ai]
- [amateur radio]
- [black lives matter]
- [business]
- [cellular]
- [chattanooga]
- [code]
- [customization]
- [deno]
- [devices]
- [dnd]
- [finance]
- [food]
- [frontend]
- [guest]
- [guns]
- [hardware]
- [humanity]
- [internet]
- [javascript]
- [linklog]
- [mac]
- [management]
- [misc]
- [mongo]
- [motorcycles]
- [organization]
- [oss]
- [photos]
- [politics]
- [privacy]
- [protest]
- [questions]
- [raspberry pi]
- [recipe]
- [ruby]
- [rv]
- [security]
- [services]
- [software]
- [software development]
- [some bullshit]
- [sqlite]
- [sra]
- [talks]
- [tips]
- [tops]
- [travel]
- [typescript]
- [video]
- [visual studio code]
- [web assembly]
- [web development]
- [wtf]
Posts
-
Death Breaches PayPal’s Terms
Other breaking news: Suicide is illegal and punishable by death! Ok, hyperbole… but still, we should honestly get a grip on the extent of our automated email. https://www.bbc.com/news/technology-44783779
-
TopicBox
From the creators of Fastmail, who I love and pay to host my email. I honestly don’t know what to think of this. Is it slack but for email, or email for slack, but isn’t slack supposed to help alleviate the need for email? https://www.topicbox.com/
-
Tools for macOS
This is my list of tools and utilities for macOS. Will stay continually updated. Free Paid
-
Trump Calls for Violation of the 14th Amendment
In these sentiments, sir, I agree to this Constitution, with all its faults, if they are such; because I think a General Government necessary for us, and there is no form of government, but what may be a blessing to the people if well administered; and believe further, that this is likely to be well
-
I added support for SQLCipher to the sqlite3-ruby gem
I’m just so happy this was accepted. You can now use SQLCipher with ruby when installed using –with-sqlcipher flag. You can also check whether or not the gem was compiled with SQLCipher by using the top level static method now available SQLite3::sqlcipher? https://github.com/sparklemotion/sqlite3-ruby/pull/232
-
First Time on the Dragon
My 2006 SV650s named Scarlett
-
Writing Hello World in Web Assembly
Before we get into the details we’re going to define some terminology. Web Assembly was recently decided to be a finished MVP including a JavaScript API and binary format accompanied by a reference interpreter. Web Assembly is written in an s-expression syntax (wast) and then needs to be translated down to binary encoded wasm. Below is a