VirtualTam's bookmarks
96 bookmarks found
-
-
-
- golang.org/x/tools/present
- golang.org/x/tools/cmd/present
- Present slides to PDF?
- [rfc] present -o=slides.pdf
- sbinet/present-tex - Create LaTeX/Beamer slides from
present
-
Article Series:
- https://www.projectgus.com/2022/06/bmw-f-series-gear-selector-part-one-failures/
- https://www.projectgus.com/2022/06/bmw-f-series-gear-selector-part-two-breakthrough/
- https://www.projectgus.com/2022/07/bmw-f-series-gear-selector-part-three-success/
Supporting Repository:
- https://github.com/projectgus/car_hacking
- https://github.com/projectgus/car_hacking/tree/main/bmw_gear_selector
Related Projects:
-
Stylus:
- https://remarkablewiki.com/tech/stylus
- https://www.joshualowcock.com/guide/remarkable-2-compatible-pens-remarkable-marker-alternatives/
- https://www.joshualowcock.com/guide/how-to-install-the-lamy-al-star-pen-button-eraser-hack-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/nvtwt8/alternative_pen_which_is_compatible_with/
Case:
Guides:
- https://www.meganwalker.me.uk/2021/01/installing-remux-koreader-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/lzuxti/experience_using_the_remarkable_2_as_a_linux/
- https://www.simplykyra.com/category/remarkable/
System:
Usage:
Software:
- https://eeems.website/toltec/
- https://www.reddit.com/r/RemarkableTablet/comments/aqfflg/xochitl_question/
- https://github.com/reMarkable
- https://github.com/reHackable/awesome-reMarkable
- https://github.com/isaacwisdom/RemarkableLamyEraser
- https://github.com/ddvk/remarkable2-framebuffer
- https://github.com/ddvk/rmfakecloud
- https://github.com/ddvk/remarkable-hacks
- https://github.com/ddvk/remarkable-stylus
- https://github.com/juruen/rmapi
- https://rmkit.dev/apps/remux
- https://github.com/dps/remarkable-keywriter
Articles:
-
Article series:
- Testing Microservices, the sane way
- Testing in Production, the safe way
- Testing in Production: the hard parts
Presentations:
I’m more and more convinced that staging environments are like mocks - at best a pale imitation of the genuine article and the worst form of confirmation bias.
It’s still better than having nothing - but “works in staging” is only one step better than “works on my machine”.
-
Kafka, Pulsar & RabbitMQ
2021-08-21 Articles by Eran Stiller:
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 2)
Article and StackOverflow response by Lovisa Johansson from CloudAMQP, seem slightly biased towards RabbitMQ:
Benchmarks by Confluent.io (Kafka creator and Cloud Provider), seem heavily biased towards Kafka:
-
- https://rachelbythebay.com/w/2020/03/07/costly/
- https://docs.gunicorn.org/en/stable/faq.html#does-gunicorn-suffer-from-the-thundering-herd-problem
- https://uwsgi-docs.readthedocs.io/en/latest/articles/SerializingAccept.html
- https://uwsgi-docs.readthedocs.io/en/latest/Options.html
- https://web.archive.org/web/20160117023812/http://cramer.io/2013/06/27/serving-python-web-applications
- https://circus.readthedocs.io/en/latest/
-
Property-based testing
2020-01-06 - https://github.com/leanovate/gopter
- https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7
- https://hypothesis.works/articles/what-is-property-based-testing/
- https://hypothesis.works/articles/integrated-shrinking/
- https://hackage.haskell.org/package/QuickCheck
- https://github.com/emil-e/rapidcheck
- https://labs.spotify.com/2015/06/25/rapid-check/
- https://andrealeopardi.com/posts/the-guts-of-a-property-testing-library/