Live data from Hacker News

Viewing profile — co_dh

co_dh

HN member
Joined
Tue, Dec 31, 2013, 3:09 PM UTC
HN karma
89
Public activity
92 items

About co_dh

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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 …

  4. comment
    Comment #37392949

    At this price(360), I may want to try glove80.

  5. comment
    Comment #36914801

    In kdb+/q, it is only 1 character ~

  6. comment
    Comment #36094322

    I wake up.

  7. comment
    Comment #35655975

    Any language with repl can have it . Python for example

  8. 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.

  9. comment
    Comment #35485841

    What is DDD?

  10. comment
    Comment #35402819

    Q/kdb, it is practical, and you can find a good pay job with it.

  11. 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…

  12. comment
    Comment #35402784

    https://code.kx.com/q/ref/

  13. comment
    Comment #35402768

    In q/kdb. iPhone replaced q with a. Sorry

  14. comment
    Comment #35393679

    I am happily programming in a for 6 years now, and will not give it up

  15. comment
  16. comment
    Comment #34325865

    48 , and feel smarter than before

  17. comment
    Comment #34325846

    Sleep, exercise, chess

  18. comment
    Comment #33121942

    This is how my money get wasted.

  19. comment
    Comment #32827248

    I put semicolons at the beginning of line.

  20. 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…

  21. comment
    Comment #31408906

    Is this the reason of global warming?

  22. comment
    Comment #31381992

    https://arxiv.org/abs/1803.05316

  23. comment
  24. 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…

  25. comment
    Comment #29769991

    I think you might like Color Forth, which is another rabbit hole, but interesting.