Live data from Hacker News

Using coding assistance tools to revive projects you never were going to finish

blog.matthewbrunelle.com

51–60 of 263 posts

Re: Using coding assistance tools to revive projects you never were going to finish

#52
post #40

Earlier quoted context omitted.

I have opencode with qwen 3.6 on my local machine. Just get the setup right and it's surprisingly fun to work with.

I had a ton of fun setting up and trying it out locally (also opencode and one of the qwens.) I still don't have hardware powerful enough to feel like it's meaningfully productive, but all the learning I had to do (and all the bonus things I got curious about as the curtain peeled back) got my nerd brain all worked up, and finally seeing it work was exciting in that cool-new-experience way you don't often get to enjo…

Yeah this is exactly how I felt! Never really felt excited about llms or agentic workflows before. Getting everything setup 100% local and tweaking it to exactly what I want and having it actually working quite well has been a really cool experience.

Re: Using coding assistance tools to revive projects you never were going to finish

#53
12 years ago I tried to make a simple app for myself. It would display bars that got smaller as the day/week/month got shorter, and would show the weather as a set of bars between max temp and min, cloud cover, etc.

I got it working well enough to display what I wanted in text and ascii, but I could never get the interface good enough to want to use it daily, and certainly couldn't get the graphical interface working. I threw it a Claude Code, told it what I wanted the graphical interface to look like, and let it run.

It got an app exactly what I wanted, and even found a bug in the date parser that I hadn't noticed. I now have it running in the corner of my screen at all times.

The next app I'm going to build is an iPhone app that turns off all my morning alarms when the kids' don't have school. Something I've wanted forever, but never could build because I know nothing about making iPhone apps and don't have time to learn (because of the aforementioned children).

Claude Code is brilliant for personal apps. The code quality doesn't really matter, so you can just take what it gives you and use it.

Re: Using coding assistance tools to revive projects you never were going to finish

#54
post #22

Earlier quoted context omitted.

It is common amongst French, Dutch etc speakers where saying "it said x" sounds unnatural.

Russian too. There is a subset of words which are referred to as "it", but for most words "he" or "she" are used regardless of whether these are living things or not. With loanwords we just decide by similarity to other words. Claude is definitely a "he" as the word is the same as a common male name. This trips me up occasionally when I'm translating things into English. Once, when I referred to an indefinite gender…

For future reference, in this case you could use the singular "they" to refer to an ambiguously-gendered person or character. " drew their sword, for they would not tolerate such vile deeds."

Re: Using coding assistance tools to revive projects you never were going to finish

#55
post #7

My most abandoned type of projects are video games. I have a folder with tens of abandoned projects, I re-frame them as experiments at that point. This last week I decided to give Claude a go at one of these, and it's been a blast, it picked up the general path immediately. Since I said to CC they were abandon projects, he explicitly pushed into "lets have V0 game play loop finished, then we can compound and have fun…

I think this is the first time I've seen someone refer to an LLM as "he" rather than "it". No judgement, but I definitely found it interesting (and disconcerting).

As a native German speaker, I have also referred to a chatbot in English as "he", and similar to you, a native English speaker, felt jarred by it. It was definitely not out of any personification or humanization though. In German, I would say it is "der Chatbot" (from "der Roboter"), which in German is a male noun so I would refer to it as "er" (the male pronoun) - which in my head I autotranslated to "he". Most of the time, though, I think of it (and refer to it) as an LLM, which is "das Sprachmodell" (neutrum), so I automatically translate it to "it".

So that's another, maybe more harmless reason for it.

Re: Using coding assistance tools to revive projects you never were going to finish

#56
When it comes to side projects, most of the time, if the spirit isn't willing I find it not worth doing. Process/experience over results, I call leisure. Results over process, I call work. If you have many side projects done mainly for the results, than you are working in your free time, and looking at it like that: is it really free? The modern age already requires of us more results than the spirit is good for. I like to leave side projects for the good of the spirit. An exception could be results for a greater good that one really believes in. This can give purpose and enrich the process and experience of doing.

Re: Using coding assistance tools to revive projects you never were going to finish

#57
The tooling landscape has changed so much in the last two years that I find myself re-evaluating automation setups that were solid 18 months ago. The time investment to rebuild is real but the efficiency gains on the other side are worth it for anything you're doing more than a few times a week.

Re: Using coding assistance tools to revive projects you never were going to finish

#58

Earlier quoted context omitted.

The author got $50 free credits. Also Anthropic is by far the best, open (local) models are glorified autocomplete at best unless you casually have 20k€ worth of hardware at home.

Why assume local when you can easily use any of the open models via openrouter or any number of similar services.

The OP said “ But why give Anthropic/openai our money? Nonsense. Use open models”

Then I’d be giving money to openrouter and a Chinese model provider, is that better?

Re: Using coding assistance tools to revive projects you never were going to finish

#59
post #53

12 years ago I tried to make a simple app for myself. It would display bars that got smaller as the day/week/month got shorter, and would show the weather as a set of bars between max temp and min, cloud cover, etc. I got it working well enough to display what I wanted in text and ascii, but I could never get the interface good enough to want to use it daily, and certainly couldn't get the graphical interface working…

Absolutely. I love building things, but sometimes I want something built. LLM assistance is great for when I want a personal tool, code quality be damned, for a specific purpose, without it taking over a weekend.

Re: Using coding assistance tools to revive projects you never were going to finish

#60

Earlier quoted context omitted.

The author got $50 free credits. Also Anthropic is by far the best, open (local) models are glorified autocomplete at best unless you casually have 20k€ worth of hardware at home.

Disagree. Qwen 3.6 and opencode have built and helped plan entire feature sets such as vectorizing and searching, setting up UI to manage categorized search data. Some test systems around this, etc. Very usable locally assuming you setup your local tooling correctly and you are an actual programmer who can generally help drive this stuff correctly and not just a vibe coder.

How big of a Qwen model are you running that can plan and implement entire feature sets?

I’ve tried multiple that I can run locally and they’re all very much just glorified autocomplete, but slower - on a M4 Max MacBook

Post reply on HN