Live data from Hacker News

Viewing profile — mrcoder111

mrcoder111

HN member
Joined
Tue, Oct 30, 2018, 9:45 AM UTC
HN karma
42
Public activity
24 items

About mrcoder111

No profile information was provided.

Recent public activity

  1. comment
    Comment #21348286

    This is really incorrect advice in the world of software engineering. At least in FAANG companies and big name startups, no one cares if you read How to Win Friends and Influence p…

  2. comment
    Comment #21083691

    I really hate this article. Pretty much everything I've ever accomplished in my life is because I speak it into existence and hold myself accountable. But then again, if you're the…

  3. comment
    Comment #20667065

    Why do people love to do this... at least read the article before

  4. comment
    Comment #20120424

    any single pane note taker with latex support?

  5. comment
    Comment #19956845

    Taking notes for my RL research..

  6. comment
    Comment #19662976

    Sounds good, the problem is in social settings (at work) if you take a break i.e. play a game during work hours people think you're lazy.

  7. comment
    Comment #19472706

    No different than restricting access to cocaine.

  8. comment
  9. comment
    Comment #19213903

    I wonder why internet commentators who haven't made billions always bring up this index fund stuff, when no one who actually has made billions did it by piling their money into the…

  10. comment
    Comment #19197513

    And mainstream people still think the idea of high fructose corn syrup, gluten, etc. affecting mental capability is just people being OCD...

  11. comment
    Comment #19169225

    Why are people upvoting robotics a lot recently... getting tired of web dev?

  12. comment
    Comment #19140793

    Sounds good - can you send me an email? I put mine in my about

  13. comment
    Comment #19140775

    The topology in planning usually deals with higher dimensional geometry. Does the same answer still apply?

  14. comment
    Comment #19126453

    I took a linear algebra course. Maybe I need to restudy but I would rather have links to exact chapters than reading the whole thing, as I don't see a direct path from the linear a…

  15. comment
    Comment #19125964

    The topology part of these textbooks is the hardest for me. Understanding the 2d representations of the shapes. Where can one get a more bottom up explanation of the crucial topolo…

  16. comment
    Comment #19090862

    In order to get a variable length context, you need to add some machinery to some forms of attention. For example, in jointly learning to align and translate, the attention is cert…

  17. comment
    Comment #19083001

    Can you share some paper names or links to architectures that demonstrate the length invariant convolution and attention?

  18. comment
    Comment #19074433

    Samcodes said it above. How do transformers build a shared representation of two input sentences with different lengths? If you convolve them with the same filter, you get two diff…

  19. comment
    Comment #19073891

    How do you handle variable length input without something like an RNN? Even transformers use RNN structures right. I suppose convolutions could technically handle variable length i…

  20. comment
    Comment #18871534

    Are any of these more closely tied to Python than the others?

  21. story
    Best book for good programming practices

    I'm a new college grad. I find my code still isn't very clean and I don't have a good answer to design decisions and abstraction decisions. What is a good book to make me a better …

  22. comment
    Comment #18646559

    A symbol is just a frozen weight in a neural network.

  23. comment
    Comment #18555501

    This article would have been way more interesting if you filled it with actual business lessons and examples. Instead, it's filled with vague self help messages...

  24. comment
    Comment #18335064

    I'm a recent college grad from a good CS program. How do I get better at bugfixing and diagnosing code? To give a specific example: I was recently working with a Tensorflow code ba…