• 20 Posts
  • 236 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle
  • If you make a backup with a tool like Borg that creates encrypted archives, then using AWS S3 glacier is the cheapest.

    What’s bad about it: if you ever need those files again, it’s going to be VERY expensive to download them again, so it has to be treated as the “what if a nuke hits my city and all the local and off-site backups are vaporized” solution

    Also: it’s not recommended to directly host plain files, they need to be in an archive format with big chunks, as the API calls that are used to list them during sync are counted in a very expensive way






  • Moonrise2473@feddit.ittoSelfhosted@lemmy.worldWeb printing
    link
    fedilink
    English
    arrow-up
    4
    ·
    13 days ago

    I made something crude with python and flask, but it’s only to print address labels, always the same settings (paper size and so on)

    So i just put a textbox, press the button and it prints there.

    When printing generic stuff, you would need to set paper type, paper size, color or BW, if have both sides printed, if printing from a specific tray, then some kind of user authentication (i am lazy and i didn’t care about privacy so i used cloudflare access), so the complexity becomes much bigger.

    Before making my crude script I searched long time for a free or cheap solution, but I didn’t find. If you find, let me know


  • I had the same situation, my hotel used fortinet and they blocked almost everything

    Even VPNs that used to work in China were blocked

    I used my phone 4g hotspot to initialize the tailscale connection, which was blocked, I chose my server as an exit point, then I switched back to the WiFi. Amazingly, once logged in to tailscale, it kept connected to my server.

    Then for added safety I used my kasm install to stream a Firefox browser running on my server

    I don’t really understand this, why would a hotel pay thousands and thousands of euro for a “Chinese internet experience” that is going to piss off every single customer












  • I already tried to swap circuit boards in identical Seagate ide drives and not only it worked to recover the data but technically that windows 98 PC still boots today (I turn it on once a year because I have a very old SCSI film scanner that doesn’t work with newer stuff)

    You should try the experience, I used ddrescue to create an image


  • Why the fuck are they using a cloud tts on an Android device??? Can’t they use on device tts?? Seems extremely stupid for no reason

    1. It’s expensive. They are paying a fee to the third party tts provider each single time someone needs a response. They boast “no subscriptions” - that means those fees are paid only by new customer purchases. Ponzi 2.0

    2. It’s fucking expensive. Elevenlabs tts voices costs thousands of dollars per month plus $0.18 per 1000 characters. Ask the history of a monument and the verbose result that the LLM regurgitated costs them $0.15. Are they banking on the fact that most customers would just shelf the device after a day?

    3. It’s slower. Each time the device needs to reply, it needs to stream an audio file instead of a few bytes of compressed text

    4. For the more realistic voices it’s only cheaper in the short term. I get it - they don’t like the robotic free voices and licensing a good closed source one costs money. But then you don’t need to pay the “cloud” forever. Did they plan to shut down shortly after the launch? Where the money for running each user in a VM is coming out? (I saw from a YouTube video that it looked like they were using a browser automation tool in a VM)

    At this point since everything is run on the cloud (=somebody else’s computer) this could not only be a smartphone app, but a smartwatch app.

    I wonder if they will just fold and do a rug pull now blaming the hackers or fix the problem.

    Fixing the problem seems difficult for them - need to fully rewrite the app and having everything proxied through their authenticated server, increasing their expenses (and a rushed fix isn’t secure/tested). But their money comes only from new investors and new customers, and at this point I doubt that they can sell more units or scam more investors.