Live data from Hacker News

Viewing profile — dacapoday

dacapoday

HN member
Joined
Sun, Nov 06, 2022, 5:46 AM UTC
HN karma
67
Public activity
13 items

About dacapoday

No profile information was provided.

Recent public activity

  1. comment
    Comment #47449893

    Very Nice Job! I built a small CLI to browse and query it from the terminal: https://github.com/dacapoday/hn

  2. comment
    Comment #46983756

    Goodbye Claude Code. Welcome Pi.

  3. comment
    Comment #46806912

    Why not add an LSM memtable on top of the cow b+ tree? Use the skiplist as a write buffer and write to the b+ tree in batches when the skiplist is frozen.

  4. comment
    Comment #46548929

    too young too simple, sometimes naive.

  5. comment
    Comment #46428344

    In-memory immuatable data structures seem to be only suitable for scenarios with large amounts of data and high concurrency. In most scenarios, this actually incurs a lot of additi…

  6. comment
    Comment #46428237

    I just tried building some immutable data structures in Go: ( https://github.com/dacapoday/smol ) a kv store base on cow b+ tree

  7. comment
    Comment #46350348

    Why not [Reqable]( https://reqable.com/en-US/ )? More modern, more powerful.

  8. comment
    Comment #45895664

    Why restrict it to Shell programs with script language? What about LLM powered chat? Terminal is the UI between humans and machines, future is IM App. What people do to each other,…

  9. story
  10. comment
    Comment #44439445

    Then the next stop: DSL

  11. comment
    Comment #42764368

    Americans can be just as passionate too.

  12. comment
    Comment #41422907

    for new register: password require at least 16 characters and contain: an uppercase letter, a lowercase letter, a number, and a symbol. Its too complex for even Chrome built-in sec…

  13. comment
    Comment #41316260

    Is it similar to https://github.com/mxgmn/MarkovJunior