• 0 posts
  • 12 comments
Joined 3 years ago
Cake day: June 11th, 2023
  • This is so real. I’m forced to use it by my employer and it just sits there doing the cringiest shit all the time. Like everything is boilerplate and it’s just a deeply unsatisfying spaghetti mess of function calls. It’ll work if you have a good feedback loop, eventually, but only ever as a crude prototype.

  • …sure?

    This kid doesn’t know what he’s writing or why, he’s just coaxing cursor to vomit up commits and apparently that’s their only metric for success.

    I work with AI tools and with people who are absolute top tier Cursor users and their shit is always broken. They iterate fast but they absolutely do not fully understand what they’re producing. It’s great for rolling out flashy UI quickly (apparently the only thing investors care about), then you watch it all go to shit the second you push because every update breaks everything in horrifying ways. It’s like watching the early days of enterprise C++/Java where everything was spaghetti, but 100x worse.

    I don’t think this paradigm of AI is likely to rival a decent human developer, there needs to be a fundamental change in how the models work and how we use them. What were doing now is hoping quantity is somehow going to replace quality.

  • If you want to play true Scotsman, the embedded devs like to make fun of the web devs for being scared of bitfields and refusing to do logic with anything other than string matching and manipulation.

    . . .

    Secretly it’s partially because we’re absolutely terrified of strings in any form and simply refuse to use them.

    There are a lot of sub disciplines to the field, some benefit a lot from GPT or blindly copying from SA, some don’t, but that’s ok either way. Keep your skill sets broad and you’ll survive.

  • Part of the issue is the whole thing smells weird.

    Like they won’t talk about their monetization strategy at all but they acknowledge that there will be one. They’re trying to randomly apply crypto to something that’s literally already the one proven blockchain tech, and they started at the height of the crypto token scam industry and it looks a lot like they’re trying to suck up the last dregs of that cycle.

    If you are hammering crypto into things that don’t obviously need crypto you really need to justify it thoroughly. A relatively old company just hand waving all of it should raise all of the red flags.

  • I’m not intimately familiar with the BCM2711 but I believe it’s a reasonable, albeit somewhat overpowered, processor for the application. It can be put into a variety of low power states and probably pulled out of sleep by various events like the GSM chip sending packets or accelerometer motion (frequently the peripheral chips have dedicated “wakeup” pins that you can wire to interrupts). It’s not the most cost effective option by far, there are sub $5 microcontrollers with multiple cores for handling communications and real time motor control concurrently but you’d need to hire someone like me for a few months @$200/hr to write the low level drivers and design the boards. The rpi lets random web-only devs fumble their way through hardware development using whatever GitHub Python libraries they can find. If you only need a hundred scooters it makes more sense to just yolo it and buy up the remaining supply of rpis to start your grift.