Live data from Hacker News

Viewing profile — laladrik

laladrik

HN member
Joined
Mon, Jun 08, 2020, 1:39 PM UTC
HN karma
64
Public activity
35 items

About laladrik

barber-stoic-come@duck.com

Recent public activity

  1. comment
    Comment #49145739

    SDL3 has been around for 1.5 years. I can't help but wonder about the choice of SDL2 over it. I started using SDL from its 3rd version. Don't I know about some advantages of SDL2?

  2. comment
    Comment #49061961

    It's fair to mention that DOD is not only getting the most out of the hardware. It also allows the busy work to be avoided. I caught myself a couple of times, when I wanted to make…

  3. comment
    Comment #49061563

    Have a look at the talk Practical Data-Oriented Design by Andrew Kelly [1]. He covers the following techniques: 1. Indexes instead of pointers. This allows you to avoid alignment o…

  4. comment
    Comment #48658850

    you're right. The problem is with my Android application. Clicking the link through the website leads to a page

  5. story
    Ask HN: Switching from backend development to graphics programming

    I love computers. I wrote my first program in Borland C++ when I was 11. By chance, I managed at my 15 to get a job where I did some HTML pages and later some PHP programming. Maki…

  6. comment
    Comment #48632555

    I'm surprised that Vim is not on the first place here. Great TUI application. However, the about the TUI applications which I use is extensibility. For example, FZF is just a picke…

  7. comment
    Comment #48607221

    The link is 404

  8. comment
    Comment #48519208

    When I was a student I had to make quite a few Qt application with C++ (for Linux). However, I bring the food on the table doing web (recently only the backend). During that time, …

  9. comment
    Comment #48473410

    This one looks good to me. https://matklad.github.io/ . Coincidentally the author has recently posted about CSS for blogs https://matklad.github.io/2026/06/04/css-unavoidable-bad-p…

  10. comment
    Comment #48449479

    Location: Ireland Remote: Yes Willing to relocate: No Technologies: Rust, Go, C/C++, Postgres, RabbitMQ, Redis, GNU/Linux, Docker, Python. Résumé/CV: https://alexmarkov.xyz/resume-…

  11. comment
    Comment #47023084

    You know, that new inline Vim's diff algorithm looks really tempting. I wish I had it in my Neovim

  12. comment
    Comment #46948702

    Well, the article is old, but it's good enough to deserve one more link to it :)

  13. comment
    Comment #46948370

    Keep working on a GUI calendar for Linux which would CLI users happy to use https://semana.alexmarkov.xyz/ . Just recently I've shaped the architecture a bit.

  14. comment
    Comment #46385724

    During the last couple of years working on Rust programs I collected a number of GDB scripts. Eventually, they evolved into the project. Also, I wrote an article about how I came u…

  15. story
  16. comment
    Comment #46354303

    That's a good introduction. There is a video which I'd say complements the article. It's called "Getting pixels on screen on Linux: introduction to Kernel Mode Setting" [1] 1. http…

  17. comment
    Comment #46186103

    Recently Khal [1] released JSON interface. In short, Khal is a Linux CLI calendar application. I'm working on a proof-of-concept GUI[2] for the interface. I expect to implement typ…

  18. comment
    Comment #46186069

    The conclusion of the article says that it's not the language problem either. Under the title "So, is Go the problem?" Or do you mean something else here?

  19. comment
    Comment #45881557

    Yeah, that's a pity that D didn't gain the popularity. It brought some features which were borrowed to mainstream languages. However, the features didn't help D to become popular. …

  20. comment
    Comment #45430596

    Hello everyone, I started programming because I wanted to make games. However, I got a chance to bring the food to the table making on web sites. A few months ago I came across a l…

  21. story
  22. comment
    Comment #43764085

    Hello, I've been playing with Zig the last couple of months. The navigation between document symbols in Neovim is a bit complicated the document has symbols with the same name. I i…

  23. story
  24. comment
    Comment #42650926

    I fail to see the reference to be honest. I remember the term from OpenGL, when I rendered something to a framebuffer (actually its attachmets) and then applied to the current fram…

  25. comment
    Comment #42531467

    A clear. I hid it in my mind. I haven't tried the approach with indices, because... well, I was lazy to do it. However, I agree that this approach would be better, then the current…