Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cocok
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cocok
2y ago
> 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.
2.
▲
by
cocok
2y ago
> 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 :-)
3.
▲
by
cocok
2y ago
The teachers misspelled Serbia and Romania, but expect little American kids to know where these are.
4.
▲
by
cocok
2y ago
There are a couple of other worthy jokes in the text, BTW.
5.
▲
by
cocok
2y ago
For Firefox: https://github.com/mozilla/video-bg-play
6.
▲
by
cocok
2y ago
filter-repo is the recommended way these days: https://github.com/newren/git-filter-repo
7.
▲
by
cocok
2y ago
> 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.
8.
▲
by
cocok
2y ago
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 th
9.
▲
by
cocok
2y ago
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.
10.
▲
by
cocok
2y ago
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 l
11.
▲
by
cocok
2y ago
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 the
12.
▲
by
cocok
2y ago
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.
13.
▲
by
cocok
2y ago
NSA are not ready with the backdoor yet. Once done, NIST will include MRNG in the next standard.
14.
▲
by
cocok
2y ago
Feels like I'm reading this classic, but with cryptography examples. https://www.tcl-lang.org/doc/scripting.html
15.
▲
by
cocok
2y ago
> 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 fo
16.
▲
by
cocok
2y ago
> 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
17.
▲
by
cocok
2y ago
"We all began as something else."
18.
▲
by
cocok
2y ago
I'm stealing this for all my future code reviews.
19.
▲
by
cocok
2y ago
Taking a gulp or two from the bottle should be enough of a differentiator, IMO. Are there edible explosives?
20.
▲
by
cocok
2y ago
> 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.
21.
▲
by
cocok
2y ago
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 delimit
22.
▲
by
cocok
2y ago
> 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.
23.
▲
by
cocok
2y ago
Thanks a lot for taking the time to explain!
24.
▲
by
cocok
2y ago
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 er