Viewing profile — evolveyourmind
evolveyourmind
HN member- Joined
- Thu, Jan 18, 2018, 3:32 PM UTC
- HN karma
- 112
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About evolveyourmind
Recent public activity
-
comment
Comment #46765053
Have you successfully submitted a “malicious” paper that hacks these AI reviewers?
-
comment
Comment #43187173
https://github.com/desi-ivanov/ts-lambda-calc
-
comment
Comment #41895438
Nice! My version: https://github.com/desi-ivanov/ts-regexp
-
comment
Comment #37486884
Interesting number, but how many are actually that GPU-intensive?
-
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…
-
comment
Comment #37439963
You can also easily implement meta-languages. Eg. lambda calculus: https://github.com/desi-ivanov/ts-lambda-calc
- comment
- story
- story
-
comment
Comment #37189931
Any benchmarks?
-
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…
- story
-
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 …
-
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
-
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…
-
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…
-
comment
Comment #34987089
Goodbye internet as we knew it
- story
-
comment
Comment #32261126
This is mindblowing
-
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…
- story
-
comment
Comment #31292703
Yes, knapsack can be optimally solved with these solvers. Indeed, the time complexity of these optimisers is exponential.
-
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…
-
comment
Comment #30177390
I was actually inspired by your ts-sql project! Amazing work
-
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:…