Stream notes
Video
Here’s the VOD:
Below is an embed
Summary
-
Intro
- Crono is working on call tonight
- Celebrate techygrrrl for 1 year anniversary as Twitch affiliate
-
Music
- Guest Mix: Brazilian Forró on vinyl with Worm Disco Club
- CBS: Jazz Records from Yugoslavia
- Guest Mix: Afro Cuban/Latin Jazz on Vinyl with Salt Cathedral
- PS: Turkish Female Singers on Vinyl with Yemeksepeti Banabi
- Guest Mix: Eastern European Ladies on Vinyl with Ladies on Records
- PS: Rare Turkish Anatolian Rock, Funk & Jazz with Yemeksepeti Banabi
-
Coding
- We want to improve the recipe database
- We need more recipes (scraping) and we need to store them somewhere (SQL or NoSQL) and we need it to run quarterly across a number of sites (possibly multiple scrapers concurrently)
- It looks like we can use AirFlow to schedule and automate webscraping
- Remember for AirFlow, things are separated into tasks and then arranged in a directed acyclic graph (DAG)
- Can make Docker containers and run the scraper and database adder with the containers but that would kind of imply that the entire thing would run off my desktop
- Would like separate device for scraper since it would be on like 24/7
- Maybe we can still set up Docker
- Maybe likewise for the database
- Would like separate device for scraper since it would be on like 24/7
- Could we use some cloud provider to offload some work? What is the cost?
- Variable name redeem from TomorrowsCraftsman: Potato == Yum
- tSNE calculation is going very slowly and not sure if something is wrong
- Lots of discussion about tSNE speed being not that great
- Compare speeds with this tool
- tSNE, you’re doing it wrong, according to this article
- From hittaus
- Suggest switching to umap and/or FastTSNE
- Debug by doing a thousand records, time it, then another thousand, look at the increase over linear time to see the speed
- Cool explainer on decision trees!
-
Ucelote redeemed pun-ish me daddy for sushi
- "Being on call is hard, but you gotta roll with it"
- Sashimi more like sashi-you
- Maki the best of the situation
- What happens to sea urchins before they get turned into sushi? They go to uni-versity
-
R4D4R might start using PopOS
-
We got raided by
Shoutouts
Streamers who were active in chat
To Do
Code
- [X] Refactor the nlp preprocessing functions into their own script to import
- [X] Change ad schedule, it’s too many ads in an hour
- [ ] Add custom function to look at the term frequency distributions
- [ ] This is even what the scikit-learn docs do…they should just build it in to the algorithms…
- [ ] What is a good minimium document frequency for a term and what is a cutoff? 1/number of topics?
- [ ] Look at the example on sklearn for NMF and topic extraction
- [ ] add ingredient information to search result box
- [ ] Make the background tile
- [ ] Make the visualization for the cuisine map (as in use something like tSNE to see where the recipes overlap in an unsupervised fashion)
- [ ] take another at streamlit
- [ ] Look up math theory behind t-SNE
- [ ] optuna for automated hyperparameter searching
Photo
- [ ] Try to see if the preview pane in Bridge can get shifted left a little
General Stream/Admin
- [ ] How to change wordpress endpoint, specifically /admin
- [ ] Make hand cam a separate scene?
- [ ] Add new scene for 3rd monitor
- [ ] Make subgoal buying a wet fart soundboard (thanks chat)
- [ ] CornoZeewo scuffed model
- [ ] Check on the person who was asking for help with a JSON file containing weather data