There is no wrong time for that. You did the right choice.
To bring some positive news, I bought this computer last month and up to now I'm quite happy with it. TouchPad feels very good but is a little buggy when the computer rest on some surfaces. The function keys are not a…
On the other hand in my current company we have people from all over the world: US, EU, Africa, Asia and Australia. Everything is asynchronous, flat hierarchy, only seniors hired as freelancers though, so quite…
More likely that Google engineers are in a bubble because of all the available internal tools. Also the interview process nowadays select people that have time to train for the interviews rather than good engineers. The…
Except some Nintendo games, like breath of the wild.
It all boils down to the fact that people need to feel useful. This is part of the society as a whole. During this meetings, look at who need attention, and praise their propositions. On some rare cases it is a power…
In 2016 Google News was great because with a 5 minutes glance you coudl hved all the necessary news. However this strategy doesn't work anymore thanks to Google News trying to be smart by adapting news to your browsing…
Well, you can still right click on an image preview in Google Image and then select "Show Image" to get the image in full resolution, like the good old "View Image" button.
There is of course a middle ground between 'writing for writing' and 'writing for payback'. For instance people might want to post how they did some stuff, with the hope that it helps at least one guy. That's how most…
You may want to see a doctor ;)
I kinda agree with you, but I think it's expected: demos are just ads for technical people. So in a way you know that it's too good to be true. Plus they don't actually explain how it works, how the demo was made and…
I mean almost by definition a single app page is a mini browser inside a browser. So you can make it as fast and clever as you want, you still added another layer to render boxes, text and probably the most important:…
I would be more concerned by the fact that if i is 10, then you already are in trouble ;)
Musl is a pretty good replacement, I have been using it for years without any troubles.
It looks a better bet to colonize Mars with genetically modified humans to sustain radiation. If such technology is not available at the time, having DNA correcting machines to give birth to sane humans is probably…
Very well written code indeed. Thanks for the links. They could make error management less bug prone by using goto, but it's definitely high quality C code nonetheless.
I think the key point is the amount of energy and resources necessary to make self driving cars a reality. With the ongoing climate change and projected energy crisis, humanity may not have the physical resources to…
Believe it or not, it's one way or another to formulate a critic, and I'm fine with it. However your strongly worded answer lacks arguments, so color me unconvinced.
As long as Linus is blaming the work done and not the people behind it, that's fine. Something truly aggressive would be "This benchmark is garbage and the people responsible for writing it are monkeys on crack". He did…
If I had to guess why there are no such lightweight library, it is because when somehow the library API doesn't provide what you want, you cannot hack the library itself easily. If you import the source code you may…
That was very true for a long time. But now with cmake and a package manager like hunter, it became quite easy and pleasant to work with dependencies. ExternalProject_Add() may also work.
A little off-topic but here is a cool piece of code about a special case in C: void (*foo)() = 0; void (*bar)() = (void *)0; void (*baz)() = (void *)(void *)0; // Error Can you guess why compilers reject the last line?
Handling malloc() failure is almost never done for short lived programs. For instance git used to fail as soon as an error popped of (whether be it malloc() or open(), etc...). It just is much simpler and convenient to…
Or just search for "powered by".
Then why is even a harmless increase to 2 or 4 refused? The current confirmation time and fees are beyond any worst case scenario, but yet there are still people completely brainwashed to argue that Bitcoin Core is…
There is no wrong time for that. You did the right choice.
To bring some positive news, I bought this computer last month and up to now I'm quite happy with it. TouchPad feels very good but is a little buggy when the computer rest on some surfaces. The function keys are not a…
On the other hand in my current company we have people from all over the world: US, EU, Africa, Asia and Australia. Everything is asynchronous, flat hierarchy, only seniors hired as freelancers though, so quite…
More likely that Google engineers are in a bubble because of all the available internal tools. Also the interview process nowadays select people that have time to train for the interviews rather than good engineers. The…
Except some Nintendo games, like breath of the wild.
It all boils down to the fact that people need to feel useful. This is part of the society as a whole. During this meetings, look at who need attention, and praise their propositions. On some rare cases it is a power…
In 2016 Google News was great because with a 5 minutes glance you coudl hved all the necessary news. However this strategy doesn't work anymore thanks to Google News trying to be smart by adapting news to your browsing…
Well, you can still right click on an image preview in Google Image and then select "Show Image" to get the image in full resolution, like the good old "View Image" button.
There is of course a middle ground between 'writing for writing' and 'writing for payback'. For instance people might want to post how they did some stuff, with the hope that it helps at least one guy. That's how most…
You may want to see a doctor ;)
I kinda agree with you, but I think it's expected: demos are just ads for technical people. So in a way you know that it's too good to be true. Plus they don't actually explain how it works, how the demo was made and…
I mean almost by definition a single app page is a mini browser inside a browser. So you can make it as fast and clever as you want, you still added another layer to render boxes, text and probably the most important:…
I would be more concerned by the fact that if i is 10, then you already are in trouble ;)
Musl is a pretty good replacement, I have been using it for years without any troubles.
It looks a better bet to colonize Mars with genetically modified humans to sustain radiation. If such technology is not available at the time, having DNA correcting machines to give birth to sane humans is probably…
Very well written code indeed. Thanks for the links. They could make error management less bug prone by using goto, but it's definitely high quality C code nonetheless.
I think the key point is the amount of energy and resources necessary to make self driving cars a reality. With the ongoing climate change and projected energy crisis, humanity may not have the physical resources to…
Believe it or not, it's one way or another to formulate a critic, and I'm fine with it. However your strongly worded answer lacks arguments, so color me unconvinced.
As long as Linus is blaming the work done and not the people behind it, that's fine. Something truly aggressive would be "This benchmark is garbage and the people responsible for writing it are monkeys on crack". He did…
If I had to guess why there are no such lightweight library, it is because when somehow the library API doesn't provide what you want, you cannot hack the library itself easily. If you import the source code you may…
That was very true for a long time. But now with cmake and a package manager like hunter, it became quite easy and pleasant to work with dependencies. ExternalProject_Add() may also work.
A little off-topic but here is a cool piece of code about a special case in C: void (*foo)() = 0; void (*bar)() = (void *)0; void (*baz)() = (void *)(void *)0; // Error Can you guess why compilers reject the last line?
Handling malloc() failure is almost never done for short lived programs. For instance git used to fail as soon as an error popped of (whether be it malloc() or open(), etc...). It just is much simpler and convenient to…
Or just search for "powered by".
Then why is even a harmless increase to 2 or 4 refused? The current confirmation time and fees are beyond any worst case scenario, but yet there are still people completely brainwashed to argue that Bitcoin Core is…