https://www.everlane.com/collections/mens-backpacks-bags/products/mens-modern-zip-backpack-black
https://www.incase.com/shop/backpacks/incase-city-compact-backpack/black/
| #!/usr/bin/env python | |
| from agate.computations import Computation | |
| from agate.data_types import Number | |
| from agate.exceptions import DataTypeError | |
| from agategeo.utils import haversine | |
| class Distance(Computation): | 
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>SANKEY Experiment</title> | |
| <style> | |
| .node rect { | |
| cursor: move; | |
| fill-opacity: .9; | |
| shape-rendering: crispEdges; | |
| } | 
I hereby claim:
To claim this, I am signing this object:
| from django.db.models import Aggregate, FloatField | |
| class Median(Aggregate): | |
| function = 'PERCENTILE_CONT' | |
| name = 'median' | |
| output_field = FloatField() | |
| template = '%(function)s(0.5) WITHIN GROUP (ORDER BY %(expressions)s)' | 
| This is only a test. | 
| <script> | |
| import Paragraph from "./Paragraph.svelte"; | |
| export let name = "Abe"; | |
| </script> | |
| <h1>Hello, {name}!</h1> | |
| <Paragraph /> | 
| module.exports =(n) { | |
| return n * n; | |
| } | 
I wrote this in response to Gurman's tweet. I remember answering in News Nerdery, but it was sadly lost to the void. :(
The CSV Swiss-army knife that trumps all others. Written in Rust, so it's absurdly fast in a way that's still kind of shocking.
| ! Hide everything in Twitter's sidebar except the search bar and footer (just for visual balance, not because we care about copyright notices) | |
| twitter.com##div[aria-label="Trending"] > div > div:nth-child(n+3):not(:last-child) | |
| ! Hide my follower total wherever it appears on Twitter for my sanity (swap in your username, of course) | |
| twitter.com##[href="/rdmurphy/followers"] |