• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
rss
  • Some people change phones every year, or more often than that, then there’s all the coffee makers, small electronics nobody thinks about (watches, radios), computers and laptops, tvs, speakers, smart lights, kitchen tools, cars, anything digital (like calipers), power tools… Depending on what you count, it could add up to ridiculous numbers for some, skewing the average


  • People suggested formatting to exFAT which is valid, but first you could just try either compressing the file (tar czvf file tarball.tgz for instance). FAT32 cannot handle files larger than 4GB, and compression might just make your file small enough.

    As a workaround you could also split it in half and stich it back on the target machine





  • I personally don’t care too much about the headphone jack (or lack thereof) when buying a new phone. That being said, for someone that doesn’t care all that much about audio quality, Bluetooth headphones are just fine, and I prefer having a more water resistant phone (maybe I just bought into the marketing on that point, but it seems harder to waterproof a phone when there are holes in it, though the usb port is still there as a weak point so…)

    I’ve just accepted that the lack of headphone jack is the new norm.




  • Kinda expected it to be honest. That kind of behaviour is what prevents more developers from joining open source projects and contributing in the first place. When you go through the effort of, on your own time of forking, cloning, patching, compiling, testing, and make the pull request only to be shut down at the finish line for bullshit reasons, it’s nothing but discouraging.


  • There are already tools existing for dyndns that are free. If you’re using cloud flare as your dns provider, there’s cloudflareddns that checks your public ip and updates dns records. You just need 1 record to be updated, the other records can just be CNAME to that primary one.

    OVH has DynHost to deal with that as well.

    You could also write a script to do that with your own DNS provider if one doesn’t exist yet. Most have good APIs you can use to that extent. At worse just use cloudflare since it just works and is well supported.