Viewing profile — AdrenalinMd
AdrenalinMd
HN member- Joined
- Wed, Apr 13, 2011, 9:24 PM UTC
- HN karma
- 231
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About AdrenalinMd
No profile information was provided.
Recent public activity
-
comment
Comment #46295018
> Telegram: Best UI Hard no. Have you tried activating encryption in personal chats?
-
comment
Comment #39534978
It's not really a middle ground if you're not testing your service in the same conditions as in production environment. If you're not testing integration with Kafka, and the produc…
-
comment
Comment #39534232
I agree with this. At work we use both approaches but at different levels of the test pyramid. To test integration with 1 dependency at class level we can use test containers. But …
-
comment
Comment #39478010
Haha, reminds me of the commercial song Common baby run Linspire/Lindows ;) https://m.youtube.com/watch?v=IIYtKHnU4mQ
-
comment
Comment #39445190
Instagram and WhatsApp could have remained independent, but they were acquired by Facebook. This suggests that anti-monopoly laws may not be effective.
-
comment
Comment #39226050
Interesting. What I was most curious about are the backups of the database. Couldn't find any mention of it.
-
comment
Comment #38744558
Why was this flagged?
-
comment
Comment #38109929
But a lot of the question /responses could be trivial cached. No need to run expensive LLM every time for the same basic "how are you today?" prompts, it only has to be cached once…
-
comment
Comment #35704544
I'm also wondering if they send data to the Russian Yandex search engine as they have an agreement to have this search engine by default in some countries ?
-
comment
Comment #35682722
Oh, salut ! (Romanian "salut" not French "salut", lol) It's indeed still useful when traveling to those countries that speak these languages. But that's mere few weeks per year. En…
-
comment
Comment #35682410
As someone fluent in four languages*, I agree. I would even argue that the opposite of an advantage is true. Consider this: it adds unnecessary cognitive load. When trying to think…
-
comment
Comment #35675438
Sure thing. But thinking about security in depth, default E2E encryption is an additional layer of security that is lacking in Telegram.
-
comment
Comment #35670101
My point is precisely this: With robust end-to-end encryption in place, there's no need to rely on the trustworthiness of the backend. Unfortunately, Telegram lacks this feature, m…
-
comment
Comment #35668605
? You may still find the dump of messages online. Is this enough of a proof for you? Something that wouldn't happen if those officials were using WhatsApp or another app that has E…
-
comment
Comment #35667136
The argument regarding "source code" is misleading and not entirely relevant. It's worth noting that Telegram's backend is also closed source, yet its supporters often overlook thi…
-
comment
Comment #35665763
Be cautious when using Telegram for important matters. I recently examined a situation where confidential messages from high-ranking Moldovan officials were leaked through Telegram…
-
comment
Comment #35665683
>WhatsApp backs up your encryption key to Google Drive by default, meaning it's far from end-to-end encryption. This is a lie[1]. If you don't enable backups yourself, you loose yo…
-
comment
Comment #34946259
I wonder how accurate those numbers are about Edge. As 79.48% of desktop users in Moldova are on Windows 10 and Windows 11. [1] Microsoft Edge is the default web browser on Windows…
-
comment
Comment #34945007
Microsoft signed a deal in 2015 to set Yandex as the default search engine in several countries close to Russia. The article mentions "Kazakhstan, Turkey, and Ukraine". The list is…
- story
-
comment
Comment #34508594
>They can't. The messages are encrypted on the servers and their keys are split between multiple jurisdictions. No engineer can decrypt messages. You really don't get why E2E encry…
-
comment
Comment #34495758
An open source client gives a false sense of security as the APK you're downloading is compiled. In the end you still need to decompile the APK to know what it is really doing. Ope…
-
comment
Comment #31828213
Same. And I believe q uses sqlite under hood, so you can use the same SQL syntax as the one supported by sqlite. Joining multiple csv files is also possible without too much setup.…
-
comment
Comment #31258001
There is a git diff driver for CSV that makes the CSV diffing and merging a lot better. https://paulfitz.github.io/2014/07/09/diff-merge-csv.html Works like a charm!
-
comment
Comment #26931117
I can relate to this. Also started coding young and I'm 32 and a Scala developer. Here is what I stated doing recently and feels like it helps: 1. 15 minutes mediation daily before…