Viewing profile — co_dh
co_dh
HN member- Joined
- Tue, Dec 31, 2013, 3:09 PM UTC
- HN karma
- 89
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About co_dh
No profile information was provided.
Recent public activity
-
comment
Comment #48109277
I used Claude that created a terminal based table viewer from rust first, to lean , and finally to Haskell. https://github.com/co-dh/tv-hask/tree/main I give up rust because it’s n…
-
comment
Comment #45809789
I have to warning everyone: Windows terminal with true color , possibly with tmux, is very slow. There is a half second delay from key press to response. I am in a vdi. Your miles …
-
comment
Comment #45149192
But why do you need serialization? Because the data structure on disk is not the same as in memory. Arthur Whitney's k/q/kdb+ solved this problem by making them the same. An array …
-
comment
Comment #37392949
At this price(360), I may want to try glove80.
-
comment
Comment #36914801
In kdb+/q, it is only 1 character ~
-
comment
Comment #36094322
I wake up.
-
comment
Comment #35655975
Any language with repl can have it . Python for example
-
comment
Comment #35575344
A single threaded OS. I remember that sometimes I launched a slow process in emacs, and then can do nothing but wait.
-
comment
Comment #35485841
What is DDD?
-
comment
Comment #35402819
Q/kdb, it is practical, and you can find a good pay job with it.
-
comment
Comment #35402809
Group is actually like inverse a mapping. Given an array A which map index to value, group A map value to index. A common idiom is: desc count each group A , which list most freque…
-
comment
Comment #35402784
https://code.kx.com/q/ref/
-
comment
Comment #35402768
In q/kdb. iPhone replaced q with a. Sorry
-
comment
Comment #35393679
I am happily programming in a for 6 years now, and will not give it up
-
comment
Comment #34847214
Me too
-
comment
Comment #34325865
48 , and feel smarter than before
-
comment
Comment #34325846
Sleep, exercise, chess
-
comment
Comment #33121942
This is how my money get wasted.
-
comment
Comment #32827248
I put semicolons at the beginning of line.
-
comment
Comment #32583426
Human makes a lot of inconsistent thing: We usually think the 1st floor, and the basement as 1st underground floor ( -1), but the floor jumps from 1 to -1! Also, the time jump from…
-
comment
Comment #31408906
Is this the reason of global warming?
-
comment
Comment #31381992
https://arxiv.org/abs/1803.05316
- comment
-
comment
Comment #30270867
The unix command is a module system without import, and is very convenient. It is only possible when 1) you have very simple data structure. line of text in this case. 2) each comm…
-
comment
Comment #29769991
I think you might like Color Forth, which is another rabbit hole, but interesting.