Your cart is currently empty!
Work Notes: Implementing Stripe payments for CB
I think we’ve been overthinking this. I just have to have a record of users and the status of those users. Then use the Stripe API or PayPal API to update the status of those users. Tie sign in logic with stripe logic, so we can see a list of users and the values they…
WordPress is just for blogging
WordPress has shown us time and time again that it’s just too dated and too bulky to offer SaaS product implementation. Even for WooCommerce there is just too much of a headache and I would recommend Shopify over WooCommerce due to the fact that Shopify is just less buggy. Also, Shopify offers better Node implemention…
Travel Notes : ba
I had good results with these but it’s my first whitening so..
Work Notes: Switching from MySQL to SQLite for local production – Unfinished
there is no way I’m going to try to make another at my escrow server on my phone so I’m just going to be good at switching from sqlite and I’m sure you will be able to tell the difference. Your code will be able to run on user land which is the desirable method.…
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…