VirtualTam's bookmarks
23 bookmarks found
-
BBS - The Documentary
2024-11-10 The BBS Documentary Video Collection is a varied set of video items collected by Jason Scott, curator of TEXTFILES.COM. These are recordings about and from the era of the domination of ASCII and Dial-up Bulletin Board Systems (roughly the 1970s through the 1990s, with examples far before and after that).
-
- HyperLogLog: the analysis of a near-optimal cardinality estimation algorithm (PDF)
- HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm
- https://agkn.wordpress.com/2012/10/25/sketch-of-the-day-hyperloglog-cornerstone-of-a-big-data-infrastructure/
- Redis new data structure: the HyperLogLog
- https://www.reddit.com/r/programming/comments/21wshj/redis_new_data_structure_the_hyperloglog/
- https://redis.uptrace.dev/guide/go-redis-hll.html
- https://towardsdatascience.com/hyperloglog-a-simple-but-powerful-algorithm-for-data-scientists-aed50fe47869
- https://odino.org/my-favorite-data-structure-hyperloglog/
- http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-Estimation
- https://supabase.com/blog/seen-by-in-postgresql
- https://www.citusdata.com/blog/2017/12/22/distributed-count-vs-hyperloglog/
-
PyPDF2
2018-04-04 PyPDF2:
- https://pythonhosted.org/PyPDF2/
- https://pythonhosted.org/PyPDF2/PdfFileReader.html
- https://github.com/mstamy2/PyPDF2
Guides:
- http://www.binpress.com/tutorial/manipulating-pdfs-with-python/167
- https://automatetheboringstuff.com/chapter13/
- http://www.blog.pythonlibrary.org/2010/05/15/manipulating-pdfs-with-python-and-pypdf/
- http://www.blog.pythonlibrary.org/2012/07/11/pypdf2-the-new-fork-of-pypdf/
- https://medium.com/@menglishu09/get-bookmarks-from-pdf-using-pypdf2-4166ae8eb6f6
- http://blog.isnotworking.com/2006/08/extract-pdf-title-from-all-files-on.html
Threads:
- https://stackoverflow.com/questions/1918420/split-a-pdf-based-on-outline
- https://stackoverflow.com/questions/8329748/how-to-get-bookmarks-page-number
- https://stackoverflow.com/questions/2431426/extract-toc-of-pdf
- https://stackoverflow.com/questions/911672/extracting-titles-from-pdf-files
- https://stackoverflow.com/questions/10014572/python-open-pdf-file-to-specific-page-section
-
-
- https://www.instructables.com/id/Faux-Nixie-Tube-Clock/
- https://hackaday.io/project/18633-lixie-an-led-alternative-to-the-nixie-tube
- https://learn.adafruit.com/adafruit-neopixel-uberguide/the-magic-of-neopixels
- https://www.tindie.com/products/connornishijima/lixie-an-led-alternative-to-the-nixie-tube/
- https://en.wikipedia.org/wiki/Lightguide_display
- https://github.com/connornishijima/Lixie-arduino
- https://github.com/connornishijima/Lixie-arduino/blob/master/examples/ESP8266/ntp_clock/ntp_clock.ino
- https://imgur.com/gallery/mRSaP
- https://imgur.com/a/6soGR
- http://s1294.photobucket.com/user/mitchmarkin/library/Lixie%20Clock?sort=4&page=1
-
Playing HTTP Tricks with Nginx | Elastic
2017-10-09 The X-Pack plugin comes with a subscription plan and a 30-day trial license:
- https://www.elastic.co/subscriptions
- https://www.elastic.co/guide/en/x-pack/current/license-expiration.html
- https://discuss.elastic.co/t/after-x-pack-license-expiration/78072/7
Once the license has expired, a number of features become unavailable, among which is user management (authentication, authorization).
-
Xterm256 color names for console Vim | Vim
2017-10-06 - http://vim.wikia.com/wiki/View_all_colors_available_to_gvim
- https://stackoverflow.com/questions/16577352/how-to-set-a-black-background
- https://stackoverflow.com/questions/29167604/setting-vim-cursorline-colors
- http://vim.wikia.com/wiki/Highlight_current_line
- http://vim.wikia.com/wiki/Display_line_numbers
- https://stackoverflow.com/questions/237289/vim-configure-line-number-coloring
-
Chaos Engineering - O'Reilly Media
2017-08-22 With so many interacting components, the number of things that can go wrong in a distributed system is enormous. You’ll never be able to prevent all possible failure modes, but you can identify many of the weaknesses in your system before they’re triggered by these events. This report introduces you to Chaos Engineering, a method of experimenting on infrastructure that lets you expose weaknesses before they become a real problem.