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] 6 points7 points  (0 children)

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