Category: Uncategorized

  • Contractor Buddy Work Notes – 2

    Start:2024-02-17 09:46:17 CST Side note:I would like to make a Torah reading app and Shabbes guide for Orthodox Jewish services. This would be using Capactior with Next.js 13. Start:2024-02-18 08:42:42 CST I NEED to make a page for deliquent receipts. Start:2024-02-19 17:20:52 CST So, let’s clean up that function that we made also, lets change…

  • Gutenberg to Next.js?

    I envision a workflow within WordPress Gutenberg or if you know next JS you can use it or if you learn Gutenberg well you can transfer it to next GS smoothly. This would be almost as if WordPress Gutenberg chose next JS over create racked up even though next JS wasn’t even nearly as popular…

  • Work Notes: Using the gh cli (GitHub CLI) for note taking/blogging.

    Creating a gist is simple: gh gist create. How to update a gist which is already published: Bringing the gist onto a WordPress blog post. With this, you want to maximize using their code because if you build too much on it, then it will be like a house of cards falling down. Bringing in…

  • 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…

  • Donate

  • 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…