• 1 Post
  • 134 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle




  • erogenouswarzone@lemmy.mltoAsklemmy@lemmy.mlWhat's your movie pitch idea?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    7 months ago

    A $200k horror movie that can be out in 3 months. It’s about a serial killer who steals the teeth from his victims.

    My script mixes highly defined characters, supernatural cosmic horror, and old world body horror. It’s goes off the rails in terrifying and fun ways.

    Ps: I actually have a script ready to go and have no hangups about scabbing.



  • This is giving me stress daymares about Spanish in high school.

    Still, it’s an interesting point you make.

    But then again, with definitive articles you have a bunch of things that are not supposed to convey gender conveying gender. Like a toaster… It would suck to have to remember the gender of a toaster, or, well toasters in general.




  • Great meme, and I’m sure op knows this, but for anyone else who is curious…

    007 in theory means:

    • 00: you have already committed your code to your local code base
    • 7: When you try to merge your code with everyone else’s there are 7 files that others have worked on since you last refreshed your local code base.

    To resolve this, you need to go file by file and compare your changes with the changes on the remote code. You need to keep the changes others have made and incorporate your own.

    You can use git diff file_name to see the differences.

    If you have made small changes, it’s easier to pull and force an overwrite of your local code and make changes again.

    However multiple people working on the same files is usually a sign of organizational issues with management. Ie, typically you don’t want multiple people working on the same files at the same time, to avoid stuff like this.

    If you’re not sure, ask someone that knows what they’re doing before you follow any advice on Lemmy.









  • I’m also a data analyst, so I sense sarcasm, but in case you’re not:

    A big beef is excel can’t handle decimals larger than 6 places iirc. So if you copy/paste, it will delete your data accuracy. Is that not fucking insane? I mean think about that for a second… The most popular data table in the world will delete your data.

    There’s a whole laundry list of other things I can complain about, but the bottom line is they bought it from another company, then stopped working on it. It’s Microsoft’s entire business model: Buy it, charge for it, ignore it.