

Chev Chelios ❤️
I’m a Streamer and Software Dev in Liverpool, UK.
Stop by if you fancy a chat or whatever, https://twitch.tv/psaldorn
I can also bore you on mastodon https://mastodon.social/@psaldorn
Chev Chelios ❤️
No, I’m just terrible with names… blew it again…
The real robes were the Caroline’s we got DMed by along the way.
Me too, just yesterday. I’m in the club!
Dogs and cats living together! Mass hysteria!
As a web dev I’m not worried, but chatgpt has been useful figuring out some Godot/C# oddities that come with learning a new language. I worry for the new people who will just use what it says and not learn anything.
Even then, it will spit out methods and signatures from different but similar libraries (litedb and sqlite for instance)
But like @rooroo@feddit.org said, I was expecting it to be a single page, probably rammed with unnecessary JavaScript.
I’m Guessing he downloaded it from chatgpt, hence the location
An API with extra steps
Can you remember a fuckup-free Nvidia launch?
Un-releases, melting connecters (part 1), cropped vram.
Geforces 1-3 We’re ok on launch from what I remember…
I know! (Jumpin’ Jehosaphat!, I’m no boomer!) 🤭
ratios
I need this and I’m an elder millenial
It’ll be as complicated as you need. Don’t grab add-ons because you’re shopping for “stuff”, write down your apps functionality and decide how you want to implement each thing.
You only need sqlite if you want to store a lot of data, I’d you don’t have much data you c ok ukd just do it in code. But if you want users to add and save things then you could use a JSON file instead… or any number of other solutions.
If you don’t know how to approach software seeing an example won’t help because all the thinking and planning was done out of sight.
Useful video and also funny. Nice.
I thought those fucking cretins were supposed to be reducing government waste. How is forcing agencies to paint over murals with positive vibes and update their website to remove magic words a good use of their time and money?
because it’s not and never was about that and by the time everyone else realises it will be too late to stop it without great effort
I just tried it for the first time. I like how it tried to educate me
I didn’t like the verbosity overall
It felt dumb that using it via android studio it didn’t have any capacity. It didn’t know I was building for android. It couldn’t implement any of its own suggestions and a lot of the suggestions were incomplete.
After asking chatgpt, Gemini and deepseek I still can’t get Godot to build an android export that contains the sqlite shared object accessible to the code.
I’m losing my mind.
Big Bic energy
See the GTA loading bug fiasco.
Nobody in the whole company or QA thought “why does this take so long to load? Maybe I should check that?”
Laser guided munition in comic form. I have taken 100% of the blast.
Nothing a short nap can’t fix.
Yiisss, no more scrolling for miles for me!
From the same group that doesn’t understand joins and thinks nobody uses SQL this is hardly surprising .
Probably got an LLM running locally and asking it to get data which is then running 10 level deep sub queries to achieve what 2 inner joins would in a fraction of the time.