VirtualTam's bookmarks
143 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
-
Kafka, Pulsar & RabbitMQ
2021-08-21 Articles by Eran Stiller:
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 2)
Article and StackOverflow response by Lovisa Johansson from CloudAMQP, seem slightly biased towards RabbitMQ:
Benchmarks by Confluent.io (Kafka creator and Cloud Provider), seem heavily biased towards Kafka:
-
- https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
- https://boxboat.com/2020/02/04/writing-a-custom-terraform-provider/
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-1-ed12884e06d7
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-2-1346f89f082c
-
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://grafana.com/docs/tempo/latest/getting-started/
- https://grafana.com/docs/tempo/latest/configuration/
- https://github.com/grafana/tempo
- https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalable-distributed-tracing-system/
- https://grafana.com/blog/2020/11/09/trace-discovery-in-grafana-tempo-using-prometheus-exemplars-loki-2.0-queries-and-more/
- https://grafana.com/go/observabilitycon/observability-with-logs-grafana/
- https://grafana.com/go/observabilitycon/tracing-made-simple-with-grafana/
- https://gouthamve.dev/tempo-a-game-of-trade-offs/
-
-
- 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
-
Raspberry Pi Server Rack
2020-03-14 - https://www.bitscope.com/product/blade/?p=about
- https://octoprint.org/download/
- https://octoprint.org/blog/2018/09/03/safe-remote-access/
- https://www.musicstore.com/fr_BE/EUR/DAP-Audio-2-HE-Rackblende-f-Modulsystem-10-Segmente-MP-1/art-PAH0017160-000;pgid=10qgI.clt_RSRp_iHzaIY7w70000c9uG5mxw
- https://www.thingiverse.com/thing:1793758
- https://github.com/TheCallumInglis/Rack_Mount_Pi
- https://www.monoprice.com/product?p_id=33467&gclid=EAIaIQobChMI_Kvn08jn5wIVFdVkCh3-dAIVEAQYASABEgL2F_D_BwE
-
- https://www.worteks.com/fr/2018/03/29/freeipa-part1/
- https://www.worteks.com/fr/2018/04/16/freeipa-partie-2-clients-hbac-sudo-mots-de-passe/
- https://www.worteks.com/fr/2018/05/07/freeipa-partie-3-haute-disponibilite-automount/
- https://www.worteks.com/fr/2019/05/23/freeipa-partie-4-seconds-facteurs-dauthentification/
-
Brutalist Framework
2019-03-20 From Le Corbusier with Love 2.0
-
-
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
-
- https://github.com/kerrickstaley/extracting-chinese-subs/tree/master
- https://github.com/tesseract-ocr/tesseract
- https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality
- https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
- https://gitlab.gnome.org/World/OpenPaperwork/pyocr
- https://docs.opencv.org/2.4/modules/core/doc/operations_on_arrays.html#inrange
- https://docs.python.org/3/library/unicodedata.html
- https://news.ycombinator.com/item?id=14440849
-
Exploring Terraform Graphs With D3.js
2018-12-05 - https://28mm.github.io/notes/d3-terraform-graphs
- https://28mm.github.io/notes/d3-terraform-graphs-2
- https://28mm.github.io/notes/terraform-graphs-3
- https://28mm.github.io/notes/d3-terraform-graphs-4
- https://github.com/28mm/blast-radius
- https://28mm.github.io/blast-radius-docs/
- https://www.reddit.com/r/devops/comments/783prc/exploring_terraform_graphs_with_d3js/
-
Make. It. Simple. Linux Desktop Usability
2018-11-27 - https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-1-5fa0fb369b42
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-2-d34b86fd9b79
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-3-780f127f5794
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-4-13be6486b358
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-5-d810a0d2f368
- https://medium.com/@probonopd/make-it-simple-linux-desktop-usability-part-6-1c03de7c00a9