VirtualTam's bookmarks
48 bookmarks found
-
- https://adr.github.io/
- https://kevinjalbert.com/start-now-architecture-decision-records/
- https://dev9.com/blog-posts/2017/5/increasing-software-transparency-with-lightweight-architectural-decision-records
- https://github.com/joelparkerhenderson/architecture_decision_record
- https://github.com/npryce/adr-tools
-
- https://adr.github.io/madr/
- github.com/npryce/adr-tools
- http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions
-
- http://writingcities.com/2015/07/23/donald-appleyard-on-creating-livable-streets/
- http://writingcities.com/2015/06/02/the-social-life-of-small-urban-places-or-things-planners-should-know-but-still-dont/
- http://writingcities.com/2015/04/30/topophilia-pt-1/
- http://writingcities.com/2015/05/15/how-to-study-public-life-the-danish-way/
- http://writingcities.com/2015/12/03/3899/
- https://vimeo.com/16399180
-
iptables
2018-07-04 Documentation:
- https://www.netfilter.org/documentation/index.html
- https://www.netfilter.org/documentation/HOWTO//netfilter-hacking-HOWTO.html
- https://www.netfilter.org/documentation/HOWTO//networking-concepts-HOWTO.html
- https://www.netfilter.org/documentation/HOWTO//NAT-HOWTO.html
- https://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO.html
Articles:
- https://www.digitalocean.com/community/tutorials/how-the-iptables-firewall-works
- https://www.digitalocean.com/community/tutorials/how-to-list-and-delete-iptables-firewall-rules
- https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands
- https://www.digitalocean.com/community/tutorials/a-deep-dive-into-iptables-and-netfilter-architecture
- https://www.digitalocean.com/community/tutorials/how-to-choose-an-effective-firewall-policy-to-secure-your-servers
How-tos:
- https://wiki.centos.org/HowTos/Network/IPTables
- https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-iptables-on-ubuntu-14-04
Routing:
- https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html
- https://www.frozentux.net/iptables-tutorial/images/tables_traverse.jpg
- https://www.frozentux.net/iptables-tutorial/images/table_subtraverse.jpg
- https://upload.wikimedia.org/wikipedia/commons/3/37/Netfilter-packet-flow.svg
RHEL Documentation:
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-firewalls-common_iptables_filtering
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-firewalls-forward_and_nat_rules
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-firewalls-malicious_software_and_spoofed_ip_addresses
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-firewalls-iptables_and_connection_tracking
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-iptables
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/sec-setting_and_controlling_ip_sets_using_iptables
-
SHEDWORKS - Sable
2018-06-26 Trailers:
Dev & Art Team:
- https://twitter.com/ShedworksGreg
- https://twitter.com/ShedworksDan
- https://twitter.com/betterthemask
- https://twitter.com/Jbrekkie
- https://twitter.com/MartinKvale
- https://twitter.com/MacchiatoLycan
Media:
- https://twitter.com/i/moments/971351000635314176
- http://www.erictabuchi.net/filter/Photoworks/Architecture-d-entrainement
Interviews:
- http://uk.ign.com/articles/2018/06/14/e3-2018-sable-is-an-unlikely-companion-to-breath-of-the-wild
- https://www.pcgamer.com/sable-is-a-gorgeous-contemplative-exploration-game-made-by-two-friends-who-work-in-a-shed/
- https://www.forbes.com/sites/maxthielmeyer/2018/06/26/sable-developer-greg-kythreotis-talks-art-and-architecture-in-e3s-prettiest-game/#59af53bf358c
-
- https://developer.android.com/training/data-storage/room/index.html
- https://developer.android.com/reference/android/arch/persistence/room/Database.html
- https://developer.android.com/training/data-storage/room/defining-data.html
- https://developer.android.com/training/data-storage/room/accessing-data.html
- https://developer.android.com/topic/libraries/architecture/adding-components.html
- https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0
- https://codelabs.developers.google.com/codelabs/android-persistence/#0
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceContentProviderSample
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceMigrationsSample
-
Android Design and Architecture Patterns
2018-04-22 Reference:
- https://developer.android.com/topic/libraries/architecture/guide.html
- https://developer.android.com/guide/topics/ui/index.html
MVC & MVP:
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter
- https://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
- blogs.infragistics.com/blogs/todd_snyder/archive/2007/10/17/mvc-or-mvp-pattern-whats-the-difference.aspx
Articles:
- https://www.raywenderlich.com/109843/common-design-patterns-for-android
- https://www.techyourchance.com/activities-android/
- https://www.techyourchance.com/mvp-mvc-android-1/
- http://antonioleiva.com/mvp-android/
Threads:
- https://stackoverflow.com/questions/4916209/which-design-patterns-are-used-on-android
- https://stackoverflow.com/questions/5915377/how-to-manage-application-state-in-android-for-the-iphone-developer
- https://stackoverflow.com/questions/37469370/android-design-pattern-to-manage-ui-elements
- https://stackoverflow.com/questions/3977864/design-pattern-for-view-navigation-in-android
-
Modern PHP Without a Framework | Kevin Smith
2018-03-22 "It's hard to start using frameworks if you don't understand the problems that they aim to solve."
-
Migrating a 130TB Cluster from Elasticsearch 2 to 5 in 20 Hours with 0 Downtime and a Rollback…
2018-01-31 - https://thoughts.t37.net/how-we-reindexed-36-billions-documents-in-5-days-within-the-same-elasticsearch-cluster-cd9c054d1db8
- https://thoughts.t37.net/how-we-upgraded-a-22tb-mysql-cluster-from-5-6-to-5-7-in-9-months-cc41b391895d
- https://www.elastic.co/blog/hot-warm-architecture-in-elasticsearch-5-x
- https://www.graylog.org/post/back-to-basics-using-a-hot-warm-elasticsearch-cluster
- https://github.com/mraad/es-hot-warm
-
- https://github.com/docker-library/official-images#architectures-other-than-amd64
- https://hub.docker.com/u/arm32v7/
- https://forums.docker.com/t/automated-build-raspberry-pi-based-image-on-docker-hub/4155/7
- https://www.ecliptik.com/Cross-Building-and-Running-Multi-Arch-Docker-Images/
- https://stackoverflow.com/questions/44925788/dockerfile-compile-in-local-machine-but-fails-in-docker-hub-for-automated-build
- https://github.com/alexellis/docker-arm
- https://github.com/resin-io-projects/armv7hf-debian-qemu
- https://github.com/cmosh/alpine-arm
-
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