Viewing profile — aabaker99
aabaker99
HN member- Joined
- Wed, Aug 27, 2014, 3:12 PM UTC
- HN karma
- 301
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About aabaker99
Recent public activity
-
comment
Comment #47472369
Yeah I agree the FTC article could be more clear here. I think they call out Western Union because those are tools that are commonly used by scammers. But let’s be clear: the risks…
-
comment
Comment #47471941
Sure thing. For those who don’t know, wiring money like this is a good way to lose your money. https://consumer.ftc.gov/articles/what-know-you-wire-money
-
comment
Comment #47471889
> Can I pay with something besides wire transfer? In order to keep prices low and quality high, we don't offer any customization to the box or ordering process. Wire transfer is th…
-
comment
Comment #44473394
Hah! My opinions are not so strong so no flaming here. I was genuinely just wanting your take as someone with strong opinions. I’ll check out Bloc, thanks.
-
comment
Comment #44451845
What’s the best state management in Flutter?
-
comment
Comment #43880381
> Four others that raised money but with painful recapitalizations that effectively wiped out early shareholders Does someone have a recommendation on reading that goes deeper on t…
-
comment
Comment #43640519
I did a little digging because I haven’t followed the news on this. Through a chain of links from the article is https://edworkforce.house.gov/news/documentsingle.aspx?Docum... whi…
-
comment
Comment #43632154
I still like Moment because it offers better control of time zones that aren’t the browsers time zone when compared to the builtin Date APIs. Do you have a recommendation to replac…
-
comment
Comment #42122443
Addressed to GP. This resonates with my experience. When a friend is having their first manic episode, it’s hard to get them to recognize that and get the help they need. But after…
-
comment
Comment #41754988
My intuition would be that there are certain conditions under which Bayesian inference for the missing data and multiple imputation lead to the same results. What is the distinctio…
-
comment
Comment #41198363
I'm an engineer in this space and would be interested in learning more about your business and why you feel you are unique and under-served. My contact info is in my profile. I do …
-
comment
Comment #39704188
> I asked Firefly to create images using similar prompts that got Gemini in trouble. It created Black soldiers fighting for Nazi Germany in World War II. In scenes depicting the Fo…
-
comment
Comment #39283253
It turns out the dissertation is not quite published yet, but this paper [1] will be a part of it. Sam and I were in the same lab and his work has evolved to focus even more on AI-…
-
comment
Comment #39273403
If you’re up for reading a dissertation I have one in mind I can dig up. I will check back here in 12 hours or so or you can contact me from my profile.
-
comment
Comment #33538751
I just signed up and tried it a little bit and I like what I see so far. I find myself increasingly frustrated with Google search results for a particular use case: searching for d…
-
comment
Comment #33310423
I never understand people chasing daily commits to GitHub. You can push whatever git history you want to GitHub. I can rewrite all my commits so they are evenly distributed across …
-
comment
Comment #33283206
I’ve been in Seattle for a mere 8 months and I’ve been robbed already.
-
comment
Comment #33247396
"Life expectancy" is short hand for life expectancy at birth, but other life expectancies such as life expectancy at age 65 are also measured. For instance, https://data.oecd.org/h…
-
comment
Comment #33241953
Is there a news article about the demonstration? I couldn’t find anything from 3 Norwegian papers with an English translation, Google, or HealthCare IT News.
-
comment
Comment #33129869
Im not in a position to produce the section reference right now but the regulation discussed in the comments, 45 CFR, requires providers are able to transfer medical records from t…
-
comment
Comment #32629581
Mentioned in TFA, the GRIM test for checking a paper’s reported mean of integers: “”” The GRIM test is straightforward to perform. For each reported mean in a paper, the sample siz…
-
comment
Comment #29343615
Is there any particular topic? I agree with other posters though that the notation is a short hand for the concepts and you need the concepts, not the notation.
-
comment
Comment #29218469
I find the writing style in CLRS to be quite readble. Sure the book is huge but so maybe pick and choose chapters but each chapter can be read "cover to cover". Perhaps some of the…
-
comment
Comment #29124482
See my sibling comment. Suppose you have data with 0.95 positive class and 0.05 negative class. You can achieve high ROC AUC with the classifier that blindly predicts the positive …
-
comment
Comment #29124422
While I agree with your overall sentiment, it is important to understand the relationship between class (im)balance and ROC curve performance. A very short article which does a gre…