davidcsally
|
1 year ago
|
on: Apple's risky bet on CarPlay
I have a 2023 rav4 prime and it shows apple maps directions in the instrument cluster and HUD, maybe that counts?
davidcsally
|
3 years ago
|
on: My upgrade to 25 Gbit/s Fiber To The Home
Just got hooked up in Oakland and loving it! Paying $70 less per month vs Comcast
davidcsally
|
5 years ago
|
on: 'New car smell' is the scent of carcinogens
Even the jar of hoisin sauce I bought at Safeway has a prop 65 warning.
davidcsally
|
5 years ago
|
on: GitHub Releases Dark Mode
Does GitHub support IE11? Would be interesting to see their browser demographics.
davidcsally
|
5 years ago
|
on: In spite of an increase in Internet speed, webpage speeds have not improved
As someone working on improving we vitals metrics, ad networks are 100% the biggest issue we face. Endless redirects, enormous payloads, and non optimized images. And on top of all that, endless console logs. I wish ad providers had higher standards.
davidcsally
|
6 years ago
|
on: GitHub CLI is now in beta
My 2cents but I have noticed lots of small, minor updates to their front end over the last year. Things like better focus and hover states, branch copying, better mobile layouts, etc. Lots of minor front end polish.
davidcsally
|
6 years ago
|
on: Why I’m Leaving San Francisco: Meta study
I would love to read a meta article on posts like: `so blessed with ${numOffers}, it was so hard to narrow down, i can't wait to start working at ${company}`
davidcsally
|
7 years ago
|
on: CSS grid garden
Most of flexbox is supported in IE11, but some "defaults" are not the same as other browsers --> see the known issues tab if you're interested, most of the time it works but when it doesn't it's frustrating
https://caniuse.com/#feat=flexbox
davidcsally
|
7 years ago
|
on: React Redux 6.0 released
Thanks for the great Redux docs. I was not able to find any solid information on how to use Redux with typescript in the docs. Since redux now comes with typescript types (I think), it would be nice to have documentation around how to use them and any best practices to follow and pitfalls to avoid.