Show HN: Total.js – Low-code development (Node-RED alternative)
41–50 of 83 posts
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#42Talk to ChatGPT within Total.js Flow - https://www.youtube.com/watch?v=K54ubAhheyA
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#43To use this service, you check to agree to terms which include this: "By posting Content to the Service, you grant us the right and license to use, modify, publicly perform, publicly display, reproduce, and distribute such Content on and through the Service. You retain any and all of your rights to any Content you submit, post or display on or through the Service and you are responsible for protecting those rights. Y…
A great many services have similar stipulations. This is similar to how GitHub was OK to use all the public repositories on its service as training fodder for copilot. Though there are ongoing arguments as to how this applies to code someone else uploaded: they didn't necessarily have the right to assign those rights to GH so the legal status is less clear than their terms of service might suggest.
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#44Does anyone know if they are using any UI toolkit for the nodes/edges blocks or have they built it themselves? I am looking for something something similar but for different purpose, just the ui toolkit without any logic built on top of it
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#45To use this service, you check to agree to terms which include this: "By posting Content to the Service, you grant us the right and license to use, modify, publicly perform, publicly display, reproduce, and distribute such Content on and through the Service. You retain any and all of your rights to any Content you submit, post or display on or through the Service and you are responsible for protecting those rights. Y…
There was no longer a time when we changed terms. Our company provides content creator sites such as Bufferwall.com and other blog post apps for blogs (therefore those conditions). But we will update the terms this month by adding some clear exceptions for UI Builder, cloud services, etc.. That's not clear for all. We will get it clarified.
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#46Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#47Earlier quoted context omitted.
> CSS is Bootstrap 3. > there's liberal use of "var" > The components implementation is very pythonic - it passes "self" around to decorate with functions Could you explain why these things are bad, other than "it's not the hip and trendy way to do things"?
Sure. Using Bootstrap 3 is a problem because it hasn't been supported for over three years and is no longer actively maintained [1]. This is a problem for many reasons, security and maintenance among them. The use of var has long been understood to be problematic due to footguns with scoping issues. It's the reason "let" was introduced into the language, and is pretty much exclusively used now. The pythonic approach…
Would anyone put Bootstrap 3 specifically? Using a newer version is not a massive difference. You'd also put "Ruby" on your resume, rather than "Ruby 2".
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#48How does it compare to Luna Park? https://luna-park.app/
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#49Does anyone know if they are using any UI toolkit for the nodes/edges blocks or have they built it themselves? I am looking for something something similar but for different purpose, just the ui toolkit without any logic built on top of it
Re: Show HN: Total.js – Low-code development (Node-RED alternative)
#50Total.js Flow is an excellent and modern Visual Programming Interface for low-code development. It's a viable alternative to Node-RED and fully open-source under the MIT license.
>The main parts of the Total.js Platform are fully open-source
That implies that parts aren't open source?