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

SCLeo

no profile record

コメント

SCLeo
·16 日前·議論
I cannot agree more. Cloudflare has some services that are really cheap (r2) to lure you into their worker "ecosystem", which is just serverless. Once you are vendor locked into their absolute garbage custom JavaScript runtime, you are pretty much forced to use their distributed database Cloudflare KV if you want good performance. Cloudflare KV is so extremely ridiculously absurdly expensive that make predatory pricing of vercel that HN likes to complain about feel like child play.
SCLeo
·23 日前·議論
And every PR turns into a triple recursive reverse merge.
SCLeo
·先月·議論
Oh that's why. I didn't connect the dots until I see your message. I had like 5 vscode open and all of them were spamming GitHub PR extension requiring login alert at me.
SCLeo
·先月·議論
I actually laughed out loud in a restaurant.
SCLeo
·先月·議論
Frequency of actions matter, especially for security changes. If we are talking about git, I agree. If we are talking about npm, I bet 95%+ times people install packages in order to use them, not just to admire the code.

Someone else in this thread mentioned that npm can be used to manage pure front end libraries, which is a fair point.
SCLeo
·先月·議論
I don't get it. How does this help with anything? You pull in a dependency to use it, right?
SCLeo
·2 か月前·議論
People are so different. When I was in college, if I had an unsolved problem, I could not fall asleep.
SCLeo
·4 か月前·議論
They should rewrite it in rust again to get another 3x performance increase /s
SCLeo
·4 か月前·議論
There are explicit residual connections in a transformer block. Look up "residual connections" in Google images and you will see.
SCLeo
·9 か月前·議論
Thanks for the explanation. Honestly, your explanation is better than the entire video. - I watched it in full and got really confused. I completely missed the part where he said the light is pulsing at 30kHZ and was really puzzled at how he is able to move the mirror so fast to cover the entire scene.
SCLeo
·10 か月前·議論
Does using a constraint solver actually solve the question under the time ... constraints?

If not, how can you claim you have solved the problem?
SCLeo
·3 年前·議論
If I am not wrong, one major security bug that C programs usually face is buffer overflow, which is an undefined behavior.