Source? My understanding is that speeding cameras and flock cameras are different in the SF application at least.
HN user
metasyn
https://metasyn.pw
This is an OpenPGP proof that connects my OpenPGP key to this Hackernews account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:7da9e9a072c26132aa390c493320a1a6d033a8cb]
for anyone curious about learning, i made an online port of UXN using emscripten that allows you to code and compile and emulate in a browser:
for anyone curious about learning, i made a tutorial and playground for orca:
https://search.marginalia.nu/ comes to mind
Gilbert Strang is fantastic, both his videos and written material
i've been using this for a few months now. super easy to get set up and run yourself!
I made an online environment for UXN programming, assembling, and emulating the CLI environment using emscripten
https://metasyn.github.io/learn-uxn/
check it out if you're learning uxn or just want to try loading a rom and seeing the source or modifying it to learn
glad others enjoy it! checkout https://orca.wtf as well, a similar, fun project that includes MULTIPLAYER
I made a livecoding site for playing around with Orca, alongside a tutorial of sorts. It's already patched to a synthesizer so it's ready to go, and has examples/tutorials you can load.
two resources i enjoyed:
"nim in action" by dom96 https://www.manning.com/books/nim-in-action
nim days by xmonader https://xmonader.github.io/nimdays/
matrix bridge and e2ee are listed in their roadmap, but there aren't a lot of details
nim-lang.org might interest you!
Feedly!
It's optional (so you can turn it off if you'd like) https://nim-lang.org/docs/gc.html
scihub!
I got interested in building one about 6 months ago after finding Devine Lu Linvega's memex: https://wiki.xxiivv.com/site/home.html
I've been playing around with orca for a few months: its really exciting and fun to use.
Here are some videos of patches I think are cool:
* https://www.youtube.com/watch?v=sH5GaVU0ed8&t=72s
* https://www.youtube.com/watch?v=4ig84_4RF5E&t=50s
I appreciated this blog post: http://jalammar.github.io/illustrated-bert/
Granted I don't work at Splunk anymore, but did recently. They were definitely working hard on migrating everything to python3, and if I remember, they had a planned roll out where python2/python3 would co-exist.
However, if you've been using the python SDK for Splunk - its been supporting python3 for a few years already (https://github.com/splunk/splunk-sdk-python/commit/4503db961...)
See this blog post: https://www.splunk.com/blog/2019/07/01/admins-and-developers...
And this helpful doc: https://docs.splunk.com/Documentation/Splunk/7.3.1/Python3Mi...
Have you considered putting art on your machine?
We recently switched to using poetry over pip and virtual envs. All the additional tooling poetry provides is amazing - actual dependency resolution, script entry point, building, version bumping, publishing. The author is awesome too. Also making python3 tooling possible on python 2/3 packages. I'd highly recommend trying it out.
Pipenv on the other hand was not only slower, but _failed_ to actually resolve our dependencies correctly. Additionally, it was slower. And looking up the issues, I can echo that the development team seems a bit defensive and dismissive.
Eh, I bought one of these on sale during the last big sale and was sorely disappointed. It was barely usable despite my network streaming video fine. Your mileage may vary of course, but this review is a little, ahem, exaggerated.
I installed it a year or so ago on an old 2014 MBP. It's battery was bulging and bending the casing so I knew it was on its way out... I used elementary os for a few months, mostly just using it for spotify, occasional programing, surfing the web.
Worked fine, and in this case, added some life to some older hardware.
What does pseudo-immutable mean?
Looking through the TOC - It seems like most of this was in just as a "fairly robust steady state" as it was three years ago? Was there some part of this that struck you as having solidified in the last few years?
I often teach people how to use regex w/in the context of my job and find this tool invaluable because it allows for PCRE in addition to the more common JS regex flavour.