GDPR is an absolutely magnificent piece of legislation and ahead of it's time.
olafurp
It's because a lot of the way humans go about their life is based on traditions. Getting everybody to switch from a system that already works pretty well is just a hassle.
Examples:
- English spelling is faaar from phonetic and children take longer to learn how to spell than in Spanish for example. (though, cough, enough, plough instead of something like thouğ, koff, enaf and the US plow)
- Metric system adopted globally would streamline a lot of global industries that have no cater to each system.
- Driving right side everywhere. Sweden switched but asking India to switch makes way less sense.
- Date formats. Arguably the best if everyone uses ISO 8601 but nobody does.
Running is in most cases good for knee health in the long term. It could be that you just need to take it slower to build up the knee strength.
Important: If you feel pain, stop and wait for it to recover.
The MS style guide, which most C# code follows, says so.
I personally hate it and I prefer the java/js style. The braces are also horrible. Here's an example.
public class ExampleEvents
{
public bool IsValid;
public IWorkerQueue WorkerQueue { get; init; }
public event Action EventProcessing;
public void StartEventProcessing()
{
static int CountQueueItems() => WorkerQueue.Count;
// ...
}
}
C# disagrees
I also had issue when I was working on a pycharm project back when I was on windows. During setup it asked me "What's your name?" and my name has a cheeky accent which Windows was decided should be the name of my Home folder. Home folder also has appdata and whatnon so which the build system didn't expect to have a an accent in the folder path.
I ended up having to create a different folder and link to it then move all the path configurations to that folder link just so I could get imports working.
Yeah it's basically asking "give me a statistic that feeds the current Internet vibe on the topic"
Yeah, I like it also, bothead was interesting also but comparing it with metalhead would imply the meaning bot enthusiast.
I used my own brain now and came up with promptsimp
I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.
- It's a setting.
- Doesn't happen
- Doesn't happen
- Searchable actions, just search for "encoding" in this case.
- That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
- Happens if you run out of RAM or open a very large file.
So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.
Asked ChatGPT. It gave me a couple of good ones:
- Bothead
- Promptpuppet
- Promptparrot
- Neuroshill
How closely do you need to model a thought before it becomes the real thing?