> Is there any way to get push notifications instead of polling? Push support has been there for a long time now. You can enable it on a per-folder basis, check in Manage folders.
> Remember that big hot war in the 90s? Ah, when the Servians shot down the invisible airplane, because they didn't see it. I remember :-)
There are a couple of other worthy jokes in the text, BTW.
For Firefox: https://github.com/mozilla/video-bg-play
> Poland imports slightly more from Germany than it exports to it Why do they import/export the same product between each other? Honest question. In general, not just about Poland and Germany.
I saw an asphalted road on the mountain ridge, along the E-3 hiking route, in a national reserve territory, with a EU funding sign saying that it was built "for the benefit of the local species". The road leads to a…
The mass surveillance in question will likely lead not to an "everyone knows everyone" society like that in your story, but to a "the government and the big corporations know everyone" one.
I don't know, quality of modern life degrades after 30 for many of us. After living with chronic diseases for a decade or two, I kinda envy the hunter-gatherers. Die quickly at 30, with 10 children and some…
I wouldn't say either is better "usually", it really depends on the situation. If the next five words begin with the same prefix (happens to me), searching will be wasteful. Just spamming "w" is easier. But when there's…
i programmed things for fun for months on end without having an internet connection. never had the need to share. occasionally I needed connection to download papers on the subject.
NSA are not ready with the backdoor yet. Once done, NIST will include MRNG in the next standard.
Feels like I'm reading this classic, but with cryptography examples. https://www.tcl-lang.org/doc/scripting.html
> You mean brought up to be Muslims. No one is born with religious beliefs or faith. In Islam, it is common belief that all people are born Muslim, then their parents may choose to lead them away into another religion.…
> My pet tinfoil-hat theory is that he decided that staying in a French prison is safer for him than being out in the open People do that. Recently, the Bulgarian drug lord nicknamed Brendo not only surrendered, but…
"We all began as something else."
I'm stealing this for all my future code reviews.
Taking a gulp or two from the bottle should be enough of a differentiator, IMO. Are there edible explosives?
> Why would you ever do that? What's the point? Performance, mostly. If you have to re-parse part of the code many times a second, in a text editor. For [pseudo]structural editing or syntax highlighting, for example.
I stopped at 1.1 Notation. Full of arbitrary-looking decisions on which characters can be used for what. It's 2024, and we still don't have a string notation that doesn't use the same character for opening and closing…
> Why would a doctor not first test and treat the common things, rather than do an invasive procedure? For the money he/she would get for doing the invasive procedure. This happens even in developed countries.
Thanks a lot for taking the time to explain!
Can anyone familiar with Go explain why not return sayThanks(thanksStr) I've seen this "if err != nil" pattern before, but I can't help thinking that it's not necessary. "return ret, nil" ignores err's value, which is…
> Is there any way to get push notifications instead of polling? Push support has been there for a long time now. You can enable it on a per-folder basis, check in Manage folders.
> Remember that big hot war in the 90s? Ah, when the Servians shot down the invisible airplane, because they didn't see it. I remember :-)
There are a couple of other worthy jokes in the text, BTW.
For Firefox: https://github.com/mozilla/video-bg-play
> Poland imports slightly more from Germany than it exports to it Why do they import/export the same product between each other? Honest question. In general, not just about Poland and Germany.
I saw an asphalted road on the mountain ridge, along the E-3 hiking route, in a national reserve territory, with a EU funding sign saying that it was built "for the benefit of the local species". The road leads to a…
The mass surveillance in question will likely lead not to an "everyone knows everyone" society like that in your story, but to a "the government and the big corporations know everyone" one.
I don't know, quality of modern life degrades after 30 for many of us. After living with chronic diseases for a decade or two, I kinda envy the hunter-gatherers. Die quickly at 30, with 10 children and some…
I wouldn't say either is better "usually", it really depends on the situation. If the next five words begin with the same prefix (happens to me), searching will be wasteful. Just spamming "w" is easier. But when there's…
i programmed things for fun for months on end without having an internet connection. never had the need to share. occasionally I needed connection to download papers on the subject.
NSA are not ready with the backdoor yet. Once done, NIST will include MRNG in the next standard.
Feels like I'm reading this classic, but with cryptography examples. https://www.tcl-lang.org/doc/scripting.html
> You mean brought up to be Muslims. No one is born with religious beliefs or faith. In Islam, it is common belief that all people are born Muslim, then their parents may choose to lead them away into another religion.…
> My pet tinfoil-hat theory is that he decided that staying in a French prison is safer for him than being out in the open People do that. Recently, the Bulgarian drug lord nicknamed Brendo not only surrendered, but…
"We all began as something else."
I'm stealing this for all my future code reviews.
Taking a gulp or two from the bottle should be enough of a differentiator, IMO. Are there edible explosives?
> Why would you ever do that? What's the point? Performance, mostly. If you have to re-parse part of the code many times a second, in a text editor. For [pseudo]structural editing or syntax highlighting, for example.
I stopped at 1.1 Notation. Full of arbitrary-looking decisions on which characters can be used for what. It's 2024, and we still don't have a string notation that doesn't use the same character for opening and closing…
> Why would a doctor not first test and treat the common things, rather than do an invasive procedure? For the money he/she would get for doing the invasive procedure. This happens even in developed countries.
Thanks a lot for taking the time to explain!
Can anyone familiar with Go explain why not return sayThanks(thanksStr) I've seen this "if err != nil" pattern before, but I can't help thinking that it's not necessary. "return ret, nil" ignores err's value, which is…