Viewing profile — 6gvONxR4sf7o
6gvONxR4sf7o
HN member- Joined
- Wed, Mar 13, 2019, 3:12 PM UTC
- HN karma
- 10,074
- Public activity
- 3,040 items
- HN profile
- View on Hacker News ↗
About 6gvONxR4sf7o
No profile information was provided.
Recent public activity
-
comment
Comment #49171175
Seems to be Altman's playbook, just like how he got the CEO job back.
-
comment
Comment #49066380
Huh, I wasn't actually going for snark. I was trying to preemptively be over-specific about what I meant. As in, you said "... writing the correct program..." and I meant that I'm …
-
comment
Comment #49065045
> Congrats, that sounds at least as hard as writing the correct program in most cases. That's not remotely true. Or, more formally speaking since we're in a thread about proof assi…
-
comment
Comment #49014422
I wonder how the "added value" argument can apply to Anthropic and not to the Kimi team. If Claude's value is that you don't have to pay a team of slow expensive subject-matter exp…
-
comment
Comment #48734495
Oh man, that resonates with me. One of the constant frustrations for me was that once you get foundations in a topic, the rest follows, but the foundations are often full of things…
-
comment
Comment #48723842
One piece of this that could be really nice in a normal language is if an LLM could generate a decent syntax highlighter or code-folding-spec or something for each "aspect." The id…
-
comment
Comment #48414350
My point wasn’t about risk vs reward, or in their words “harm” vs reward. It’s about how increasing the opportunity for reward increases the justifiable harm. “X is bad (unless it …
-
comment
Comment #48392688
The framing they use is hilarious and their little graphic is perfect. The risk of harm doesn't go down, but the reward goes up, so the harm just becomes the cost of doing business…
-
comment
Comment #48024733
Another view of the accountability is that we're currently often pointing accountability in the wrong direction, and it's gaining momentum. Aspects of it have been around so long i…
-
comment
Comment #47992877
Why just the $10k? Could you get a full refund? If I order a $12 burrito and you give me a $10 sandwich, I would feel owed my $12 back, not the $2 difference in price.
-
comment
Comment #46927266
I don't mourn coding for itself, since I've always kinda disliked that side of my work (numerical software, largely). What I do mourn is the reliability. We're in this weird limbo …
-
comment
Comment #46841576
plan -> code -> verify is nice in theory, but is super failure prone without the TDD or “preregistration” version: plan -> code verification -> code implementation -> verify. Doing…
-
comment
Comment #46523445
If they just remade it with modern AF software , I'd probably carry mine around most every I went. Not to mention what they could do by updating hardware.
-
comment
Comment #46179264
So is the "bitter lesson" that fuzzy overlords will be practically preferable to hand coded legislation?
-
comment
Comment #46179239
How's that account for language drift over centuries?
-
comment
Comment #46179227
I have a potentially more optimistic (and simultaneously more pessimistic!) view to offer. Some differing interpretations of the law distinguish between the lawmakers' intention vs…
-
comment
Comment #45752716
10 days later... sorry, I didn't see your comment. The example I gave had a few pieces: - x is defined prior to the if/else, and overwritten in just one branch - y is defined in bo…
-
comment
Comment #45657967
As always, labor is a marketplace, and the supply side boils down to a) how much the next person else is willing to work (all else equal), and b) external forces (like overtime req…
-
comment
Comment #45646756
OCR for printed documents is super robust, but handwriting, low res, and aligned recognition (not just image to "hello world" but also having "h is here in space e is here in space…
- comment
-
comment
Comment #45628450
There's more to this that I'd absolutely love to see in a language, and I can't tell if rye supports. If you want an ergonomic `if` you need its scope aspects too. Consider this ex…
-
comment
Comment #45427984
Mercury is one of those languages that seems to support so many different styles of programming in a nicely unified way, I've always been curious about it. This is so much more rea…
-
comment
Comment #45362143
> Not particularly, no. What I want is for you to purchase the seats your family needs ahead of time, not ask me for them for free. What happened to "if you want it, then you have …
-
comment
Comment #45227414
Of course, the challenge is that the next question after solving a leetcode problem is often to explain and optimize the performance characteristics, which in prolog can get stupid…
-
comment
Comment #45056790
The way to see this is bayes rule. p(answer | data) = p(data | answer) * p(answer) / (sum_{all possible answers'} p(data | answer') * p(answer')). So for this question, that's expa…