What about binutils? Is it removed too?
Any one know if there is a text version of Intel's instruction set reference? Intel does provide a pdf, but I wish I can open a text file in vim and quick search through it.
Given that Chromium is a open source project, and lost of people here are strongly against Google's proposal to limit the ability of ad block extensions, with much stronger words compared to this incident. What's your…
The RHEL version linked is 7.5, not 8.1. They might just forget to update the doc.
Linux users's first encounter with `ps` command usually leads to stackoverflow's question on RSS.
> This system will apply to foreign owned companies in China on the same basis as to all Chinese persons, entities or individuals. No information contained on any server located within China will be exempted from this…
"Response to 'Fibers under the magnifying glass'" from the authors of boost.fiber, at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p086.... And Response to response to "Fibers under the magnifying glass", at…
Somehow I feel StackOverflow is preparing itself to be bought. Part of contract is for SO to deal with these hard problems before the it is made public.
gitlab publishes its about.gitlab.org source code. This pdf can be found in the repo link https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/sou...
Does it support multiple tabs? It doesn't seem to from the screenshot.
You can see why Nouveau devs are having difficulties with Nvidia in a Xorg developer confereence talk[1]. 1. Relations with NvidiaNVIDIA changes prevent us from releasing a driver * Signed firmwares accessible publicly…
How many tabs do you consider to be too many tabs? Most of the time I open up to 10 tabs, and Firefox is performing fine. But I have also seen people opening 40 tabs.
English translation by bing translator. https://www.translatetheweb.com/?from=&to=en&refd=www.bing.c...
> If we change foo2 to a declaration (such as would be the case if it was defined in an external translation unit, and its declaration included via header), then Clang can no longer observe whether foo2 definition…
I learned a new one recently. zt redraw so that current line is at top, zb redraw so that current line is at bottom, zz redraw so that current line is at the center. If you are on twitter, you might want to follow…
This is the original blog post by the author who filed the cve. https://www.trustwave.com/en-us/resources/blogs/spiderlabs-b...
Just like C++, your filter can be simplified like, filter(|string| {set.insert(string)} as insert return a bool.
> it just happens that C++ ships with a much bigger standard library than Go. I thought go had much bigger standard library. Go has archive, compression, crypto, database, encoding, hash, html, and net etc.
if (seen.find(lower) == std::end(seen)) { seen.insert(lower); return false; } You can just return seen.insert(lower).second as insert function return a pair<iterator, bool>
You're not wrong. Dtrace is gpl only in 2017.
> On what basis is what GP said a lie? stealing trade secrets is called “打破技术封锁”
I am confused by this article. It says, "Schellenberg was arrested in 2014 and received his original sentence in 2016 in a case that went unnoticed." But according to the Chinese court[link 1], he was first sentenced…
And Chair of Direction Group in 2018. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p093...
No one talks about the story from financial perspective? How much will Huawei lose, who is the competitor against Huawei? IMO it's the extension of trade war between US and China.
I cannot get the first simple example working. int main() { while (1) { if (fork()) _exit(0); } return 0; } If I run `htop` immediately after typing `./a.out`, it shows a error, Could not create child process - exiting…
What about binutils? Is it removed too?
Any one know if there is a text version of Intel's instruction set reference? Intel does provide a pdf, but I wish I can open a text file in vim and quick search through it.
Given that Chromium is a open source project, and lost of people here are strongly against Google's proposal to limit the ability of ad block extensions, with much stronger words compared to this incident. What's your…
The RHEL version linked is 7.5, not 8.1. They might just forget to update the doc.
Linux users's first encounter with `ps` command usually leads to stackoverflow's question on RSS.
> This system will apply to foreign owned companies in China on the same basis as to all Chinese persons, entities or individuals. No information contained on any server located within China will be exempted from this…
"Response to 'Fibers under the magnifying glass'" from the authors of boost.fiber, at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p086.... And Response to response to "Fibers under the magnifying glass", at…
Somehow I feel StackOverflow is preparing itself to be bought. Part of contract is for SO to deal with these hard problems before the it is made public.
gitlab publishes its about.gitlab.org source code. This pdf can be found in the repo link https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/sou...
Does it support multiple tabs? It doesn't seem to from the screenshot.
You can see why Nouveau devs are having difficulties with Nvidia in a Xorg developer confereence talk[1]. 1. Relations with NvidiaNVIDIA changes prevent us from releasing a driver * Signed firmwares accessible publicly…
How many tabs do you consider to be too many tabs? Most of the time I open up to 10 tabs, and Firefox is performing fine. But I have also seen people opening 40 tabs.
English translation by bing translator. https://www.translatetheweb.com/?from=&to=en&refd=www.bing.c...
> If we change foo2 to a declaration (such as would be the case if it was defined in an external translation unit, and its declaration included via header), then Clang can no longer observe whether foo2 definition…
I learned a new one recently. zt redraw so that current line is at top, zb redraw so that current line is at bottom, zz redraw so that current line is at the center. If you are on twitter, you might want to follow…
This is the original blog post by the author who filed the cve. https://www.trustwave.com/en-us/resources/blogs/spiderlabs-b...
Just like C++, your filter can be simplified like, filter(|string| {set.insert(string)} as insert return a bool.
> it just happens that C++ ships with a much bigger standard library than Go. I thought go had much bigger standard library. Go has archive, compression, crypto, database, encoding, hash, html, and net etc.
if (seen.find(lower) == std::end(seen)) { seen.insert(lower); return false; } You can just return seen.insert(lower).second as insert function return a pair<iterator, bool>
You're not wrong. Dtrace is gpl only in 2017.
> On what basis is what GP said a lie? stealing trade secrets is called “打破技术封锁”
I am confused by this article. It says, "Schellenberg was arrested in 2014 and received his original sentence in 2016 in a case that went unnoticed." But according to the Chinese court[link 1], he was first sentenced…
And Chair of Direction Group in 2018. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p093...
No one talks about the story from financial perspective? How much will Huawei lose, who is the competitor against Huawei? IMO it's the extension of trade war between US and China.
I cannot get the first simple example working. int main() { while (1) { if (fork()) _exit(0); } return 0; } If I run `htop` immediately after typing `./a.out`, it shows a error, Could not create child process - exiting…