Live data from Hacker News

Viewing profile — waqar144

waqar144

HN member
Joined
Mon, Sep 19, 2016, 8:15 PM UTC
HN karma
-4
Public activity
14 items

About waqar144

No profile information was provided.

Recent public activity

  1. comment
    Comment #45032405

    Please fix the performance of your website. Scrolling down is too slow and crashes my browser sometimes.

  2. comment
    Comment #44345443

    [flagged]

  3. comment
    Comment #42921890

    Nice, thanks a lot for sharing the knowledge.

  4. comment
    Comment #42918775

    You keep ignoring the point. Show me how can I write a program in C# that works with a fixed size memory region, lets say 512KB. It should not do any dynamic memory allocation. Her…

  5. comment
    Comment #42915546

    In C, I can just write the whole program without calling malloc. I write my own allocator tuned for my programs behavior, I even have multiple allocators if needed. I just have a l…

  6. comment
    Comment #42910601

    > performance ceiling of .NET is at approximately the level of C/C++/Rust/Zig Not really. You don't have the same level of control over memory in managed languages

  7. comment
  8. story
  9. comment
    Comment #40050706

    https://invent.kde.org/frameworks/ktexteditor/-/tree/master/...

  10. comment
    Comment #40048972

    IIRC, you came around in the kate channel on the matrix. Unfortunately you gave up really close to getting the build successful :) I did try to help as much as I could, but I am no…

  11. comment
    Comment #40048947

    the architecture is really simple. The buffer contigously stores a list of "blocks". Each block contains a small number of actual text lines (usually 64-128). Thus if you edit a li…

  12. comment
    Comment #40048929

    Kate has good code integration these days, but it depends on the language. Might not be great for some languages.

  13. comment
    Comment #40048917

    because its not very easy to come up with new designs, at least for me. On the other hand if another tool provides a good and easy to understand UI, copying it makes sense. Kate st…

  14. story