Viewing profile — Herobrine2084
Herobrine2084
HN member- Joined
- Fri, Oct 08, 2021, 1:42 PM UTC
- HN karma
- 23
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About Herobrine2084
No profile information was provided.
Recent public activity
-
comment
Comment #45085964
That's pretty funny but not what I envision for my landing page, I'll have to take a look... (thanks for the heads up)
-
comment
Comment #45085371
I think the evolution of vibe coding tool is definitely the editor. Having a black box with no way to maintain it is an absolute liability. That's why I think app generators must b…
-
comment
Comment #45073369
I'm recommending some video games like Human Resource Machine: https://store.steampowered.com/app/375820/Human_Resource_Mac... It's always fun to "see" the logic being executed and…
-
comment
Comment #39636952
Hey, author of https://luna-park.app here! (I was wondering where the spike in visits came from ^^'... Thanks a lot for mentioning me!). Luna Park was indeed a npm package that you…
-
comment
Comment #36571239
Thanks a lot! It's kind of a love-it or hate-it coat, but it's way more fun and memorable! Hope you spend a good time solving the puzzles :)
-
story
Show HN: An “advent of code”-like game to learn visual scripting
Hey guys! So I've been building a web-based visual scripting engine. You might be familiar with this if you use the Unreal Engine Blueprint, or Unity Bolt, as it's the same concept…
-
comment
Comment #36571098
Hey guys! So I've been building a web-based visual scripting engine. You might be familiar with this if you use the Unreal Engine Blueprint, or Unity Bolt, as it's the same concept…
- story
-
comment
Comment #36365636
Ahah thanks mate! Yeah, I went for the original name to get people to remember it more easily. (Also, I wanted something that sound fun, not boring) The problem with this: that's i…
-
comment
Comment #36362366
Hum, I guess that I should have a redirection to the dashboard to make it obvious... Thanks for the feedback!
-
comment
Comment #36362084
Thanks :)
-
comment
Comment #36362063
Sorry for this, I just downloaded Brave to test it out, and you should still be connected... Maybe refresh the page? The top right corner of the page should display buttons to acce…
-
story
Show HN: Roller Coaster (Failed YC S23) – Complex Automations Without Code
Hi HN! I'm Hugo, founder of Roller Coaster. It's a platform that lets you build complex automations without code using visual scripting (a powerful way of building logic visually),…
-
comment
Comment #35842537
I thought it will be fun to do this with this tech stack, and I didn't want to spend an entire week for a magnifier. It's also cool to see what you can build with a web stack! I'm …
-
story
Show HN: I made an open source desktop magnifier for demo and presentations
I wanted a cool magnifier for my presentations, but couldn't find one (the default windows one was not really usable for my case) So I built one using Vue and Tauri (weird stack fo…
-
comment
Comment #34850590
Well Node-red does not really have an execution thread concept, meaning that you can't really define when nodes are executed. Luna Park does have execution thread wires, which are …
-
comment
Comment #34849385
Yes, the source code is not open sourced. But since it's an NPM package, the transpiled and minified code is of course available for automated security scanning (it's not uglified …
-
comment
Comment #34845468
Thanks! Ahah, everyone knows of a different Luna Park! Basically, it's a very common name for amusement parks, and it has this 70s-80s vibe I love. It's also used as a term for "am…
-
comment
Comment #34842272
Thanks a lot! Actually, is a webcomponent. It might not be recognized by your IDE, but it's a valid HTML tag for that specific use. This component then inherit a shadow DOM where a…
-
comment
Comment #34842228
Nop, Luna Park is 100% custom and not based on any third-party lib. I admit I did not know behave-graph. It's built on the same node-based visual scripting vision, so there are a l…
-
comment
Comment #34841787
Thank you very much! For now, the generated code is in JS, so you'll need Node.js to execute it. Though, it could have other target languages. I keep in mind the PHP usecase, I'll …
-
comment
Comment #34841746
Thank you very much! Yeah, it's still a bit confusing... Basically, the editor is free. You can use it in your app and logic created can be executed by interpretation. But the comp…
-
comment
Comment #34841724
The dependencies that are not on NPM are dev dependencies, only needed for the compilation of the editor. The "real" dependencies are FontAwesome (icons), Vue, Pinia (vue store) an…
-
story
Show HN: NPM package for a visual scripting editor
Hey guys! I just released a NPM package to integrate a visual scripting editor into any node project (React, Vue, Angular... you name it). Basically, the goal is to provide your us…
-
story
Show HN: An 80s themed puzzle game to learn visual scripting
I'm building a visual scripting platform, and I had fun creating this little game to help people learn how to use it. People liked it, and suggest me that I should share it here. A…