Category: Uncategorized
-
Bots downloading a chatbot plugin
The meme came immediately to mind… Just created a new npm package for installing an AI chat widget, and I got excited for a moment because I thought, “it’s already being downloaded!?” …after barely 48 hours. Then I realized that it had to be scrapers. The irony of bots downloading a chatbot package makes me…
-

Repetitive emails? Let AI reply for you (part 2)
IMPORTANT NOTE: This script will analyze the email, determine which reply from a set of templates is most appropriate, then customize that reply as needed for that particular customer/inquiry, adding in the customer’s name and adding your desired email signature. Then it will forward that generated reply back to you at the same address, for…
-
Meta-meta prompting with Claude Desktop and Desktop Commander
Vibe-code the tools you need to move projects forward.For example, a prompt generator for creating feature prompts. Instead of typing out, “Add a MUI React component dark-mode toggle, depicting a sun and moon icon,” along with the relevant guiding code snippets, have make a list of all sprint cycles and have an LLM extrapolate the…
-
Memory with ChatGPT: Forget I mentioned it
Many people are unaware that ChatGPT is remembering aspects of their conversations, and building a profile on the user. This can be good if you hate repeating yourself, or bad if you feel some kinda way about privacy. Open your ChatGPT page or app, and control ChatGPT’s memory! Either… For more info and recent updates,…
-
Launching AI training for Women in Business
Rolling out to Queens businesses now, with the broader New York area access coming soon The best time to get started with AI was perhaps a few years ago. The second-best time is now! That’s what I’m sharing with female founders, women in business, and women-owned businesses in Queens, NY. The takeaway is — if…
-
Installing Linux on Asus ROG Strix, part 2
Well, I got the main partition resized thanks to this blog post. It was turning off things like hibernation and system restore. Then I shrank the Windows partition down to about 98 GB. Take that, Windows! After a reboot, it was pretty smooth sailing. After installing the proprietary NVIDIA drivers and restarting with a special…
-
Fun with Streamlit apps and LM Studio
Taking a fun course with Lonely Octopus, I’ve been learning how to use pandas to clean data for analysis, and also how to quickly build a proof of concept/MVP using Streamlit. Installing Streamlit locally on Windows in Gitbash threw an error: $ pip install streamlit WARNING: Failed to write executable – trying to use .deleteme…
-
Career coaching and the dev job hunt
I’ve been giving free resume reviews on a couple of Discords for a few months now. Seeing some patterns appear — people are bemoaning the ghosting and the fake job posts, but still using the same approach and blaming their resumes. So I made a video on the importance of and how to follow up…
-
From jQuery to JavaScript Without Tears
Un-possible? Looking for a cute set of progress bars for my app, I searched around and found a great blog post with a few examples. Originally I had zero intention of using animated progress bars, but they seemed to fit well enough for my needs and actually added a bit of, dare I say, pizazz,…
-
Using Pivotal Tracker to Manage Your Project
Pivotal‘s free tier might be just what you need to get started or re-energize your side project. Combining Pivotal’s project management software with pomofocus.io — those two tabs in my browser have really boosted my output and kept me organized. So far, the free tier of Pivotal Tracker has been enough to get my little…