• 0 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle

  • That analogy was chosen for a reason. Ada was originally developed by DOD committee and a French programming team to be a programming language for Defense projects between 1977 and 1983 that they were still using at least into the early 2000s. It’s based on Pascal.

    It was intended for applications where reliability was the highest priority (above things like performance or ease of use) and one of the consequences of that is that there are no warnings - only compiler errors, and a lot of common bad practices that will be allowed to fly or maybe at worst generate a warning in other languages will themselves generate compiler errors. Do it right or don’t bother trying. No implicit typecasting, even something like 1 + 0.5 where it’s obvious what is intended is a compiler error because you are trying to add an integer to a real without explicitly converting either - you’re in extremely strongly-typed country here.

    Libraries are split across two files, one is essentially the interfaces for the library and the other is it’s implementation (not that weird, and not that different than C/C++ header files though the code looks closer to Pascal interface and implementation sections put in separate files). The intent at the time being that different teams or different subcontractors might be building each module and by establishing a fixed interface up front and spelling out in great detail in documentation what each piece of that interface is supposed to do the actual implementation could be done separately and hypothetically have a predictable result.






  • Schadrach@lemmy.sdf.orgtoTechnology@beehaw.orgMinimum !
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 month ago

    H1B skilled worker visas. You have to prove that you tried to hire locally and couldn’t find anyone qualified. The whole point is that the qualifications are impossible, so you are either under qualified or lying. Since no qualified candidate exists, you can bring someone over from overseas and hold the risk of being deported if you fire them over their heads - and you suddenly get less thorough about checking qualifications for your immigrant candidates.






  • Specifically, it started out to track, dox, and harass Chris-Chan (originally just for being a weirdo though they eventually came out as trans and made news in 2021 for being arrested for incest). The nearly two decade old (since 2007) ongoing campaign against them means they are probably the single most documented human being in history.

    They don’t often target women just for being women, but much like with trans people and furries they also hate a hate-on for crowdfunded youtube personalities and fat acceptance and all of those groups do have their share of women (especially the last one - fat acceptance is primarily about women). They even target fundamentalist Christians and Quiverfull families sometimes (which tend to be very Conservative).

    Also, there’s no “was” - they still exist are are operating.



  • See, when I was a comp sci undergrad 20-odd years ago our department wanted to do a programming competition for the local high schools. We set some ground rules that were similar to ACS programming competition rules, but a bit more lax - the big ones were that it had to run in command line, it had to take the problem dataset filename as the first parameter and it had to be able to solve all datasets attempted by the judges in less that 2 minutes per dataset, noting that the judgement datasets would be larger than example ones.

    Some of the students were asked to come up with problem ideas. I was told mine was unfair, but mine was entirely about choosing the right algorithm for the job.

    It went like this - the file would contain a pyramid of numbers. You were supposed to think of each number as connecting to the two numbers diagonally below it and all paths could only proceed down. The goal was to calculate the largest sum of any possible path down.




  • What does physical or chemical castration even mean?

    Physical castration is being neutered, aka what we routinely due to male animals we don’t intend to breed.

    Chemical castration is essentially being chemically neutered - hormone blockers. Whenever you see someone anti-trans talk about pro-trans people wanting to chemically castrate children that’s why - it’s the same drugs being used to achieve the same effect - blocking sex hormones.

    And why is this a punishment when he is 100 years old?

    Because castration in LA is only performed in the final week of the prison sentence (presumably because it can’t be reversed so as to allow time for appeals), he was in his 50s when convicted and was sentenced to 50 years + castration. So by the time he’s in the final week of his prison sentence he would be over 100 should he live that long.


  • laws written in musket times

    I’m just going to point this out - at the time the 2nd amendment was written revolvers existed, as were weapons that would be the earliest forms of what are now automatic weapons, there was even a relatively quiet rifle that could fire 22 shots per reload. Honestly, right around then was a time of massive innovation in the firearms space, with a lot of ideas and designs not getting much traction for various reasons.

    These were “musket times” not because muskets were the best guns out there, but because muskets were cheap and easy to produce and literally any gunsmith worth the title could produce and repair them easily. Making them cheap to deploy for a military and also the most common gun for a citizen-soldier. Those other guns had limited manufacturing, required specialized knowledge to fix and maintain, or were expensive enough that they weren’t common. That last one I mentioned (the Girardoni air rifle) was notable for being carried by the Lewis and Clark expedition in 1803 (it didn’t see a lot of military use because they were expensive and also required specialized parts and knowledge to maintain - ten men with muskets is a better use of military spending than one guy with a Girardoni).

    Claiming that any firearm more sophisticated than a musket was so far beyond belief that the authors of the 2nd amendment couldn’t possibly have imagined it and therefore they shouldn’t be counted as “arms” is ridiculous. And also the argument you could use to claim the 1st amendment shouldn’t apply to anything other than in person speech or print works, not film or TV or radio or the internet because those are light-years farther outside the realm of things the authors of the 1st Amendment could have imagined than a rifle that can hold and fire 30 rounds.

    should be enshrined forever.

    No one says laws should be enshrined forever, there’s a process for changing or revoking them. For regular legislation, passing further legislation is all that’s needed. For the constitution, there’s an amendment process baked into it that has been used several times and even originalists accept that those amendments were valid, they just assume that the words used mean what they meant when the amendment was written, not what they might mean today if there’s a difference.


  • Protest ? Three states in the USA recently banned protesting.

    If I’m thinking about the right laws, don’t they more specifically make whoever is running the protest responsible for damages or crimes done by members of the protest if said members cannot be identified?


  • I actually had someone whose family member died of Covid tell me that his brother-in-law didn’t really die of Covid, he died of something else, because it’s all overblown and the hospitals are doing a similar scam to this myth (i.e. making it out as a bigger deal than it needs to be.)

    That sort of thing goes around here a lot too, usually framed in terms of “He didn’t die of COVID, but if you die from any cause whatsoever while you also have COVID they’ll count it as dying of COVID to make the COVID numbers bigger.” It usually falls apart when you ask why they want the COVID numbers to be bigger than they really are.