Live data from Hacker News

I don't write code anymore – I sculpt it

jerpint.io

51–60 of 67 posts

Re: I don't write code anymore – I sculpt it

#51

Earlier quoted context omitted.

The text reads suspiciously like AI too. I don't X -- I Y. Short paragraphs, lots of em-dashes.

i was always curious how these em dashes were written? like in my keyboard i dont see the symbol, is there any shortcut?

On macOS, option plus hyphen gives an em-dash. Also if you're on macOS you should try some other keyboard keys too with option.

Re: I don't write code anymore – I sculpt it

#52

  > I would never have written my own sorting algorithm to sort a list in the past. 
Well then I guess times haven't changed, because you still haven't written a sorting algorithm. Instead you've - at best - done a code review for one. One that based on my experience is almost certainly a shoddy, substandard implementation with the type of quality I'd be professionally embarrassed to attach my name to in a commit log.

  > I would instead rely on abstractions left for me by those with more experience.
And you'd have been better off, because now you've got the burden of maintaining a poorly-implemented sorting algorithm that you don't understand that's living in your codebase. What could possibly go wrong?

Further, those abstractions that you just threw away to roll your own encryption were written by actually talented people who actually took the time to think about their implementation before shitting it out into the world. The implementations you'll find in libaries will be superior in every way to the trash your LLM will pump out.

So, TL;DR: congratulations, you've just announced to the world that you're proud that you're a bad coder and that the software you're being paid to produce is getting worse.

Totally unrelated video I watched recently: https://www.youtube.com/watch?v=7pqF90rstZQ

(for those with the kind of attention span that causes them to use LLMs, maybe just skip ahead to the "this is what you sound like" section, circa 17 mins)

Re: I don't write code anymore – I sculpt it

#53

Earlier quoted context omitted.

i was always curious how these em dashes were written? like in my keyboard i dont see the symbol, is there any shortcut?

On macOS, option plus hyphen gives an em-dash. Also if you're on macOS you should try some other keyboard keys too with option.

I believe em-dash are made using shift-option-dash. AFAIK option-dash gives an en-dash.

Re: I don't write code anymore – I sculpt it

#54

> I would never have written my own sorting algorithm to sort a list in the past. I would instead rely on abstractions left for me by those with more experience. And by doing so, never gain experience of your own. It is a truly alien mindset to me to take pride in never understanding what code does , to be comfortable relying entirely on magic words provided to you by others. For me, the simple existence of a bug in…

Why do you sound so petty? Do you understand every single layer of the stack below you? Do you understand how your code gets translated down to C, assembly, machine code? How all that becomes electrical signals on a PCB? How the material properties work at the physical level and how its manufactured? Because if you don't, aren't you, myself and basically everyone relying on the 'magic' words of others? If you're tryi…

> Do you understand every single layer of the stack below you?

False comparison. Nice try, though

Re: I don't write code anymore – I sculpt it

#55

Earlier quoted context omitted.

Why do you sound so petty? Do you understand every single layer of the stack below you? Do you understand how your code gets translated down to C, assembly, machine code? How all that becomes electrical signals on a PCB? How the material properties work at the physical level and how its manufactured? Because if you don't, aren't you, myself and basically everyone relying on the 'magic' words of others? If you're tryi…

> Do you understand how your code gets translated down to C, assembly, machine code? yes, actually, and thats why i can debug and fix shit most people cant (and why i get paid what i get paid) > How all that becomes electrical signals on a PCB? How the material properties work at the physical level and how its manufactured? this is a non-sequitur imo, but you should def be aware of material properties and limitations…

Don't waste your time with valid arguments, that guy is somewhere between a troll and a willful ignorant

Re: I don't write code anymore – I sculpt it

#56

I don’t understand the kind of mentality that takes to put out genuine slop like this. Use the LLM or the agents or the fancy way to call a markdown file a skill to do your job; but stop pretending that it makes you in any way exceptional. The whole post says nothing, seems AI generated itself and on top of that, adds nothing of value - simply exists to increase the entropy in the world.

I, on the other hand strongly resonate with this post. I am not a programmer by profession, but a programmer by need - I write tools to get stuff done, and this is exactly the missing link. I am able to craft algorithms, architectures and focus on the UI, and llms (mostly Claude) allow me to write the low-level that needs to be written that I inspect. What used to take days takes hours and allows us to solve issue we…

> strongly resonate with this post. I am not a programmer

Yep - there it is

Re: I don't write code anymore – I sculpt it

#58

I wrote something very similar back in October! The "sculpting" metaphor really stuck for me. https://patrickerichsen.com/chiseling

I think it's telling that the sculptor guy in your essay's vibe art (who resembles Fix-it Felix/The Carpenter) is completely oblivious to the fact that he just carved a foot where a hand should be.

It tracks for vibe coders.

Re: I don't write code anymore – I sculpt it

#59

Earlier quoted context omitted.

There was a snarky comment earlier saying, try implementing something that's too hard for you, THEN try going back to writing code by hand - implying agents are indispensable. And I thought to myself that the most memorable parts of my career, the most rewarding parts, were when I took some task that was too hard for me, then, with great effort, became a developer for whom that task was no longer too hard for me.

All the times I told someone I could do something I didn't know how to do but believed was possible then had to figure it out filled me with existential dread. There was a good feeling after I succeeded, but I get a good feeling from just building something big and functional with AI, as long as I feel like I was the driving force behind the ideas in the thing, so maybe I don't need the stress?

That kind of stress is how you grow. It's good for you. None of that stress means no growth.

Re: I don't write code anymore – I sculpt it

#60
post #53

Earlier quoted context omitted.

On macOS, option plus hyphen gives an em-dash. Also if you're on macOS you should try some other keyboard keys too with option.

I believe em-dash are made using shift-option-dash. AFAIK option-dash gives an en-dash.

Yeah that's right, thanks.
Post reply on HN