Viewing profile — cocok
cocok
HN member- Joined
- Fri, Aug 02, 2024, 5:59 AM UTC
- HN karma
- 26
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About cocok
No profile information was provided.
Recent public activity
-
comment
Comment #41997650
> 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.
-
comment
Comment #41968109
> 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 :-)
-
comment
Comment #41967696
The teachers misspelled Serbia and Romania, but expect little American kids to know where these are.
-
comment
Comment #41967124
There are a couple of other worthy jokes in the text, BTW.
-
comment
Comment #41966314
For Firefox: https://github.com/mozilla/video-bg-play
-
comment
Comment #41961290
filter-repo is the recommended way these days: https://github.com/newren/git-filter-repo
- comment
-
comment
Comment #41855308
> 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 …
-
comment
Comment #41764930
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 …
-
comment
Comment #41635859
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 every…
-
comment
Comment #41537296
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,…
-
comment
Comment #41508202
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 s…
-
comment
Comment #41498182
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…
-
comment
Comment #41478844
NSA are not ready with the backdoor yet. Once done, NIST will include MRNG in the next standard.
-
comment
Comment #41453860
Feels like I'm reading this classic, but with cryptography examples. https://www.tcl-lang.org/doc/scripting.html
-
comment
Comment #41424641
> 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…
-
comment
Comment #41345677
> 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 nicknam…
-
comment
Comment #41345266
"We all began as something else."
-
comment
Comment #41158853
I'm stealing this for all my future code reviews.
-
comment
Comment #41154263
Taking a gulp or two from the bottle should be enough of a differentiator, IMO. Are there edible explosives?
-
comment
Comment #41153083
> 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 …
-
comment
Comment #41152002
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 s…
-
comment
Comment #41146549
> 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…
-
comment
Comment #41145175
Thanks a lot for taking the time to explain!
-
comment
Comment #41136599
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 re…