Viewing profile — molodec
molodec
HN member- Joined
- Thu, Jan 17, 2019, 1:17 AM UTC
- HN karma
- 131
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About molodec
No profile information was provided.
Recent public activity
-
comment
Comment #40875935
There is also gaoya ( I am the author ), which is also written in Rust and has python bindings. datasketch is great, but it is not performant enough for my use case. gaoya is used …
-
comment
Comment #35405180
Sure, some do, but this is not universal truth. Here is what ChatGPT4 has to say about the subject "As an AI language model, I don't have personal experiences or opinions, but I ca…
-
comment
Comment #35404890
Altman "hadn’t been to a grocery store in four or five years". He is so out of touch with real world, people needs and desires, and fantasies about the future world based on the as…
-
comment
Comment #35334688
Grayson Hoare who created Rust has been working on Swift language in the last few years at Apple. People change jobs, there is nothing wrong with that. Rust is a community driven p…
-
comment
Comment #35240169
Curious what modern schools teach in Computer Science programs. I went to Salisbury State University 17 years ago, and we had classes on assembly language, system programming and o…
-
comment
Comment #34974951
The article is describing one type of SMS Fraud, but I think Twitter got attacked using SMS Traffic Pumping Fraud. Twilio has the explanation https://support.twilio.com/hc/en-us/ar…
-
comment
Comment #34669696
I've never had any mentorship too from engineers in the company where I started my career. I learned a lot from books.
-
comment
Comment #34111054
Another interesting use case for LSH is search results caching. Used by Amazon https://www.linkedin.com/feed/update/urn:li:activity:6943348... https://www.amazon.science/blog/more-…
-
comment
Comment #33787112
I have to switch between Java Spring boot, Go and Rust. The latter two are framework less and easy to understand just by reading the code. Spring-boot development requires so much …
-
comment
Comment #33233952
> Avoid state like the plague This really depends on the problem domain. Application state is fine in many areas, and in the case the state is non trivial managing it in the applic…
-
comment
Comment #33233804
Great, but it is just a way to build reliable software. Many companies run reliable software without using half of the suggested points.
-
comment
Comment #33126619
It is true that HNSW outperforms LSH on recall and throughput, but for some use cases LSH outperforms HNSW. I just deployed this week to prod a new system for short text streaming …
-
comment
Comment #32391919
I am not a native English speaker. I could never understand the stress on active voice. "The vast majority of sentences in technical writing should be in active voice". https://dev…
-
comment
Comment #30563679
You are right it didn't start yesterday. Over the years Putin slowly but surely took control over all main media and news sources and the country let him with little to no resistan…
-
comment
Comment #30563516
It is not that simple. They are on their families side. Not complying will put them to prison for 15 years https://news.yahoo.com/russia-blocks-twitter-and-facebook-as...
-
comment
Comment #30563488
Same in Belorussia. https://twitter.com/AlinaLeonovaSF/status/149945950507103846...
-
comment
Comment #30563478
Not complying with the government can put them to prison for 15 years. https://news.yahoo.com/russia-blocks-twitter-and-facebook-as... The country is largely silent on the war beca…
-
comment
Comment #29837932
I grew up watching Soviet movies about war, which usually depict very different picture. Sure, there are heroes, but they are not super heroes as in American movies. They get injur…
-
comment
Comment #27622532
There are many great algorithms that outperform LSH on ANN vector search, but vectorization in itself a high-compute task, which ads latency and require GPUs, but this is not repor…
-
comment
Comment #25893180
This isn't new at all. Most people who live long and healthy lives don't exercise much. A lot of people who compete on peloton bikes would be so much healthier by reducing portion …
-
comment
Comment #25734057
Sure, it is possible to find hols and abuse any platform. I am not good at writing, and I always hated the minimum pages limit on essays at schools, but now I think these limits ar…
-
comment
Comment #25729354
There is too much trolling on Twitter as the character limit does not allow for any serious argument. An ambiguous one-liner from a popular individual triggers thousands of replies…
-
comment
Comment #24138724
Why does it have to be this polarized - stupid code & smart objects. Writing smart code that uses smart objects is better than stupid code. Writing stupid code that uses smart obje…
-
comment
Comment #23993970
Can you elaborate on the HashMap? I have used java.util.concurrent.ConcurrentHashMap for caches on machines with up to 16 cores. I am actually very impressed by the implementation …
-
comment
Comment #23466930
Specific workload matter a lot. I had a good experience with Shenandoah collector on an application that generates very few intermediate objects, but once an object is created it s…