Category: Uncategorized

  • Work Notes: Great OCR for incoming MMS (SMS) images.

    I got tesseract working but the OCR isn’t good. Okay, so all the Node.js implementaions are whack* from what I’ve seen so I’m going to have to use OpenCV but in order to use that I need use Golang. … I think I’m going to just settle for that grayscale for now and then later…

  • Article: Mock SMS API call from Twilio locally

    4234243 [] – Send test images, but I’m pretty sure these are hosted on Twilio and then shown to you as a link URL. The Goal is to mock an SMS request from a phone and then reply but that reply will just output into a terminal as a simple text file or whatever file…

  • Work Notes: Making Contractor Bud usable for regular basis purposes

    toDo: [ ] 536xgF – Shoot images with my simple phone and then, I will get a link back which I can view further analytics on my a browser such as my Android phone or Laptop. What would be good is if you just sent it as an image then it replies with what it…

  • Fitness: SOC – 1

    I think that the Marinoviches were definitely on to something but I think that they weren’t emphasizing overall strength and bulk enough. So the best thing to do is to train in a Maraschino style which produces bulk. I like flywheel training but overall and CKC (Closed Kinetic Chain) exercise is going to be a…

  • Work Notes: Run MySQL 8 for UserLAnd for Prisma/Next.js projects

    i am getting the error E: Package ‘mysql-server’ has no installation candidate Note, I am using Debian instance from UserLAnd. … Apparently, mysql has been replaced by mariadb in Debian10. So, I ran i I am getting this error message: “ ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/run/mysqld/mysqld.sock’ (2) debian…

  • Work Notes: Adding Dummy data to a Plaid Dummy account for import with Plaid API

    “ I was unable atm to insert dummy data onto the used_good accounts so I’m going to have change it from the transactions which was loaded. It looks like you can interdict the transactions and change the categories, see here. I guess I can add transactions to a dummy account with this.” I would eventually…

  • Study Notes: Studying CDL Air Brakes test – Illinois

    https://www.narakeet.com/app/text-to-audio/?projectId=1a95d205-41cd-4c71-b60a-76acab99bbc5 https://quizlet.com/760234306/air-brakes-ab-cre-flash-cards/ https://quizlet.com/73196852/uncle-whit-air-brakes-flash-cards/ https://quizlet.com/161860482/cdl-air-brake-practice-test-flash-cards/ https://cdnsm5-ss14.sharpschool.com/UserFiles/Servers/Server_57960/File/Departments/Transportation/Air%20Brakes%20Facts%20&%20Test.pdf https://quizlet.com/145503562/air-brake-study-guide-flash-cards/ Audio of The Air Brakes test here: To purchase this same recording so you can have it with you, pay here. Grand set: The spring brakes used on tractors and straight trucks will bring your truck to a stop when the air pressure drops below:20 psi.Excessive heat caused by…

  • How I Write Work Notes

    I try to include images so I can know what I was talking about. Ultimately, I don’t slow down and make a video on the thing I’m working on, I usually go back, so images and notes of what’s going on is important. I use MoL Custom blocks and just add the widget to the…

  • Work Notes: Using Plaid API for importing Banking transactions

    toDo: [ ] 524gsg – Change categories both on import and changing db data already saved into the database. Viewing these examples, The goal is to have Next.js 13+ functionality and the Plaid API working. I would also like to rewrite CB into all app dir and switch from Prisma ORM to Planetscale ORM. I’m…

  • Work Notes: Import CSV file into Prisma with Next.js 13+

    This is the code I have so far but I don’t feel like making a client component: My goal is to use an await and turn this into a server component so I can skip the API generation. The Problem: Okay, so I would like to look into a CSV file, get the information from…