Viewing profile — overview
overview
HN member- Joined
- Tue, Jun 15, 2021, 10:11 PM UTC
- HN karma
- 22
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About overview
No profile information was provided.
Recent public activity
-
comment
Comment #43231753
Yes, I share the same concerns. Frankly I’m not sure what can be done on long term security when Russia has demonstrated its willingness to threaten nuclear weapons. I wonder if Pu…
-
comment
Comment #43215318
We’re only weeks since Trump taking office. Watching the full video, I think to me it seems there’s a mismatch in the response from HN and the reality of what happened there and is…
-
comment
Comment #43213507
This makes the vascular implants produced by Humacyte more interesting. They’re made of cells which aren’t recognized by the immune system. Humacyte is in the beginning stages of s…
-
comment
Comment #43061188
Please point the way!
-
comment
Comment #39816134
It’s referring to the collaboration on the design itself.
-
comment
Comment #39473181
As someone who has built chatbots used by businesses, your wording is very misleading. A chatbot is very different than an embedded form. If this project is for the latter, you sho…
-
comment
Comment #39315406
What if traffic lights emitted their status? Maybe this is already done; if it isn’t, it seems like doing so would greatly improve the safety of autonomous vehicles.
-
comment
Comment #35834552
Ignoring timelines, I’d say every single one of your predictions will become a reality. I think for a lot of folks, these integrations of AI into existing things seems natural, int…
-
comment
Comment #35834469
Are they being deployed today? Super exciting idea.
-
comment
Comment #35828429
At a glance, your product seems like a fit for my team. However, your landing page doesn’t give specifics. What exactly does it do?
-
comment
Comment #35759003
I’ve been thinking about this for a while. Super excited to see you’ve actually done it! Will definitely be trying it out. Thanks for making this!
-
comment
Comment #35268592
I had the idea of creating a Kubernetes cluster debugger that’s gpt-4 based and runs in the cluster, consuming and troubleshooting then posting results to a Slack channel for dev t…
-
comment
Comment #35268572
Nice. High chance we’ll start seeing a ton more tooling innovation of this kind. I view gpt-4s information constraints very similarly to blockchains; it’s a bounded context. Blockc…
-
comment
Comment #35245623
The general idea, yes. I was pigeon-holing to the idea that aliens are carrying it out.
-
comment
Comment #35226084
I actively reject conspiracy theories on the premise that they’re conspiracy theories. However, I can’t deny that this one is interesting. What if this is actually happening? Obvio…
-
comment
Comment #35026224
Airpods 100% affect / cause tinnitus. I tracked it on myself over several months once I noticed the relationship. In short, the airpods caused it and using them substantially inten…
-
comment
Comment #34781903
Filter tags would be very helpful.
-
comment
Comment #34546570
Would be very appreciative if you shared this as well.
-
comment
Comment #34303917
> Nothing else matters. Not if you’re a for-profit VC firm looking to invest in an area with changing regulation, which could lead to trillions of dollars of economic opportunity.
-
comment
Comment #32861168
Genuinely very interested to hear an instance where you were able to cut weeks off development time.
-
comment
Comment #32535070
I just copy and pasted 3 random Leetcode problem prompts to GPT-3. It successfully generated Python code that passed all test cases for 2 out of the 3. Problems passed: - Two sum -…
-
comment
Comment #31849589
I agree with your side. Here’s my take. For some people, there’s a line you don’t cross. However, if the line is going to be crossed anyway, why not cross it in the best way possib…
-
comment
Comment #31766404
This is very similar to my experience. TBH, being able to not talk through what I’m coding the _whole_ time, unlike what it shown in the official “What to expect” Google videos, wa…
-
comment
Comment #31353240
> Latency is the exact reason you would have a problem scaling any large system in the first place. Not always. It depends on the architecture and your hosting strategy. I think it…
-
comment
Comment #31288319
This is one of my favorite things about programming. I mentally define the context of the file, method and method segment, in that order. This allows me to focus my search for word…