Article 5
Poor me, the Alabama fan coming off one of the best stretches of dominance and the GOAT coach... 🙄 🤣
View ArticleArticle 3
I hate to be **that** kind of fan, but there be some crooked refs in this game
View ArticleArticle 2
To be fair, refs have been terrible all year across the board, not just this game. Also Bama is stinking it up all over the field so one call does not a game make, but still COME ON
View ArticleArticle 1
CANNOT believe I’m watching this travesty while also rooting for Auburn to win. They are going to make me turn in my degree 🫣
View ArticleArticle 2
To my nephew who’s a college sophomore who announced he’s getting into “cinema” now, I can’t help that’s like my bat signal. Sorry for basically reciting all of Danny Peary’s Cult Movies at you.
View ArticleArticle 1
Quick succession of releases for django-bird over the past couple of days, v0.3.0 -> v0.6.0! 🎉 https://github.com/joshuadavidthomas/django-bird/releasesOne roadmap item complete -- added component...
View ArticleArticle 0
I started using it at work for a new feature on an application and was getting fed up with the limitations and the lack of movement on the roadmap.. Dog fooding really does work 🤣
View ArticleArticle 10
Spent a lot of the day putting my head down and working on a language server for Django and I’m finally starting to see a bit of light at the end of the tunnel. I switched from Python to Rust which has...
View ArticleArticle 9
So I ended up needing to call the Python interpreter to get information about the environment and the Django project. But once I got over that hump, it’s been relatively smooth sailing.
View ArticleArticle 8
After fighting with Python types, mypy/pyright, and Django code, it's been quite nice to work with Rust's type system. Though I have spent a fair amount of time cursing the compiler and borrow checker 😆
View ArticleArticle 7
Using an LLM (specifically Claude) has really helped and increased the speed in which I've been able to barrel through. I can write what I want in psuedo-Rust or Python and have it translate and it...
View ArticleArticle 6
What’s the most exciting is now that server sorta works, I’m really starting to get excited about the potential of making it easier to work with Django templates. Autocomplete for template tags is my...
View ArticleArticle 5
Hell, even just making sure your tags are closed correctly would be such a win. Lost 30 minutes of my day yesterday because my end tag was one line below where it should have been.
View ArticleArticle 4
Mostly just thinking templates because that’s where my heads been at but I even wonder about other parts, like forms or the ORM.
View ArticleArticle 3
Alright after a late night session (that went a little *too* late 🥱😴) I think I’ve got the various plumbing needed for the Django language server in place: a nice wrapper api around spawning background...
View ArticleArticle 2
Claude’s been pretty invaluable in all this, as long as I just treat it as a rubber duck to bounce ideas off of and clarification around Rust syntax and basic ideas (and sometimes translating Python...
View Article