@aaronjorbin @photomatt Looks to be @nacin height
@trav_stone @Nick_Craver r-yfoyfg6 yea it does
@nvioli Prosecutor: where were you on or about 2:31am of November 3, 2019?
Me: which 2:35am?
Jury: *gasps*
Gallery: *additional gasps*
Judge: Time is a social construct!! Case dismissed! The defendant is free to go.
@clarissa Meet @brianboyer
@elgreg @jessabean They still need to race Rainbow Road right? That shits hard
First round of 16TB disks at the @internetarchive — 10.5 petabytes, before and after:
Man @Cloudways is my new favorite WordPress host. They do things like the way I set up servers for my own personal projects. Definitely my go to recommended host for clients who want fast, speedy websites.
@wpdevlife @joe4ska The only other way would be to hook into a filter to modify the SQL directly.
@wpdevlife @joe4ska You could do 2 queries. The first gets all of the drafts where the post type == the one you just want published posts for. Then use the `post__not_in` operator on the main query to get published and drafts from the two post types. The posts in the `post__not_in` will be excluded.
@taupecat I really dig the wordpress.org/plugins/two-factor… plugin from @daljo628 and friends. Also make sure to use temporary one-time-use codes as a backup in case email goes down or you lose your device. I may or may not be dealing with a situation like this right this very minute…
@ryanflorence @scobrot Reading tweets
@taupecat @jeremyfelt @jcasabona Actually github.com/jaredly/qmoji
@steveschoger @kylietimpani Host/Hostess at restaurant: Your table is ready. Enjoy your meal.
Me: Thanks! You too!
Want to view a single image on @imgur (literally its only job)? Good luck! You gotta successfully download (354KB) and run (1.21MB) of client-side React in order to get your image requested as resource 110 of 553. What should have been an IMG element became… this. t.co/XkrbZcLQQg
@tameverts Oops the JS has increased by 700% (w/@tameverts) #jamstackconf
@ShopTalkShow @davatron5000 @jamstackconf How come no one has made a static sure generator called Strawberry Jam yet…
@seclarke @BresPolitico I don’t think that’s how the World Series works…
@mathias @teddyrised Doh! Answered my own question
Various options for delimiters have been explored, including ##. The double hash was deemed too high-risk since it has potential to break existing URL parsers. The hash symbol is not a valid URL code point.
@mathias @teddyrised Why not a double hash? Example.com/#fragment vs example.com/##fragment ?
@hankchizljaw @DavidKPiano I feel like a lot of the time when I’m using position: absolute; I don’t want the elements parent to be the container. I want some ancestor further up the tree.
I wouldn’t mind background-repeat: no-repeat; on every element though.