HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ccapitalK

no profile record

comments

ccapitalK
·8 dni temu·discuss
Obligatory https://doesmysiteneedhttps.com/
ccapitalK
·6 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 miesięcy temu·discuss
[flagged]
ccapitalK
·9 miesięcy temu·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 miesięcy temu·discuss
Behold, I've brought you a compiler bug.

https://play.rust-lang.org/?version=stable&mode=debug&editio...
ccapitalK
·10 miesięcy temu·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.