If you were in school, it is very possible you did watch it live: "With Christa McAuliffe set to be the first teacher in space, NASA had arranged a satellite broadcast of the full mission into television sets in many…
Here is a project that maintains a list of homoglyphs and has some Java and Javascript code for detecting them. https://github.com/codebox/homoglyph The list itself in sorted text format, each line a list of similar…
Some brief searching ("cooking rice with seawater") indicates that at a minimum you can use seawater diluted with fresh water for cooking if your survival depends on it. Seawater is around 3.5% salt. For perspective,…
The next worst is when there are only a handful of search results and the top one is a forum post with replies saying the answer is easily available, and the OP should have used Google first. The remaining results being…
Varasano also rejects the "special water" claim. I think the historically poor quality of pizza in rural areas is due to the "trade secret" recipe factors (which Varasano identifies) not being widely shared. I've been…
className is a small inconvenience when porting over an existing app to react (e.g. pasting in existing html), as is the requirement for style parameters to be objects. className is a quick find replace, but style is a…
Apple could shrink the touchbar enough to have space for the esc key. They could have also included a single classic USB type A receptacle and kept the magsafe power connector... so who knows.
I would like to find a laptop with a touchpad as good as a 2010 MacBook Pro. I'm not aware of any, and this article seems to confirm it: http://www.businessinsider.com/macbook-touchpad-better-than-...
If you like AvE, check out This Old Tony. He is more machining focused, but he did do a clever multimeter 4/1 video.
He is referring to traditional chaining of programs through STDOUT and STDIN. For example, a "program" that counts number of occurrences of foo in a file: cat file.txt | grep "foo" | wc -w
The missing link between the new Pepsi logo and TimeCube! Saddest thing is I can see a board room eating this up. Remember when Marissa Mayer redesigned the Yahoo logo with a small team over a weekend? "no straight…
That has always been my response to John Searle's Chinese Room [1] thought experiment. The argument boils down to the human consciousness either being magic or not. Magic being something beyond physics. 1:…
http://www.idsoftware.com/business/history "Taking its name from Freud's primal, instinct-driven face of the human psyche, id Software is, by general acknowledgement, the coolest game shop in the world."
It is "id" software, no caps, no periods. It is named for this concept: http://en.wikipedia.org/wiki/Id,_ego_and_super-ego I used to make similar mistakes years ago, for a long time thinking it was "Eye Dee Software",…
Reminds me of this: http://www.youtube.com/watch?v=aXV-yaFmQNk (A Magazine Is an iPad That Does Not Work) Not that I disagree, it is just fun to think about possible unintended consequences of dependency on AI for every…
My observation of HN is that any link title mentioning cargo cult or skeuomorphism is upvoted into orbit. It is worth reading the wikipedia article on the subject: http://en.wikipedia.org/wiki/Cargo_cult I've always…
When the blog post author (Larry Osterman) states that a quarter of 100,000 is 13,000, and that 10% of 13,000 is 130... I start to question if anything the author writes is in any way reflective of what actually…
I was involved in the creation of the Arduino CEC library, so I instantly recognized the schematic included in the PDF on page 17. My hardware implementation of interface is here: http://www.andrewncarr.com/hdmi/ (I…
>The difficulty is that anything more complex is TOO complex as an example. This sums it up. "Todo" examples are intended as a web/js-framework equivalent to the traditional "Hello World" example used to introduce a…
There is nothing magical about attributes in C#, they are a well defined way to declaratively add meta data to your methods, and I've always found them quite useful and effective. Here are a few links that may be…
I would argue that if your team delivered good stuff, mostly on schedule, and your team was happy, then you were good at being a manager. The company failing despite your team deliver quality product hints that there…
It doesn't, according to Moxie Marlinspike and others. http://www.theregister.co.uk/2011/04/11/state_of_ssl_analysi... If you haven't seen any of Marlinspikes presentations, you are missing out on some fascinating…
I've noticed a lot of YouTube videos have a CC button which enables subtitles. This appears to be some sort of beta feature, and the captions aren't always perfect, but I've found it useful for videos where the sound…
Ageism, racism, and sexism all in one, impressive. And what stereotypes do you attribute to that demographic which are unique and oppressive to others? Seems to me the only thing in question here is creativity and…
I wonder if this is a tacit acceptance of the DIY hackintosh. Has anyone seen hacintoshes used by audio/video pros for production work? Everything I've read over the last year seems to imply that Apple is losing…
If you were in school, it is very possible you did watch it live: "With Christa McAuliffe set to be the first teacher in space, NASA had arranged a satellite broadcast of the full mission into television sets in many…
Here is a project that maintains a list of homoglyphs and has some Java and Javascript code for detecting them. https://github.com/codebox/homoglyph The list itself in sorted text format, each line a list of similar…
Some brief searching ("cooking rice with seawater") indicates that at a minimum you can use seawater diluted with fresh water for cooking if your survival depends on it. Seawater is around 3.5% salt. For perspective,…
The next worst is when there are only a handful of search results and the top one is a forum post with replies saying the answer is easily available, and the OP should have used Google first. The remaining results being…
Varasano also rejects the "special water" claim. I think the historically poor quality of pizza in rural areas is due to the "trade secret" recipe factors (which Varasano identifies) not being widely shared. I've been…
className is a small inconvenience when porting over an existing app to react (e.g. pasting in existing html), as is the requirement for style parameters to be objects. className is a quick find replace, but style is a…
Apple could shrink the touchbar enough to have space for the esc key. They could have also included a single classic USB type A receptacle and kept the magsafe power connector... so who knows.
I would like to find a laptop with a touchpad as good as a 2010 MacBook Pro. I'm not aware of any, and this article seems to confirm it: http://www.businessinsider.com/macbook-touchpad-better-than-...
If you like AvE, check out This Old Tony. He is more machining focused, but he did do a clever multimeter 4/1 video.
He is referring to traditional chaining of programs through STDOUT and STDIN. For example, a "program" that counts number of occurrences of foo in a file: cat file.txt | grep "foo" | wc -w
The missing link between the new Pepsi logo and TimeCube! Saddest thing is I can see a board room eating this up. Remember when Marissa Mayer redesigned the Yahoo logo with a small team over a weekend? "no straight…
That has always been my response to John Searle's Chinese Room [1] thought experiment. The argument boils down to the human consciousness either being magic or not. Magic being something beyond physics. 1:…
http://www.idsoftware.com/business/history "Taking its name from Freud's primal, instinct-driven face of the human psyche, id Software is, by general acknowledgement, the coolest game shop in the world."
It is "id" software, no caps, no periods. It is named for this concept: http://en.wikipedia.org/wiki/Id,_ego_and_super-ego I used to make similar mistakes years ago, for a long time thinking it was "Eye Dee Software",…
Reminds me of this: http://www.youtube.com/watch?v=aXV-yaFmQNk (A Magazine Is an iPad That Does Not Work) Not that I disagree, it is just fun to think about possible unintended consequences of dependency on AI for every…
My observation of HN is that any link title mentioning cargo cult or skeuomorphism is upvoted into orbit. It is worth reading the wikipedia article on the subject: http://en.wikipedia.org/wiki/Cargo_cult I've always…
When the blog post author (Larry Osterman) states that a quarter of 100,000 is 13,000, and that 10% of 13,000 is 130... I start to question if anything the author writes is in any way reflective of what actually…
I was involved in the creation of the Arduino CEC library, so I instantly recognized the schematic included in the PDF on page 17. My hardware implementation of interface is here: http://www.andrewncarr.com/hdmi/ (I…
>The difficulty is that anything more complex is TOO complex as an example. This sums it up. "Todo" examples are intended as a web/js-framework equivalent to the traditional "Hello World" example used to introduce a…
There is nothing magical about attributes in C#, they are a well defined way to declaratively add meta data to your methods, and I've always found them quite useful and effective. Here are a few links that may be…
I would argue that if your team delivered good stuff, mostly on schedule, and your team was happy, then you were good at being a manager. The company failing despite your team deliver quality product hints that there…
It doesn't, according to Moxie Marlinspike and others. http://www.theregister.co.uk/2011/04/11/state_of_ssl_analysi... If you haven't seen any of Marlinspikes presentations, you are missing out on some fascinating…
I've noticed a lot of YouTube videos have a CC button which enables subtitles. This appears to be some sort of beta feature, and the captions aren't always perfect, but I've found it useful for videos where the sound…
Ageism, racism, and sexism all in one, impressive. And what stereotypes do you attribute to that demographic which are unique and oppressive to others? Seems to me the only thing in question here is creativity and…
I wonder if this is a tacit acceptance of the DIY hackintosh. Has anyone seen hacintoshes used by audio/video pros for production work? Everything I've read over the last year seems to imply that Apple is losing…