• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle
  • I have both. The way Bose handles bluetooth with multiple devices is so awful that I gave up on them and bought the Sony’s. They would probably be fine if you only intend to ever pair them to one device. However, for me, I just never figured out what they were trying to do. I’d turn them on and they’d wake up a sleeping iPad in another room, or closed laptop, and then refuse to connect to my phone (using the phone’s built in Bluetooth menu) until I opened the Bose App to reconfigure them. The last straw was on video calls for work-- they’d randomly re-connect with a random device.

    The Sony’s just don’t do that. They don’t wake up random sleeping or idle devices, and if they do connect to the wrong device I can use the OS Bluetooth menus to manually connect them to a given device – rather than opening the app in my phone.




  • I’m dealing with a new service written by someone who extensively cut and pasted from ChatGPT, got it to “almost done – just needs all the operational excellence type stuff to put it into production”, and left the project.

    Honestly we should have just scrapped it and rewritten it. It’s barely coherent and filled with basic bugs that have wasted so much time.

    I feel maybe this style of sloppy coding workflow is better suited to front end coding or a simple CRUD API for saving state, where you can immediately see if something works as intended, than backend services that have to handle common sense business logic like “don’t explode if there is no inventory” and etc.

    For this dev, I think he was new to the language and got in a tight feedback loop of hacking together stuff with ChatGPT without trying to really understand each line of code. I think he didn’t learn as much as if he would have applied himself to reading library and language documentation, and so is still a weak dev. Even though we gave him an opportunity to grow with a small green field service and several months to write it.