Viewing profile — ospohngellert
ospohngellert
HN member- Joined
- Thu, Mar 30, 2017, 11:07 PM UTC
- HN karma
- 25
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About ospohngellert
No profile information was provided.
Recent public activity
-
comment
Comment #37352833
Downloaded the app, searched for mexican restaurants in my area and it missed a few. I tried searching for the restaurants specifically and they were in the DB and categorized as m…
-
comment
Comment #31559161
I'm looking for a reliable source on why LUNA crashed, and am unsure where to find one. Anyone know of a good article or video explainer? Thanks.
-
comment
Comment #30011542
I had basically the same experience. In general I'd prefer to pay for a massage of the same price than a 1 hour float.
-
comment
Comment #28907663
To add another example, say a model learned that ice cream sales correlate well to forest fire rates. Would it be good for the model to predict forest fires based on ice cream sale…
-
comment
Comment #28907564
Yes, but the question is not whether that's true, but whether that's useful . You said: "an interesting opportunity for someone to skip implementation of anti bias and potentially …
-
comment
Comment #28907507
I agree to some extent. I'm not sure whether AI should be used for resume screening, but I'd lean towards no until biases are proven to not be an issue (if that's possible). There …
-
comment
Comment #28906196
I think that you don't quite understand how these models pick up these biases. If a model is trained on a large text corpus, and in that corpus 80+% of the programmers are men, the…
-
comment
Comment #28906181
Making sure that NLP algorithms are unbiased is important not just from a social justice perspective, but from a perspective of how useful the algorithms are. As an example, if I w…
-
comment
Comment #27459581
I actually really like apple's screen time limit capabilities. Being able to limit my time on twitch/youtube has been really helpful for me. However, one thing I would like to see …
-
comment
Comment #26879961
Figure this is as good a place as any to ask this: I have been looking for good books to read for learning about foreign policy. Didn't see any foreign policy lists on the linked c…
-
comment
Comment #25381465
One of my favorite automations is a slack bot I made to send me a message when a process finishes: https://github.com/spohngellert-o/SlackProcessTrackerBot As a data scientist I of…
-
comment
Comment #25055758
Does anyone else reject the premise of the article? I understand that polling definitely missed big in some areas, but isn't that normal? Polling is really hard. You have to make a…
-
comment
Comment #22311621
I made this slack bot to track processes that take a while (I'm in the ML space), and get a notification when they finish. I thought this might be useful to others, and would love …
- story
-
comment
Comment #22169577
I think that all the pain points of the article are a result of not using notebooks for their purpose. In my opinion, notebooks are good for: 1. POC/MVP: Showing that what you want…
-
comment
Comment #21168279
This would be an awesome tool for streaming :) You should also consider posting this on the chess subreddit: http://reddit.com/r/chess
-
comment
Comment #18248162
Yeah, sorry. Looking back into it looks like I was really re-inventing the wheel here. Still a fun exercise for me. Thanks :)
-
comment
Comment #18248132
Actually, apologies I see now. I always associated generator's with the `yields` keyword, but maybe I have to look into them again. Thanks!
-
comment
Comment #18248114
The first one is clearly easier to read than the second. However the first one is slow. I believe fast_any is easier to read than generator code.
-
comment
Comment #18247952
I wouldn't call it artificially building something, but I suppose yes. I also find this code to be much more readable than generator code. Once you understand the function, all you…
- story
-
comment
Comment #18086301
Thanks so much! Want to get started with it before I decide to buy a book on it, but seems like a great language to program functionally in without all the hurdles :)
-
comment
Comment #18086183
Does anyone know any good learning resources for this language aside from the tutorial. Just tried jumping in and got weird compile errors when trying to work with lists.
-
comment
Comment #16879028
I dislike tech interviews as much as the next guy, but let me pitch my two cents from the startup world. The company I currently work at has very few employees, and each new hire i…
- story