Viewing profile — durbat
durbat
HN member- Joined
- Fri, Mar 15, 2019, 10:34 AM UTC
- HN karma
- 21
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About durbat
No profile information was provided.
Recent public activity
-
comment
Comment #37858495
This post explains the reasons https://github.com/microsoft/vscode-debugadapter-node/issues...
-
comment
Comment #26867103
Same here. Still on 0.18, no upgrade path as 70% of my deps never upgraded. Awaiting rewrite in vue/react/etc
-
comment
Comment #23572546
With Fourier you can analyze oscillatory characteristics of function (frequency and phase). With Laplace you can also analyze amplification/attenuation.
-
comment
Comment #22766799
Well, it depends on the project goals. For a GUI app I can agree but good luck writing a chess engine where data representation is hidden behind an abstract interface.
-
comment
Comment #22766758
OP mentions chess AI and game analyzer. Those would benefit from an optimized data representation.
-
comment
Comment #22763607
You need to switch your data representation to 0x88 [1] or bitbords [2] to get anything performant. You won't get anywhere with a class hierarchy [1] https://www.chessprogramming.o…