raitono.bsky.social
@raitono.bsky.social
Sounds like they didn't think about the intended audience enough.
February 9, 2025 at 3:35 PM
That's what I was thinking. Thanks for the info!
January 30, 2025 at 7:27 PM
This is one of the things I wasn't sure about. I don't know if this source can be retrained or what. I wasn't sure what it meant to have it be open sourced. Is the model really only a few thousand lines? That is wild to me.
January 30, 2025 at 7:04 PM
My concern is that while we have the code, we don't know what it was trained on or if they built any biases into that training data. I'm still learning about all this though.
January 30, 2025 at 6:12 PM
Theoretically, yes. I'm sure this has a ton of eyes on it though. Give it a few weeks or months and anything in that repo will be reported on and either fixed or forked to remove the issue. That's one of the great things about open source. 1/
January 30, 2025 at 6:11 PM
The only rule without exception is that every rule has its exceptions. I would never use uid. I would only use uuid if it was the actual name of the data type, never for a variable name.
December 15, 2024 at 11:10 PM
You're good! I catch myself doing it all the time. It's an easy habit to fall into but my perspective has changed as I've gotten more experience and responsibilities. Once you work in the same code for years, the forethought starts to pay off.
December 15, 2024 at 3:52 PM
Disregarding the conventions of the language or established team style guides, I prefer the lowercase d. No reason. In a vacuum, there's really no difference to me.
December 15, 2024 at 3:18 PM
Nah. Use verbose and meaningful names. Code is read many more times than it is written and auto complete is in every modern editor. Readability beats code golf every time.
December 15, 2024 at 3:14 PM