Live data from Hacker News

Viewing profile — pokipoke

pokipoke

HN member
Joined
Wed, Dec 13, 2023, 1:51 PM UTC
HN karma
16
Public activity
8 items

About pokipoke

No profile information was provided.

Recent public activity

  1. comment
    Comment #45370512

    > Sublime’s biggest gap is that it’s not open-source But yours is also not open-source

  2. comment
    Comment #45086038

    > Another pain point was that jj could not colocate with light clones, like `git clone --filter=blob:none`. Maybe that's fixed now. It's not

  3. comment
    Comment #44994456

    You can also use 'jj git push --named name=@' to create and push new branch

  4. comment
    Comment #41107382

    I haven't seen such bad Python code (fasthtml repo) for a long time. It feels like its written in 2008 using Python2

  5. story
  6. comment
    Comment #40031896

    You still need to install hypopg which is C extension

  7. comment
    Comment #39865299

    Elixir has https://livebook.dev/

  8. comment
    Comment #38627349

    You are wrong. Just checked Django part. No annotations, `__all__` in serializers, exists+get instead just calling .first(), etc. It's no way a good Django codebase.