Skip to content

Instantly share code, notes, and snippets.

View slifty's full-sized avatar

Daniel Schultz slifty

View GitHub Profile

Dear Cheltenham Township Board of Commissioners,

I'm reaching out regarding the recently approved plan to form a relationship with Park Mobile. I appreciate that things are already in motion, but hope that some of these thoughts might provide a lens for scrutiny as you and your staff make specific decisions related to the implementation. Separately I hope these questions might prompt some reflection as to whether the contract is ultimately in the best interests of our residents.

Some concerns I hope you will consider:

  • Concern 1: The lack of a physical payment option.
  • Concern 2: The institutionalization of private corporations being asked to monitor the location and shopping habits of our residents. The risks are highlighted when you consider things like the 2021 data breach of ParkMobile.
  • Concern 3: Practically requiring (or at the very least strongly encouraging) our residents and visitors to install unregulated, closed source software onto their devices in order to participate in publ
* means cleaver choice
- means free turn
capital letter start non combat
----
1 ghoul :: green
* Hypnotic Master -> Option 1
2 zmobie :: violet
3 ghuol :: red
@slifty
slifty / git-commit-edit-alias.md
Last active December 12, 2023 17:42
Git alias to edit a commit

A git alias to edit the content of a commit

This git alias allows you to remove specific changes from a past commit / from git history and place those changes into your working directory, outside of your git history.

For example, maybe a code reviewer has identified a few files or lines that belong in their own commit or pull request. This helps you do git commit surgery on specific commits without needing to manually re-play.

git edit {commithash}

(e.g. git edit HEAD would edit the most recent commit or git edit c52b7bfe12c2f6082a69ea339eeec95a20532fa5 would edit a specific commit)

### Keybase proof
I hereby claim:
* I am slifty on github.
* I am slifty (https://keybase.io/slifty) on keybase.
* I have a public key ASAz0lqNBLd820nb9YwzTNKxQXK7iMQeDNyxUOO0cwM9Ygo
To claim this, I am signing this object:
@slifty
slifty / langoliers.rb
Created May 20, 2019 19:46 — forked from robinsloan/langoliers.rb
Tweet delete script
require "rubygems"
require "twitter"
require "json"
# things you must configure
TWITTER_USER = "your_username"
MAX_AGE_IN_DAYS = 1 # anything older than this is deleted
# get these from dev.twitter.com
CONSUMER_KEY = "your_consumer_key"
{
"@context": "http://schema.org",
"@type": "ClaimReview",
"datePublished": "2017-03-20",
"url": "https://www.washingtonpost.com/news/fact-checker/wp/2017/03/20/recidivism-watch-pelosis-claim-that-24-million-would-be-kicked-off-health-insurance-under-gop-bill/",
"author": {
"@type": "Person",
"name": "Michelle Ye Hee Lee",
"url": "https://www.washingtonpost.com/people/michelle-ye-hee-lee/",
"sameAs": "https://twitter.com/myhlee"
@slifty
slifty / index.html
Created November 5, 2011 16:03 — forked from max-mapper/index.html
twitter publishing from ipad test
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
/**
* jQuery Masonry v2.0.111015
* A dynamic layout plugin for jQuery
* The flip-side of CSS Floats
* http://masonry.desandro.com
*