Viewing profile — moal
moal
HN member- Joined
- Mon, Feb 05, 2024, 11:01 PM UTC
- HN karma
- 11
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About moal
No profile information was provided.
Recent public activity
-
comment
Comment #40878423
Doesn't this just boil down to migrating from the cloud to leased servers? The whole FreeBSD, jails etc could've just been any form of containerization on linux and the result woul…
-
comment
Comment #40847312
You can use dynamic_cast instead of reinterpret_cast. If the pointer isn't correct it would return null. A better solution is to subclass the widget, store a function pointer for t…
-
comment
Comment #39643341
Doctor-patient written communications (email, whatsapp whatever) can put doctors in legal risk whether they answer or not. Answering in a meaningful way also takes from the physici…
-
comment
Comment #39268457
Actually FLTK has full unicode support, right-to-left and bidi text. The limiting factor is the OS. For rtl and bidi, it depends on the OS. On linux for example, if FLTK is built w…