𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 
  • 9 Posts
  • 764 Comments
Joined 2 years ago
cake
Cake day: August 26th, 2022

help-circle

  • I hate videos that could have been articles (talking heads), and I did not watch this.

    However, I have an opinion: in probably countless ways.

    1. 3D-ification, which is already a thing
    2. AI-powered user interaction with the film, a-la camera control
    3. Upscaling to 128k resolution, whenever that becomes common
    4. Immersion. Be one of the characters (although, this might just be a variation on #2)

    As deep learning hardware and software improves and gets cheaper, I expect doing any or all of these to become increasingly common, and far cheaper than buying the IP and reshooting it, and studios will turn to these as cheap ways to milk the cash cow. Someone will inevitably film another re-imagining, whether with real people or (eventually) entirely deep learning from script to direction to actors; but that won’t stop copyright holders of a given film from trying ways to get people to rebuy new versions of old films.




  • This thing is exactly my exit strategy. My living will gives my wife absolute authority to decide to terminate my life if she sees fit; whether or not the state would allow it is another matter, but at least my wishes are known. These include conditions of cognitive decline; my step-father recently passed after a protracted decade of horrific decline, and no fucking way all I going through that.

    While you’ve got a more pragmatic solution, to be frank, if I’m going I’d like to do so with some guarantees and comfort. I’m not comfortable with the risk of accidentally half-assing the attempt with something I jury-rigged and end up with brain damage and the inability to complete the job. I’m hoping that some state will have the balls to jump into suicide tourism and open clinics full of these specific devices, so if things get bad and I’m still able to travel, I can go in some comfort.

    I’m fucked if I’m comatose, because most options are simply removing support and letting the patient starve to death, and I fear being conscious (enough) through that protracted process.

    We have such shit laws in this country (USA) about giving people autonomy over their end-of-life process.




  • Exactly. Mastodon-ish would be unsuitable as a server for a number of reasons: the loose, but still expected, character limitation; the lack of emoji responses; generally poor threading support; and the overall subscription feed-like model. OTOH, it’s based on a follow-the-user model, which is nice. I’m less familiar with Friendica, but AFAIK that’s also a follow-the-user model.

    The issue with Federation is the general expectation that these are public places. You can lock them down, but that’s not what they’re designed for, and in my case, the risk of misconfiguration exposing a bunch of toddler pictures that the parents want to keep private is too high. I think of the server is federated-by-nature, then it must also be paranoid-by-default; I don’t trust share-public-by-default projects to not introduced something in an upgrade that exposes data. At least if the base presumption of the developers is that all information is private by default, the risk is limited to true accidents rather than false assumptions.

    ActivityPub is enticing. It’s an exciting spec, and offers many client options. I’m worried only about those base assumptions.


  • Photoprism’s app space is pretty bad, but there is an completely hacky yet reliable solution for Android:

    1. PhotoBackup
    2. The PhotoBackup server on your Photoprism server
    3. A cron job that runs the photoprism import command every few minutes.

    Since I’ve had this set up, it’s worked as well as Google Photos ever did for keeping my phone snaps synced to the server. It’s been more reliable than SyncThing for my data, reacting and syncing faster, and it doesn’t mysteriously periodically just stop running like SyncThing.

    I don’t know if PhotoBackup is available for iOS, but if it is, it works a treat.




  • Honestly, I think Android is fucked for debugging stuff like this. I installed a program on mine and my wife’s phones - different makes & models - and configured them exactly the same, including the app settings in the OS. Mine works perfectly and barely shows up in battery use, near the bottom. Her’s drains her battery even when she’s not using it, regularly running at 50% of total battery consumption.

    With Android YMMV is the rule, rather than the exception. There’s just too many variables.


  • It’s the main way I sync my phone.

    I have a different app for photos, but SyncThing on my phone, and on my desktop, and again on one of my home servers, do most of the download and data syncing.

    Occasionally I’ll have to manually run SyncThing; I’m not certain that Android is reliably starting it after reboots, but for the most part it just does it’s thing really reliably. There is a lag; it can take a few minutes for changes to sync - it’s not immediate. For me, this isn’t a problem, and I’d rather that than a battery suck, so I haven’t messed with it.





  • Goroutines are amazing and extremely easy to use. You should include them wherever possible. But always be careful of Data Races

    Goroutines are amazing and extremely easy to use. However, you should absolutely not include them wherever possible. Using them can in fact slow down a program for which they are not suited (context switching still has a cost), and they introduce non-trivial complexity.

    Still, it’s nice to see a post with some start-here optimization ideas; many Go optimization articles assume a deep experience with Go and can be daunting.



  • Yeah, despite the strong anti-crypto sentiment on Lemmy, this is exactly the problem that projects like Nostr is trying to solve by integrating Lighting as a first-class payment system in the ecosystem.

    Services get paid for by one of four ways:

    • Harvesting and reselling of user data. Which is wildly unpopular, and why a lot of people are on Lemmy and not Reddit or Facebook.
    • Ads. Which is also unpopular and again why people come to services like Lemmy
    • Pay-for-service, which is what you’re suggesting, only via crypto, which is easier than accepting credit card transactions, and safer for users.
    • The hosted paying for it out of the goodness of their hearts. So, charity. Sometimes there’s corporate charity, and that’s nice, except for the potential for money coming with strings attached, now or eventually.

    Someone always pays; its expensive to host a popular instance. People suggesting you should host for free are selfish freeloaders, so know that some people understand that hosting costs, and sympathize with with your desire to offset that cost.

    I like the volunteer micro-transaction model. Those who can afford to pay some amount for good service, and hopefully this provides welfare for those who can’t afford to pay. But the cryptocurrency space is a mess at the moment, and an economical currency (probably proof-of-stake rather than proof-of-work) needs to gain some traction, and overcome a lot of ignorant bigotry.