Live data from Hacker News

Viewing profile — __mbm__

__mbm__

HN member
Joined
Mon, Feb 01, 2016, 10:02 PM UTC
HN karma
110
Public activity
23 items

About __mbm__

No profile information was provided.

Recent public activity

  1. comment
    Comment #14697606

    Kevin wrote a blog post on this topic here: https://www.quantamagazine.org/the-tricky-translation-of-mat...

  2. comment
    Comment #14697464

    You're correct: Wired has hyped the original title of the article in Quanta Magazine: "A Path Less Taken to the Peak of the Math World". Any time you see the words "Math Genius" yo…

  3. comment
    Comment #13928507

    "A Wavelet Tour of Signal Processing" by Stephan Mallat is pretty good if you've got a background in signal processing at the undergrad EE level. Math heavy CS may require some rec…

  4. comment
    Comment #13287864

    Keep it up. I had a similar experience. Even through my PhD at a top-tier school in applied math, I didn't do "all-nighters" or cram sessions. In fact, after my first 2 years of Ph…

  5. comment
    Comment #12500620

    > Failing at a startup sucks This. I have a PhD and a failed startup. It felt real bad, and I didn't get that far with it (9 months before calling it quits). Creating a successful …

  6. comment
  7. comment
    Comment #12282792

    Interesting. How does arbital see itself in relation to Wikipedia's math pages? It seems like you are trying to make it more accessible, like the Wikipedia simplified English descr…

  8. comment
    Comment #12045406

    > and there is a risk of Elsevier buying it to shut it down Yup. I'm still stung by Mendeley's sale to Elsevier.

  9. comment
    Comment #11913173

    Anyone have any details? I'm curious how much acqui-hires go for these days.

  10. comment
    Comment #11896476

    This confirms Elsevier's status as the most avaricious publisher, accounting for more than one-third of Finland's overall subscription costs. Wiley comes in a distance second at 10…

  11. story
  12. comment
    Comment #11677761

    Open access repos are available for a number of schools. For Harvard, go to https://dash.harvard.edu/ . For Caltech, you can find all author's work here: http://authors.library.cal…

  13. comment
    Comment #11557495

    I may be misunderstanding, but the author asserts that Sydney and San Francisco are real (or rather, they have referents), and I'm confused because, in particular, Sydney and San F…

  14. comment
    Comment #11557233

    So... the assertion is that physical things are real and numbers are not? It's alluring to accept this axiom, but when challenging a platonic view of mathematics, I don't think tha…

  15. comment
    Comment #11556417

    > if you want to say something is true, you always need to know what difference it makes. Absolutely. It seems that fictionalism avoids both the "in some sense" qualifications and …

  16. comment
    Comment #11556275

    It is interesting to interpret the body of mathematics as you would a collection of fictional tales. However, the philosophy begins to unravel (to me) when it asserts that "8 is la…

  17. comment
    Comment #11537826

    This article appears to be bent on buttressing an anti-scientific religious viewpoint rather than improving science. (Read the last few paragraphs.) The conclusion strikes the same…

  18. comment
    Comment #11305443

    This relates closely to the [Darpa Spectrum Challenge]( http://archive.darpa.mil/spectrumchallenge/ ) that I participated in a couple years ago. The goal was to transmit informatio…

  19. comment
    Comment #11187250

    This is the crankiest comment I've seen on HN in a while. You "know Fields medalists"? Right. You think that Pricipia Mathematica is the source of all truth in mathematics? Wrong. …

  20. comment
    Comment #11163857

    I don't really see a compelling case for this method. The empirical convergence rates are clearly polynomial, while subspace iteration (e.g., Krylov) are "in theory" exponential an…

  21. comment
    Comment #11080644

    For the official announcement, where you'll hear all of the sound bytes you'll be reading later today, you can get to the livestream from Caltech's website here https://www.caltech…

  22. comment
    Comment #11016359

    Thanks for the edit. Of course an even number isn't prime ;)

  23. comment
    Comment #11015900

    # Run Miller-Rabin on the prime in the blink of an eye: from gmpy2 import mpz, is_prime p_list = [0xCC, 0x17, 0xF2, 0xDC, 0x96, 0xDF, 0x59, 0xA4, 0x46, 0xC5, 0x3E, 0x0E, 0xB8, 0x26…