Live data from Hacker News

Viewing profile — wallscratch

wallscratch

HN member
Joined
Wed, Apr 01, 2020, 1:15 PM UTC
HN karma
197
Public activity
55 items

About wallscratch

potnisanish@gmail.com

Recent public activity

  1. comment
    Comment #40685198

    Can anyone comment on how efficient the Warp code is compared to manually written / fine-tuned CUDA?

  2. comment
    Comment #34472743

    They literally just saved the world, and we’re not going to give them any credit for it…?

  3. comment
    Comment #34464182

    I’m sorry, but what is the play on words in the title “Attention is all you need” here?

  4. comment
    Comment #34443722

    Going to echo the suggestions for the Art of Problem Solving books, particularly I recommend the contest books (vol 1 or 2). Several very talented people have said to me that these…

  5. comment
    Comment #34380981

    That’s true, but my view is even if the original article is unbiased, the selection process by which it was chosen to appear on this periodical with the reach it has introduces som…

  6. comment
    Comment #33928075

    Does anyone have suggestions with where to find more exercises? I notice the book pdf has like ~38 total, but was curious where one would find more.

  7. comment
    Comment #33348861

    Human Revolution was wonderful, but Mankind Divided had such bizarre pacing… I was ~15 hours into Prague, waiting for the transition to the next locale like in all of the other Deu…

  8. comment
    Comment #33301758

    You mean Pembroke? Probably more like 5-10 kids a year. Even my public suburban kc high school had 7ish kids going to ivies my year.

  9. comment
    Comment #33226221

    Could someone explain why refactoring is so much easier in functional languages?

  10. comment
    Comment #33008057

    I’m confused — why can’t the sex workers just claim to be independent masseuses or something else innocuous like that?

  11. comment
    Comment #32930807

    Can you give an example of a system that’s in place to ensure workers are near max capacity most of the time?

  12. comment
    Comment #32364825

    Linux kernel has a bunch of gotos, primarily used to just jump to exit / deallocate on kmalloc failure, without having to unnecessarily complicate the control flow to handle that.

  13. comment
    Comment #32356497

    This is super cool, and helps fill a hole I had always been frustrated by during my own self-education. I am curious to know approximately how many hours the courses take, and if y…

  14. comment
    Comment #31589838

    This take seems a bit pessimistic about the longevity of society to me. If we still have tens or hundreds of thousands of years to go, just going with whatever was best by 2020 see…

  15. comment
    Comment #31089634

    It should be totally deterministic with the use of random seeds, I think.

  16. comment
    Comment #31077816

    I thought modern computers are primarily cache limited and even running an os entirely on ram (on a system with no hdd/sdd) isn’t that much faster. I would be curious to see some d…

  17. comment
    Comment #30861049

    Why? Aren’t all regular expressions equivalent to some finite state machine?

  18. comment
    Comment #30753812

    > I went to a mid-tier state school and my friends were just people I happened to be lumped together in housing. Is it "optimal"? No, but I enjoyed it. My friend crew consisted of …

  19. comment
    Comment #30753348

    I strongly encourage you to contact MIT about your situation and family’s situation and try to negotiate out more financial aid. As someone who went to a flagship state school for …

  20. comment
    Comment #30698732

    I rewatched lotr after having seen GoT, and I was struck by how simplistic the good vs evil narrative of everything was.

  21. comment
    Comment #30666653

    As someone who went to a state school for undergrad and an ivy for phd (and took some undergrad cs classes there), and I can say that yes, the undergraduate classes are definitely …

  22. comment
    Comment #30666631

    Sure, but I don’t think that devalues his criticism.

  23. comment
    Comment #30583479

    Do you remember what library it was?

  24. comment
    Comment #30367687

    There are a few techniques: Patch clamp recording: you are literally sticking a needle into a single neuron and measuring it’s activity EEG/MEG: using electrodes to measure activat…

  25. comment
    Comment #30334139

    > At the day job, its Python everywhere. I've been told people would laugh at using Perl. Kind of a shame, as I see multiple pages of code that could be easily reworked into a far …