VirtualTam's bookmarks
141 bookmarks found
-
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://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
-
Wall hanging:
- https://www.reddit.com/r/spaceporn/comments/aap52z/james_webb_telescope_themed_backlit_wall_hanging/
- https://www.reddit.com/r/spaceporn/comments/aap52z/james_webb_telescope_themed_backlit_wall_hanging/ecudkr8/
- https://www.etsy.com/shop/VegaWoodworks
- https://www.etsy.com/listing/671041513/james-webb-telescope-themed-led-wall-art?ref=shop_home_feat_1
- https://www.reddit.com/r/spaceporn/comments/bqe1ur/three_jwst_led_signs/
Desktop:
- https://www.etsy.com/listing/709849885/james-webb-space-telescope-desktop-led?ref=shop_home_active_4
- https://www.reddit.com/r/3Dprinting/comments/bxnid7/jwst_led_desktop_light/
- https://www.reddit.com/r/nasa/comments/bxpfiv/jwst_led_desktop_light/
Images:
Honeycomb shelves:
- https://www.wikihow.com/Make-Homemade-Honeycomb-Shelves
- https://www.jennaburger.com/2014/04/diy-wood-honeycomb-shelves/
- https://abeautifulmess.com/2012/06/diy-honeycomb-shelves.html
- https://sawshub.com/diy-honeycomb-shelves/
LED Backlights:
-
Use case:
- Set up an AutoScaling Group with exactly 1 min/max/desired instance
- Attach an Elastic IP to the active instance
Usually for interoperability reasons and/or IP-based network rules (80's firewall anyone?).
-
bat: A cat(1) clone with wings.
2019-07-08 -
- 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
-
Login throttling in PHP
2019-01-18 - http://www.omniceps.com/stop-brute-force-attacks-php-throttling/
- http://miftyisbored.com/a-complete-tutorial-on-login-throttling-and-recaptha-with-laravel-5-3/
- https://mattstauffer.com/blog/login-throttling-in-laravel-5.1/
- http://codedevelopr.com/articles/throttle-user-login-attempts-in-php/
- https://stackoverflow.com/questions/9153554/best-way-to-implement-ban-after-too-many-login-attempts
- https://stackoverflow.com/questions/2090910/how-can-i-throttle-user-login-attempts-in-php
- https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication#477585
-
ZSH-LOVERS(1)
2018-11-29