Founding engineer or Founder/CTO

http://www.mooreds.com/wordpress/archives/2555

Take care editing bash scripts

https://thomask.sdf.org/blog/2019/11/09/take-care-editing-bash-scripts.html

Safely Force Pushing with Git using –force-with-lease=HEAD

https://www.jvt.me/posts/2018/09/18/safely-force-git-push/

Najlepszy widok na Drogę Mleczną w Polsce. Gdzie jest?

Najlepszy widok na Drogę Mleczną w Polsce. Gdzie jest? Tuż za niewielką wsią Stężnica w gminie Baligród!

Heavens-Above

Heavens-Above provides satellite visibility predictions and a host of other astronomy related information, all customized for your location.

Zniknięcie największej wsi Puszczy Noteckiej

https://podroze.onet.pl/polska/wielkopolskie/radusz-najwieksza-wies-puszczy-noteckiej-mieszkancy-wojna-historia-slady/yt0erbm

Luzowanie ilościowe. Czym jest i dlaczego nie jest dobre

https://goldenmark.com/pl/mysaver/luzowanie-ilosciowe/

Google’s C++ differential privacy library

This project contains a C++ library of ε-differentially private algorithms, which can be used to produce aggregate statistics over numeric data sets containing private or sensitive information https://developers.googleblog.com/2019/09/enabling-developers-and-organizations.html https://github.com/google/differential-privacy/

What is the difference between WHERE and HAVING clauses?

https://www.essentialsql.com/what-is-the-difference-between-where-and-having-clauses/ In fact, their functions complement each other. A WHERE clause is used is filter records from a result. The filter occurs before any groupings are made. A HAVING clause is used to filter values from a group. That means the WHERE clause is first applied to the result and then, the remaining rows summarized ...

JSON Schema $Ref Parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers