HackerTrans
TopNewTrendsCommentsPastAskShowJobs

29ebJCyy

no profile record

comments

29ebJCyy
·7 maanden geleden·discuss
Having someone else write the code is about as far from intentional practice as can be.

I do think the “becoming dependent on your replacement” point is somewhat weak. Once AI is as good as the best human at programming (which I think could still be many years away), the conversation is moot.
29ebJCyy
·7 maanden geleden·discuss
Have to? No, there are other options. But to twist this question a little bit - does a child that grows up in the United States have to speak English? They do not, technically. And in fact some small percentage don’t, but the vast, vast majority do. And not because they chose to, but because that is the overwhelming tendency of the environment they live in. I think much the same happens with consumerism.
29ebJCyy
·12 maanden geleden·discuss
I think it’s an elementary definition of stability. Just because the derivative of the function is never zero doesn’t mean it contains no useful information.
29ebJCyy
·12 maanden geleden·discuss
There is absolutely stability if you zoom out to the time scale that permits evolutionary adaptation (and of course, if you zoom out much farther it all devolves to noise again). But it’s specious to say that “the only constant is change” and then declare all comparisons moot.
29ebJCyy
·12 maanden geleden·discuss
I don’t doubt this but it might help to include some examples if you have any close at hand.
29ebJCyy
·vorig jaar·discuss
I know this is somewhat antithetical to this article, but I’ve gotten similar vibes recently from Astro. Yes, I had to relearn some stuff, but once your brain starts thinking the Astro way, it mostly just works and feels closer to rails (but with the ability to craft weird fun JS experiences) than any JS tool I’ve used since Rails 4.
29ebJCyy
·vorig jaar·discuss
Can you explain how this is useful for those problems though? I'm struggling to come up with a way to use rank queries on embeddings in order to get back useful information.
29ebJCyy
·vorig jaar·discuss
https://retracesoftware.com/ Is python specific and seems promising.
29ebJCyy
·vorig jaar·discuss
Technically it should be a 401. Tsk tsk IncreasePosts.
29ebJCyy
·2 jaar geleden·discuss
Some people get abused into being better, but it's not the only way.
29ebJCyy
·2 jaar geleden·discuss
No but this seems neat! I'll check it out, thanks!
29ebJCyy
·2 jaar geleden·discuss
Just to be clear I love neovim (though I don't really like Lazy particularly, maybe I should give it another shot). Mostly I'm looking for something that is close enough to vim for me but also close enough to VSCode for the people I pair with.
29ebJCyy
·2 jaar geleden·discuss
When I'm developing alone I mostly don't miss anything when in Neovim. However, even with mouse features enabled vim is not a great experience when I'm pairing with someone who is only used to using VSCode (which is a lot of people I work with). Ideally I'd like to have an editor which is very close to vim in the ability to use basic navigation, editing, commands (for instance, macro support would be nice but I can probably live without it) when pairing.
29ebJCyy
·2 jaar geleden·discuss
As someone who uses Neovim, I would love to have a near-vim experience in something that has all of the convenience of VSC + a great plugin ecosystem. However, I'm not sure about the fact that in `normal` mode `:` just brings up the `cmd+shift+p` command dialog. Maybe I could get used to it, but the fact that something as simple as my muscle memory for "I'm in `normal` mode, better type `:w` just to make sure I've saved" automatically bringing up that dialog and then suggesting I `Close current window` immediately... is not helpful. If the command experience is going to be so different from vim them it's not really going to ever be a suitable replacement even for brief stints/pairing IMO. It's a shame because the VS Code vim plugin leaves a lot to be desired.