marcacohen | 5 years ago | on: Biden Will Win Nevada by 1%
marcacohen's comments
marcacohen | 5 years ago | on: Biden Will Win Nevada by 1%
marcacohen | 5 years ago | on: Biden Will Win Nevada by 1%
marcacohen | 5 years ago | on: NY to SF by Train in Four Hours
Re: highways, thank you for pointing that out. I've fixed the article by s/interstate highway system/public works program/ with link to the details. Btw, FDR spent over $4B on highways, roads, and streets, a considerable sum in those days.
Re: You can't aspire using the impossible." Naysayers like you are why we may hever have this.
marcacohen | 5 years ago | on: NY to SF by Train in Four Hours
2. I did the same calculations you did but went with a more provocative headline for reason cited in 1. above.
3. Re: only benefiting NY & SF, if you read my article you would know that I'm advocating a network of trains to replace the antiquated, wasteful, and enviironmentally unfriendly extant network of highway systems.
4. FDR and roads, see https://en.wikipedia.org/wiki/Works_Progress_Administration.
In response to your final comment about bad math, etc, I would say that your feedback is replete with the kind of overrly-literal interpretation, detail knitpicking, and generally holier than thou attitude that has given HN a bad reputation. Nonetheless, thank you for sharing your thoughts.
marcacohen | 6 years ago | on: Bash $* and $@ (2017)
echo dollar-star: for i in $; do echo $i; done echo dollar-at: for i in $@; do echo $i; done echo quoted-dollar-star: for i in "$"; do echo $i; done echo quoted-dollar-at: for i in "$@"; do echo $i; done
./x.sh a "b c" d dollar-star: a b c d dollar-at: a b c d quoted-dollar-star: a b c d quoted-dollar-at: a b c d
marcacohen | 8 years ago | on: Google I/O 2018 codelabs
I never said, nor meant to imply, judgements about any other projects. I was simply sharing the choices we've made based on our priorities and resources.
Personally I'm comfortable with those choices because they've resulted in literally hundreds (>650 at my last count) of nice looking and fun to use coding tutorials. I'm also quite proud of the authoring flow we built: these codelabs are generated directly from Google Docs (you don't have to write a line of code to produce them) and we've open sourced the tools for others to use (https://github.com/googlecodelabs/tools).
marcacohen | 8 years ago | on: Google I/O 2018 codelabs
marcacohen | 10 years ago | on: Material Design Lite Components in HTML/CSS/JS