You underestimate the amount of legacy code, or standards that enforce it like AIS for ship transponders or ASTERIX for aircraft callsigns etc.
You underestimate the amount of legacy code, or standards that enforce it like AIS for ship transponders or ASTERIX for aircraft callsigns etc.
Older, but still in use everywhere.
People don’t vote when they don’t feel represented. Kind of weird to vote first and hope for policy after.
How do you ever expect to get out of having a lesser or more evil option if people keep supporting the right wing Democratic party. At some point things have to change, and voting blue no matter who won’t achieve that.
Computer architecture is a lot of fun! Got to make a MIPS microprocessor in a course with VHDL and enjoyed it a lot. Good luck with your projects!
I challenge you to implement tomasulos algorithm.
Can’t say that without spilling the deets. What language?
In Sweden we make Korv Stroganoff, or sausage stroganoff.
This meme is nonsense even if you are a programmer. Explicit typing does not limit you to two options, it just means all values need to be typed.
Anything left of Joe Biden
I upgraded to 64gb, which is surprisingly cheap nowadays. Plus it allows you to run quantised LLMs locally.
Have you seen the nuclear ramjet submarine? Like project Pluto but even less sane https://youtu.be/CDLOXv3yN3A?si=B9X1pUA5VYktvxNl
Space lasers work and are a great way to destroy other sattelites. His SDI program was way crazier though, X-ray lasers fueled by shaped charge nukes to shoot down ICBMs.
Good luck defending yourself against a spear
Sorry for pointing this out everywhere, but the new countries are invited, not yet members. Not all of them might accept.
They’re going down a dangerous path with Modi and the rise of religious violence and sectarianism.
Ask literally any person outside the US and liberal means centre-right
The reason for the convention is that it used to be just a pointer (adress) to consecutive elements in memory. A[x] is then literally translated to the adress of A + sizeof(x)*x. Meaning that the first element is at A[0].