• 1 Post
  • 69 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


  • 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



  • 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


  • Well the reason I asked about the hotend was because of you’re using the little glass bead version of the thermistor, and the hotend has the hole to feed through, I had an issue on an old Frankenstein ender where it wasn’t touching the metal inside correctly… As it heated up, it would kind of move the thermistor away from the metal. I solved this by putting a DIY metal shroud on it that held it in the middle while touching the hotend all around. I also used thermal paste to make sure there was no gaps.






  • The difference is that there were concerns Huawei would share the data with the Chinese government for them to spy on various groups/individuals

    Most countries like America have no problem with you selling the data to other companies or governments (the US Gov themselves buy huge amounts of data) to spy on you, just not to the Chinese government.

    So if the data stays with Toyota (or the people they sell it to), they aren’t likely to upset the governments… But if the data is directly shared with Huawei, it’s likely to run into some pretty quick walls


  • You can do this pretty easily using asterisk and then just point your VoIP clients to it’s IP address

    But…

    Whatever you do, unless you’re an expert with network security, don’t leave it on its default port if you’ll expose it to the internet.

    You’ll have that many bots trying to get in that it’ll DDoS you within a few hours of setting it up. Even if you have it on a different port, you’ll have lots of bots trying to get in.

    If you ever see those “unlimited international calls” cards sold in third world countries for like $5-10, those are mostly hacked VoIP systems that have accounts or access to a phone line






  • Many ways around that these days. Dynamic DNS, CloudFlare tunnels, tailscale funnel, reverse SSH tunnels, etc

    My setup uses a reverse proxy hosted on a free Oracle VPS that feeds through tailscale VPN, so it doesn’t really matter where the devices are connected, as long as they are connected to the tailscale VPN, the reverse proxy on the vps can serve the stuff

    I run Plex and about 30 other things including my own website through it all without any issues




  • For a bit of context for those not too familiar with CDN stuff. My web server hosts about 20 small business websites. None are heavy on images or video or anything else. Most sites have well under 1k visitors a day, some are under 100.

    Each month CloudFlare CDN saves me between 40-60gb of traffic which is nothing my server couldn’t handle, but over a year is ~600gb in saved data so it adds up

    If you had a Lemmy instance with even just 100 active users, with all the images and videos and all the federated background communications, that would add up extremely quickly.