Viewing profile — somurzakov
somurzakov
HN member- Joined
- Mon, Oct 21, 2019, 3:25 PM UTC
- HN karma
- 243
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About somurzakov
No profile information was provided.
Recent public activity
-
comment
Comment #25770130
nation state spies can get fake identities issued legally by their own government and will be confirmed as usual during the background check
-
comment
Comment #25762711
it is much easier for highly skilled hacker to get fake identity and get employed at SW than to compromise an employee - although this is longer term play
-
comment
Comment #25755270
I am 99% percent sure the hackers are among the CUSTOMERS of Solar Winds. That way they were able to live-test infected SolarWinds distro in their own controlled environment and de…
-
comment
Comment #25734005
experienced data engineers should graduate to data architects/ML engineers and this way they can get on par with SWE, pls correct me if I am wrong.
-
comment
Comment #25731293
distributed ML != Distributed DWH. Distributed ML is tough to train because of very little control over train loop. I personally prefer using single server trainkng even on large d…
-
comment
Comment #25730630
I believe what you described is a job of Platform Engineer/Systems Engineer/Data lake Architect, especially JVM aspect of it. The interesting job is in the beginning when you build…
-
comment
Comment #25730004
advanced proficiency in SQL and in any scripting language of your choice (C#/powershell, python) is enough to be a data engineer on any technical stack: windows/linux, on-prem/clou…
-
comment
Comment #25724935
algorithmic problem solving is very close to IOI/ACM ICPC type problems, which test on combination of knowledge of data structures+algorithms and creative ability to combine both t…
-
comment
Comment #25682112
an engine in electric vehicle is a commodity, heck even one from my GE washer would work for the EV
-
comment
Comment #25660339
You can't just compare what US does to some individuals, and what China does to the entire minority populations of Uighurs (13M people) or Tibetans (7M), like harvesting their orga…
-
comment
Comment #25552857
>>Safety is a characteristic of systems and not of their components >>Safety is an emergent property of systems; it does not reside in a person, device or department of an organiza…
-
comment
Comment #25520620
Поздравляю, отличная работа! Не думали написать статью на habr.com ?
-
comment
Comment #25508211
Sounds like Phoenix LiveView. I love phoenix <3
-
comment
Comment #25419218
http://ebanoe.it for russian speaking folks
-
comment
Comment #25353730
How does using Kafka come into play when implementing Actor model? Anyone successfully implemented actor model framework over kafka? interested in learning others' experience
-
comment
Comment #25333977
capital one does provide such services with their Chrome extension
-
comment
Comment #25326240
same developers don't like SQL because it's complicated (or rather they don't understand it) and end up using an ORM mess. yes still SQL is everywhere
-
comment
Comment #25326072
not sure I get your point, both DNNs and SVMs require one forward pass for inference, so there is no difference. if SVM model can converge in one epoch, how is it not less efficien…
-
comment
Comment #25324640
neural nets at the same time require multiple passes through the data (epochs). if we can train a model in one epoch jnstead of 10000 epochs thats a breakthrough!
-
comment
Comment #25297854
1.if that table is a materialized view with columnstore index then you can run it as many times as you want. 2. always hide postgREST behind API gateway/load balancer/waf/ids+ips/r…
-
comment
Comment #25297794
I can't think of an example where CLR integration would be beneficial. Probably integrating ML model inference, written in ML.NET could be use case, but we have SQL with ML Server …
-
comment
Comment #25297758
rebuilding query plan takes less than 50ms and is routinely done by the engine itself without you ever realizing it. what you probably wanted to mention is table statistics - but t…
-
comment
Comment #25297693
sql is not a code, like c#, you dont debug it, you inspect results, or inspect execution plan/traces. how would you debug HTML, for example? Open it in browser, right? same for sql…
-
comment
Comment #25265849
I'm genuinely impressed with your language and use of culinary analogies. I wish I could learn to write this way
-
comment
Comment #25265664
1. with crypto you go on dark net and pay some people to drop illegal chemical substances somewhere and message GPS coordinates of that drop place to you 2. you can break into comp…