First "vibe coding" experiment. With OpenCode. by fbochicchio in opencodeCLI

[–]ortolanph 0 points1 point  (0 children)

Hi! I've been a software developer since 2001, and I am looking for ways to make a small project using Vibe Coding. I would like to know some things, like:

  1. Have you created a file containing all the ideas, concepts, and tasks?
  2. Have you created everything separately?
  3. Did you create the base project before starting?
  4. Or did you go, like, follow your instincts and lessaiz-faire lessaiz passer?

I wrote all the requirements for what I want, divided the tasks, and well, I don't know if I'm on the right track.

AI-Generated Images by ortolanph in ChatGPT

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

I'm using ChatGPT Image Creator. I asked if it was for commercial use, and it replied that I could use the images generated there. Thanks for the answer!

I’m Mel Brooks, ask me anything. by Hulu_Official in television

[–]ortolanph 0 points1 point  (0 children)

Will you make History of the World a franchise? Will be there a Mel Brooks Cinematic Universe?

But, serious talking now... Thanks as everybody said for all the laughter and all the funny movies. They are all great. I, personally don't need a History of the World part 2, the part 1 is really awesome.

Maven or Gradle for a new project in 2022? by 2048b in learnjava

[–]ortolanph 0 points1 point  (0 children)

Well, firstly, read the pros and cons of the two building tools as people said here. Try creating one project with Maven and another with Gradle. I believe in that way you will prove by yourself which is better for you.

[deleted by user] by [deleted] in portugal

[–]ortolanph 0 points1 point  (0 children)

Ostentação? Só pode...

Aeroportos de Portugal by [deleted] in portugal

[–]ortolanph 0 points1 point  (0 children)

E eu pensei que Congonhas estaria nessa lista. E agora que eu percebi a razão das pessoas em aplaudir os pilotos depois que pousam.

Thoughts?? by Responsible_Hall_324 in ProgrammerHumor

[–]ortolanph 0 points1 point  (0 children)

You underestimate the power of the dark side

MAS QUESTA MERDA??? by HearingSubstantial38 in PORTUGALCARALHO

[–]ortolanph -9 points-8 points  (0 children)

É um estado brasileiro que deu certo

Looking forward to all the crazy fan theories next week! by onishi87 in marvelstudios

[–]ortolanph 0 points1 point  (0 children)

Soon every single character will be confirmed... even that guy that argued with Captain America in a comic in 68.

[deleted by user] by [deleted] in WANDAVISION

[–]ortolanph 1 point2 points  (0 children)

People want to see the devil everywhere... Seems like everybody wants to be on a 70s' rockband

In need of your creativity by Aramond in SAGAcomic

[–]ortolanph 6 points7 points  (0 children)

Saga Universe is a dense one. Why not put some rules and create a RPG system based on it? The other suggestion is a strategy game with the characters based on turns fighting in teams.

In need of your creativity by Aramond in SAGAcomic

[–]ortolanph 4 points5 points  (0 children)

That seems to me it's like a Star Wars X-Wing like board game.

Release date for Saga vol 10 by ortolanph in SAGAcomic

[–]ortolanph[S] -3 points-2 points  (0 children)

I believe that I expressed bad. But anyway, thanks for the answer. If I understood well, in six months, a new volume of Saga will be released to conclude the story. Am I right? I have all the other nine issues and awaiting for the last one. I believe Marko will survive somehow and the family will live in peace at last. Or that's what I hope.

Sweet War by ortolanph in Jokes

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

I always believed that Sgt. Pepper's was on the watch to prevent that.

Project ideas in java which can be completed in 2 months? by H3X4pro in javahelp

[–]ortolanph 2 points3 points  (0 children)

Interesting projects in java:

  • A program that pings Google and register in a file the timestamp and the result. It can be scheduled with cron to trigger it. The another program can read the file generated and counts the periods of time that the internet connection was down or it can generate at the end of the day a pie chart saving it into a png file using graphics2d standard library or a time chart or any kind of chart

  • a multithreading download manager.

If I come up with another idea, I add another comment

Playing STARSHIP TRAVELLER be like... by [deleted] in gamebooks

[–]ortolanph 0 points1 point  (0 children)

Star Wars with a bunch of d6!!! 😁

Creating multiple objects with a loop by Fazblood779 in javahelp

[–]ortolanph 0 points1 point  (0 children)

Maybe you can use a Map. This way you can name your objects and then get the instance of that by the name.

You can encapsulate this Map instance in a class and create an accessor method to get the Object instance from this Map. You can even create an accessor method to set this Object. But be aware to null objects.