The board of directors should now fire the management over such as gross mismanagement. Then, the board of directors should be fired for not proactively requiring backups.
Regardless how you edit/compile your code, you still need to debug/troubleshoot problems in production, and that is very likely to use Kubernetes. So the more reasonable approach seems to be: first, figure out how do…
I did designs that overstayed their intended lifespan by 15 years. I did designs that were cancelled even before being fully implemented. Most however had their predictable lifespan of 3-6 years. It seems to me that the…
DIY is good if this is part of your life plan. Otherwise it's a distraction. We live in civilization for a reason; different people specialize in different tasks so that overall, we all can enjoy our lives more. In…
A.k.a Yak Shaving [1] [1] https://seths.blog/2005/03/dont_shave_that/
Probably not for hard cases, but I find brown/pink noise useful when I _need_ to go to sleep. Works for me most of the times.
iPad: probably not. Windows 2-in-1's (for example, Surface Pro) _somewhat_ fit the bill: heavier than a tablet but still a full-blown computer when you need it.
People are focusing on verbage and precision, but are missing the point. Having a well-maintained Python tooling is essential for _any_ company who does AI. While smaller companies can get away with open source…
I think this is a fair point. What about readability score of the course? For better accuracy, maybe one needs to take out special terms first.
I would think about more practical ways to reduce cost fuel consumption. We are still 10-15 years away from practical fusion. We have been, for the last 50 years. As for Germany, maybe it would make more sense not to…
What you really get from IDE is higher productivity, based on a sample of few hundred people I've worked with. It won't make bad engineers good or vice versa, it would just make everyone more productive. If I were…
Read the whole article, still not sure which one should I use. Can someone enlighten me?
, and so are doctors, and bankers, and some education administrators, and high-ranking public servants, and even some university professors,and the list goes on. There is a multi-year process of training and selection.…
It can be even simpler with intervals: 1 is a half-tone, 2 is a whole tone Major scale: 2 2 1 2 2 2 1 Minor scale: 2 1 2 2 1 2 2 etc They sum up to 12 (octave) Now that you got the theory, practice playing them evenly…
Mingus, Mingus, Mingus, Mingus ...
While I understand the borrow concept, I can't see how it is useful here. Returns come from your doing something, not from not doing something. Deciding what actions would bring best returns is the essence of planning.…
I don't buy this story as written. It's totally unimaginable that a random dude in a Volkswagen (identifiable by everyone as a foreigner) would gather useful intelligence by making outside photos of random buildings;…
Harvesting "The Golden Apples of the Sun" [1] [1] https://en.wikipedia.org/wiki/The_Golden_Apples_of_the_Sun
Not to nitpick but: trituim is 1 proton and 2 neutrons, otherwise it would be helium
Looks like this opinion doesn't matter much: the last operational nuclear plant in California is closing in a few years.
Moron. Don't hire him.
I would expect deaths of despair to be slow-moving and not follow peaks of infection, as is with excess mortality: https://ourworldindata.org/grapher/excess-mortality-raw-deat...
To make this code clearer: def get_users(f) -> Tuple[List, List]: return (logged_in_users(f), logged_out_users(f)) def user_count(f) -> int: return len(get_users()) Now it's clear this is just wrong code. To fix it: def…
Thanks for sharing. There are often good reasons for creating DSLs, internal or external. However I argue that I haven't seen many cases where configuration DSL were well justified. By configuration here I mean…
Creating languages is fun but writing code in a half-assed language created by brilliant but not too experienced engineer with no real support for anything, is not! Then, when this engineer leaves your company, you are…
The board of directors should now fire the management over such as gross mismanagement. Then, the board of directors should be fired for not proactively requiring backups.
Regardless how you edit/compile your code, you still need to debug/troubleshoot problems in production, and that is very likely to use Kubernetes. So the more reasonable approach seems to be: first, figure out how do…
I did designs that overstayed their intended lifespan by 15 years. I did designs that were cancelled even before being fully implemented. Most however had their predictable lifespan of 3-6 years. It seems to me that the…
DIY is good if this is part of your life plan. Otherwise it's a distraction. We live in civilization for a reason; different people specialize in different tasks so that overall, we all can enjoy our lives more. In…
A.k.a Yak Shaving [1] [1] https://seths.blog/2005/03/dont_shave_that/
Probably not for hard cases, but I find brown/pink noise useful when I _need_ to go to sleep. Works for me most of the times.
iPad: probably not. Windows 2-in-1's (for example, Surface Pro) _somewhat_ fit the bill: heavier than a tablet but still a full-blown computer when you need it.
People are focusing on verbage and precision, but are missing the point. Having a well-maintained Python tooling is essential for _any_ company who does AI. While smaller companies can get away with open source…
I think this is a fair point. What about readability score of the course? For better accuracy, maybe one needs to take out special terms first.
I would think about more practical ways to reduce cost fuel consumption. We are still 10-15 years away from practical fusion. We have been, for the last 50 years. As for Germany, maybe it would make more sense not to…
What you really get from IDE is higher productivity, based on a sample of few hundred people I've worked with. It won't make bad engineers good or vice versa, it would just make everyone more productive. If I were…
Read the whole article, still not sure which one should I use. Can someone enlighten me?
, and so are doctors, and bankers, and some education administrators, and high-ranking public servants, and even some university professors,and the list goes on. There is a multi-year process of training and selection.…
It can be even simpler with intervals: 1 is a half-tone, 2 is a whole tone Major scale: 2 2 1 2 2 2 1 Minor scale: 2 1 2 2 1 2 2 etc They sum up to 12 (octave) Now that you got the theory, practice playing them evenly…
Mingus, Mingus, Mingus, Mingus ...
While I understand the borrow concept, I can't see how it is useful here. Returns come from your doing something, not from not doing something. Deciding what actions would bring best returns is the essence of planning.…
I don't buy this story as written. It's totally unimaginable that a random dude in a Volkswagen (identifiable by everyone as a foreigner) would gather useful intelligence by making outside photos of random buildings;…
Harvesting "The Golden Apples of the Sun" [1] [1] https://en.wikipedia.org/wiki/The_Golden_Apples_of_the_Sun
Not to nitpick but: trituim is 1 proton and 2 neutrons, otherwise it would be helium
Looks like this opinion doesn't matter much: the last operational nuclear plant in California is closing in a few years.
Moron. Don't hire him.
I would expect deaths of despair to be slow-moving and not follow peaks of infection, as is with excess mortality: https://ourworldindata.org/grapher/excess-mortality-raw-deat...
To make this code clearer: def get_users(f) -> Tuple[List, List]: return (logged_in_users(f), logged_out_users(f)) def user_count(f) -> int: return len(get_users()) Now it's clear this is just wrong code. To fix it: def…
Thanks for sharing. There are often good reasons for creating DSLs, internal or external. However I argue that I haven't seen many cases where configuration DSL were well justified. By configuration here I mean…
Creating languages is fun but writing code in a half-assed language created by brilliant but not too experienced engineer with no real support for anything, is not! Then, when this engineer leaves your company, you are…