HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jtms

no profile record

comments

jtms
·7 месяцев назад·discuss
You’re missing the point, it’s about those tools drastically improving context window management. When you want to tackle large refactors, Claude Code will blow tens of thousands of tokens just searching for files and various refactor related file manipulation. When you run out of window in the middle of a big refactor you’re going to have a bad time.
jtms
·10 месяцев назад·discuss
This is 180 degrees from teams I have been on some years ago - everyone took pride in being thick skinned and detaching their ego from PR reviews. Seems to be a generational thing
jtms
·10 месяцев назад·discuss
sincerely hope this is sarcasm
jtms
·6 лет назад·discuss
it might not be so bad

<div id='counter'>42</div>

is not so many more bytes than...

{ counter: 42 }

also - no massive up front JS bundles to contend with
jtms
·6 лет назад·discuss
yeah... fallback is not a problem, you can always long-poll as socket.io has done for years
jtms
·6 лет назад·discuss
reminds me of the http://vanilla-js.com/ which is actually a parody, but also... not?
jtms
·6 лет назад·discuss
I am glad switching to an IDE worked for you, but for me a well extended and configured Vim setup is the best IDE on earth. Anything an IDE can do, Vim can typically do as well given the right plugin.
jtms
·7 лет назад·discuss
If you have never worked with a strongly typed language before there might be some getting used to that, but any pain is well worth it. Catching all your mistakes at compile time and not at runtime is so amazing. Oh and it’s literally 100x faster than Ruby in some cases.
jtms
·7 лет назад·discuss
Oh man I just love and adore Crystal. I am a long time rubyist and I have to say they just nailed it with Crystal. I just wish I had more opportunity to use it professionally!
jtms
·7 лет назад·discuss
Yes. Deleting code is my favorite type of programming.