The idea is that Spain and Portugal are part of the “West”, but not Spanish or Portuguese colonial offshoots, which are mostly South American and haven’t fared as well as the colonial offshoots from other nations of western Europe.
The idea is that Spain and Portugal are part of the “West”, but not Spanish or Portuguese colonial offshoots, which are mostly South American and haven’t fared as well as the colonial offshoots from other nations of western Europe.
Less a brand name because multiple companies can make parmigiano reggiano, but it’s a combination of requirements designed to protect local industry - for example, for it to be parmigiano reggiano cheese it has to be made with one of two lists of three ingredients, the milk has to come from cows from a specific region of Italy, a certain percentage of the feed for those cows must come from a specific region of Italy, is aged for a certain minimum time, etc, etc. It’s an entire set of industries protected by a legal definition of a cheese.
When you see “parmesan” instead of “parmigiano reggiano” it’s a similar sort of cheese that isn’t made within the legally protected definition. Most often it’s just not made in the one specific part of Italy with milk from cows from that part of Italy fed by feed from that part of Italy, it’s made somewhere else using dairy that doesn’t have to be imported. Or it’s aged “enough” for the flavors to develop but not the full time required. Or both.
There are a whole array of product designations in the EU that basically exist to protect individual agricultural industries from competition by requiring that products be made in a certain place, or using products from a certain place in order to prevent outsiders from duplicating the product, increasing supply and driving down prices.
Basically the same logic as “if it’s not from the Champagne wine region in France it’s just sparkling white wine.” Also the same reason why “real” balsamic vinegar costs a fucking fortune.
The most recent season has a surprising amount of sexually assaulting Huey though. The first time they even play it for laughs.
The Constitution didn’t establish a right to vote for men in general or any men in particular. It left the question of which citizens were allowed to vote fully up to the states.
Or to go deeper: The Declaration of Independence limited voting to landowners. The Constitution set no regulations whatsoever for which citizens could vote, leaving it wholly up to the states. There are various trends in state laws over time but nothing federal regarding who can vote (other than various immigration laws about who can be naturalized). Until the 15th Amendment: “The right of citizens of the United States to vote shall not be denied or abridged by the United States or by any state on account of race, color, or previous condition of servitude.”
Technically, men did not have a federally protected right to vote until women did, the 19th amendment. Though state laws had expanded to give essentially all free white men the vote in every state shortly before the Civil War, but that’s not from that federal point of view you’re so worried about.
While you can hunt with an AR-15, it’s not the best rifle for the task.
It’s not the best rifle for any task. But it’s a good enough rifle for most tasks, and between real AR-15s and the various clones they are cheap, in common calibers, and have accessories widely available.
Which is why it’s the most common rifle in the US by a fair margin.
It being the most common rifle in the US by a fair margin is in turn why it’s so often used in public mass shootings, as those are usually done with weapons of convenience rather than something bought for purpose. Likely also why the guy who shot Trump used one.
If a public mass shooter wanted the best gun for the job, they’d get something closer to a PS-90 (the civilian version of the P-90 which is a military rifle designed for urban combat).
In fact, women were not even considered full citizens then since they did not possess the right to vote.
Like most things, this was up to the individual states. Like anything up to the individual states, it was all over the place depending on exactly where you were. For example, at the founding women in New Jersey could vote, presuming they owned 50 British pounds worth of wealth because the wealth requirement was the only requirement New Jersey had for who could vote. Ironically, the spread of Jacksonian democracy (aka universal male suffrage) actually cost women in New Jersey the right to vote in the 19th century.
Mindjourney can make incredible images, but it can’t make art.
Mostly because you’re defining “art” in such a way that being produced by MidJourney disqualifies it automatically.
And this has convinced me I am officially an old. I’m not sure what language about half of that is in and can’t even guess at what some of it means from context.
We really don’t do that here, because we skip the rehab part almost entirely because it’s bad for the profit margins of private prisons.
You misunderstand the dynamic. Most GOP voters are going to vote and are going to vote for the Republican, regardless of how awful that Republican is. Voting is a civic duty and party above all are kinda core ideas for them.
Dem voters are a lot more flighty in general. Any barrier to voting no matter how small (even having to rise from the couch) impacts Dem voters more than GOP ones.
There are more Dem voters than GOP ones except maybe in very red states. It’s about turnout - US voter turnout is God awful and it’s worse among Dems than GOP.
That’s why the debate was so bad for the Dems, because it’s not about whether or not it pulls voters to Trump but about what it does to Dem turnout.
it would be nice if the democrats fucking tried.
They think they don’t have to, they just have to keep you scared enough of the GOP that you’ll vote for them out of terror. It’s how Biden won the first time, after all.
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.
By that logic what we really need is a modernization of Ada, where there are no compiler warnings and anything that would generate one in another language is instead a compiler error, everything is strongly typed, etc, etc.
If you aren’t familiar with Ada, just imagine Pascal went to military school.
I thought they had on several occasions dropped games from the store because they had DRM. Which DRM titles does GOG still have?
Last game I paid good money for was on GOG. Everything added to my steam account in the last few years has either been part of a humble bundle or a freebie from somewhere.
They don’t need to die - you could just blind them essentially the same way.
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.
As the size of the pyramid increases the obvious algorithm (walking all the routes down the tree) is going to fall afoul of the time limit pretty quickly, as are several alternative algorithms you might try. So a pyramid 100 or 1000 levels deep very rapidly falls out of the time limit unless you choose the right algorithm because there are 2^(n-1) paths for a n-level pyramid. I’d suggested a…much bigger dataset as one of the judgement datasets One that took my reference implementation about 15 seconds.
This was a contest for high school kids c. 2001 and was going to involve 4 problems across 6 hours. The prof making the decision thought it was a bit much for them to figure out why the algorithm they were likely to try wasn’t working in time (noting that the only feedback they were going to get was along the lines of “failed for time on judgement dataset 3 with 10000 layers”, that it was because it was a poor choice of algorithm rather than some issue in their implementation, and then to devise a faster algorithm and implement and debug that all ideally within 1.5 hours.
For example, the algorithm I used for my reference solution started one layer above the bottom of the pyramid, checked the current number against either child it could be summed with, replaced the current number with the larger sum and continued in that fashion up the pyramid layer by layer. So, comparison, add, store for each number in the pyramid above the bottom layer. When you process the number at the top of the pyramid, that’s the final result. It’s simple and it’s fast. But it requires looking at the problem upside down, which is admittedly a useful skill.
Internally, yes, basically a PC in a smallish form factor case.
If you’re aiming at the console crowd, upgrades and end-user repairs aren’t a primary concern. But you’re thinking of it like a desktop aimed at the desktop market where those things are more important, and you could hypothetically just do the same thing on the PC you already have, so what’s the point?
For a console the high priority items are being quiet, able to fit in most TV stands and the like without standing out too much, and having the smoothest possible UX - if it’s more involved than unpacking it, plugging it into power, plugging it into the TV, connecting a controller, turning it on and logging into an account to go from sitting in a box on the floor to ready to play (or at least install) a game then you’ve already lost. If installing a game is more complicated than clicking the install button once and waiting for the process to finish, you’ve already lost. If you are required to fiddle with drivers, settings, tweaks or config files to be able to play, you’ve already lost. If you are required to think about package managers, libraries, or any kind of usual PC management stuff, you’ve already lost.
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.
…and yet they’ve had power before - several times, including once with it being literally this dipshit - and haven’t burned it all down to gain power yet.
But then this election is different, it’s the most important election of our lifetimes, just like the Democrats have said about every other election since at least 2004. Down to the literal phrase “the most important election of our lifetimes.”
The reality is both major parties benefit from the system, and both market based on fear because they don’t have anything positive to offer voters that isn’t an outright lie that the voters know is an outright lie. The big difference is the the GOP markets on fear of the other and the Dems market on fear of the GOP.