Live data from Hacker News

Viewing profile — andrewp123

andrewp123

HN member
Joined
Wed, Jul 26, 2023, 10:41 PM UTC
HN karma
96
Public activity
44 items

About andrewp123

Built: deriveit.org Currently: working on new things now! Contact: andrew@deriveit.org

Recent public activity

  1. comment
    Comment #41148261

    I don’t know how any experiment like this could be taken seriously. Your action could change 15 minutes apart if you feel like having sugar, if the guy felt intimidating or not, if…

  2. comment
    Comment #40965032

    Algorithms are graphs, data structures are graphs, networks are graphs, relationships are graphs. Let’s use text to describe everything!

  3. comment
    Comment #40709206

    I’m not sure how interesting this is - of course rotation causes the paths to differ and become measurable. I’ve been wondering about sending photons away from earth and having the…

  4. comment
    Comment #40477098

    I was thinking of creating something like this but centered around posting one’s intuitions on research, instead of the papers themselves (which are hard to read, even the list of …

  5. story
  6. comment
    Comment #40393660

    I just wanted to comment on how good the homepage is - it's immediately clear what you do. Most people working with "combinators" would feel a need to use lots of scary lingo, but …

  7. comment
    Comment #40340528

    The word dynamic was popular in naming around that time - dynamic programming is another example (1950s). Somehow just by internalizing the old meaning of the world “dynamic”, I fe…

  8. comment
    Comment #40339897

    A powerful method in math is to assume the thing you're looking for is continuous, in which case you can write it F(n) = a0 + a1 n + a2 n^2 + ... . You can solve Fibonacci by writi…

  9. comment
    Comment #40330248

    I can't imagine you believe P=NP.

  10. comment
    Comment #40323899

    Always a bad idea to destroy musical instruments.

  11. comment
    Comment #40320669

    I just tried finding a good resource and I can’t. All of them are mile long page scrolls… I don’t know how they have so much stuff to spew. Qiskit had amazing lessons with cool ill…

  12. comment
    Comment #40294521

    Yep, they're essentially giant brute force machines. You can find the period of a function by passing all the inputs through it at once and destructively interfering the result. Wh…

  13. comment
    Comment #40294462

    Correct - superposition doesn't fork the world - measurement does. And correct, you can't communicate with the other universe after the split has happened [1]. I'm glad you mention…

  14. comment
    Comment #40292864

    If you roll a regular coin without any quantum effects, every version of you will either see only heads, or only tails. You need quantum in order to make the choice nondeterministi…

  15. story
  16. comment
    Comment #40292361

    It's a similar idea. The only difference is that if the event is quantum, the universe is choosing for you (otherwise the flip is deterministic).

  17. story
    Show HN: Deriveit.org – A smart resource to master LeetCode efficiently

    The goal of our site is to teach smart people how to quickly master LeetCode. This boils down to two main ideas: -organized intelligently -simpler explanations than what you find o…

  18. story
  19. comment
    Comment #40288697

    If you want a more efficient way to practice, I’ve been working on https://deriveit.org/coding/roadmap#note-215 . It’s LeetCode site that’s -organized intelligently -has simpler ex…

  20. story
  21. comment
    Comment #40282768

    Wow, shipfa.st boilerplate is really taking off!

  22. story
  23. comment
    Comment #40193905

    DeriveIt has ~100 questions and ~40 lessons. It's up to you to decide how much practice you need, but users typically aren't limited by "not enough" practice problems. Not sure if …

  24. comment
    Comment #40177905

    I've been working on a more effective leetcode site - https://deriveit.org/coding/roadmap . The goal of our site is to teach smart people how to quickly master leetcode. We put in …

  25. comment
    Comment #40051925

    Always depressing to see a paper like this. I can almost guarantee one could make this whole thing into a two-page document with a clearer vision and followable to, well, anyone el…