Viewing profile — bulldoa
bulldoa
HN member- Joined
- Thu, May 25, 2017, 8:58 PM UTC
- HN karma
- 72
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About bulldoa
No profile information was provided.
Recent public activity
-
comment
Comment #23628413
> minimum standards to get called into interviews. I am a bit curious on what is the minimum standard? It does feel to me (an outsider that took 1 class of ML in college) that you …
-
comment
Comment #23592794
curious, what are some cool application of SVD?
-
comment
Comment #23356322
>Now I'm thinking of deploying k8s at home Are we talking about k8 base on your own server rack at your house?
-
comment
Comment #23356292
Do you have a recommended tutorial for engineer with backend background to setup a simple k8 infra in ec2, I am interested in understanding devops role better
-
comment
Comment #23356275
Do you have a recommended tutorial for engineer with backend background to setup a simple k8 infra in ec2?
-
comment
Comment #23329430
people are usually against privatization when there is conflict of interest, what is the conflict of interest in this case?
-
comment
Comment #23316444
does brave route calls through their own server or is this also p2p?
-
comment
Comment #23315038
what kind of mathematical models do you guys use (like convex optimizations?), I am very interested in this subject and would hope to learn more.
-
comment
Comment #23274396
Whats your opinion on postgres vs nosql like cassandra and aerospike, fundamentally is there any reason that postgres can't scale as well as nosql? If I store key value in postgres…
-
comment
Comment #23261640
Does min account history + min karma to comment enforcement helps?
-
comment
Comment #23253237
Woah, I didn't know there is an entire ecosystem of contract job and auditors for big projects. How do companies usually hire contract jobs (outsourced HR, upwork, Accenture)? And …
-
comment
Comment #23250599
is kotlin slow to compile
-
comment
Comment #23250536
May I ask why do you think kotlin is best designed?
-
comment
Comment #22039685
Do you guys accept contribution from junior devs (2-4 years out of college that have no compiler experience)?
-
comment
Comment #21848254
might be a dumb question, but how do you render frontend server side? Is the content of the UI dynamically generated in the backend and serve as a static page to users?
-
comment
Comment #21819107
Why would they do that tho? Doesn't that encourage fraud and damage their brand? I am just scratching my head trying to understand the benefit of doing that besides logistic cost?
-
comment
Comment #21578842
I am confused, if a new model beats randomly selected randomised model 100% of time for each experiment why does it matter if randomised model beats other randomised models? Are th…
-
comment
Comment #21578516
Isn't sparse recommendation for videos kind of solved in netflix prize, where the winner uses SVD to extract signature characteristic and recommend videos base on that?
-
comment
Comment #21527853
That sounds like a super cool job, may I ask how did you started?
-
comment
Comment #21487510
> It's a problem with a thousand solutions. It's just a matter of getting costs down and production up Can you source this? I heard of molten salt, gravity storage etc... but I hav…
-
comment
Comment #21477590
ah, that make sense, I think another user point out that spawning n goroutine does not actually spawn n physical threads but rather queue n task to m thread in the pool, so if we e…
-
comment
Comment #21476548
hmm, why is that a bad thing, if your entire thread is synchronous shouldn't it technically be blocking? Or is OS thread the main thread?
-
comment
Comment #21476416
> since hot loops can block a whole OS thread Asking as a beginner, what does the above mean? Not sure what does hot loop means, and why does it block Os thread
-
comment
Comment #21475691
Not well verse in the subject, do people develop game engine in garbage collected languages? Intuitively I would think game engine requires absolute performance
-
comment
Comment #21337355
Are there recommended resource for understanding and applying these type of problems? I am quite interested in optimization and its real life application, currently reading linear …