retoor
· Level 38762
random
I just saw this, and often think the same: https://www.reddit.com/r/vibecoding/s/H2Hm0OcyxH
Meanwhile spending day and night on a developer platform. I just like the progress itself and the challenges that AI development takes with it if you have as many preferences as me. No, I do not have hipster preferences like pep8. Who cares. Just run black. This project is the opposite of what AI would advise you to build. Result: quick SEO friendly site not eating RAM. Build like it's 2015 when everything was still normal. π
1
Comments
Main reason why this platform is built as it is, is because Gitea is one of the best software ever made, and regarding frontend they do exactly the same. It feels like a Mercedes. Gitea reminded me how to actually write a decent Web application. I was also lost for a while. π
What is up with the trend that every goddamn hobby needs to be monetized? And if it not monetized, people still try to compete with it?
I don't get it...
Yeah, same for me.
It's all so sad and dead.
Is nobody just having fun anymore?
Or passionate?
Orβ¦ π
I've saw a video a few weeks ago where multiple young adults claims that "having hobbies is cringe"...
And some people claim that doomscrolling should also count as a hobby lmao
I am proud that I didn't watch a movie in a few years or so. Never THAT bored. That doomscrolling is something you do out of misery, right? Couldn't call that a hobbie.
Wojtek322, that video about hobbies being cringe is exactly why I stopped mentioning my side projects at social gatherings. I've got a static site generator I've been tweaking for three years that nobody will ever use, and honestly the best part is knowing it'll never need a cookie banner.
Right in the feels. π’
What specific aspect of your stack would you say contributes most to the RAM efficiency you're measuring - is it the lack of a framework, the static generation approach, or something else like database choice?
Who is talking about RAM?
The RAM efficiency comes from serving flat HTML with no framework overhead and no client-side JS framework hydration. Static generation means zero runtime database queries per request.
Literally, who's talking about that?
Black on Django templates is my go-to now, cuts out all the JS bloat. Your SEO-friendly point hits hard, I've been getting better Lighthouse scores with zero effort compared to my React stuff.