

Who do you think is better at writing assembly? @[email protected] or a modern compiler with hundreds of contributors.
Who do you think is better at writing assembly? @[email protected] or a modern compiler with hundreds of contributors.
There are also react devs creating the windows 11 start menu.
It’s the real world part.
I have written a SMTP-Server in C and some crud services in java, but everything ran on localhost.
If I wanted to expose them on the web I would have to ensure the code is actually secure, ensure compliance with data protection regulations, moderate user generated content, get ssl certificates, a domain and server hosting.
Half those steps are one minor mistake away from a large bill.
That would be 62 bit, not 16 bit.
It would not be a solution in ancient Greece/Rome, where a small penis was part of the beauty standard.
Rather than dealing with this ‘cargo’ remote repository utility and reliving traumatic memories of remote artefact repositories with NodeJS, Java, etc., we’ll just copy the .rs files of the wrapper directly into the source folder of the project.
[forgets to copy some files]
[complains about compiler error]
This guy is a moron of the first order!
I like self directed research, it’s mostly rust stuff, but has some really interesting topics mixed in.
There needs to be a clear legal standard, and 18 Years is the arbitrary line we agreed on.
When a 17 Year old go to war, they are child soldiers, and when they get bombed/starve, they count towards the children death toll.
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
Not In My Back Yard
It refers to people generally supportive of things, but not where they live.
Typical topics are energy/transport infrastructure or housing for refugees/homeless people.
At least be fair and cut out the .into()
YES, protesters are freely associating members of the general public, whereas the police are vetted and trained professionals, payed by taxes to “uphold the law”.
They should be held to a higher standard!
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
(LT(PL * 5,DO) ERROR('079','USER IS NOT SUFFICIENTLY POLITE','1'))
(GT(PL * 3,DO) ERROR('099','USER IS OVERLY POLITE','1'))
Finally, we know how polite to be.
When I am on a phone, let me zoom on whatever the fuck I want. Unconditionally.
The worst is when the zoom affects the surrounding UI elements, but the part you want gets unzoomed by the same amount.
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
Great quiz. It teaches you the rules while training you to expect the unexpected, even in the rare cases that the rules are applied consistently.
I got exactly half the questions right.