Live data from Hacker News

Asciline – real-time ASCII video rendering engine

github.com

11–20 of 27 posts

Re: Asciline – real-time ASCII video rendering engine

#15
post #7
post #5

Earlier quoted context omitted.

The "practical" use case is to allow auto playing of videos for those users who disable it, from the "Strategic Vision & Core Capabilities" section: > Bypassing Browser Constraints: Modern browsers aggressively throttle autoplay videos, and ad-blockers restrict traditional media frames. To the browser, ASCILINE is simply "JavaScript updating a canvas"—completely invisible to media restrictions.

While this is presented as a way to evade ad blockers, using it to serve ads is explicily prohibited in the license: The permission granted by this license explicitly EXCLUDES the right to use this software, in whole or in part, for the purpose of serving, delivering, or displaying digital advertisements, sponsored content, or any form of commercial marketing to end-users. Any such use immediately terminates this lic…

All this means in practice is that anyone who wants to use it for ads needs to get in touch with the devs and negotiate another set of licensing terms and an amount...

Re: Asciline – real-time ASCII video rendering engine

#16
post #3

I feel like this is only technically ASCII rendering. As far as I can tell, it's always the same chars that are rendered, and only colouring tags change. That seems to optimise for usability/complexity ratio, while completely throwing coolness under the bus. But this is a ASCII video generator, I would've thought coolness was the point? I can't imagine a practical usecase for it...

There's this one guy doing crazy stuff with ASCII rendering, I can't remember his name/handle/project though :(

Re: Asciline – real-time ASCII video rendering engine

#17
post #3

I feel like this is only technically ASCII rendering. As far as I can tell, it's always the same chars that are rendered, and only colouring tags change. That seems to optimise for usability/complexity ratio, while completely throwing coolness under the bus. But this is a ASCII video generator, I would've thought coolness was the point? I can't imagine a practical usecase for it...

There's this one guy doing crazy stuff with ASCII rendering, I can't remember his name/handle/project though :(

Peter Brittain? https://asciinema.org/~peterbrittain

Re: Asciline – real-time ASCII video rendering engine

#20
It's unclear to me why I'd want to use this over libcaca or similar? The demoscene has made really excellent ASCII rendering for decades, and this seems like it has less options and less understandable output. If this is just a fun personal project "just because" then cool! That's awesome! But for actual use cases I'd much rather use libcaca.
Post reply on HN