Author: johayek
-
I just proceeded with my “DNA Collection Kid” provided by 23andMe – so excited to learn about my “DNA Relatives”
23andMe is the first and only genetic service available directly to you that includes reports that meet FDA standards. https://www.23andme.com Maybe this is also the way to find my sister – and whomever … My brother will hate me “forever” (he said), if finding our sister will succeed. Of course my main goal is something…
-
Mosh Ben-Ari is an Israeli musician, lyricist and composer
https://en.wikipedia.org/wiki/Mosh_Ben-Ari
-
Peter Beinart (in Haaretz.com): I still love America. But, after Trump’s victory, I don’t trust it.
http://www.haaretz.com/world-news/u-s-election-2016/1.752020
-
WhatsApp lets you “archive” and “mute” conversation threads
https://en.wikipedia.org/wiki/WhatsApp Very valuable features. Only recently discovered how valuable they are. Allows you to ignore those threads, resp. to even disallow them to gain your awareness within a limited amount of time.
-
Pragmatic …: The Way of the Web Tester
This book is for everyone who needs to test the web. As a tester, you’ll automate your tests. As a developer, you’ll build more robust solutions. And as a team, you’ll gain a vocabulary and a means to coordinate how to write and organize automated tests for the web. Follow the testing pyramid and level…
-
creating “XML::Template” – an incomplete rewrite of “HTML::Template” – yet another case of “not invented here”
https://github.com/JochenHayek/Perl/tree/master/XML https://github.com/JochenHayek/Perl/blob/master/XML/Template.pm Why? Because “he” does not want another module from CPAN, “because all that is tremendous overkill“. But at least I am taking a few ideas from HTML::Template 🙄 I apologise for practicing NIH here. Wasn’t my decision.