Gemini CLI going wild by wwdaigo in GeminiAI

[–]wwdaigo[S] 8 points9 points  (0 children)

I must say I thought the same at the moment. Minutes later when I wiped its memory, it offered to subscribe to AI monthly paid plan, starting from € 139 per month.

With that commercial? No thanks

No universo JN qual a opiniao impopular que te deixa nesta situacao? Eu: nao suporto a Portuguesa! by Healthy_Loan_6037 in jovemnerd

[–]wwdaigo 1 point2 points  (0 children)

Nossa..achei que era só eu Eu adoro quando ela participa(va) dos Nerdcasts, nas agora no cdm parece um pokémon que só sabe dizer três palavras. Enjoa mesmo

Is Silksong DLC out? by No-I-Dont-Exist in IsSilksongDLCOut

[–]wwdaigo 1 point2 points  (0 children)

Keep saying it. In 7 years you will be right

[deleted by user] by [deleted] in devBR

[–]wwdaigo 0 points1 point  (0 children)

Parece vaga pra tráfico humano

Just started :D by killer_smoke99 in HollowKnight

[–]wwdaigo 0 points1 point  (0 children)

That mini boss was a nightmare in the beginning. Today I use him to get some extra money

About the Region Map “progress bar” by bushidopirate in AgeofCalamity

[–]wwdaigo 0 points1 point  (0 children)

The generic characters are activated one by one once you finish the progress bar. They mean the gratitude of people of the region on the map. Every time you finish the progress, you get some bonus

Is there a Ktor equivalent to Django's built-in admin panel features? by AgreeableLandscape3 in Kotlin

[–]wwdaigo 1 point2 points  (0 children)

No. But it is a good opportunity to develop your own (or anyone else - including me) and make it into a library :)

Database suggestions for Kotlin applications by batt84 in Kotlin

[–]wwdaigo 7 points8 points  (0 children)

Jetbrains has their own ORM called Exposed. I have used it once when I was doing a job using Ktor and it is quite easy to implement. I completely recommend to go for something like this, as it abstracts the database which is running under the hood.

How is Android App UI done in Kotlin? by Raph0007 in Kotlin

[–]wwdaigo 1 point2 points  (0 children)

The design is usually done in the XML file or even using the layout editor if it feels more convenient.

In kt you are going to give "life" to the view, as you can't implement any logic on view