• 0 Posts
  • 21 Comments
Joined 4 months ago
cake
Cake day: May 19th, 2024

help-circle
  • it_depends_man@lemmy.worldtoAsklemmy@lemmy.mlDo you dislike HR in workplaces?
    link
    fedilink
    Deutsch
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    2 days ago

    It’s not that they are unfriendly.

    But they are 100% there to represent the company’s interest and not yours. If there is any way, to… turn a situation into something where the company gets more money out of it and you get less, it’s their job to make that happen.

    In theory they should have employee retention in mind. In practice, nobody does their HR that way anymore.

    All my interactions with HR have been “professional polite” and appropriately friendly. There is no reason to be unnecessarily mean, they are also just doing their job.




  • I had a phase as a teen when I was constantly swearing. My parents told me that, it can’t be that bad and it’s really annoying.

    And it’s mostly an impulse reaction and we’re kind of above that.

    It doesn’t mean that you can’t express pain or anger. You’re just not insulting people’s ears if you scream “Aaaaah” when you bang your toe against a table leg or something. And your environment really doesn’t deserve it. Most people are somewhat compassionate and you’re just swearing while they try to help… that’s not a pleasant environment for them to be in. It makes it harder to help you.

    No to both questions. I just made a change and that was it. And it has never stopped me from expressing anything.

    If anything, it lends more weight to the regular words.

    A _______ criminal? Or a criminal?

    You can still put the same emotion into the words, they’re just not swear words. :)



  • I’m not sure now that I think about it, but I find this more explicit and somehow more free than json. Which can’t be true, since you can just

    {"anything you want":{...}}
    

    But still, this:

    <my_custom_tag>
    <this> 
    <that>
    <roflmao>
    ...
    

    is all valid.

    You can more closely approximate the logical structure of whatever you’re doing without leaving the internal logic of the… syntax?

    <car>
    <tyre> air, <valve>closed</valve>  </tyre>
    <tyre> air, <valve>closed</valve>  </tyre>
    <tyre>      <valve>open</valve>  </tyre>
    <tyre> air, <valve>closed</valve>  </tyre>
    </car>
    

    Maybe I just like the idea of a closing tag being very specific about what it is that is being closed (?). I guess I’m really not sure, but it does feel nicer to my brain to have starting and closing tags and distinguishing between what is structure, what is data, what is inside where.

    My peeve with json is that… it doesn’t properly distinguish between strings that happen to be a number and “numbers” resulting in:

    myinput = {"1":"Hello",1:"Hello"}
    tempjson = json.dumps(myinput)
    output = json.loads(tempjson)
    print(output)
    >>>{'1': 'Hello'}
    

    in python.

    I actually don’t like the attributes in xml, I think it would be better if it was mandatory that they were also just more tagged elements inside the others, and that the “validity” of a piece of xml being a certain object would depend entirely on parsing correctly or not.

    I particularly hate the idea of attributes in svg, and even more particularly the way they defined paths.

    https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths#curve_commands

    It works, but I consider that truly ugly. And also I don’t understand because it would have been trivial to do something like this:

    <path><element>data</element><element>data</element></path>
    


  • it_depends_man@lemmy.worldtoProgrammer Humor@lemmy.mlAI's take on XML
    link
    fedilink
    Deutsch
    arrow-up
    14
    arrow-down
    4
    ·
    20 days ago

    It is very cool, specifically as a human readable mark down / data format.

    The fact that you can make anything a tag and it’s going to be valid and you can nest stuff, is amazing.

    But with a niche use case.

    Clearly the tags waste space if you’re actually saving them all the time.

    Good format to compress though…



  • At the cost of sounding naive and stupid

    It may be a naive question, but it’s a very important naive question. Naive doesn’t mean bad.

    The answer is that that is not possible, because the compiler is supposed to translate the very specific language of C into mostly very specific machine instructions. The programmers who wrote the code, did so because they usually expect a very specific behavior. So, that would be broken.

    But also, the “unsafety” is in the behavior of the system and built into the language and the compiler.

    It’s a bit of a flawed comparison, but you can’t build a house on a foundation of wooden poles, because of the advantages that wood offers, and then complain that they are flammable. You can build it in steel, but you have to replace all of the poles. Just the poles on the left side won’t do.

    And you can’t automatically detect the unsafe parts and just patch those either. If we could, we could just fix them directly or we could automatically transpile them. Darpa is trying that at the moment.




  • How is it vague?

    It’s vague in all the legal ways:

    • First of all which kinds of games it applies to. It obviously can’t work for games that have a technical server requirement, … world of warcraft, but actually EVE online. The guys who run that game, get experimental hardware that’s usually military only (or at least they did in the past). The server is not something, you could run even if you wanted to. Drawing the legal boundary between what “could be” single player offline (e.g. the crew, far cry, hitman), wasn’t done.

    • It’s not clear how it should apply to in terms of company scale. The new messenger legislation that was passed, made space for the EU parliament / system to declare and name, individually, who counts as a company that is is big enough, so that they have to open their messenger system to others for interoperability. It’s not clear if the law has to apply to everyone, and every game, or just e.g. companies above 20 million revenue or something.

    • It’s not clear what happens if a company goes bankrupt, and the system isn’t immediately ready to keep working.

    And a few more.

    That being said, I think Thor’s stance on this is silly. All of that is part of the discussion that is now starting. He could raise good points and get them included, but I guess that’s not happening.


  • it_depends_man@lemmy.worldtomemes@lemmy.worldSelf-confidence
    link
    fedilink
    English
    arrow-up
    19
    ·
    2 months ago
    1. if a random comment on the internet is enough to destroy

    your dream

    then it was a weak and shitty dream. Get a new one.

    1. do it anyway. Who cares. You know what’s the worst that could happen? You try, and it doesn’t work out and then you can look back at it and consider it “gave it a good shot, didn’t work out”. And then you can point to all the people who still sit on their couch and didn’t even try.

    2. do it.






  • it_depends_man@lemmy.worldtomemes@lemmy.worldHe deserves better
    link
    fedilink
    English
    arrow-up
    70
    arrow-down
    1
    ·
    3 months ago

    The show runner insisted on telling “their version of the story”.

    Which… let’s put it like this:

    If you’re making a TV series about a book series written by a world famous author, and you think you can do a variation / “your take” on the story, because you think you’re just that great of a writer, artist, director, etc., then you better actually be on his level.


  • it_depends_man@lemmy.worldtomemes@lemmy.worldEvery day.
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 months ago

    1984 literally has a manifesto describing what’s happening.

    In fact, the brainwashing of the kids in 1984 to report on their parents having / reading / discussing “controversial media” is a major element of the dystopia. Those media are not explicitly named, but I don’t think they have to be.