Are you referring to the SWF file format?
I like to be silly with my kids and close friends, I like to act out around the people who find me fun or funny. But the rest of the world would ridicule me, or make fun of me, or make me a meme possibly.
This makes me sad because as a young man I could just be out there and fun, and at the end of the day, I held a place in the memories of my closest friends, maybe a handful of bystanders. But today, I could be gif'd and immortalized for my silly actions without my permission.
I disagree with the sentiment, you're in public, it's fair game. That just means I have to bend to your world-view, and you don't have to be considerate of mine.
Another great example, is the power of tabbing with Cursor. If I want to change the parameters of a function in my React app, I can be at one of the functions anywhere in my screen, add a variable that relates to what is being rendered, and I can now quickly tab through to find all the spots that also are affected in that screen, and then it usually helps apply the changes to the function. It's like smart search and replace where I can see every change that needs made but it knows how to make it more intelligently than just replacing a line of code - and I didn't have to write the regex to find it, AND it usually helps get the work done in the function as well to reflect the change. That could save me 3-5 minutes, and I could do that 5 times a day maybe, and another almost half-hour is saved.
The point is, these small things add up SO fast. Now I'm incredibly efficient because the tedious part of programming has been sped up so much.
How much do you believe a programmer needs to layout to “get good”?
I think that getting "good" at using AI means that you figure out exactly how to formulate your prompts so that the results are what you are looking for given your code base. It also means knowing when to start new chats, and when to have it focus on very specific pieces of code, and finally, knowing what it's really bad at doing.
For example, if I need to have it take a list of 20 fields and create the HTML view for the form, it can do it in a few seconds, and I know to tell it, for example, to use Bootstrap, Bootstrap icons, Bootstrap modals, responsive rows and columns, and I may want certain fields aligned certain ways, buttons in certain places for later, etc, and then I have a form - and just saved myself probably 30 minutes of typing it out and testing the alignment etc. If I do things like this 8 times a day, that's 4 hours of saved time, which is game changing for me.
Also, the auto-complete with tools like Cursor are mind blowing. When I can press tab to have it finish the next 4 lines of a prepared statement, or it just knows the next 5 variables I need to define because I just set up a function that will use them.... that's a huge time saver when you add it all up.
My policy is simple, don't put anything AI creates into production if you don't understand what it's doing. Essentially, I use it for speed and efficiency, not to fill in where I don't know at all what I'm doing.
I'm not sure what the use case is and it doesn't auto-load chromium with its own web server from what I can tell. Is it just for creating javascript CLI utilities?
Every time a popup or tooltip covers code around my cursor I groan in agony.
I’d probably use it if the tool tips just updated in the bottom right of my screen while I typed or something.
If it’s fun and you used AI, that’s fine with me. The game served its purpose.
The line for me is copyright on images. If you use ai to generate images to copy a popular game art style, I think that’s over the line. Create your own art or pay the artist.
Code however, I see it as a tool. You wouldn’t scold me for hiring a cheap programmer to get the work done. So to me, AI for coding isn’t any different than hiring a programmer to do the work for you. No problem there.
That being said, I do game dev, and using AI to help figure out an algorithm or do the work of creating my inputs code, etc is a big time saver. However, at the moment, it really struggles with anything else because it has no vision and explaining to it how to put code together for a weird game mechanic or level generation reminds me of that game where you explain how to make a peanut butter and jelly sandwich in the 3rd grade, and you tell your teacher to put the peanut butter on the bread and she scoops it out with her hand…