VirtualTam's bookmarks
59 bookmarks found
-
HAProxy Data Plane API
2021-11-01 - https://www.haproxy.com/blog/new-haproxy-data-plane-api/
- https://www.haproxy.com/blog/announcing-haproxy-data-plane-api-2-4/
- https://www.haproxy.com/blog/consul-service-discovery-for-haproxy/
- https://github.com/haproxytech/dataplaneapi/blob/master/discovery/README.md
- https://github.com/haproxytech/dataplaneapi/blob/master/discovery/AWS.md
- https://github.com/haproxytech/dataplaneapi/blob/master/discovery/CONSUL.md
-
389ds in containers
2021-01-20 - https://fy.blackhats.net.au/blog/html/pages/ldap_guide_part_1_foundations.html
- https://fy.blackhats.net.au/blog/html/pages/ldap_guide_part_2_searching.html
- https://fy.blackhats.net.au/blog/html/pages/ldap_guide_part_3_filters.html
- https://fy.blackhats.net.au/blog/html/pages/ldap_guide_part_4_schema_and_objects.html
- https://github.com/389ds/389-ds-base/blob/master/docker/389-ds-fedora/Dockerfile
-
- https://facebook.github.io/watchman/
- https://github.com/cstrahan/go-watchman
- https://news.ycombinator.com/item?id=23480198
- https://git-scm.com/docs/git-config#Documentation/git-config.txt-featuremanyFiles
- https://github.com/jgavris/rs-git-fsmonitor
- https://github.com/git/git/blob/master/templates/hooks--fsmonitor-watchman.sample
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
- https://github.com/dvorka/mindforger
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/why-mindforger.md
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/installation.md
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/user-documentation.md
-
GPU monitoring with Prometheus
2019-04-27 - https://stackoverflow.com/questions/8223811/top-command-for-gpus-using-cuda
- https://github.com/wookayin/gpustat
- https://github.com/zhebrak/nvidia_smi_exporter (Go)
- https://github.com/tankbusta/nvidia_exporter (C, Go)
- https://github.com/teh/nvidia-smi-prometheus (Haskell)
- https://github.com/gsperry2011/prometheus/blob/master/nvidia/ewbf_scraper.py (Python)
- https://grafana.com/dashboards/1500
-
TL;DR: Hydrators are used to map arrays to objects, and vice-versa
- https://www.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/query.html#hydration-modes
- https://codereview.stackexchange.com/questions/222/php-doctrine-array-hydration
- https://github.com/doctrine/DoctrineModule/blob/master/docs/hydrator.md
- https://framework.zend.com/manual/2.4/en/modules/zend.stdlib.hydrator.html
- https://github.com/phpro/zf-doctrine-hydration-module
- https://github.com/zendframework/zend-hydrator