Live data from Hacker News

Viewing profile — hackermanai

hackermanai

HN member
Joined
Fri, Sep 13, 2024, 2:46 AM UTC
HN karma
15
Public activity
34 items

About hackermanai

hackerman.ai koieditor.com

Recent public activity

  1. comment
    Comment #49191673

    There’s also Koi Editor. No telemetry, no tracking, and much faster than Zed: https://koieditor.com/benchmarks/ Dev solely focused on performance and bug fixing.

  2. story
  3. comment
    Comment #49016205

    So it seems.

  4. story
  5. comment
    Comment #48567112

    > Claude one shots pretty much everything What? > An IDE at this point is best as a tool for code review. I heard from a friend that most devs building serious stuff still write co…

  6. comment
    Comment #48567005

    At least it didn't succeed yet. They should drop a model somewhere, beating something else in some use case, and maybe people would use.

  7. comment
    Comment #48566981

    > You just say, "Go Build me x - it should have y,z features - and build it in golang for me" - and that's it - the 3-4 page Plan comes back - usually pretty credible - and then yo…

  8. comment
    Comment #48501264

    I think this is a cool approach, like a giant undo stack.

  9. comment
    Comment #48487409

    I have this line completion feature in koieditor.com as well, and it's hard to suggest "safe"/good completions at a low latency. Best approach I could think of is a second pass to …

  10. comment
    Comment #48442718

    Many are pro AI, anti hype.

  11. story
    Ask HN: Which product branding do you prefer?

    A: hackerman.ai B: koieditor.com Help me decide!

  12. comment
    Comment #48275637

    I think this approach is more common than the hype for actual work. I do something similar, many back and forth, then settle on something often with now known tradeoffs, written by…

  13. comment
    Comment #48232835

    Not a textedit fork, but I am building a minimal text editor with niceties based on scintilla. So performance wise on par with Notepad++ et al.

  14. comment
    Comment #48170966

    > Usually performance was the reason for using native APIs rather than web views, but this doesn't seem to be true any more. It's still true. There's no way around it, web views wi…

  15. comment
    Comment #48091204

    Hackerman Text editor. 595 days and counting. ᕙ(⇀‸↼‶)ᕗ

  16. comment
    Comment #48091143

    > actively reject multiple safety warnings Is this like a popup? which most people actively accept without blinking I think plugin/extensions should be a bit harder to run by defau…

  17. comment
    Comment #48091074

    > “But Local Models Aren’t As Smart” This is what makes me continuously doubt and rewrite the local-first approach to inline chat in my editor. Next edit/ code complete makes more …

  18. comment
    Comment #48009432

    > How does anyone at Microsoft/Github thinks this is ok? Their whole marketing department probably.

  19. comment
    Comment #48009373

    > .. webview .. That would make it an web app tho. Not sure if that's what OP wants when making Swift apps.

  20. comment
    Comment #47959402

    I recently tested input latency on Mac Mini M2 Pro, keypress to visible pixel (p95 value). - Zed 36.8ms (26.3 avg) - Sublime 33.5ms (25.9 avg) - VSCode 31.7ms (20.6 avg) - Hackerma…

  21. comment
    Comment #47959297

    And soon™, https://hackerman.ai/

  22. comment
    Comment #47959210

    > How else are you going to have “a quick glance at code” across project files without using a new view for that? By showing the text around match inline with the search result in …

  23. comment
    Comment #47959172

    I think VSCode use ripgrep and Zed has its own ripgrep-like search. Zed likely still do more work per match due to the multibuffer. A normal nested tree-based result should be fast…

  24. comment
    Comment #47958860

    > Zed felt it had the right to download, install, and run node.js without any permission just to run some LSP (which I don't even use). Yes. This is bad. Zed keeps installing and r…

  25. comment
    Comment #47958808

    > never loses unsaved files This is a big one indeed. I keep many unsaved tmp notes and pastes open all the time. Sublime Text also have it's super smooth pane and window managemen…