Quinn Comendant

Results 74 comments of Quinn Comendant

rip=(ā˜ ļø šŸ’€ āš°ļø); while true; do echo -n ${rip[$(($RANDOM % 3))]}; done

Yes, this seems to be the case. RIP weighted_character_count on twitter.com. āš°ļø Since tweetdeck is still working, one option is to override the twitter.com's `wVpQ.s.sendTweet()` method to post to `https://api.twitter.com/1.1/statuses/update.json`...

I would also like to see support for multiples of time range units, e.g.: ā€œlast 3 monthsā€, ā€œlast 5 yearsā€, etc.

I'm using delta 0.12.0 and it seems to support `svn diff` output correctly when run like this: ``` function svndiff { svn diff -x -w "$@" | delta | less...

I just ran into the same problem (httpie not saving cookie in session when domain is set to localhost). Is there a workaround within httpie? The only way I can...

> It's not JSON format. Pasting below a sample cookies file for github. > […] > I use this to log into sites that require SSO from a browser; dump...

I noticed this behavior too, not just with Twitter, but also with the iOS App Store, Discord, NPR, Google Maps, google web searches, and various websites not loading images or...

For the sake of completeness, dear reader, after editing `dnscrypt-proxy.toml` you need to restart it with `sudo systemctl restart dnscrypt-proxy` and then should peek at the syslog to see if...

@mikedizon You can enable logging for dnscrypt-proxy like this: 1. Set `file = '/tmp/dns.log.tmp'` under `[query_log]` in /etc/dnscrypt-proxy/dnscrypt-proxy.toml 2. `sudo systemctl restart dnscrypt-proxy` 3. tail -f /tmp/dns.log.tmp It's weird to...

A quick way to test a lot of DNS lookups (if you want to see if dnscrypt-proxy has lookup errors): curl -sL http://s3.amazonaws.com/alexa-static/top-1m.csv.zip | funzip | cut -d , -f...