Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ospohngellert
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ospohngellert
3y ago
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 mexican. Any recommended way to accomplish this?
2.
▲
by
ospohngellert
4y ago
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.
3.
▲
by
ospohngellert
5y ago
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.
4.
▲
by
ospohngellert
5y ago
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 sales? The answer is no, because there is no causal link.
5.
▲
by
ospohngellert
5y ago
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 end up with a more effective model." Ha
6.
▲
by
ospohngellert
5y ago
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 are obviously other areas where this is an im
7.
▲
by
ospohngellert
5y ago
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, then when asked "The programmer is a", it will b
8.
▲
by
ospohngellert
5y ago
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 wanted to use this model to help identify qualified candidate
9.
▲
by
ospohngellert
5y ago
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 is limiting the number of times I can open an app.
10.
▲
by
ospohngellert
5y ago
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 cite, wanted to see if any users had recommendations :)
11.
▲
by
ospohngellert
6y ago
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 often run code that takes hours, and get
12.
▲
by
ospohngellert
6y ago
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 lot of assumptions, adjust for demographics, predict w
13.
▲
by
ospohngellert
7y ago
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 feedback on it.
14.
▲
Show HN: A simple slack bot for tracking long running processes
(github.com)
1 points
by
ospohngellert
7y ago
|
1 comments
15.
▲
by
ospohngellert
7y ago
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 to do will work before making a full structure. 2. Cre
16.
▲
by
ospohngellert
7y ago
This would be an awesome tool for streaming :) You should also consider posting this on the chess subreddit: http://reddit.com/r/chess
17.
▲
by
ospohngellert
8y ago
Yeah, sorry. Looking back into it looks like I was really re-inventing the wheel here. Still a fun exercise for me. Thanks :)
18.
▲
by
ospohngellert
8y ago
Actually, apologies I see now. I always associated generator's with the `yields` keyword, but maybe I have to look into them again. Thanks!
19.
▲
by
ospohngellert
8y ago
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.
20.
▲
by
ospohngellert
8y ago
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 have to do is pass it a function that returns a boolea
21.
▲
Optimizing the any function in python
(oliverspohngellert.com)
1 points
by
ospohngellert
8y ago
|
7 comments
22.
▲
by
ospohngellert
8y ago
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 :)
23.
▲
by
ospohngellert
8y ago
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.
24.
▲
by
ospohngellert
8y ago
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 is a big cost. If a new employee does not work out, that can
25.
▲
Ask HN: What are the best services for creating an internal private wiki?
6 points
by
ospohngellert
9y ago
|
2 comments
26.
▲
Ask HN: What are the best resources for learning data visualization techniques?
2 points
by
ospohngellert
9y ago
|
1 comments
27.
▲
Wehe: An app to track Net Neutrality violations
(motherboard.vice.com)
10 points
by
ospohngellert
9y ago
|
0 comments
28.
▲
by
ospohngellert
9y ago
I am wondering what api you used for book search, as I am currently thinking of undertaking a project involving books. Thanks :)