• 0 Posts
  • 128 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • Nibodhika@lemmy.worldtoAsk Lemmy@lemmy.worldxxx
    link
    fedilink
    arrow-up
    13
    ·
    9 days ago

    Not quoting Hitlerz but the “prime minister” did say about rent for a one bedroom apartment being over €2k that “people need to remember that one man’s rent is another man salary”.

    The president is nice though, although he’s just a decorative position, he seems like a very sensible Hobbit.


  • On my personal computer ~/Projects/<name>, you need to remember that real-life is not like college, you won’t be working on a new project every week. If you have more stuff than you can manage like this, you’ve bitten more than you can chew.

    On my work computer it’s a bit more complex, because I have to work with other people’s projects as well, so I have a ~/Work folder and in it several folders by type of stuff, e.g. ops for operational stuff such as scripts to deploy stuff or grant permissions, code for servers (and client) code, etc. Also if I’m working on something specific that requires multiple repos I create a folder for that project with the repos inside.






  • I strongly disagree, Matrix was very much a product of its time, if it had released a decade before or a decade after it would not have had the same impact.

    In the 80s as a general rule people didn’t know of the internet nor were they very computer savvy.

    In the late 00s cellphones started to be ubiquitous and people were using broadband almost exclusively.

    So there was only a small period of time when people were familiar with the idea of telephone lines carrying data, which is a core concept of the movie (exiting the Matrix through your cellphone or laptop is a lot less cool and less prone to plot hooks).

    Not to mention that the 90s were extremely gothic and grimdark about the future. I don’t think a movie that the base premise is in the future humans are enslaved to machines and hooked to a large simulation to keep them from realizing they’re slaves would work in any time period besides the 90s.



  • In hindsight that should have been enough, but at the time I didn’t want to discard a possibly good candidate because of that (reasoning that maybe he had some reason for it). Being subject to SQL injections also is not the end of the world, everyone makes mistakes. Not realizing it even after me pointing the line could also be overlooked as “we need to train this person”. But insisting that there isn’t even after the interviewer tells you there is, means you don’t want to learn, and at that point I can’t help you.


  • As an interviewee it’s nothing much, but when they asked me to sort a list, I find that question to be completely pointless, I will never implement a sort IRL, and most people who get it right are because they have it memorized.

    As an interviewer, a person who sent their take home as a .doc file inside a zipped folder. I didn’t understood why they sent it that way, but got the code to compile, and found very serious issues. When confronting the person they claim there were no issues, which happens so I pointed out at a specific line, and still nothing, I asked them if they knew what an SQL injection was and his answer was “yes, and you’re wrong, there’s no SQL injection happening there”, so I sent him a link for him to click that would call that endpoint on his local instance, and dropped the entire database for the take-home assignment. No need to tell you he wasn’t hired.






  • It’s not about nationality. Here are the facts:

    1. LF is USA based (headquarters in California), as such they’re subject to USA law
    2. USA imposed sanctions on companies that are directly involved in supplying Russia with weapons.
    3. To have business, including receiving help, from those companies would open LF to legal repercussions in the country where they’re based.
    4. Baikal Electronic JSC is on the sanctioned list.
    5. Serge Sermin public GitHub profile listed Baikal as their employer

    Therefore to not remove Serge from the maintainers would open LF to legal repercussions.

    You might not agree with what was done, I certainly don’t, but I understand it.



  • USB is absolutely not a standardized connector,

    USB is absolutely standardized, I even sent you the 2.0 spec, you can get the spec for the other versions on the same website.

    otherwise it would only be one type of connector, not the dozen or so they’ve made over the decades.

    Different versions/connectors have different specs, all of them open, otherwise different manufacturers wouldn’t be able to create devices that use it.

    There’s nothing universal about it.

    That’s ridiculous, first of all the name relates to the fact that it can be used for any data transfer as long as it’s serial. Secondly the sheer amount of different devices from different manufacturers that can be plugged via USB should give you a hint of just how universal and open the standard is.

    And if it was open source, then why doesn’t VirtualBox release the source code for their USB extension package?

    The standard is open, implementations of it are not, it’s like OpenGL or Vulkan.