HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ducttapecrown

no profile record

comments

ducttapecrown
·지난달·discuss
I feel like LLM's will change advertising like internet search changed advertising.

Here "like" means similarly in magnitude, not direction. If I could predict the future etc.
ducttapecrown
·4개월 전·discuss
It is not the technology that sucks ever more money out of the populace, it's the people at the top!
ducttapecrown
·4개월 전·discuss
NYTimes competing with NYTimesPitchBot for funnier headlines, I see. What a bizarre and awesome piece of science. I like crystals for the miracle of uncountable numbers of atoms transferring symmetry from the smallest scale to the visible scale.
ducttapecrown
·4개월 전·discuss
It's mentioned in the article that the chimpanzees only relinquished the crystals in exchange for many bananas, so it seems they're more into crystals...
ducttapecrown
·5개월 전·discuss
This is just a general pattern: applied mathematicians are often using things pure mathematicians haven't proved to be true yet. The examples are widespread for the generalized Riemann hypothesis. There are statements we aren't sure about, but there's also a lot that we are sure about but not sure about the proof of.
ducttapecrown
·5개월 전·discuss
Can you list some better books for those of us who liked Le Guin and are interested in what could be better?
ducttapecrown
·6개월 전·discuss
The dots need to be the vertices of equilateral triangles for the Voronoi diagram to be hexagons, the above is a rectangular grid rotated 45 degrees.

You can overlay a regular hexagonal tessellation over a regular triangular tessellation to see this.
ducttapecrown
·6개월 전·discuss
Location: Seattle

Remote: US time zones

Willing to relocate: to SF

Technologies: math, English, Python

Resume/CV: https://drive.google.com/file/d/1YlO2X6hwkPyf-CkdWparf7Tfle_...

Email: samdeclanla {at} gmail.com

Mathematician, want to work on AI. You only need to double my salary as a Ph.D. student and I'm on board lol.
ducttapecrown
·8개월 전·discuss
Why is the scrolling janky?
ducttapecrown
·8개월 전·discuss
Terry Tao is writing about this on his blog.
ducttapecrown
·8개월 전·discuss
The bull case is that everyone losing their jobs will accelerate and bring about the socialist revolution, giving us universal basic income and universal healthcare.
ducttapecrown
·8개월 전·discuss
How long did it take for mobile repair shops to proliferate? Surely solar repair shops will also appear.
ducttapecrown
·8개월 전·discuss
It reads more like mysticism than a serious claim of novelty, chill out.
ducttapecrown
·8개월 전·discuss
Lee taught Intro to Topological Manifolds for one quarter, and then the next two quarters where Intro to Smooth Manifolds. Then Riemannian, then vector bundles, and then complex manifolds.
ducttapecrown
·8개월 전·discuss
Location: Seattle Remote: US time zones Willing to relocate: to SF Technologies: math, English, Python Resume/CV: https://drive.google.com/file/d/1YlO2X6hwkPyf-CkdWparf7Tfle_... Email: samdeclanla {at} gmail.com

Mathematician, want to work on AI. You only need to double my salary as a Ph.D. student and I'm on board lol.
ducttapecrown
·9개월 전·discuss
Yesterday there was an article about how the ear works more like a Gabor transform or a wavelet transform than a Fourier transform, both of which are Short Time Fourier Transforms, so yes!
ducttapecrown
·9개월 전·discuss
We need investors to fund ideas to find out if they are good or bad. It is called testing.
ducttapecrown
·10개월 전·discuss
A function (which is an isomorphism) from complex numbers a+bi to matrices is a+bi |-> [[a,-b],[b,a]] where the matrix is listed by rows. So i is sent to the matrix R with a 0 in the top left, 1 in the bottom left, 0 in the bottom right and a -1 in the top right. R is a 90 degree rotation, you can check that it sends the unit vector [1,0] on the x-axis to [0,1], and the unit vector [0,1] on the y-axis to [-1,0].
ducttapecrown
·10개월 전·discuss
It turns out incremental thought is much better than original thought. I guess.
ducttapecrown
·3년 전·discuss
I literally saw the sin one yesterday, so I'll rewrite it!!

Let e be an infinitesimal.

We write st(x) for the function dropping the infinitesimal part of a number.

Then f'(x) = st(1/e (f(x+e)-f(x)))

Now use the angle sum identity and cos(e) = 1 - e^2, sin(e) = e. I don't know how to justify these values other than the power series identities for sin and cos...

So st(1/e (sin(x+e)-sin(x))) = st(1/e (sin(x)cos(e)+cos(x)sin(e)-sin(x)) = st(1/e (sin(x)(1-e^2)+cos(x)e - sin(x))) = st(1/e (sin(x) - sin(x) - e^2 sin(x) + cos(x)e)) = st(e sin(x) + cos(x)) = cos(x)