author avatar

goromlagche

Fri May 24 2019

do not modify instance variables of a singleton class, not thread safe. furthermore no instance variables, only class variables.
author avatar

iffyuva

Thu May 16 2019

http://privacy.cis.upenn.edu/ - How to improve data sharing with privacy in mind.
author avatar

iffyuva

Fri Apr 12 2019

https://github.com/sosedoff/pgweb : A great way to connect to postgres without opening port 5432 to general public.

We can even add this to Dockup, and boom everyone has access to postgres container and can fiddle directly
author avatar

iffyuva

Fri Apr 05 2019

How to extract a nested yaml key from a file and write its contents to another file?

js-yaml | jq ".topkey.nestedkey" | js-yaml > output.yaml
author avatar

revath

Thu Apr 04 2019

To avoid diff of package-lock.json in git show: git show ':(exclude)package-lock.json'

Showing 48 to 50 of 73 results