Viewing profile — QuackingTheQ
QuackingTheQ
HN member- Joined
- Mon, May 16, 2022, 2:13 PM UTC
- HN karma
- 73
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About QuackingTheQ
No profile information was provided.
Recent public activity
-
comment
Comment #36437204
I'm not sure how far into Diaspora you made it, but the further you go the more mathematical or physics-based it gets. Computability/complexity theory show up later, there's a larg…
-
comment
Comment #36431716
I would also go to bat for Diaspora, single-handedly re-invigorated my interest in science fiction
-
comment
Comment #33190996
knowledge base is buzzwordy. it's a very elaborate (and good!) note taking app.
-
comment
Comment #32307381
A pet peeve of mine is that differentiable programming is co-opted almost entirely by deep learning + neural networks. The idea of differentiable programming is much bigger than SG…
-
comment
Comment #32307328
Julia's AD is compatible with control flow. They have their own issues, but Zygote + ChainRules actually work pretty well
-
comment
Comment #31398325
It's possible to hack interface verification into place at test-time, but that has a couple of problems: 1. Running the whole testing framework to determine if you implemented an i…
-
comment
Comment #31397645
I've spent a lot of time developing large computational codebases in Julia, and I think the most insidious of these issues is a product of no formal way of enforcing interfaces. Us…