Nah, capital controls the US. Israel is just useful to fight a forever war and funnel money to the MIC.
Shutting down critics under the guise of antisemitism is just a nice bonus.
Nah, capital controls the US. Israel is just useful to fight a forever war and funnel money to the MIC.
Shutting down critics under the guise of antisemitism is just a nice bonus.
Why is there a custom key for 00001010?
I heard the mathematicians have a way to describe this profound relationship: Dolphins ⊂ Whales
No, the mirror reflects to the view finder untill you press the shutter, then it moves thr mirror to expose the photo sensor and then back.
If it’s a moving mirror camera* and it’s used to take stills it’s probably fine, as the sensor is only exposed for a fraction of a second per image.
If you want to film with it or put it in a phone, where it’s exposed all the time, it would certainly not be enough.
* I have no clue what they are called in english
At least be fair and cut out the .into()
If you have a theory of everything, I suspect whatever algebraic structure the terms follow, is at least a ring and therefore has additive inverses.
The humble !!
operator.
Making compostable, non-toxic electronics is hard, so we decided on a harder goal!
Look we already made a robot out of 30% edible parts (hint its not the electronics), if we linearly extrapolate we will have full edible robots in no time.
Also eating search and rescue robots? Because the one thing we need in disaster situations, is for the expensive equipment to be single use.
maybe we removed the last n characters
Even if people can’t get the key out of rom, which I doubt, they can man in the middle the cable going to the photosensor and inject arbitrary images into the system.
If you want to have a library that can also be a standalone executable, just put the main function in an extra file and don’t compile that file when using the library as a library.
You could also use the preprocessor to do it similar to python but please don’t.
Just use any build tool, and have two targets, one library and one executable:
LIB_SOURCES = tools.c, stuff.c, more.c
EXE_SOURCES = main.c, $LIB_SOURCES
Edit: added example
why should wealth explicitly affect the ruleset by which you play? You are right, it shouldn’t. That’s why billionaires shouldn’t be able to own newspapers.
You know how fire needs air? Well we made air so good it can burn most metals.
This comment section is self selecting for people, who hold onto their plushies for longer, than what society considers normal.
That boolean can indicate if it’s a fancy character, that way all ASCII characters are themselves but if the boolean is set it’s something else. We could take the other symbol from a page of codes to fit the users language.
Or we could let true mean that the character is larger, allowing us to transform all of unicode to a format consisting of 8 bits parts.
That requires some form of self describing format and will probably look like a sparse matrix in the end.
It might also introduce spurious data dependencies
Those need to be in the in smallest cache or a register anyway. If they are in registers, a modern, instruction reordering CPU will deal with that fine.
to store a bit you now need to also read the old value of the byte that it’s in.
Many architectures read the cache line on write-miss.
The only cases I can see, where byte sized bools seems better, are either using so few that all fit in one chache line anyways (in which case the performance will be great either way) or if you are repeatedly accessing a bitvector from multiple threads, in which case you should make sure that’s actually what you want to be doing.
There are also react devs creating the windows 11 start menu.