• 5 Posts
  • 185 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle






  • Samsung messages was using RCS since 2012… Years before Google messages adopted it.

    There are others out there that use it but call it by different names like “advanced messaging”, “SMS+” etc

    Google was the first to add e2e encryption and push it hard though, but if you send a RCS message from Google messages to Samsungs messages app, it won’t have e2e, and most likely will be the same with messaging Apple.

    But given how much Apple have fought to make it hard (or at least inconvenient) to message between them, and shut down any apps that made messaging between Apple and Android better, this is a big step for Apple


  • tristanto3DPrinting@lemmy.world[Solved] Help wanted
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 days ago

    It’s been a while since I used my resin printer, but I had a similar problem at one point and it came down to the support connection to the print… No matter how many supports I put, it didn’t change the outcome, but when I made the support thicker and made the connection point thicker, suddenly I had no more problems… It just meant a little extra post processing on some parts



  • Given that steam let’s you sell keys on other platforms (like gog, gmg, etc) and activate them on steam, and have steam handle all the heavy work of file distribution and stuff, it makes sense that steam wouldn’t want you to sell steam keys cheaper on other platforms and make them wear all the cost of distribution… Otherwise they’d get no sales and end up with all the expense

    The only other choice would be to no longer allow you to get steam keys to sell on other platforms or even to give away for review purposes or things like that.






  • I was recently asked to make a small Android app using flutter, which I had never touched before

    I used chatgpt at first and it was so painful to get correct answers, but then made an agent or whatever it’s called where I gave it instructions saying it was a flutter Dev and gave it a bunch of specifics about what I was working on

    Suddenly it became really useful…I could throw it chunks of code and it would just straight away tell me where the error was and what I needed to change

    I could ask it to write me an example method for something that I could then easily adapt for my use

    One thing I would do would be ask it to write a method to do X, while I was writing the part that would use that method.

    This wasn’t a big project and the whole thing took less than 40 hours, but for me to pick up a new language, setup the development environment, and make a working app for a specific task in 40 hours was a huge deal to me… I think without chatgpt, just learning all the basics and debugging would have taken more than 40 hours alone