VirtualTam's bookmarks
219 bookmarks found
-
Websockets and Python/Go
2017-07-18 - https://www.reddit.com/r/django/comments/6nribg/realtime_with_django_instead_of_node/
- https://github.com/centrifugal/centrifugo/
- https://github.com/synw/django-instant
- http://www.aeracode.org/2017/7/11/towards-channels-20/
- https://gist.github.com/jobelenus/387134f0910f8835edf266fe30d9cb8f (presentation material)
-
-
- http://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf
- http://www.rbcs-us.com/documents/Segue.pdf
- https://news.ycombinator.com/item?id=7353767
- https://www.reddit.com/r/programming/comments/1zqjk8/why_most_unit_testing_is_waste/
- https://henrikwarne.com/2014/09/04/a-response-to-why-most-unit-testing-is-waste/
-
The Witness
2017-05-20 Art
- https://www.rockpapershotgun.com/2016/02/16/the-witness-colour/
- https://www.rockpapershotgun.com/2016/04/20/the-witness-island-design/
- http://www.artofluis.com/3d-work/the-art-of-the-witness/
- http://www.gdcvault.com/play/1020552/The-Art-of-The
- http://www.gamasutra.com/blogs/DeannaVanBuren/20151012/254238/Architecture_in_Video_Games_Designing_for_Impact.php
Design
Swag
-
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-16-04
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04
- https://www.reddit.com/r/Python/comments/68phcu/why_nginxgunicornflask/
-
Lenovo Thinkpad 13 + Linux - Feedback
2017-04-15 +++: backlit keyboard, battery ++: HDPI matte screen, touchpad+trackpad -: BIOS messages in approximative English --: no ethernet port ---: cooling / fan noise
ETH available through:
- 10$ generic USB-C adapter
- 25$ Lenovo USB-C adapter
- 150$ Lenovo USB-C dock
- 180$ Lenovo docking station
Cooling / fan control:
- triggered when the CPU reaches approx. 46° / 20% load
- slowest speed: 3400 RPM (!), goes up to 4000+ RPM
TODO:
- try updating BIOS/UEFI
- use a laptop cooling pad
- killall -9 firefox # not really an option tho
User-contributed feedback:
- https://www.reddit.com/r/thinkpad/comments/4k2kzl/debian_on_the_thinkpad_13/
- https://www.reddit.com/r/thinkpad/comments/4jh3wb/thinkpad_13_manjaroarch_impressions/
- https://www.reddit.com/r/thinkpad/comments/4lzsks/my_thinkpad_13_experience_with_ubuntu_1604/
- https://www.reddit.com/r/thinkpad/comments/4pieti/thinkpad_13_fan_vs_zenbook/
-
Reading game frames in Python with OpenCV - Python Plays GTA V | Python Programming Tutorials
2017-04-11 SCOOTER BROTHERS! WE'RE SCOOTER BROTHERS!
Scooter champ' algorithm:
- capture video with OpenCV
- process frames: region of interest, edge detection
- send DirectInput controls
- watch & enjoy!
src https://github.com/sentdex/pygta5/ via https://www.reddit.com/r/Python/comments/64l4pp/python_plays_gta_v_tutorial_series_creating_a/