Live data from Hacker News

Viewing profile — isaac21259

isaac21259

HN member
Joined
Tue, Oct 16, 2018, 9:53 AM UTC
HN karma
554
Public activity
83 items

About isaac21259

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #32407965

    I was considering this for my programming language but I will most likely not use it because it makes optimisations and garbage collection harder, and the C would not be human read…

  6. comment
    Comment #32286050

    Exponentials come up quite naturally from differential equations because it's often suprisingly useful to talk about something's rate of change in terms of itself. As far as I know…

  7. comment
    Comment #32285123

    To clarify where I live limits are introduced in high school, irrational numbers just much earlier.

  8. comment
    Comment #32284947

    That's a pretty far departure from the original "multiplication is just repeated addition". Regardless, I don't think any student would find it helpful to hear "Multiplying two rea…

  9. comment
    Comment #32284769

    What about irrational numbers? There's no neat way to view multiplication of two irrational numbers as repeated addition. And even if there were a way I don't think it's a useful w…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #31467134

    Dependent type systems don't deal well with non termination. In general you can't prove a program will or won't terminate. The solution is to disallow recursion except through a fe…

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #31246789

    The Little Typer by Daniel P. Friedman and David Thrane Christianse. It's basically one long book of examples building on each other to show the semantics of a dependently typed pr…

  21. story
  22. comment
    Comment #30865981

    Se also: https://tech-blog.capital-match.com/posts/5-the-reverse-stat...

  23. story
  24. comment
    Comment #30862774

    Everyone here has been talking about how blog comments add little value. On many blogs they are right. But John D Cook's blog regularly has interesting comments, some of which he'l…

  25. comment
    Comment #30819438

    I was also considering writing some introductory stuff about HoTT but I don't think it's possible to avoid talking about topology, homotopy theory, and category theory in depth lik…