I think, part of the frustration is that many people have been wishing for realistic Pokemon games for a long time, to experience their favorite anime as if it was real. Pokemon Colosseum gave people a lot of hope when it came out a million years ago and then it's just been disappointment after disappointment. Even the recent games hardly look better.
I mean, they do have an appendage to manipulate things, but a species that breaks our expectation is ants. In the plural, that is. We typically assume intelligence to be an individual trait. That you need to use tools, because you are an individual. Meanwhile, ants exceed our ability to collaborate in many ways. As such, they even build bridges, not with tools, but rather with more ants.
Yeah, I simultaneously want to comment that the left panels are a wild fantasy, as I've never seen an actual human say that we should focus on plastic straws. As far as I can tell, that's propaganda put into the world by companies trying to discredit genuine efforts.
But at the same time, it's not even like you have to focus on straws. You can simply not use them, because it is just a stupid concept to produce something that's immediately trash, and then also go and do other things in life. Believe it or not, most activities in life don't involve straws.
I feel like the downfall of such an indent-level character is that it's whitespace. If it was somehow visible by default, you'd run into a lot less situations where folks accidentally add spaces-indentation into a tabs-only codebase and it would also help make indentation changes properly visible.
Last week, I had to look at an Ansible codebase (i.e. YAML), where a colleague had introduced a block: statement, where then everything indented below that will have its errors caught. It took me about a minute to understand how the hell this construct works, because I did not see that the deeper indentation had stopped at some point. That's just a waste of time for no good reason.
Aside from 'static (and the anonymous lifetime '_), the exact name isn't actually meaningful beyond explaining to the reader what you intend to use this lifetime for.
So, whether you call it 'a or 'de or 'database doesn't change anything about the lifetime itself.
Serde calling it the 'de lifetime is just to clarify that this is the lifetime of the deserialized object.
Yeah, particularly bad SPAs. All these things can be solved correctly, but implementing an SPA means you suddenly have to solve these problems, which just don't exist with traditional document-like webpages.
There's a local store, where you can bring your glass jars and they fill you up with all kinds of dry foods. Since I've started buying there, I'll look in normal stores specifically for products that come in decent-looking jars. 🙃
"Server" is a really terrible word. There's server software, which is often referred to as just "server". And then there's hardware, which happens to run server software, so it also gets referred to as "server". There's also hardware that's specifically built for the purpose of running server software, so even if it does not currently do so,
folks would likely still refer to it as "server".
But yeah, in principle you can run server software on your desktop PC or even your phone, and then someone might refer to that hardware as "server".
So long as it serves something on a networking port, you can technically call it a "server".
The power outlets in the first frame look European, but yeah, you can even just dump the teabags into a cardboard box without a wrapper and it's perfectly fine. I would love to know why manufacturers are hellbent on adding useless packaging material.
Yeah, honestly even if this guy was the greatest balancing guru in the world, why did they start two weeks before launch to try to get this right? Did they not do proper playtesting before then?
Specifically, because it's non-vital information for the average person, I really do not think you can blame anyone for merely learning about it through memes. But I do also think this problem is much greater than just memes. I did not receive a better explanation during high school, despite opting for more advanced physics classes and us repeatedly telling our teacher that it makes no sense to us. I have to assume that our teacher did not know either. As such, I got the impression that more advanced physics is just devoid of any actual logic, which was a major factor why I decided against pursuing it further in college. Reading a proper explanation under a stupid meme, could've made the difference for me.
I like the idea, but I wouldn't really know how to put it into practice. It works quite well, if you're using Python to automate, but if you're using more dedicated tooling for CI/CD automation (à la Ansible, Puppet etc.) then those tend to not really have a way to pause execution until a user input happens. It's kind of anti-thetical to their end goal...
I guess, you could have a Python or Bash script, where each function just calls an Ansible task and once you've automated a chunk, you replace that with an Ansible playbook. But yeah, really not sure, if that's terribly sexy in practice.
Yeah, I'm really wondering why they thought this was a good idea. My best guess is that they want to keep everything within one file, since it makes the script easier to deal with. But when automation actually starts being implemented, they want the functions for each task to be grouped (and I believe, Python doesn't support inline modules), so they abuse classes for that...?
Well, and I guess, it allows them to have pseudo-constants within each task, which don't need to be explicitly passed around between functions.
But yeah, really not a fan of needing this much boilerplate to start out with. In my opinion, the activation energy required to use this pattern instead of slapping down documentation needs to be as minimal as possible, otherwise folks will slap down documentation instead.
This meme made sense in 2012, not when the Republican Party has decided to be the Anti-Democratic Party.