VirtualTam's bookmarks
227 bookmarks found
-
Visual Studio Code Key Bindings
2022-12-17 - https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- https://stackoverflow.com/questions/34316156/how-to-comment-multiple-lines-in-visual-studio-code
-
- 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/
-
- https://stackoverflow.com/questions/63724484/build-and-bind-against-older-libc-version
- https://doc.rust-lang.org/rustc/platform-support.html
- https://www.reddit.com/r/rust/comments/n6udyk/building_rust_binaries_in_ci_that_work_with_older/
- https://users.rust-lang.org/t/how-to-compile-rust-with-a-specific-glibc-version-for-gnueabihf-architecture/6680
- https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
-
- https://github.com/graphql-python/graphene
- https://github.com/graphql-python/graphene-django
- https://docs.graphene-python.org/projects/django/en/latest/
- https://www.twilio.com/blog/graphql-apis-django-graphene
- https://www.reddit.com/r/django/comments/uzm4fn/is_graphene_django_reliable_is_it_used_in/
- Real World Graphene: Lessons Learned From Building A Graphql Api On Top Of A Django App for Saleor (https://github.com/saleor/saleor)
- graphene-django or: How I learned to stop RESTing and Love the Graph
-
- https://fcb1010.groups.io/g/main
- https://fcb1010.groups.io/g/uno
- https://mountainutilities.eu/fcb1010
- https://www.fcb1010.eu/
- https://www.fcb1010.uno/
- https://www.eurekasound.com/eurekaprom
- https://www.voes.be/fcb1010/software.htm
- https://el34world.com/Misc/Music/FCB_Kemper1.htm
- https://forum.fractalaudio.com/threads/fcb1010-uno-editor.124710/
- http://forum.cakewalk.com/FCB-1010-MIDI-Controller-Configuration-m2588616.aspx
- https://www.reddit.com/r/ableton/comments/wb2twe/looper_is_awesome/
-
Introduction to the Zettelkasten Method
2021-10-17 - https://luhmann.surge.sh/communicating-with-slip-boxes
- https://news.ycombinator.com/item?id=24916536
- https://forum.zettelkasten.de/discussion/comment/5918/
- https://zettelkasten.de/posts/understanding-hierarchy-translating-folgezettel/
- https://zettelkasten.de/posts/luhmanns-second-zettelkasten/
- https://en.wikipedia.org/wiki/Zettelkasten
- https://www.foleymusicandarts.com/blog/2019/3/5/how-i-use-the-archive-and-my-music-staff-to-create-engaging-lesson-notes
-
PCB Metro Map - Build Log
2021-10-10 - https://www.reddit.com/r/singapore/comments/oe3mlw/i_made_a_small_pcb_trinket_with_all_the_lines_up/
- https://www.asiaone.com/singapore/software-engineer-spent-5-months-recreating-detailed-mrt-map-printed-circuit-board-led
- https://www.kickstarter.com/projects/cjx3711/metrom-circuit-board-transit-diagrams-by-lifeclocc
-
TGR Alice — Taeha Types
2020-11-30 - https://github.com/Zambumon/Lubrigante
- https://www.reddit.com/r/MechanicalKeyboards/comments/b7qbab/tgr_alice/
- https://www.reddit.com/r/MechanicalKeyboards/comments/cjb1hw/my_endgame_keyboard_the_tgr_alice/
- https://www.reddit.com/r/headphones/comments/k0dqmj/i_have_no_words/
- https://keybumps.com/keyboard-feature/taeha-types-tgr-alice.html
- https://www.reddit.com/r/MechanicalKeyboards/comments/9801pp/tgr_alice_build/
- https://www.youtube.com/watch?v=IOFtHeV12DE
-
- Effective Go - Interface checks (blank implements)
- Ensure a type implements an interface at compile time in Go
- Interface guards in Go
- Compile time checks to ensure your type satisfies an interface
- What does an underscore and interface name after keyword var mean?
- What is
var _ type = &type{}
used for? - Using interfaces in Go - Interface guards
-
Python testing: unittest / pytest
2020-09-07 - https://blog.j-labs.pl/2019/02/Pytest-why-its-more-popular-than-unittest
- https://www.reddit.com/r/Python/comments/fdv5f2/pytest_or_unittest_in_2020/
- https://www.reddit.com/r/Python/comments/6s4a4p/played_with_pytest_for_the_first_time_today_uhh/
- https://www.reddit.com/r/Python/comments/5uxh22/unittest_vs_pytest/
- https://stackoverflow.com/questions/61121824/pytest-vs-unittest-framework-testloader-and-loadtestsfromtestcase-methods
- https://stackoverflow.com/questions/27954702/unittest-vs-pytest
-
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
- https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-instance-metadata-options.html
- https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/
- https://aws.amazon.com/blogs/aws/new-host-based-routing-support-for-aws-application-load-balancers/
- https://aws.amazon.com/about-aws/whats-new/2018/07/elastic-load-balancing-announces-support-for-redirects-and-fixed-responses-for-application-load-balancer/
- https://www.reddit.com/r/aws/comments/e18e5n/botexploit_what_is_this_trying_to_do_and_how
- https://www.reddit.com/r/aws/comments/e18e5n/botexploit_what_is_this_trying_to_do_and_how/f8qympp/
- https://forums.aws.amazon.com/thread.jspa?threadID=316889
- https://owasp.org/www-community/attacks/Server_Side_Request_Forgery
- https://www.wired.com/story/capital-one-paige-thompson-case-hacking-spree/
- https://krebsonsecurity.com/2019/08/what-we-can-learn-from-the-capital-one-hack/
- https://krebsonsecurity.com/2019/07/capital-one-data-theft-impacts-106m-people/
- http://www.thecloudavenue.com/2019/08/how-capital-one-hack-was-achieved-in-aws.html
- http://www.thecloudavenue.com/2019/11/changes-to-aws-ec2-instance-metadata-service.html
-
PaperMC – The High Performance Spigot Fork
2020-03-14 - https://github.com/PaperMC/Paper
- https://paper.readthedocs.io/en/latest/
- https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
- https://www.reddit.com/r/admincraft/comments/93ble5/what_is_paper_spigot_and_why_you_should_use_it/
- https://www.spigotmc.org/threads/spigot-vs-paperspigot-whats-the-difference.92288/
-
Live Looping with Bitwig Studio on Linux
2020-02-29 - https://www.kvraudio.com/forum/viewtopic.php?f=259&t=530584
- https://www.kvraudio.com/forum/viewtopic.php?f=259&t=530584&start=15
- https://www.kvraudio.com/forum/viewtopic.php?f=259&t=515018
- https://www.kvraudio.com/forum/viewtopic.php?f=268&t=534459
- https://www.youtube.com/watch?v=eHVoygoMuIs
- https://www.youtube.com/watch?v=DomZafMSfE0
- https://www.youtube.com/watch?v=kE8iaFdS4B8
- https://github.com/solinas3000/Looper4BitwigScript
- https://www.reddit.com/r/Bitwig/comments/bnjcp5/looper_preset_for_bitwig_3/
- https://www.reddit.com/r/Bitwig/comments/bup7f0/updated_looper_fx_preset_now_support_dynamic/
- https://www.reddit.com/r/Bitwig/comments/bahmdh/advice_turn_bitwig_into_a_jamming_daw/
-
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: