Viewing profile — aaai
aaai
HN member- Joined
- Sat, Apr 04, 2020, 4:18 PM UTC
- HN karma
- 24
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About aaai
No profile information was provided.
Recent public activity
-
comment
Comment #23233269
EXACTLY! But... don't bother too much trying to explain this to ppl who don't intuitively grok it right away ... some just seem to never get it no matter how hard you try and expla…
-
comment
Comment #23225116
Why do ppl like Django and Flask so much? They're heavy awkward dinosaurs with nasty codebases perpetuating really bad coding patterns (globals?! (multiple)inheritance-till-your-he…
-
comment
Comment #23225001
...what would "feature parity" even mean? There's no universal checklist of api frameworks "required" features. Short answer: no, bc FastAPI makes no assumption about your ORM (bri…
-
comment
Comment #23221096
Everybody's starting to figure out that to get affordable development you need: 1. fast development (both Python and node) 2. boring platform where it's usually OK to leave smth un…
-
comment
Comment #23051250
Can "Machine Learning Engineer" positions be remote for 2020? (can fly in to meetings ~twice a month or so, but for personal reasons + covid I'm only looking for remote or Buchares…
-
comment
Comment #23049993
Location: Bucharest, Romania (UTC+3) Remote: Yes Willing to relocate: not in 2020, possibly later Technologies: { solid: [ Python, Keras, TensorFlow, Pandas/Numpy/scikit-learn, Jup…
-
comment
Comment #23042488
...if you consider quality a lever, you're not the kind of person anyone should want to work with! You agree on quality standards before you begin, and you deliver the quality leve…
-
comment
Comment #22876026
Thanks! Will digg more into Cortex and/vs MLflow now ;)
-
story
Ask HN: How do you deploy and scale ML (±DL) models?
Broad answers to the broad question are OK too, everyone will benefit from them, but more specifically: 1. Why is there so little "unbiased" info about production deploying/serving…
-
comment
Comment #22794226
"Approachable" means that it might require some effort from the reader (eg. in worst case scenario, a reader not familiar at all with the domain would have to look up the definitio…
-
comment
Comment #22794165
May be hard to understand for ppl. with no background, but that description includes the crucial bit of information that OPs "easy to grok" simplified description lacks: > inhibit …
-
comment
Comment #22779627
You're probably lucky to have that use-case. Most problems I had where with: (1) deeply nested tree-like objects updates - model serializers have limited support for nested updates…
-
comment
Comment #22779510
Senior Software Engineer with 7+ yrs experience, looking to do more machine-learning engineering and data-science engineering work : Location: Bucharest, Romania Remote: Y Willing …
-
comment
Comment #22779286
> I feel like the developer experience is much worse than let's say Django REST Framework Give FastAPI a try! You probably have DRF-Stockholm-syndrome like many do. The joy of havi…
-
comment
Comment #22779231
FastAPI is awesome and dev experience is much much better than the heavy not-really-built-for-this-use-case Django + DRF mostruosity. But what I'm using it for is very low load... …