• 0 Posts
  • 66 Comments
Joined 9 months ago
cake
Cake day: October 7th, 2024

help-circle


  • I agree that listening in public is a crime.

    On a side note, if anyone here has heard some of the latest gen iPhones, they honestly sound dramatically better than the vast majority of Bluetooth speakers, especially when held sideways for stereo. At medium volume with my eyes closed, it sounds comparable to my MacBook speakers. I’m seriously shocked at whatever magic Apple is pulling off there.

    Obviously neither compare to an audiophile setup, but they’re far above listenable.

    I’ve not yet heard an Android compare personally, but I’d love to be proven wrong.





  • There might be a Linux userbase someday where no one other than developers actually knows how to use the terminal, because users can run everything they want without a command line

    Ideally, all the essential terminal commands could be replicated in a user-friendly GUI-applicable manner. Don’t ever have to remove the terminal for those that enjoy it, but if we could have a magic world where even the failure states could be navigated with little to no prior knowledge required and it gets everyone away from Windows and Mac for good, I’m all for it.




  • I think part of this comes down to the format. Physics can often be analogized and can be very conversational when it comes to demonstrating ideas.

    Most code also looks pretty similar if you don’t know how to read it and unlike language, the syntax is absolute with no room for interpretation or translation.

    I’ve found it’s consistently good if you treat it like a project specification list, including all of your requirements in a list format in the very first message and have it psuedocode the draft along with list what libraries it wants to use and make sure they work how you expect.

    There’s some screening that goes into utilizing it well and that only comes with already knowing roughly how to code what you’re trying to make.