HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cocok

no profile record

comments

cocok
·2 anni fa·discuss
> 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.
cocok
·2 anni fa·discuss
> 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 :-)
cocok
·2 anni fa·discuss
The teachers misspelled Serbia and Romania, but expect little American kids to know where these are.
cocok
·2 anni fa·discuss
There are a couple of other worthy jokes in the text, BTW.
cocok
·2 anni fa·discuss
For Firefox:

https://github.com/mozilla/video-bg-play
cocok
·2 anni fa·discuss
filter-repo is the recommended way these days:

https://github.com/newren/git-filter-repo
cocok
·2 anni fa·discuss
> 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.
cocok
·2 anni fa·discuss
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 chalet, and the only one who it benefits is the chalet's owner, making it easier for his drunkard customers to drive right to it on the weekends, with zero walking involved.
cocok
·2 anni fa·discuss
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.
cocok
·2 anni fa·discuss
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 grandchildren even. Sounds like mission accomplished to me.
cocok
·2 anni fa·discuss
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 something really distinctive (often, punctuation) near the position I'm aiming for, I'll definitely use search.

That's one of the reasons I prefer BRE over ERE/PCRE when editing text interactively - I can search for punctuation in code without having to backslash-escape it.
cocok
·2 anni fa·discuss
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.
cocok
·2 anni fa·discuss
NSA are not ready with the backdoor yet. Once done, NIST will include MRNG in the next standard.
cocok
·2 anni fa·discuss
Feels like I'm reading this classic, but with cryptography examples.

https://www.tcl-lang.org/doc/scripting.html
cocok
·2 anni fa·discuss
> 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.

That's why for people who convert to Islam later in life (muallaf) it is sometimes said that they reverted.

> Every child is born with the fitrah, but his parents make him a Jew, Christian or a Zoroastrian. ~Al-Bukhari
cocok
·2 anni fa·discuss
> 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 somehow bribed border control to let him in the country so he can show up directly in front of Sofia Central Prison, with a duffel bag, ready to be taken in. He wanted to skip the bureaucracy and go behind bars ASAP.
cocok
·2 anni fa·discuss
"We all began as something else."
cocok
·2 anni fa·discuss
I'm stealing this for all my future code reviews.
cocok
·2 anni fa·discuss
Taking a gulp or two from the bottle should be enough of a differentiator, IMO.

Are there edible explosives?
cocok
·2 anni fa·discuss
> 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.