Overwhelmingly PRO-bike/pedestrian infrastructure.
- 237 comments mention bikes/pedestrians/trails
- 177 (75%) are explicitly FOR more bike infrastructure
- 0 (0%) are against bike lanes
- 60 (25%) are neutral/unclear
Primary Objective: Engage in honest, insight-driven dialogue that advances understanding.
We are two equally-skilled professionals collaborating on a codebase.
| publish: | |
| scripts/publish.sh | |
| force-publish: | |
| scripts/publish.sh -f | |
| post title: | |
| hugo new "posts/{{title}}/index.md" | |
| code "content/posts/{{title}}/index.md" | |
| // ==UserScript== | |
| // @name Restore Reddit subscriber count | |
| // @namespace Violentmonkey Scripts | |
| // @match *://*reddit.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @version 0.3.1 | |
| // @author https://github.com/wlonkly/ | |
| // @downloadURL https://update.greasyfork.org/scripts/550811/Restore%20Reddit%20subscriber%20count.user.js | |
| // @description Re-adds the missing subscriber count on Old Reddit subreddit pages. | |
| // ==/UserScript== |
| # feels like make but without the weirdnesses | |
| # look, ma, i'm using spaces! | |
| publish: | |
| scripts/publish.sh | |
| force-publish: | |
| scripts/publish.sh -f | |
| post title: |
| $ traceroute -a www.google.com | |
| traceroute to www.google.com (142.250.65.164), 64 hops max, 52 byte packets | |
| 1 [AS0] router (10.55.10.254) 25.508 ms 4.343 ms 4.139 ms | |
| 2 [AS0] 192.168.2.1 (192.168.2.1) 4.920 ms 2.573 ms 4.485 ms | |
| 3 [AS0] 10.178.218.5 (10.178.218.5) 4.236 ms 5.520 ms 40.034 ms | |
| 4 [AS855] be14-83.cr01.drmo.ns.aliant.net (142.176.104.145) 8.041 ms | |
| [AS855] ae15-84.cr02.drmo.ns.aliant.net (142.176.104.149) 7.096 ms | |
| [AS855] be14-83.cr01.drmo.ns.aliant.net (142.176.104.145) 4.946 ms | |
| 5 [AS855] hg-0-4-0-0.cr01.hlfx.ns.aliant.net (142.166.211.73) 7.371 ms | |
| [AS855] hg-0-4-0-1-50.cr01.drmo.ns.aliant.net (142.166.218.65) 6.580 ms 7.419 ms |
| - Chicken | |
| - boneless skinless chicken breast containing up to 16% | |
| solution of water, | |
| - seasoning | |
| - yeast extract | |
| - onion powder | |
| - sea salt | |
| - garlic powder | |
| - sugar | |
| - salt |
| a8e () { LEN=$(( $(echo -n $1 | wc -c) - 2)); echo $1 | sed "s/^\(.\).*\(.\)$/\1$LEN\2/"; } | |
| e9e () { LEN=$(echo $1 | sed 's/^.\(.*\).$/\1/'); GREP=$(echo $1 | sed "s/^\(.\).*\(.\)$/^\1.{$LEN}\2$/"); grep -E "$GREP" /usr/share/dict/words; } |
| [tool.poetry] | |
| name = "pd-vcard" | |
| version = "0.0.1" | |
| description = "" | |
| authors = ["Your Name <you@example.com>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.8" | |
| vobject = "*" | |
| phonenumbers = "*" |
| :) ~$ dig @c.ca-servers.ca wayfair.ca ns | |
| ; <<>> DiG 9.10.6 <<>> @c.ca-servers.ca wayfair.ca ns | |
| ; (1 server found) | |
| ;; global options: +cmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51813 | |
| ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 8, ADDITIONAL: 1 | |
| ;; WARNING: recursion requested but not available |