Much simpler, IMHO single letter = sound letter + z = "hissing" version of the sound letter + accent = soft version of the hissing sound letter + i = same previous item, but caused by "i" rz = legacy, czechs still…
> and their land handed over to someone else Well, they were offered a partition plan, and instead of further negotiations chose to start a war. Multiple wars, in fact, and managed to fail all of them.
I didn't want to spread the answer too much, bit if you're asking. > of an inhabited nation https://www.britannica.com/dictionary/nation > a tribe of Native Americans or a group of Native American tribes that share the…
> Doesn't defend what happened to Jewish people in Egypt and Lebanon, but certainly puts some context around it. Which context? That zionism is right and it's great that Jews had a backup safe land to go? > depopulation…
[flagged]
Yes, in Ukrainian/Russian PRQL can be easily read as "prikol" (joke/gag/quirk). But I guess the best name would be "perkele" (emotional, like "damn") in Finnish.
Not every source of pleasure is equally addictive by its nature. However, I'm not talking about _addiction_, but messing with the dopaminergic system. It's, I'd say a specific kind of "pleasure" with particular…
besides porn, things like facebook, tiktok, instagram, reddit... generalising, it's everything that acts as a button "gib me more novelty" that one can press as much and as frequently as they want. surely, not everybody…
Well, social networks and *-toks are also poisonous for your dopaminergic system. As well as certain classes of games, I guess here's a spectrum. But the best option I see is to educate _everyone_ including kids about…
Lol. "Liberal" people create an echo chamber by eliminate opposing opinions and then are surprised that people elect far-right candidates. > Until we can live in a world where fundamental rights are protected and…
> CPS > Child protective services (CPS) is the name of an agency responsible for providing child protection > Child (c) wiki Well, if you compare them to kids, doesn't it mean that they don't have the right of…
So you say that palestinians as a society are politically incapacitated like kids, and should be governed by some external authority until their society matures enough to self-govern?
> This kind of sensational event is what social media was designed for I agree with you! It's much harder to do viral tictoks with harmed israelis, because they built a marvelous defense system, so palestinian rockets…
> Germany? (Over)socialist? Are you high? (from what I researched) To the extent that Germany wouldn't allow me to invoice foreign company as a freelancer, because it's considered false employment. The state is so nanny…
There should be a balance between workers bleeding dry in capitalism, and workers don't have (good) jobs because it's too much hassle with "regulations and labor protections", and is not worth the outcome. Really, if in…
Btw, tried to implement Result[T] flatmaps etc, it looks uglier than err != nil func myfunc(url string) Result[string] { tup := FromTuplePtr(http.Get(url)) return FlatMap(tup, func(r http.Response) Result[string] {…
Please explain how errors are fundamentally different so they require drastically different way of returning.
I agree that the type system should be better. And for some reasons, golang didn't even implement proper tuple types. However, now with generics, you can actually do Result[T] with all functions you described. > in…
> sane error handling? Golang _has_ sane error handling. It just considers errors a normal and expected situation. When you perform a http request, and the result is successful you expect the result to be assigned a…
Knowing about South Korean work culture and years of cramming required to join it, what is the purpose of bringing kids there? If a culture claims to be so hard-working, so smart, but fails to construct an environment…
I call it bullshit. Arguments like "more progress" and "more geniuses" would make sense only if global population manages "geniuses" and "progress" efficiently. Which in fact is completely opposite. Homo sapiens brains…
The world is not awful. The world just is. It's just humans create environment they don't understand and can't handle, and it takes them a lot of time and effort to even somehow organise it on a small piece of a land.…
Well, I'd argue that fundamental things changed at all. On the contrary, humans got rid of their usual stressors like death, hunger or sickness. So maintaining mental health should be _easier_. The new things of 21th…
Well, ancients managed to find damn good heuristics without all our knowledge and science. And we entire have a country proud of their universities, you know, ivy league branding and stuff, and they can't even take over…
Much simpler, IMHO single letter = sound letter + z = "hissing" version of the sound letter + accent = soft version of the hissing sound letter + i = same previous item, but caused by "i" rz = legacy, czechs still…
> and their land handed over to someone else Well, they were offered a partition plan, and instead of further negotiations chose to start a war. Multiple wars, in fact, and managed to fail all of them.
I didn't want to spread the answer too much, bit if you're asking. > of an inhabited nation https://www.britannica.com/dictionary/nation > a tribe of Native Americans or a group of Native American tribes that share the…
> Doesn't defend what happened to Jewish people in Egypt and Lebanon, but certainly puts some context around it. Which context? That zionism is right and it's great that Jews had a backup safe land to go? > depopulation…
[flagged]
Yes, in Ukrainian/Russian PRQL can be easily read as "prikol" (joke/gag/quirk). But I guess the best name would be "perkele" (emotional, like "damn") in Finnish.
Not every source of pleasure is equally addictive by its nature. However, I'm not talking about _addiction_, but messing with the dopaminergic system. It's, I'd say a specific kind of "pleasure" with particular…
besides porn, things like facebook, tiktok, instagram, reddit... generalising, it's everything that acts as a button "gib me more novelty" that one can press as much and as frequently as they want. surely, not everybody…
Well, social networks and *-toks are also poisonous for your dopaminergic system. As well as certain classes of games, I guess here's a spectrum. But the best option I see is to educate _everyone_ including kids about…
Lol. "Liberal" people create an echo chamber by eliminate opposing opinions and then are surprised that people elect far-right candidates. > Until we can live in a world where fundamental rights are protected and…
> CPS > Child protective services (CPS) is the name of an agency responsible for providing child protection > Child (c) wiki Well, if you compare them to kids, doesn't it mean that they don't have the right of…
So you say that palestinians as a society are politically incapacitated like kids, and should be governed by some external authority until their society matures enough to self-govern?
[flagged]
> This kind of sensational event is what social media was designed for I agree with you! It's much harder to do viral tictoks with harmed israelis, because they built a marvelous defense system, so palestinian rockets…
> Germany? (Over)socialist? Are you high? (from what I researched) To the extent that Germany wouldn't allow me to invoice foreign company as a freelancer, because it's considered false employment. The state is so nanny…
There should be a balance between workers bleeding dry in capitalism, and workers don't have (good) jobs because it's too much hassle with "regulations and labor protections", and is not worth the outcome. Really, if in…
Btw, tried to implement Result[T] flatmaps etc, it looks uglier than err != nil func myfunc(url string) Result[string] { tup := FromTuplePtr(http.Get(url)) return FlatMap(tup, func(r http.Response) Result[string] {…
Please explain how errors are fundamentally different so they require drastically different way of returning.
I agree that the type system should be better. And for some reasons, golang didn't even implement proper tuple types. However, now with generics, you can actually do Result[T] with all functions you described. > in…
> sane error handling? Golang _has_ sane error handling. It just considers errors a normal and expected situation. When you perform a http request, and the result is successful you expect the result to be assigned a…
Knowing about South Korean work culture and years of cramming required to join it, what is the purpose of bringing kids there? If a culture claims to be so hard-working, so smart, but fails to construct an environment…
I call it bullshit. Arguments like "more progress" and "more geniuses" would make sense only if global population manages "geniuses" and "progress" efficiently. Which in fact is completely opposite. Homo sapiens brains…
The world is not awful. The world just is. It's just humans create environment they don't understand and can't handle, and it takes them a lot of time and effort to even somehow organise it on a small piece of a land.…
Well, I'd argue that fundamental things changed at all. On the contrary, humans got rid of their usual stressors like death, hunger or sickness. So maintaining mental health should be _easier_. The new things of 21th…
Well, ancients managed to find damn good heuristics without all our knowledge and science. And we entire have a country proud of their universities, you know, ivy league branding and stuff, and they can't even take over…