VirtualTam's bookmarks
219 bookmarks found
-
- https://github.com/orsjb/beads
- http://www.beadsproject.net/doc/
- http://www.beadsproject.net/ref/
- http://computermusicblog.com/blog/sonifyingprocessing/
- http://evanxmerz.com/soundsynthjava/Sound_Synth_Java.html
- https://www.reddit.com/r/synthrecipes/comments/391vg6/sound_synthesis_in_java_coding_synthesizers_in_a/
-
Vim and Django
2018-02-10 - https://code.djangoproject.com/wiki/UsingVimWithDjango
- http://www.vim.org/scripts/script.php?script_id=1487
- https://github.com/jmcomets/vim-pony/
- https://github.com/vim-scripts/django.vim
- https://github.com/tweekmonster/django-plus.vim
- https://stackoverflow.com/questions/4027961/describe-your-customized-vim-editor-for-python-django-development
- https://www.reddit.com/r/vim/comments/2zkxip/some_good_vimrcs_blog_posts_about_using_vim_with/
-
-
- http://www.programmerfriendly.com/best-monitor-for-programming/
- https://www.slothygeek.com/best-monitor-for-programming/
- https://www.quora.com/What-is-the-best-type-of-computer-monitor-for-coding
- https://www.144hzmonitors.com/other/best-monitor-for-programming-and-coding/
- https://www.reddit.com/r/Monitors/comments/32nkbc/best_programming_monitors_12_hrs_daily_usage/
- http://www.gomechanicalkeyboard.com/other-reviews/best-monitor-for-programming-coding/
-
Introducing the new SourceForge
2018-01-10 - https://www.reddit.com/r/opensource/comments/7p94h3/introducing_the_new_sourceforge/
- https://www.reddit.com/r/sysadmin/comments/4n3e1s/the_state_of_sourceforge_since_its_acquisition_in/
- https://arstechnica.com/information-technology/2016/06/under-new-management-sourceforge-moves-to-put-badness-in-past/
- https://sourceforge.net/blog/sourceforge-now-scans-all-projects-for-malware-and-displays-warnings-on-downloads/
-
Meltdown and Spectre
2018-01-04 - https://security.googleblog.com/2018/01/todays-cpu-vulnerability-what-you-need.html
- https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html
- https://www.reddit.com/r/linux/comments/7nybl1/meltdown_and_spectre/
- https://www.reddit.com/r/linux/comments/7nzsih/intel_was_aware_of_the_chip_vulnerability_when/
- https://www.reddit.com/r/linux/comments/7nyaku/todays_cpu_vulnerability_what_you_need_to_know/
Exploits:
-
-
Arduino & Aquaponics
2017-12-02 - http://www.backyardaquaponics.com/forum/viewtopic.php?f=50&t=22607
- https://makezine.com/projects/aquaponic-garden/
- http://www.instructables.com/id/Arduino-Aquaponics-JSON-Pump-Controller/
- http://www.instructables.com/id/Simple-Arduino-Controlled-Aquaponic-System/
- https://www.reddit.com/r/aquaponics/comments/2lat5z/arduino_sensors/
- https://www.reddit.com/r/aquaponics/comments/3ykuur/aquaponics_iot_sensor_system/
- https://www.atlas-scientific.com/product_pages/kits/do_kit.html
- https://www.phidgets.com/?tier=1&catid=11&pcid=9
- https://permies.com/t/33076/Automation-Arduino-Aquaponics
- https://www.cooking-hacks.com/open-aquarium-aquaponics
- http://www.instructables.com/id/IAquaDesk-Iot-enabled-Aquaponis-using-Intel-galile/
-
Actors:
- database server / cluster
- load-balanced application servers relying on a database schema with migrations
- reverse proxy
Issue:
- managing database schema migrations
Possible sequence:
- create the database
- run a service that executes database schema migrations
- start application servers
- start the load-balancer / reverse-proxy
Resources:
- https://www.reddit.com/r/docker/comments/2t2pnf/what_are_best_strategies_to_migrate_relational/
- https://softwareengineering.stackexchange.com/questions/357929/db-migration-strategy-for-docker-containers-in-aws-ecs
- https://stackoverflow.com/questions/41592091/run-a-database-migration-command-when-deploying-a-docker-container-to-aws
- https://ltd-keeper.lsst.io/gke-migrations.html
- https://stackoverflow.com/questions/31715239/docker-compose-database-migrations-and-other-pre-post-scripts
- https://stackoverflow.com/questions/38089999/docker-compose-rails-best-practice-to-migrate
- https://stackoverflow.com/questions/37058812/how-best-to-run-one-off-migration-tasks-in-a-kubernetes-cluster