Viewing profile — o-sdn-o
o-sdn-o
HN member- Joined
- Sat, Mar 08, 2025, 11:35 AM UTC
- HN karma
- 2
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About o-sdn-o
No profile information was provided.
Recent public activity
-
comment
Comment #43384819
If there are any issues with compilation, please describe them in vtm github repository, we will try to solve it.
-
comment
Comment #43306395
Not all platorm-specific tty's are supported by vtm. See the list of supported terminals.
-
comment
Comment #43306317
Most likely you need to update the compiler you are using.
-
comment
Comment #43300452
There were demo apps in the menu, they are still there: 'vtm --run text', 'vtm --run calc', 'vtm --run test', 'vtm --run truecolor'... You can play with it by running them directly…
-
comment
Comment #43300403
Now vtm is the same as it was running on demo servers. In the modern version, the fading effects and window shadows are disabled by default in the settings. Perhaps the fading effe…
-
comment
Comment #43299881
It's scary to do something more complex than a terminal emulator until the architecture is unstable. In case of small changes we will have to rewrite a lot. You can play with a cou…
-
comment
Comment #43299617
This is the same thing as the public demo back then via 'ssh vtm@netxs.online'. There are no public demo servers running now, but you can still ssh to your running vtm instance wit…
-
comment
Comment #43299473
Building with gcc requires ~4Gb of RAM; clang requires ~8Gb. Due to memory requirements, building vtm for a 32-bit target is only possible using cross-compilation. In addition, cma…