"Hey, I didn't vote for that guy" complains person who voted for candidate who said "vote for me and you'll never have to vote again"
Getting some leopards ate my face vibes from this one
"Hey, I didn't vote for that guy" complains person who voted for candidate who said "vote for me and you'll never have to vote again"
Getting some leopards ate my face vibes from this one
Why is that ?
My computer is not compatible with windows 11, but is still running factorio perfectly fine.
I wonder, is posting an ad for an US company in a UK community pure incompetence, or carpet bombing the ad ?
Since the ad has only been posted once sor far, either this was testing the bot, or pure incompetence.
J'ai eu une énorme phase dans la vie où j'ai voulu lire tout ce qu'on le recommandait, et j'ai lu le seigneur des anneaux, dune, et une bonne partie de game of thrones.
Je déteste le style de Georges R. R. Martin ( si vous l'aimez tant mieux pour vous, mais c'est vraiment pas ma tasse de thé).
Je trouve que Tolkien mets 300 ans à arriver où que ce soit, et fait des détours qui m'insupportent (je me fous de ce qui arrive au poney, me fais pas un laïus qui est contredit par la suite de l'histoire).
Mais j'adore Dune (les 2 premiers livres, après c'est plus mitigé).
Tout ça pour dire: ne t'interdis pas de lire autre chose, tu as maintenant le super pouvoir de dire "mouais, pas mon kiff" et ne pas finir le bouquin.
Left handed people
The Czech republic has non optical microscopes only because FEI (part of Thermo Fisher Scientific) has its manufacturing plant there.
Since there are basically two manufacturers of election microscopes on earth (the other one being Zeiss) and one of these bad boys will settle you for millions of dollars, this explains how it's the country's main exports.
Before being aquire by Thermo Fisher Scientific (in 2014 or 2015, not sure) FEI's annual gross income was around $1B, so around the figure cited here.
Source: I worked at FEI when it was aquire by Thermo Fisher Scientific.
God of war Ragnarok is a AAA game, and I absolutely loved it.
There, not everyone complains about all modern AAA games. Just in case you actually thought EVERYONE dislikes them, you might be in an echo chamber.
Well, to get humans to space today you have either the crew dragon on a SpaceX falcon 9, or a Soyouz.
And relations with Russia are a bit tense nowadays, so if you are not Russian, there are currently no other options than SpaceX.
Kinda looks like a monopoly, with another actor starting to compete (and SpaceX is historically very competitive on prices, so without huge government subsidies, I doubt Boeing would consider maintaining their crewed vehicle)
Gave a presentation last year, using a joy con as a remote for switching slides.
Nice thing is you can have mouse with the joystick as well
I'll soon be in the market for an EV, and I wish what you're saying we're true.
Other brands are more expensive, and their base price can barely compete with a tesla, but their options pricing is ridiculous.
There's LOTS of teslas where I live because it's the best bang for your buck right now as far as EV comes.
I dislike Musk as much as anyone else around here, but the companies he fronts have met lots of success, I guess because there are lots of very competent people actually running them (i.e. Gwynne Shotwell for SpaceX)
I'll explain as if your first language is not English.
Dry means something that has no moisture in it, like sand can be dry or wet.
Obviously something dry contains no moisture or liquids.
A Martini is a cocktail, mixed from mostly gin and vermouth. In this context, dry means "little vermouth", so the taste of the gin is most prevalent.
So the joke is between the two different meanings of the word, as obviously a dry cocktail makes no sense if you take the first meaning of the word.
You should group your source files by domain, then by feature, e.g. 'src/foo/model' and 'src/foo/exports'.
Is serialization/deserialization the only aim of these structures ? If not, that code should definitely be separated, so as to evolve separately from the structure itself.
If it is the only aim, the code should also be separated, so you can change your serialization type (e.g. from JSON to XML) without impacting the model.
Also you might need another export for compatibility with another software, and you don't want your model file to grow with the 10 formats you support.