The syscall to write passes a buffer and length. If it is Dev null the call just returns without doing anything more.
The syscall to write passes a buffer and length. If it is Dev null the call just returns without doing anything more.
The password needs to be 8 letters long and may only contain the alphabet. Also we don’t tell you this requirement or tell you that setting the password went wrong. We just lock you out.
There are several cctld where the entity buying the domain needs to be a local. EU is an example for that. De requires you to be able appoint a representative within 2 weeks living in Germany.
The Saturn 5 was able to lift 141t to LEO.
The Space shuttle was reusable.
Yes it’s true. Where I live there is even parking space allocated for storage space. For each 100m² one parking space. Which is truly a ridiculous requirement.
I mostly agree with you, just two nitpicks.
Int is either i16 or i32 in C/C++.
The async runtime in embedded is mostly embassy from what I can tell. It makes different tradeoffs and is a lot smaller but can only run on one core. It also takes care to put the core to sleep when there is nothing to execute.
Can’t wait for a distro that uses only rust in the user space and calls itself rust/linux
Yes. It installed candycrap automatically and had several other such apps in the start menu.
I want to disagree on German. It isn’t verbose. We’ve got several words where there isn’t an equivalent in pretty much any other languages. Including Schadenfreude und Torschlusspanik (the feeling that you are getting older l, can’t find a partner and will die alone).
The same EU legal text has in German 22.118 words Vs English 24.698.
The making me cry part, that’s fair. Overcomplicated, could be worse.
You just need a steady hand and a lot of practice. Than even 0201 is possible with a normal soldering iron.
Garbage collection was at some point part of the spec but was removed in 23.
https://en.cppreference.com/w/cpp/memory/gc/declare_reachable
There are companies selling a relabeled GCC with the O flags behind the license check.
Rnote Looks really interesting. Was searching for that. Thanks.
The ERP software I have to use has a strict limit of 6 characters as password. Only alphabet and numbers allowed.
Maybe when I leave I try an SQL injection.
Breaking that kind of API probably breaks users pace. Linus is very vocal about breaking userpace.
No, it will not be available to everyone. Just the clients of the corpo and they can request the source. If you’re not a client, you still have no rights.
Goal is to keep the std to the absolute minimum. It’s a lot easier to change a normal library and switch over, than to change std. Just ask the c++ guys about their regex support.
That’s the reason rand, regex, num, chrono etc. aren’t part of the std.
Of the suggested packages C++ has bytes by not needing it, rand and a horribly slow regex implentation, where its faster to start PHP to parse the regex than to use the build in one. Yeah, I’m going to pass.
Let’s see how long it will alles Till Rust hast the same Problems.