HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dystroy

no profile record

comments

dystroy
·الشهر الماضي·discuss
You know, my first reaction after reading this was to appraise the quality of your writing, which convinced me your brain recovered.

Wishing you health, of course. The world is better with you in it.
dystroy
·قبل شهرين·discuss
Sorry (blog post author), the name of the field was given by AWS, I kept it as is on deserialization.
dystroy
·قبل 6 أشهر·discuss
This disclosure has been added today, after some users here called them out for hiding that they were using AI to build it.
dystroy
·قبل 6 أشهر·discuss
Termimad author here: I’m always a bit afraid, when I see the popularity of this crate, that it might be undue and that people may lose time trying to use it when it’s probably not the tool they need.

Termimad isn’t a full-fledged TUI framework. It can be used to build TUIs (I made broot, bacon, safecloset, etc. with it), but if you want to quickly build a TUI and compose UI components and widgets, you’ll probably find it much easier to choose a real TUI framework (e.g. ratatui).

Termimad isn’t a generic Markdown viewer either. Markdown is mainly used as a language for the developer to describe parts of the interface—especially rich text—inside a TUI. People interested in rendering arbitrary Markdown files will find that it lacks features such as image rendering.