Live data from Hacker News

A few random notes from Claude coding quite a bit last few weeks

twitter.com

721–730 of 870 posts

Re: A few random notes from Claude coding quite a bit last few weeks

#721
post #283

Earlier quoted context omitted.

That’s why you need to write code to learn it. No-one has ever learned skill just by reading/observing

"No-one has ever learned skill just by reading/observing" - Except of course all of those people in Cosmology who, you know, observe.

what skill do they have? making stars? no they are skilled at observing, which is what they do.

Re: A few random notes from Claude coding quite a bit last few weeks

#722
post #65

I worry about the "brain atrophy" part, as I've felt this too. And not just atrophy, but even moreso I think it's evolving into "complacency". Like there have been multiple times now where I wanted the code to look a certain way, but it kept pulling back to the way it wanted to do things. Like if I had stated certain design goals recently it would adhere to them, but after a few iterations it would forget again and g…

The solution for brain atrophy I personally arrived is to use coding agents at work, where, let’s be honest, velocity is a top priority and code purity doesn’t matter that much. Since we use stack I super familial with, I can quite fast verify produced code and tweak it if needed.

However, for hobby projects where I purposely use tech I’m not very familiar with, I force myself not to use LLMs at all - even as a chat. Thus, operating The old way - writing code manually, reading documentation, etc brings me a joy of learning back and, hopefully, establishes new neurone connections.

Re: A few random notes from Claude coding quite a bit last few weeks

#723

Earlier quoted context omitted.

> Vendors of small utilities could be in trouble. For example I needed to cut out some pages from a pdf. I could have found a tool online(I’m sure there are several), write one myself. However, Claude quickly performed the task. Definitely. Making small, single-purpose utilities with LLMs is almost as easy these days as googling for them on-line - much easier, in fact, if you account for time spent filtering out all…

Whatever happened to just typing "apt install qrencode"? It's definitely "fast, reliable, free of surveillance economy bullshit, and doesn't employ URL shorteners".

A "static, single-page client-side tool" is so much better than "Step 1: install Linux..."

Re: A few random notes from Claude coding quite a bit last few weeks

#724
post #600

Earlier quoted context omitted.

You need to know "qrencode" exists under that exact name. Claude already knows about it and how to use it.

Sure, but that's entirely different from vibe-coding a tool, which sounds like a colossal waste of resources.

Having an LLM spit out a few hundred lines of HTML and JavaScript is not a colossal waste of resources, it's equivalent to running a microwave for a couple of seconds.

Re: A few random notes from Claude coding quite a bit last few weeks

#725
post #217

Earlier quoted context omitted.

As a rational consumer, how would you distinguish between some intentional "keep pulling the slot machine" failure rate and the intrinsic failure rate? I feel like saying "the market will fix the incentives" handwaves away the lack of information on internals. After all, look at the market response to Google making their search less reliable - sure, an invested nerd might try Kagi, but Google's still the market leade…

FWIW, kagi is better than Google

yes, that was their point. Everyone uses Google anyway.

Re: A few random notes from Claude coding quite a bit last few weeks

#726
post #379
post #105

Earlier quoted context omitted.

The value extortion plan writes itself. How long before someone pitches the idea that the models explicitly almost keep solving your problem to get you to keep spending? Would you even know?

Is this from a page of dating apps playbook?

yes

Re: A few random notes from Claude coding quite a bit last few weeks

#728

Earlier quoted context omitted.

I have not and I'm actually really bad at learning human languages, but know a dozen programming languages. You would think they would be similar, but for some reason it's really easy for me to program in any language and really hard for me to pick up a human language.

Learning human languages is not a similar process to learning programming languages at all. I've never been sure why so many people think it is.

I provided it as a counter example to the learning how to bike myth.

Learning how to bike requires only a handful of skills, most of them are located in the motor control centers in your brain (mostly in the Cerebellum), which is known to retain skills much better then any other parts of your brain. Your programing skills are comprised of thousands of separate skills which are mostly located in your frontal-cortex (mostly in your frontal and temporal lobes), and learning a foreign language is basically that but more (like 10x more).

So while a foreign language is not the perfect analogy (nothing is), I think it is a reasonable analogy as a counter example to the bicycle myth.

Re: A few random notes from Claude coding quite a bit last few weeks

#729

Earlier quoted context omitted.

"No-one has ever learned skill just by reading/observing" - Except of course all of those people in Cosmology who, you know, observe.

what skill do they have? making stars? no they are skilled at observing, which is what they do.

I think understanding stellar processes and then using that understanding to theorize about other observations is a skill. My point was that observing can be a fantastic way to build a skill.. not all skills, but certainly some skills. Learning itself is as much an observation as a practice.
Post reply on HN