tjblackman08.bsky.social

@tjblackman08.bsky.social

family golf code https://www.trevorblackman.dev

My website is my website. Like, just for me... It's no longer a portfolio site to help me get a job. It's finally a globally available resource that helps me document things I use daily, and create and host tools that make my life better. It's finally MY website! It just makes me happy!

The coolest thing I've ever done with code is create and implement my own byte-protocol! Basically, a contract between a sender and receiver that is along the lines of "the first 3 bytes mean this, the next 2 bytes mean that, the next N bytes mean something else" and so on... Simple, but cool!

The Model-View-Controller (MVC) pattern is great! It's really, really good!! The one problem with MVC, is that is assumes the UI renderer is shit, so it tries to make everything static and simple. But.. UI rendering modernization has been one of the greatest tech advancements in the past 25 years.

When searching for a string of text in a codebase, I don't copy paste the entire string, I select only a subset in the middle. Like, start in the middle of the 3rd word and select until the middle of the 6th word. 60% of the time, it works every time.

Does anyone else have to specifically instruct AI to wrap code blocks with markdown content inside in 4 backticks, just so formatting doesn't break when there's code blocks inside the markdown. "... Finally, output the report in markdown format in a code block wrapped in 4 backticks." 😭

The important thing about a human using AI is that human's knowledge, experience, and ability to imagine possible future realities. AI is not AI, it's LLM, or, uh.. math. Just math... It can't perceive. It can't reason about a plan as it unfolds forward through time. It can just do "a thing."