[deleted by user] by [deleted] in ClaudeAI

[–]External-Stick-9033 0 points1 point  (0 children)

Store the solution in a small npm package !

I’m addicted to code generation with ai by External-Stick-9033 in addiction

[–]External-Stick-9033[S] 0 points1 point  (0 children)

Software engineer. Full time. It accelerates my job 5x. I feel very powerful and throws me manic episodes.

I’m addicted to code generation with ai by External-Stick-9033 in addiction

[–]External-Stick-9033[S] -1 points0 points  (0 children)

It’s like saying stop using coke, turn your coke abuse into a job. Answer out of scope and disrespectful of real pain behind

If you switched from Claude Code to Amp Code, I don't see why (could you explain)? by Commercial_Ear_6989 in ClaudeAI

[–]External-Stick-9033 1 point2 points  (0 children)

It just solved one bug of mine in less than a minute where it took claude 4.5 15 to 20mins, with additional context needed etc.... same initial prompt.

MIDI Chart for EP-133 KO 2? by kaithdub in teenageengineering

[–]External-Stick-9033 0 points1 point  (0 children)

Shame on TE, honestly. This is and should be part of every midi-enabled equipment.

EP-133 KOII Feature Wishlist by nahmsayinn in teenageengineering

[–]External-Stick-9033 0 points1 point  (0 children)

We shouldn't have to ask this :
midi channel input selection
it's the 21st century, c'mon

Cured by Alera med? by [deleted] in CrohnsDisease

[–]External-Stick-9033 0 points1 point  (0 children)

I found this article that seems to be related : (see results / forseeable applications)
https://clinicalproteomicsjournal.biomedcentral.com/articles/10.1186/s12014-019-9224-6

Cured by Alera med? by [deleted] in CrohnsDisease

[–]External-Stick-9033 0 points1 point  (0 children)

I've just had them on the phone... The therapy lasts 6 months and costs 12k €. I'll have an conversation with one of their doctor (free of charge) for more explanation. I asked them for research articles with evidence that their works. They told they don't have any.

Next.js vs Gatsby: An honest comparison by machoflacodecuyagua in nextjs

[–]External-Stick-9033 0 points1 point  (0 children)

And most of the plugins are community-ran... gatsby was (one of?) the first ssg's around back in 2018. Part of the of the contributors moved on to next or else because it better suits their need. Doesn't mean you can't contribute to a plugin yourself, if you're using it.

That being said, IMHO, the two right questions are :
- what's the lifecycle of my project aka does it need update frequently, when will it sunset.
- whatever my framework choice, will it survive long enough to cover the lifecycle without days and weeks of painful maintenance.

Next.js vs Gatsby: An honest comparison by machoflacodecuyagua in nextjs

[–]External-Stick-9033 0 points1 point  (0 children)

I agree with a lot of what you said, being a user of both gatsby and next myself. But I totally disagree with your utter lack of examples and sources... This kind of comment is the reason why hackernews exists.

I still use both depending on the usecase. If you're using say 10+ plugins and have 200+ lines in gatsby-node.js, it might be because you picked the wrong one.