Fork me on GitHub
#off-topic
<
2017-05-23
>
john16:05:16

So I was in this crazy car accident yesterday. My car literally got air, like some new jack city shit. It was crazy. But nobody got hurt and both cars were able to drive away.

john16:05:58

And I had boxes of plates and glass in the back. None of it broke.

john17:05:40

Not new jack city. Free jack, where that guy's wheel goes on the other dudes wheel and it launches him in the air. That happened. But I didn't fly into an underpass lol

qqq17:05:12

@john : glad to hear everyone was fine; description reminds me of https://www.youtube.com/watch?v=mOI8GWoMF4M

john17:05:46

Yeah it was def crazy like that

john17:05:13

I was spinning right though, about to roll over, because I launched off my left front wheel. Luckily it decided to come back down on all four wheels. Pretty softly too. Wild.

akiroz17:05:33

I just had a long trip down memory lane by unpacking all of by super old zip archives and came back with a nicely reconstructed overview of my life since I got my first computer..... boy has it been a ride this last decade 😆

akiroz17:05:20

I wonder how this would look for anyone else...

jsa-aerial18:05:27

Raced SCCA Spec Racer and Porsches back in the day. Had some spins, but never launched one. Never saw one launched, but saw some other pretty wild (and scary) stuff...

john18:05:17

When I was a teenager I launched a k5 blazer in the air. Landed on the hood and roof and slid on it's roof a good ways.

mobileink21:05:29

Live dangeruosly. Learn Clojure.

mobileink22:05:12

i shudder to think where you would be now if you were a PHP programmer, @john

john22:05:03

@mobileink splattered on the overpass, I'd imagine 😉

mobileink22:05:51

or you would have had a flat tire and avoided the accident but missed your appointment.

mobileink22:05:14

or you would have caused a multicar pile-up woth many injuries.

mobileink22:05:52

any clojurians working with this? https://www.ampproject.org

john23:05:38

Looked at it. Just seems like a horrible idea to me.

john23:05:04

In the same way it's a bad idea for a company to depend on facebook for their brand. I see it as a vendor lockin play by google.

csm23:05:38

as a user, I really dislike the experience of AMP

mobileink23:05:37

where's the lockin? it's open source, for one, and if you look at https://www.ampproject.org/learn/about-how/ it's mostly just recommendations for optimization, like "put all css in one style element in <head>". what's wrong with that?

mobileink23:05:34

@csm howso? details?

csm23:05:32

it might be bad implementations, but typically for me AMP’d paged don’t work correctly, e.g. with embedded videos, navigation

mobileink23:05:41

haven't used it myself, but i'm happy to piggie-back on google's investment.

mobileink23:05:50

@csm that's good to know. could be early version hiccups.

mobileink23:05:12

i don't see a prob in principle.

mobileink23:05:24

@john i mean, vendor lockin is pretty much unavoidable, right? use jquery? you're locked in.

john23:05:01

And their CDN

john23:05:32

Which is nice, as I think it's free. But nothings really free, right?

mobileink23:05:27

sure. there are always trade-offs.

mobileink23:05:47

i hate the google/amazon/fb/ms/i-forget-the-other-one cartel as much as the next guy, but for me at least google is the most open/least evil.

john23:05:45

I get that feeling too. I'm just not sure what the benefit is. Why not just implement their prescribed optimizations in all software, generally? Why for just this Google specific delivery mechanism? And I agree with csm - AMPed pages feel brokenish to me.

mobileink23:05:05

your suspicions could well be correct, meybe there's some kind of "google only" stuff in amp. just looks very interesting to me. i sure don't have time to figger out the ultimate webapp optimizations!

john23:05:41

Seems like a valuable source of guidance for web page optimization

mobileink23:05:30

maybe that's the way to treat it for now - cautiously, as a source of guidance.

mobileink23:05:57

thing is, google does not need to make money on this sort of thing. i think they could not care less if we use their AMP code or somebody else's - either way they win.

john23:05:07

Their AMP CDN is probably a good opportunity to offload some bandwidth costs too. But I wouldn't build my business over it.

mobileink23:05:53

for me that's a separate issue. it's open source, you can serve it however you please.

john23:05:38

And to that extent, yeah, I think it's probably a good idea to leverage as many good ideas and/or code from AMP that is helpful

fellshard23:05:34

This classic monster post touched on it, more for its hypocrisy than anything. No idea how effective it is as a tool. Certainly is no replacement for putting proper thought into design in the first place, instead of applying a shim after the fact.

mobileink23:05:14

@fellshard nice! just scanned it, but i love the Taft bit. but i think it might be a little unfair to AMP. at least based on the docs they have put serious thought (and $$) into web optimization. i don't think they would ever claim that using their stuff allows anybody to avoid putting proper thought into the design in the first place. just the opposite - they state quite clearly what you need to think about.

mobileink23:05:14

also, i don't know what you mean by "shim after the fact". that seems the exact opposite of what amp is doing, to me.