Just heard about https://github.com/finos/perspective and...🤯
Good intro: https://youtu.be/v5Y5ftlGNhU
28.9.2024 09:06Just heard about https://github.com/finos/perspective and...🤯Good intro: https://youtu.be/v5Y5ftlGNhU#todayilearnedA nice state of emissions and somewhat positive outlook: https://www.youtube.com/watch?v=3XNQFqUwCnU
13.8.2024 17:06A nice state of emissions and somewhat positive outlook: https://www.youtube.com/watch?v=3XNQFqUwCnUTIL about a cool trick to setup python virtual envs using *micromamba*:
```
micromamba env create -p "./.venv" -c conda-forge "python=3.11"
micromamba activate -p "./.venv"
```
which is just waiting to become a bash function/alias.
src: https://joshuacook.netlify.app/posts/2024-07-27_python-data-analysis-org/
10.8.2024 10:14TIL about a cool trick to setup python virtual envs using *micromamba*:```micromamba env create -p "./.venv" -c conda-forge...In case you missed it, here's a very interesting episode of the TWIML AI Podcast: "AI Trends 2024: Computer Vision with Naila Murray - #665"
https://twimlai.com/podcast/twimlai/ai-trends-2024-computer-vision/
#twimlai #AI
Just heard about #codesurfer, I'm keen to give it a go next time I need to give a tech talk
https://codesurfer.pomb.us/