• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle




  • Google also accidentally deleted a random amount of user’s timeline data if you didn’t immediately catch it and restore from back up last March before the affected backups were overwritten. If you didn’t keep a close enough watch on your timeline to know that that happened, everything before ~Feb 2025 is gone now.

    Ask me how I know. Yes I kept up on permissions. Yes I had backups on. No I didn’t have a new device. I even have dozens of available gigabytes of paid storage on Google One.

    I’m sure it will only get more stable due to maps and timeline being revenue generators that encourage investment.


  • I’m sure that there are examples of actually wasted money, but just putting it out there that planning is fucking important. There have been several high profile projects, like Texas high speed rail, where planning was the hard part and the project got canceled as they were ready to break ground because “there was no progress”. Cue* Republicans “the government does nothing” after they stopped anything from happening. Infrastructure cannot operate on election cycle timelines.

    Digging in the ground and integrating with existing infrastructure isn’t just a plug and play operation. Leases and liens need to be sorted out. Estimates of current and future demand needs to be sorted out so you don’t install useless networks. Fiber isn’t that heavy, but “can the existing conduits under bridges/roads/etc support it and/or do they have room to without a complete replacement” isn’t a trivial question for backbone lines.

    Winging it just causes more problems as you find things you didn’t anticipate and cause delays while having to continue paying contracts so work can resume once the delay is cleared. If you don’t, the contractor is on to their next job and unavailable for an effectively random amount of time. While everyone is mad at you that “no work is being done”.

    It could be done faster, but it would cost more. Because planning is really important to keep multi-million/billion dollar projects accountable and on track.




  • “Computer” meaning a mechanical/electro-mechanical/electrical machine wasn’t used until around after WWII.

    Babbag’s difference/analytical engines weren’t confusing because people called them a computer, they didn’t.

    “On two occasions I have been asked, ‘Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?’ I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.”

    • Charles Babbage

    If you give any computer, human or machine, random numbers, it will not give you “correct answers”.

    It’s possible Babbage lacked the social skills to detect sarcasm. We also have several high profile cases of people just trusting LLMs to file legal briefs and official government ‘studies’ because the LLM “said it was real”.



  • That’s what config files are for. It would be a nightmare to hardcode weight and balance and have to recompile the HUD every time you change the loadout or refuel the plane.

    Most code, algorithms, etc are not any more sensitive than the concept of desks and file cabinets. No, guidance programs for missiles probably shouldn’t be put on GitHub, but there’s a reason RSA and other encryption algorithms were open sourced. It’s better to have more eyes looking for inefficiencies, weaknesses, and vulnerabilities than to just assume it’s good because no-one on the team responsible is smart/engaged enough to find them.






  • If my family hired an actor to impersonate me at my killer’s trial and give a prepared speech about how I felt about the situation it would be thrown out of court.

    If my family hired a cartoonist or movie studio to create a moving scene with my face recreated by digital artists and a professional voice actor to talk about my forgiveness for my death, it would be thrown out of court.

    That they used a generative program to do it and the Judge allowed the video to influence the sentence as if it were a statement by the deceased is deeply troubling.




  • turmacar@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 months ago

    Building from source is always going to come with complications. That’s why most people don’t do it. A docker compose file that ‘just’ downloads the stable release from a repo and starts running is dramatically more simple than cross-referencing all your services to make sure there are no dependency conflicts.

    There’s an added layer of complexity under the hood to simplify the common use case.