Viewing profile — chuckcode
chuckcode
HN member- Joined
- Mon, May 20, 2013, 4:31 AM UTC
- HN karma
- 670
- Public activity
- 239 items
- HN profile
- View on Hacker News ↗
About chuckcode
No profile information was provided.
Recent public activity
-
comment
Comment #39385944
Would like to see the latency and cost of parsing entire 10M context before throwing out the RAG stack which is relatively cheap and fast.
-
comment
Comment #35857234
Thanks for the very helpful and detailed reply!
-
comment
Comment #35843819
Thanks for details! Few follow up questions: - I've seen neural nets using int8 for matrix multiplication to reduce memory size [1]. Do you think something similar could be useful …
-
comment
Comment #32270144
Definitely not unusual. I think it is pretty common for executive team in addition to founders. My feeling is that VCs and founders need to find a way to partially cash out rank an…
-
comment
Comment #30997113
I agree, but as aleksiy123 suggests there is an additional complexity burden and it is a long journey to teach users to make use of a new technology. I think a lot of "advanced" fe…
-
comment
Comment #30992319
Do you think part of this is that Netflix has assumed zero effort from user model? My experience has been that Netflix does an ok job of recommendations, but fails at overall disco…
-
comment
Comment #29333996
I'd argue that git is a distributed blockchain that has been pretty impactful, it just doesn't use proof of work for validation. If it needs to be a company Ripple uses blockchain …
-
comment
Comment #29333115
Author is making an argument against any blockchain or distributed ledger. To quote from article. "Any application that could be done on a blockchain could be better done on a cent…
-
comment
Comment #29332631
I'm a little surprised that the author is missing the critical innovation of crypto which is digital trust and observability. Sure it is easy to make an argument that one cryptocur…
-
comment
Comment #28787703
Thanks for this comment, sums up exactly my experience with python. Do you have a pointer to a larger write up of these issues? I really enjoy python, but agree with you that it is…
-
comment
Comment #28636720
Great point. I'm not one to over optimize, but seems like parsing messages for internet sized apps is worth spending a little effort to save energy and environment.
-
comment
Comment #28533543
Don't get distracted by the click bait title. Effect size should be captured by statistical significance (larger effects are less likely to happen by chance). Author is really comp…
-
comment
Comment #28204695
I see a lot of suspicion in thread below, which I very much understand. I'd like to take a minute though to express my frustration with the banks that refuse to supply any sort of …
-
comment
Comment #28160039
+1 to the reality that most productivity tips come off as hopelessly naive to the reality of life with kids, sick parents/spouses, customer demands, etc. Few things that have helpe…
-
comment
Comment #26325878
Erik Bernhardsson who was one of original author on Annoy has a pretty developed test suite https://github.com/erikbern/ann-benchmarks .
-
comment
Comment #26173652
Thanks for data point. How is it interacting with the self-driving cars? I'm concerned that a lot of thought has gone into experience for the passenger of self driving car, but muc…
-
comment
Comment #26015876
Agree that relative to the cost in lives and global GDP leaders have drastically under invested in production and distribution of vaccines. Arguments about what ethical and incenti…
-
comment
Comment #25879472
Your next push is only as good as your last recovery. I'm surprised how often people focus on the work and neglect the recovery phase like nutrition, sleep, etc.
-
comment
Comment #25802365
Go and talk with the people who wrote it. Often times there are a just a handful of people that wrote a lot of the core functionality, they often aren't the most social. Talk to th…
-
comment
Comment #25134204
Please write a collaborative doc instead of an email if you have that much detail. Having an effective discussion over email is actively painful and worse yet no one can refer back…
-
comment
Comment #25134134
Agree. Always seems odd that organizations say they want people to be productive and then pepper them with email, messages, and meetings. Some of the better teams I've been on deve…
-
comment
Comment #24051541
Some matrix math libraries like Eigen[1] support vectorization via SSE, AVX, NEON, etc. and also use cache friendly algorithms for larger matrices. Highly recommended when you don'…
-
comment
Comment #23237132
I like the concept. Yet it feels like an echo chamber when the YC saas review company only reviews other YC based web analytics products after leading off with talk from YC parter …
-
comment
Comment #22363568
As convenient as it would be to have a single scapegoat to hang the problems on like the dreaded "tech industry" my experience is that housing shortages in Santa Cruz is a complex …
-
comment
Comment #20590986
Thanks. Comments like this that go into the technical details, the history of the details and the people behind the technology are one of the main reasons I frequent hacker news.