HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SCLeo

no profile record

comments

SCLeo
·16 дней назад·discuss
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 дня назад·discuss
And every PR turns into a triple recursive reverse merge.
SCLeo
·в прошлом месяце·discuss
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
·в прошлом месяце·discuss
I actually laughed out loud in a restaurant.
SCLeo
·в прошлом месяце·discuss
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
·в прошлом месяце·discuss
I don't get it. How does this help with anything? You pull in a dependency to use it, right?
SCLeo
·2 месяца назад·discuss
People are so different. When I was in college, if I had an unsolved problem, I could not fall asleep.
SCLeo
·4 месяца назад·discuss
They should rewrite it in rust again to get another 3x performance increase /s
SCLeo
·4 месяца назад·discuss
There are explicit residual connections in a transformer block. Look up "residual connections" in Google images and you will see.
SCLeo
·9 месяцев назад·discuss
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 месяцев назад·discuss
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 года назад·discuss
If I am not wrong, one major security bug that C programs usually face is buffer overflow, which is an undefined behavior.