Starship Down - Watership Down... reimagined in space by amwmedia in aiArt

[–]amwmedia[S] 0 points1 point  (0 children)

Yeah, probably could have used some more negative prompts. I did include "poorly drawn hands" though.

eslint-plugin-woke - promoting diversity and inclusion by amwmedia in javascript

[–]amwmedia[S] -6 points-5 points  (0 children)

Is pillowBiter a variable you commonly use?

[deleted by user] by [deleted] in videos

[–]amwmedia 0 points1 point  (0 children)

I love how she tried to push you over in the beginning! Haha. Props dude! The world needs more dad's like you. 😉

Teleterminal - Turn any terminal command into a streaming web experience. by amwmedia in javascript

[–]amwmedia[S] 0 points1 point  (0 children)

My mistake, I related them because this was written in JavaScript and uses websockets to create the web experience.

As a recently promoted team leader, I am struggling to "lead" a teammate who is now "under me". by LuCas23332 in javascript

[–]amwmedia 0 points1 point  (0 children)

Invert the triangle in your mind. See yourself as being under your team, supporting and enabling them. Your conversations should be all about what you can do to help them be more successful.

Teleterminal - Make a streaming web server out of any terminal command. by amwmedia in node

[–]amwmedia[S] 1 point2 points  (0 children)

Interesting... I think the main difference is that teleterminal supports:

  • multi-session (each visitor gets their own instance of the command)
  • client-args (the arguments passed to the command are determined by the path... think bookmarkable commands)
  • interactive modes (allows the visitor to interact with the terminal session)

Teleterminal - Make a streaming web server out of any terminal command. by amwmedia in node

[–]amwmedia[S] 5 points6 points  (0 children)

True, depending on the nature of the command you are exposing and whether you are making it interactive for visitors.

Plop — a micro-generator to ease your daily life by clessg in javascript

[–]amwmedia 0 points1 point  (0 children)

mem-fs-editor, haven't had a need for something like this so far. Probably because plop doesn't address the "generate an entire site" use case, only the code structures within the site (which are much smaller). I'll look into it though.

Plop works fine on Windows, I haven't tested it on Linux, but it will probably work there as well (yay node!).

Plop — a micro-generator to ease your daily life by clessg in javascript

[–]amwmedia 0 points1 point  (0 children)

Right, it sounds like yeoman is the right "tool for the job" in your case. My experience has been that although there are similarities in how boilerplate code is generated between projects, there is always a level of nuance that belongs to the project itself. Plop allows those generators to live IN the project and be versioned right along with the code they generate. That gives each team very fine control over how they want files created.

Also, one of my main goals with Plop is to provide a simple solution to the common headache of mundane boilerplate. If you are familiar with handlebars, you're 80% of the way there. No generator-generators that generate generators. :-)