Viewing profile — StephenAshmore
StephenAshmore
HN member- Joined
- Fri, Dec 04, 2015, 3:26 PM UTC
- HN karma
- 36
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About StephenAshmore
Recent public activity
-
comment
Comment #47950007
I've been doing something similar on my own weekend game! I've got two games in rust I'm working on, a simple one in tauri and a more traditional 2D game. For both, I added a CLI t…
-
comment
Comment #46580028
I'm working on an AI (Aethas, https://blog.aethas.ai ) that preps context before my meetings, sets reminders, makes design drafts, summarizes meetings, and drafts follow-up emails …
-
comment
Comment #44998732
It may be a configuration thing. I've found quite the opposite. Github Copilot using Sonnet 4 will not manage context very well, quite frequently resorting to running terminal comm…
-
comment
Comment #43687644
> 4.5 (better in creative writing, and probably warmer sound thanks to being vinyl based and using analog tube amplifiers Ha! That's the funniest and best description of 4.5 I've s…
-
comment
Comment #38349249
Mira isn't on the board, so she didn't have a vote in this.
-
comment
Comment #37937269
Fascinating! I love seeing more multimodal ML. Thanks for sharing!
-
comment
Comment #37891299
I think learning from omission is a real thing. If you never observed anyone doing it, then why would you? When I was growing up, no one ever talked about mental health or therapy,…
-
comment
Comment #37886474
I agree! I worked on forecasting sales data for years, and we had the same results.
-
comment
Comment #26546916
There are many people that have a fear of rejection. A list like this helps to illustrate that it is okay to be rejected. You can be both successful, and have failed to nail an int…
-
comment
Comment #24280011
I expected it would link to this video: https://www.youtube.com/watch?v=32FB-gYr49Y instead of a rick roll! Nice one.
-
comment
Comment #18069511
I've been using Mapbox for maps and their geocoding api.
-
comment
Comment #17972038
Well, I suppose I'll be looking for a replacement to Gmail pretty quick. Long time inbox user from the beginning, and Gmail still isn't caught up to it in UI/UX, plus loads of my "…
-
comment
Comment #15400733
We use vagrant in conjunction with docker and other container services. Vagrant is our development box, new devs pull down and install the vagrant box, and that box will have a lot…
-
comment
Comment #15400654
We do a lot of importing data from a large variety of data sources, so we use lots of MongoDB for persisting data and Elasticsearch for fast aggregations and queries. We have quite…
-
comment
Comment #14282647
Signed up, and using this! I'm enjoying it.
-
comment
Comment #13788267
I've been writing Rust quite frequently recently, and have enjoyed it. However, the biggest problem I've faced so far is exactly what they are trying to address. Modules can be ann…
-
comment
Comment #11093077
An open-source machine learning toolkit(waffles) I regularly use in research was hosted on sourceforge for its entire lifespan, and was recently moved over to GitHub. The change in…
-
comment
Comment #10676792
Sure. These techniques are called Dimensionality Reduction or manifold learning. The wikipedia article actually has a good description: https://en.wikipedia.org/wiki/Nonlinear_dime…