Viewing profile — bcyn
bcyn
HN member- Joined
- Sun, May 28, 2017, 11:57 AM UTC
- HN karma
- 172
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About bcyn
No profile information was provided.
Recent public activity
-
comment
Comment #48287152
Agreed. Reading the rest of these comments are makes me feel crazy / like I’m missing something. It doesn’t sound like the interviewer was making the candidate divulge traumatic in…
-
comment
Comment #47227186
Very cool! Could you support sorting of some kind? Would love to at least view most recent first.
-
comment
Comment #47114459
This is really awesome! Dream home project for me as well, but can't justify the cost of large e-ink displays so far (was shocked at the nearly ~$2k sticker price of that Boox Mira…
-
comment
Comment #46893794
Which models perform anywhere close to Opus 4.5? In my experience none of the local models are even in the same ballpark.
-
comment
Comment #44793312
I don't think the point about 401k stagnation is true. At most fee structures and optionality of funds change. How did that cost you 500k exactly?
-
comment
Comment #44350161
Why? How do you draw the line between people who deserve to be "surveilled" (if you can even call it that in this case...) vs. people who don't? You are entitled to your opinion of…
-
comment
Comment #44341525
Great read, thanks! Could you dive a little deeper into example 2 & pre-registration? Conceptually I understand how the probability of false positives increases with the number of …
-
comment
Comment #44339842
There's no confusion about the type of edge. Just pointing out that if you are selling an edge rather than trading it yourself, you're either grifting or naive.
-
comment
Comment #44320852
This doesn't make as much sense as you think it does. If you could predictably trade a flip from bearish to bullish (for example, of course there are other trend-based signals), yo…
-
comment
Comment #44286358
It read to me as a (very) small discount for choosing to be billed annually vs. monthly.
-
comment
Comment #44220107
You're correct about valuation, but the parent post was meant to address "how much liquid dollars should you expect to receive vs. 409a." You are likely to receive less in most cas…
-
comment
Comment #44111263
Definitely agree with you that it's a problem that will be hard to generalize a solution for, and that the eventual solution is likely not embeddings (at least not alone).
-
comment
Comment #44109978
Very interested to see what the next steps are to evolve the "retrieval" model - I strongly believe that this is where we'll see the next stepwise improvement in coding models. Jus…
-
comment
Comment #44082754
Many SaaS products are tools. I'm sure when tractors were first invented, people felt that they didn't "control" it compared to directly holding shovels and manually doing the same…
-
comment
Comment #43922854
> LLMs are a codification of internet and written content Only true for pre-trained foundational models without any domain-specific augmentations. A good AI tool in this space woul…
-
comment
Comment #43922817
This reaction is primarily an emotional one. Why is a human rejecting a claim better than an AI rejecting a claim? Presumably the AI will one day -- if not today -- be more accurat…
-
comment
Comment #43262491
Great article, really hits a little too close to home. Definitely gives me the little extra boost in the form of a reminder that acting is always better than not acting.
-
comment
Comment #34240887
Could you share some specific tactics/metrics you've defined to measure things like roadmap churn or unexpected feature demands? This problem definitely resonates with me, and I ha…
-
comment
Comment #34240469
Why do you believe that? If the goal were to measure your individual programming skills in a vacuum, then your recommendation makes sense. However, software engineering in a larger…
-
comment
Comment #31461052
Look for a setting named "Preserve logs" to prevent the default behavior of clearing console/network log.
-
comment
Comment #28983266
Cool, you dislike Facebook, but does that add value to the discussion about this project?
-
comment
Comment #28847801
How so? Classes are extremely verbose IMO, which is the last thing I'd want in a white board interview.
-
comment
Comment #28417226
It’s hard to judge out of context. IMO None meaning “disable limiting” should be a docstring/comment at the method level, describing what its return values mean, not inline next to…
- comment
-
comment
Comment #27058148
I think you should be using `replace` more judiciously. IMO its primary use is redirecting from some kind of invalid state/URL, i.e. when the user does not want to ever go back. Fo…