Skip to content

Instantly share code, notes, and snippets.

Date/time Location Thread(s)
Apr 26 Cal Anderson Park 04-25 13:51: Support trans rights rally Saturday 4/26
May 1 16:00 Tollefson Plaza, Tacoma 04-22 14:32: Protest at our local ICE detention center!
May 1 10:00 Seattle Central College 04-23 22:12: Seattle Mayday Strong "Yes We Can!" Canned Food Drive
May 1 10:00 Seattle Central College 04-26 24:17: Seattle Mayday Strong "Yes We Can!" Canned Food Drive & Sign Making Thurs. May 1, 2025
May 1 10:00 Seattle Central College [04-29 23:58: Seattle's "Mayday Strong" May 1st 50501 Event adds Sit-In at Seattle Central Colle
@thecravenone
thecravenone / Seattle_TTD.md
Last active January 14, 2025 19:31
Things to do in Seattle

Hello!

The /r/Seattle wiki has a variety of links to previous recommendation threads. There’s also a weekly stickied Ask Seattle mega thread. There’s also a search feature - this is super useful because questions like this get asked a whole lot.

Here are some other resources:

Resources

Travel sites

The museum district website claims 150 museums and cultural institutions in Greater Houston and that number is almost certainly low.
For professional sports, there's men's soccer, women's soccer, football (two of them, if XFL manages to start back up), baseball, basketball, rugby, and probably more sports I'm forgetting.
There's dozens of colleges and universities that host events ranging from soon-to-be Big XII sports to public lectures. Oh, also, you could like, take a class at one, I guess.
There's SFA, Brazos Bend, Galveston, and Sheldon Lake State Parks within close driving distance, as well Sam Houston National Forest and countless smaller green spaces run by other groups.
The theater district alone includes five theaters including pop music, ballet, opera, symphony, musicals, and plays, to say nothing of the smaller theaters in town such as the George Theater, Ensemble Theater, and MATCH.
@thecravenone
thecravenone / weekly_automation.py
Created August 14, 2021 18:07
Weekly Automation
# Required pip installs: py-trello boto3
from trello import TrelloClient
from datetime import datetime
import boto3
import os
def log(input):
stamp = str(datetime.now())
print(stamp + " " + input)
Showing: all Tweets
Matching: #MTGLegacy OR #LegacyMTG OR #MTGVintage OR #VintageMTG OR #inVintage OR #MTGOldSchool OR #MTGUnderground OR #oldschoolmtg
Excluding: giveaway OR patreon OR #wearemtg OR #mtgbuysell OR #MTGArena OR #reservelist OR ebay OR #MTGAddicts OR #purplemana
# cronjob, assuming server in Houston time:
# 0 6 * * 4 python3 /path/to/this/file.py > /path/to/log
import praw
from datetime import date, timedelta
reddit = praw.Reddit(client_id="CLIENT_ID",
client_secret="CLIENT SECRET",
password="PASSWORD",
user_agent='/r/Houston things to do auto-poster',
username="USERNAME")
Hello!
If you use old.reddit.com to view /r/houston, there's several links in the side bar for things to do. There's also a search feature - this is super useful because this question gets asked a whole lot.
Here are some other resources:
* [Visit Houston](https://www.visithoustontexas.com/things-to-do/)
* [365 Things to do in Houston](https://365thingsinhouston.com/things-to-do-this-weekend-houston/)
* [US News & World Report Travel](https://travel.usnews.com/Houston_TX/Things_To_Do/)
* [TripAdvisor](https://www.tripadvisor.com/Tourism-g56003-Houston_Texas-Vacations.html)