Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

// Hello! I've move the code to a proper GitHub repository: | |
// https://github.com/doersino/scriptable-widgets/tree/main/aerialbot-lite |
The latest beta (3.5) includes separate color settings for light & dark mode. Toggling dark mode automatically switches colors.
Vist iTerm2 homepage or use brew install iterm2-beta
to download the beta. Thanks @stefanwascoding.
switch_automatic.py
to ~/Library/ApplicationSupport/iTerm2/Scripts/AutoLaunch
with:I'm writing this up in a hurry tonight, apologies if it's a little rambly/ranty. There are a lot of devs out there who have really great apps that rely on the Streaming API and really want to port their apps to webhooks but have no idea how to do it because the technical communication around all this has been scattershot.
-Darius Kazemi, @tinysubversions, 14 May 2018
If there is one thing that your team has been clear on, it is this: we need to replace our usage of the Streaming API with the Account Activity API, which uses webhooks. In your Getting Started with webhooks document, the first step is "get your auth keys", which is fine. The second step refers the reader to [Securing webhooks](https://deve
Things I want from a social media client:
I want to filter content in not just out, I want to do it by:
// ==UserScript== | |
// @name Metafilter MultiFavorited Multiwidth - November Experiment | |
// @author Deathalicious, cmgdev | |
// @namespace http://www.metafilter.com/user/25038 | |
// @description Code adjusted to deal with the "November Experiment" (see http://metatalk.metafilter.com/18396/November-is-National-Lets-Try-Obscuring-Favorite-Counts-Month) | |
// @include https://www.metafilter.com/* | |
// @include https://*.metafilter.com/* | |
// ==/UserScript== | |
(function () { |
use framework "Foundation" | |
use scripting additions | |
set statusText to "working remotely" | |
set statusEmoji to ":house_with_garden:" | |
-- legacy token is available at https://api.slack.com/custom-integrations/legacy-tokens | |
set token to "super-secret-token" | |
-- |