Viewing profile — mvladic
mvladic
HN member- Joined
- Tue, Mar 12, 2013, 7:59 AM UTC
- HN karma
- 19
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About mvladic
No profile information was provided.
Recent public activity
-
comment
Comment #42558175
Here is the screenshot showing memory consumption of Obsidian (I did wait 30 seconds for memory to settle down after initial spike which was 240 MB): https://pasteboard.co/uW2lPNSb…
-
comment
Comment #42558073
Obsidian is an Electron app (I don't know if it belongs to the Block editor category). It loads just as fast as your app. I tried copying and pasting the text file War and Peace (6…
-
comment
Comment #38522446
Revolutionized IDEs? Isn't it, actually, a first mainstream IDE?
-
comment
Comment #36188174
Still, C++ is very useful on embedded systems. This article is just about that.
-
comment
Comment #35136291
Actually, Croissant was invented in Austria according to wikipedia: https://en.wikipedia.org/wiki/Croissant
-
comment
Comment #34705858
Yes, I agree. And it seems that the author of this blog post agrees with that also, because he wrote: "If I could wave a magic wand, I would create an open working group, with the …
-
comment
Comment #34206374
There was also a large anti-fascist movement in Croatia during the Second World War: https://en.wikipedia.org/wiki/Croatian_Partisans .
-
comment
Comment #32982942
Actually, there is already rast2 article: https://magcius.github.io/xplain/article/rast2.html . Also there is the menu article: https://magcius.github.io/xplain/article/menu.html .…
-
comment
Comment #32972712
Unfortunately, repository https://github.com/magcius/xplain is archived and the latest update is from 5 years ago.
-
comment
Comment #32878442
> Browser hype is all good, but you have a memory limitation. And nothing beats a native app responsiveness. I learned from the other HN comment that Figma is faster then Adobe XD …
-
comment
Comment #32705532
The killer feature was the multitouch interface and removal of the keyboard. The same was with Macintosh, they removed the focus from the keyboard to the mouse. It is much easier t…
-
comment
Comment #32576992
Why would they use forEach? Is that criteria that your code is more modern? Or by forEach you mean: "for (const entity of entities) {...}"?
-
comment
Comment #30556699
[Spoiler alert] Terrible brute force program in JS says there is (possibly, didn't prove it) 6368 different solutions: https://gist.github.com/mvladic/9b2f2025a8c54aca78649ce17766.…
-
comment
Comment #30467711
You can watch live stream here https://www.youtube.com/watch?v=GkHcrYqrrQ4
-
comment
Comment #30320341
The size of cJSON structure that holds single JSON value is 80 bytes on 64-bit or 32 bytes on 32-bit architecture. Why the author doesn't use union here? Or NAN boxing trick like m…
-
comment
Comment #28979347
Correct if I'm wrong, but FLTK is not using native widgets so it is not the same thing.
-
comment
Comment #22374309
FYI builtin command "RMDIR /Q/S foldername" is fast, at least much faster then using windows file explorer.
-
comment
Comment #22043164
Position your index finger between your eyes and monitor. If you focus on your index finger you will see only one index finger, but if you focus on monitor you will see two index f…
- comment
- story