Viewing profile — laladrik
laladrik
HN member- Joined
- Mon, Jun 08, 2020, 1:39 PM UTC
- HN karma
- 64
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About laladrik
Recent public activity
-
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?
-
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…
-
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…
-
comment
Comment #48658850
you're right. The problem is with my Android application. Clicking the link through the website leads to a page
-
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…
-
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…
-
comment
Comment #48607221
The link is 404
-
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, …
-
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…
-
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-…
-
comment
Comment #47023084
You know, that new inline Vim's diff algorithm looks really tempting. I wish I had it in my Neovim
-
comment
Comment #46948702
Well, the article is old, but it's good enough to deserve one more link to it :)
-
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.
-
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…
- story
-
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…
-
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…
-
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?
-
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. …
-
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…
- story
-
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…
- story
-
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…
-
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…