HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jtms

no profile record

コメント

jtms
·7 か月前·議論
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 か月前·議論
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 か月前·議論
sincerely hope this is sarcasm
jtms
·6 年前·議論
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 年前·議論
yeah... fallback is not a problem, you can always long-poll as socket.io has done for years
jtms
·6 年前·議論
reminds me of the http://vanilla-js.com/ which is actually a parody, but also... not?
jtms
·6 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Yes. Deleting code is my favorite type of programming.