Live data from Hacker News

Viewing profile — evolveyourmind

evolveyourmind

HN member
Joined
Thu, Jan 18, 2018, 3:32 PM UTC
HN karma
112
Public activity
52 items

About evolveyourmind

https://github.com/desi-ivanov

Recent public activity

  1. comment
    Comment #46765053

    Have you successfully submitted a “malicious” paper that hacks these AI reviewers?

  2. comment
    Comment #43187173

    https://github.com/desi-ivanov/ts-lambda-calc

  3. comment
    Comment #41895438

    Nice! My version: https://github.com/desi-ivanov/ts-regexp

  4. comment
    Comment #37486884

    Interesting number, but how many are actually that GPU-intensive?

  5. comment
    Comment #37486657

    I can't understand why they invest so much in gaming. Gaming on such small devices is too uncomfortable, both for your eyes and your posture. In addition, with cloud gaming you can…

  6. comment
    Comment #37439963

    You can also easily implement meta-languages. Eg. lambda calculus: https://github.com/desi-ivanov/ts-lambda-calc

  7. comment
  8. story
  9. story
  10. comment
    Comment #37189931

    Any benchmarks?

  11. comment
    Comment #36254944

    Other than Monads, HKT can be used to easily write type-level functional programs [1]. This can for example help writing type-level parsers for other lanugages. A real world use-ca…

  12. story
  13. comment
    Comment #35354711

    Seems very limited. I wonder if the same can be achieved with just stable diffusion and neighbor latent walks with very small steps. On the other hand the interpolation techniques …

  14. comment
    Comment #35237693

    Imagine the impact of such a crash to the whole humanity in the next years. Api crashes and suddenly all bots crash and half of the world is stuck for some hours

  15. comment
    Comment #35132202

    A containerized version of this thing would be def useful, as it installs global packages and assumes a lot of preinstalled binaries. The node image won't work alone tho, you'll py…

  16. comment
    Comment #35055338

    And here the formalized proof in less than 150 lines of code (in Agda) for Brzozowski Derivatives for regex matching (and additional regular languages theorems): https://github.com…

  17. comment
    Comment #34987089

    Goodbye internet as we knew it

  18. story
  19. comment
    Comment #32261126

    This is mindblowing

  20. comment
    Comment #31899936

    Some other type-only TS projects: - RegExp matching through types: https://github.com/desi-ivanov/ts-regexp - Lambda calculus through types: https://github.com/desi-ivanov/ts-lambd…

  21. story
  22. comment
    Comment #31292703

    Yes, knapsack can be optimally solved with these solvers. Indeed, the time complexity of these optimisers is exponential.

  23. comment
    Comment #30245373

    Imagine what average users will do after reading "This app does not support (Apple's) secure and private payments system". Clearly they would cancel the payment and probably uninst…

  24. comment
    Comment #30177390

    I was actually inspired by your ts-sql project! Amazing work

  25. comment
    Comment #30174904

    Here’s an implementation of lambda calculus (which is TC) at type level in TypeScript: https://github.com/EvolveYourMind/ts-lambda-calc And here a type-level RegExp matcher: https:…