Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mlthoughts2018
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
mlthoughts2018
5y ago
> “ If your heavyweight runtime is being launched 1000s of times to get a job done every day or multiple times a day, consider optimizing. Which may include changing the language. That's hardly controversial” No, that is controver
2.
▲
by
mlthoughts2018
5y ago
> “ Programmers need to think long and hard about your process invocation model. Consider the use of fewer processes and/or consider alternative programming languages that don't have significant startup overhead if this could b
3.
▲
by
mlthoughts2018
5y ago
Docker / containers are necessary but not sufficient. For example, in a machine learning CI / CD system, there could be a fundamental difference between executing the same step, with the same code, on CPU hardware vs GPU hardware.
4.
▲
by
mlthoughts2018
5y ago
Many CI systems try to strictly enforce hermetic build semantics and disallow non-idempotent steps from being possible. For example, by associating build steps with an exact source code commit and categorically disallow a repeat of a succes
5.
▲
by
mlthoughts2018
5y ago
Isn’t Drone also an example of the author’s ideal solution?
6.
▲
by
mlthoughts2018
5y ago
I do agree with the consistency thing. One bad culture failure mode is a case where one or two senior executives run amok enforcing their view of culture, while the CEO fails to enforce consistency and a bunch of other executives, directors
7.
▲
by
mlthoughts2018
5y ago
It’s really sad that you are blind to your own severe discrimination. If you think in sweeping generalizations like, “leftists make the mistake...” you really need to step back and spend time not commenting at all and work harder to gain mo
8.
▲
by
mlthoughts2018
5y ago
That you feel you are identifying solutions, or even a definition, not understood or pursued by people creating things like microinequity training, just reveals your ignorance. I think my earlier comment which you described as a “no u” come
9.
▲
by
mlthoughts2018
5y ago
sounds suspiciously actually like you don’t know what systemic racism is...
10.
▲
by
mlthoughts2018
5y ago
Posts that masquerade as “legitimate dissenting opinions just not getting a fair shake from the left by golly” but which really seek to undermine structures by which systemic racism can possibly be called out and held accountable for harm (
11.
▲
by
mlthoughts2018
5y ago
Thankfully this getting flagged is still routine. Can you imagine how sickening a place this would be if this kind of post didn’t get flagged? It’s horrific, yet parading around as if it was merely legit discourse that is snubbed unfairly b
12.
▲
by
mlthoughts2018
5y ago
Robust potential functions are a huge part of ML. Many people have researched robust potential functions for use as loss functions. Its use in ML algorithms predates use for SLAM, tracking algorithms, etc., which only used it after classica
13.
▲
by
mlthoughts2018
5y ago
I don’t see any reason your comment would be accurate. It all depends on trade-offs. If the goal is to reduce cost, then you could equally argue to get rid of medicare entirely. Clearly the goal (no matter what anyone’s separate normative o
14.
▲
by
mlthoughts2018
5y ago
This has been discussed widely in computer vision for many decades - https://www.routledge.com/The-Ecological-Approach-to-Visual-... - http://fmdb.cs.ucla.edu/Treports/soatto_extended_v18.pdf
15.
▲
by
mlthoughts2018
5y ago
There would almost surely be a censoring effect no matter what age cutoff you pick, and even allowing for typical government incompetence, surely at some level health econometricians are involved in this type of policy and are aware and fac
16.
▲
Cosmos Now Lets Blockchains Talk to Each Other with IBC Protocol
(decrypt.co)
3 points
by
mlthoughts2018
5y ago
|
0 comments
17.
▲
by
mlthoughts2018
5y ago
Companies don’t pay financial rewards for doing the data plumbing work, yet it’s often much harder, prone to unusual failure domains mixed with high scaling, and carries more stringent on-call and incident triage responsibilities. Given tha
18.
▲
by
mlthoughts2018
5y ago
There are so many issues besides just saving for a downpayment. How will you keep a job that supports the mortgage? Companies are exceedingly disloyal and looking to cut labor costs whenever possible, whole industries go through huge labor
19.
▲
by
mlthoughts2018
5y ago
I’m only getting 503 varnish cache errors when I try to actually visit any artworks through this.
20.
▲
by
mlthoughts2018
5y ago
Your comment is exceedingly political. It’s unfortunate you mistakenly feel you are politically neutral and that you represent “actual” free speech, whereas companies who don’t choose to render services to insurrection-plotting fascists and
21.
▲
by
mlthoughts2018
5y ago
Generalization to previously unseen examples is one of the core components of ML models.
22.
▲
by
mlthoughts2018
5y ago
I think your perspective is actually way off the mark here. AI excels at long-tail problems where the cost of failure is high, precisely because human failure is such an expensive problem in those cases and the nature of long tail problems
23.
▲
by
mlthoughts2018
5y ago
“Root cause” is relative. To the CEO the root cause is “some engineering thing broke.” To the data engineer the root cause may be that a human config error led to a rogue process that caused a VM disk to fill up. To a quantum super-intellig
24.
▲
by
mlthoughts2018
5y ago
You seem fundamentally confused, for example with tools like Cython. Many extension module implementations in Python are literally as fast as pure C (not just nearly as fast with minor extra CPython overhead, but literally as fast as pu
25.
▲
by
mlthoughts2018
5y ago
You are incorrect. This is only true if you can precompute all sort orders (many types of sort orders cannot be precomputed and depend on additional context data only available at query time, especially for personalization or trending solut
26.
▲
by
mlthoughts2018
5y ago
I worked previously for a very high traffic ecommerce company (Alexa top 300 site). As part of the search team, I worked on a project where we deliberately rewrote the whole product search engine in Python and Cython, including our own algo
27.
▲
by
mlthoughts2018
5y ago
Maximum memory per instance (8GB) is an extreme limit. Disk and CPU limits per container instance are also quite bad. And, laughably, for any workload just a bit out of reach for Cloud Run, GCP docs immediately recommend switching to GKE (a
28.
▲
by
mlthoughts2018
5y ago
GCP has vastly worse documentation than AWS unfortunately.
29.
▲
by
mlthoughts2018
5y ago
The resource limits are so severely restricted on Cloud Run that I don’t think it’s fair to compare it to Fargate. The space of use cases solved well with Fargate is far, far larger.
30.
▲
by
mlthoughts2018
6y ago
Wow, looking at this thread, you appear to either be just a troll stirring up racism arguments, or else you are yourself a sickeningly extreme racist. It is just bonkers crazy reading some of your comments on a usually civil platform like H
More ›