VirtualTam's bookmarks
23 bookmarks found
-
- Matteo Brittanti - How to get rid of homeless? - A 600-page epic split in two volumes documenting the so-called “homeless scandal” that affected the newly released game SimCity (Maxis/Electronic Arts, 2013)
- Stanisław Lem - The Cyberiad
- MIT - Urban Intervention Simulation (archive)
- MIT - City Science Research Group
- The Landlord's Game, a realty and taxation game intended to educate users about Georgism
- Invisible Cities, prose poems describing 55 fictitious cities, many of which can be read as commentary on culture, language, time, memory, death, or human experience
-
ANGLE - Almost Native Graphics Layer Engine
2023-12-05 Allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform
-
- https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
- https://boxboat.com/2020/02/04/writing-a-custom-terraform-provider/
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-1-ed12884e06d7
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-2-1346f89f082c
-
On-call team rotas
2020-05-26 Handling rotas:
- https://rachelbythebay.com/w/2019/01/14/rotation/
- https://rachelbythebay.com/w/2019/01/28/oncall/
- https://grafana.com/blog/2019/07/01/pro-tips-how-amgen-manages-on-calls-and-burnout-with-grafana/
- https://grafana.com/blog/2019/05/29/grafana-labs-at-kubecon-foolproof-kubernetes-dashboards-for-sleep-deprived-on-calls/
- https://www.youtube.com/watch?v=WQsyMguI8xQ
On-call stories:
-
Monitoring Theory
2019-03-20 -
Every Silver Lining Has a Cloud - ACM Queue
2018-06-17 "Cache is king. And if your cache is cut, you're going to feel it."
"Some providers now have something called Metal-as-a-Service, which I really think ought to mean that an '80s metal band shows up at your office, plays a gig, smashes the furniture, and urinates on the carpet."
-
Kotlin and Android | Android Developers
2018-02-14 - https://kotlinlang.org/docs/tutorials/kotlin-android.html
- https://android.github.io/kotlin-guides/style.html
- https://proandroiddev.com/android-ndk-interaction-of-kotlin-and-c-c-5e19e35bac74
- https://medium.com/yalantis-android/android-ndk-calling-kotlin-from-native-code-40a1cb0f6164
- https://stackoverflow.com/questions/36932662/android-how-to-call-ndk-function-from-kotlin
- https://android-developers.googleblog.com/2017/05/android-announces-support-for-kotlin.html
- https://www.youtube.com/watch?v=c6mhYGCKeaI
-
Packaging Cython applications
2017-05-02 - http://stackoverflow.com/questions/37471313/setup-requires-with-cython
- http://stackoverflow.com/questions/35497572/using-python-setuptools-to-put-cython-compiled-pyd-files-in-their-original-folde
- http://stackoverflow.com/questions/32528560/using-setuptools-to-create-a-cython-package-calling-an-external-c-library
- http://stackoverflow.com/questions/22214022/how-to-run-nosetests-in-a-project-using-cython
-
Recursion, Tail Calls and Trampolines
2017-03-24