Profile avatar
sourmans.bsky.social
Building Hyper-personalized video outreach for head hunters demo here https://loom.li pitch here https://share.descript.com/view/PxMCAgGSRJt
125 posts 39 followers 88 following
Regular Contributor
Active Commenter

took me a while to figure out how to share auth status across my subdomains using supabase authentication. I set up this repo that creates an env where you can test across subdomain auth very quickly locally to make sure it works in prod. Enjoy demo: youtu.be/AhMpIxzF0Yk github.com/sourman/exam...

- writing python using LLMS is OP - writing React code using LLMs is like working with a lobotomized Senior Software Engineer. Knows the big words and rams them into concoctions of hairy painful bugs xD I think the key is that React does a lot of implicit work which LLMs struggle with

Tip: 2x improvement for debugging using Cursor Composer Main idea: Run your server in `Terminal in Editor Area` No Composer `agent` and `normal` have access to live debug prints

Thanks to Aiden of million.dev for keeping me humble

Google cloud gave ma a generous 2000 USD in credits for my startup so I gave the docker running solutions a try 1. `Cloud Run` Service <- good for persistent micro services 2. `Cloud Run` Jobs <- auto scale, 100% clean slate between runs 3. GKE (Google Kubernetes Engine) <- You admin the cluster

Just realized gmail auto switches the spell checker from english to other languages automatically 🤯 This was not the case before! pretty cool My French is not great but I manage :P

new python is colorful :) I like this new prompt. Also it finally accepts quit without the ()

Getting close. Now connecting the Text-To-Speach APIs. Interestingly I found elevenlabs insta voice clones to be not good enough for my use case. gave me a most british accent

python people have the most fun with library names :) imagine building a library called fuzzywuzzy. What an excellent mood

I was curious about the activity level on bsky. There was an obvious post election increase and an expected drop, but currently it is stable at 2.5 million Daily Active Users. Very good. That is an additional 0.6 million DAU gained from the election fallout. Source bsky.jazco.dev/stats

man, python array structs like this one are simply beautiful and succinct 🥹

Best app I installed on my phone Takes wildcards and blocks robo calls automatically. I get 5 of these a day and usually during my most focused productive hours App is called YACB yet another call blocker

cursor sees your staged changes and writes decent commit messages

looking much more human and correctly navigating the dreaded LI HTML soup

Automatic navigation + Scraping + scrolling + highlighting all working now. Just needs a bit of a human touch

Just figured out what's taking 80 GB of my disk space. Docker for Windows is an afterthought project and it hides junk inside of the AppData folder on Windows. For some reason Windows does not correctly attribute this disk usage to docker if you use the built-in disk utilization viewer

Asked o1-mini to look at my codebase and create a mermaid diagram of how functions call one another then pasted the text into stacked.io to render the diagram below. useful for finding violation of "separation of concerns" and orphaned functions

When is this monstrosity going to end?

gemini models just added to cursor. anyone play with them for coding tasks? any feedback?

This week we released ModernBERT, the first encoder to reach SOTA on most common benchmarks across language understanding, retrieval, and code, while running twice as fast as DeBERTaV3 on short context and three times faster than NomicBERT & GTE on long context.

Fresh Cursor release **Yolo mode**. What could possibly go wrong xD Will post updates

The 3B Qwen LLM is honestly sweetspot performance vs compute time. Running it in a Docker container