jahfer
π Joined in 2012
πΌ 338 Karma
βοΈ 20 posts
Load more
(Replying to PARENT post)
(Replying to PARENT post)
> The Ontario government ended police access to a COVID-19 database on July 22 after a court challenge by civil rights groups.
> Information released during that legal process revealed Thunder Bay police had searched the database more than 150 times per day, on average, between April 17 and July 22, according to the CCLA. That amounts to 14,800 searches, or a rate ten times the average number of searches by other police forces across the province.
> Thunder Bay had fewer than 100 reported COVID-19 cases during the time the data was available to police.
[1] https://www.cbc.ca/news/canada/thunder-bay/thunder-bay-polic...
(Replying to PARENT post)
It's an incredibly fun topic, and one that's also really challenging. It also gave me first-hand experience with fuzz-testing where I could simulate all kinds of concurrent-edit conflicts and ensure both clients came out with the same end-result. While the end client/server implementations are working, it was a lot more effort than I anticipated building a full-fledged editor on top. I was too stubborn at the time to attempt to integrate with existing RTEs though, so the most notable part of the project was the core lib, not the end product.
For those interested in implementing it for themselves, I can't recommend this piece [3] by @djspiewak enough.
[1] https://github.com/jahfer/ot [2] https://github.com/jahfer/othello [3] http://www.codecommit.com/blog/java/understanding-and-applyi...
(Replying to PARENT post)
I also reimplemented it in a surprisingly tiny amount of OCaml [1] which was a fun way to learn that language :)
[0]: https://github.com/jahfer/othello [1]: https://github.com/jahfer/othello-ocaml