Profile avatar
blakelink.us
Programmer Blog: https://blakelink.us Current Project: https://fondly.ai
40 posts 20 followers 20 following
Regular Contributor
Active Commenter

I threw out the dryer sheets because I learned they may be toxic, I told my wife and she dug them out of the dumpster. She refused to look at the literature. This is psychotic right?

If you're about to start Atomfall, when you get out of the bunker go left.

Currently downloading Atomfall. This game looks really fun.

Why do all the simulator games (construction simulator, farming simulator) have barbeque sauce commercial music in their trailers?

Cursor ai googles like a boomer.

If you're using claude-3.7-sonnet in Cursor, be careful. In agent mode it will constantly implement fallbacks without asking leading you to believe your code is working when it's not! Even after adding it to .cursorrules it will do this.

I don't care what the old blippi did, bring him back, the new guy is annoying

You don't have to melee the crates in #Avowed, you can simply run into them full speed and they will break (most of the time).

Are there people who hear the word "hump day" and don't immediately think about an office full of people humping each other?

Does anyone know if it's possible to create a desktop overlay with Python? I can do it in C++ but it seems Python isn't able to have this control over the display device. Use case example, drawing a crosshair for Medieval Villager. #python

Attention all Wal-Mart employees! Stop taking dumps in the family restroom. I don't like changing my daughter's diaper in the men's room. #walmart

me: does war ever change? John fallout: No. #fallout

Elex(linux-steam) lagging out when you open the adjudicator(inventory/stats menu)? try going to your graphics setting and switching the render mode to Borderless. #elex #linux

I'm learning the Power Rangers Intro on guitar, I've got a Peavey Vypyr3, can someone help me dial in a good tone for the tapping parts? #pevey #guitar #PowerRangers #Vypyr3

CursorAI - Ruby on Rails tip: add to your .cursorrules a rule stating that when a migrations is needed, to give you the rails generator command for the migration, otherwise it'll just give you the entire migration code.

Cursor AI tip: Markdown Generate is broken. You can simply ask it to write a shell script to generate the markdown file and hit run as a workaround. #CursorAI #Claude

Webscraping tip: Use LLM Studio's Structured Output. Fetch page w/ Selenium, strip JS/styling, pass to LLM for clean JSON extraction. Details: blakelink.us #CodeAssistant #DevTools

Cursor seems to be much better for ruby than python, with python it's constantly writing code that calls methods before they are declared. #cursor

Made a website so I can fill out job applications for you if you give me money. Check it out! fondly.ai #jobs

If you are trying to fix your test in cursor try asking "why is this test failing?" along with the test report, I find I get much better fixes doing this instead of "fix this test". #cursor #development