HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ccapitalK

no profile record

comments

ccapitalK
·8 วันที่ผ่านมา·discuss
Obligatory https://doesmysiteneedhttps.com/
ccapitalK
·6 เดือนที่ผ่านมา·discuss
He also posted https://garymarcus.substack.com/p/lets-be-honest-generative-..., which got flagged as low effort spam about 30 minutes ago. https://news.ycombinator.com./item?id=46605587
ccapitalK
·7 เดือนที่ผ่านมา·discuss
I'm asking this question purely out of curiosity, and not as a snark, is there any particular reason why you don't capitalise the beginnings of your sentences? It seems strange to go to the effort of capitalising STEM and putting a hyphen in college-level without capitalising the letters. Is it something like the push towards sans-serif fonts because some groups of people find it easier to read?
ccapitalK
·7 เดือนที่ผ่านมา·discuss
I find 3blue1brown to be a great resource to build up good intuition about math topics, his videos about calculus and linear algebra are wonderful in particular. https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53... is his essence of calculus series, I found the visualizations made it a lot easier to grok.
ccapitalK
·9 เดือนที่ผ่านมา·discuss
[flagged]
ccapitalK
·9 เดือนที่ผ่านมา·discuss
Am I getting the math wrong here? Going from O(n) to O(log n) (with no change in constant factor) for a million items would be going from ~1000000c ops to ~20c ops, which would be a 50000x improvement?
ccapitalK
·10 เดือนที่ผ่านมา·discuss
Behold, I've brought you a compiler bug.

https://play.rust-lang.org/?version=stable&mode=debug&editio...
ccapitalK
·10 เดือนที่ผ่านมา·discuss
Gaussian Blur isn't the most efficient way of doing a frosted glass blur effect though. IIRC the current state of the art is the Dual Kawase blur, which is what KDE uses for its blurred transparency effect, I've never observed performance issues having it running on my machine.