HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kcoddington

no profile record

comments

kcoddington
·4 miesiące temu·discuss
I almost posted this exact comment. You're not alone in thinking HN has changed for the worse in recent years.

I get that it's just a reflection of cultural change and (over)reactions to anything adding friction. But for a forum dedicated to the "hacker" lifestyle, it's disappointing to see so much gatekeeping and FUD. I really wish this audience could start swinging back towards a response style that contains nuance and recognizes nuance.

I find myself opening this site less and less each week.
kcoddington
·6 miesięcy temu·discuss
Either have Claude /compact or have it output things to a file it can read in on the next session. That file would be a summary of progress for work on a spec or something similar. Also good to prime it again with the Readme or any other higher level context
kcoddington
·7 miesięcy temu·discuss
Learning an entirely new editor is a barrier. Documentation or not, that's brand new muscle memory you have to develop alongside the actual task of coding.

I get that using vim typically includes obsessive forms of efficiency, but some people just want to focus on coding in a way that's comfortable to them. Sometimes that means having a side panel.
kcoddington
·7 miesięcy temu·discuss
Agreed. I think I'm getting more fatigue from the AI slop callouts than the actual AI slop.
kcoddington
·10 miesięcy temu·discuss
I'm not seeing where they are coming up with RNT as a cause, other than a lot of theory. Wouldn't it be a symptom of cognitive decline instead? Dementia patients, particularly those with Alzheimers, tend to become depressed because of confusion and memory loss. Wouldn't it be more likely that these depression symptoms are being caused by deteriotating brain function rather than the other way around?
kcoddington
·11 miesięcy temu·discuss
CSV is data only. Excel handles way more than that. XLSX is the preferred file format because it's compressed XML that can hold all kinds of things.

Also, CSVs seem to open just fine on my Excel. If it's not formatted with a standard delimiter or isn't handing quoted strings the proper way, sure maybe the data wizard is needed.

Excel is terrible in a lot of aspects, but CSVs seem to be something it handles as well as anything else in my experience.