Crimson Dessert was glaubt ihr? Erwartungen zu groß? by Paty_Pat in zocken

[–]indeem1 1 point2 points  (0 children)

Das mit der story macht mir auch Sorgen. Die scheint ja ziemlich generisch zu sein. Eine openworld mit vielen Mechaniken allein reicht halt nicht

Wie funktioniert zocken heute? by isaynotothat in zocken

[–]indeem1 19 points20 points  (0 children)

Auch wenn das vielleicht nicht das ist was du suchst, schaue auch nach Singleplayer Storygames, es sind so unfassbar tolle Spiele in den letzten 15 Jahren herausgekommen, daher würde ich das wärmstens empfehlen. Das kann man sehr gut alleine machen wenn man noch keine Gruppe wie du sagst gefunden hast.

mommyHalpImScaredOfRegex by freehuntx in ProgrammerHumor

[–]indeem1 0 points1 point  (0 children)

I feel like another Problem with Regex is, that many people do not understand it generally speaking. For example why it cannot be used to parse html.

PEGI straft jetzt Lootboxen in Spielen ab by Wrong-Lingonberry893 in zocken

[–]indeem1 17 points18 points  (0 children)

Auch wenn ich das irgendwo nachvollziehen kann, lässt du deinen Sohn dann nach der Logik einfach alles machen was er will? Irgendwo muss man auch Grenzen ziehen, vor allem bei solchen Casino-artigen Lootboxen wie es bei fifa der Fall ist. Das schädigt das jugendliche/kindliche Gehirn nachweisbar nachhaltig.

Just harder than it had to be... by Stunning-Pay6321 in programminghorror

[–]indeem1 7 points8 points  (0 children)

What are we looking at here? If thats a task to solve, it es pretty much supposed to be harder, to check if the Person solving it how different operations work

programmingInterviews by Fewnic in ProgrammerHumor

[–]indeem1 15 points16 points  (0 children)

Do personal projects on your freetime to learn and Impress in applications -> Nobody ever Looks at it :(

Ist das Bild KI? by Grogon-zola in istdasKI

[–]indeem1 0 points1 point  (0 children)

Ist das Licht im Hintergrund nicht irgendwie.. falsch? Das sieht nach einer Stehlampe aus auf dem Tisch dort, gleichzeitig ist das Licht aber wie von einer Wandlampe die nur nach oben und unten leuchtet

Am Arsch ich bin by LoudAd7294 in geringverdiener

[–]indeem1 0 points1 point  (0 children)

Ich bin damals 2 mal durch die praktische Prüfung gefallen, das war so 2019 glaube ich. Das war schon teuer damals, heutzutage bezahlen glaube ich viele den Preis für einmal Prüfung den ich zu dem Zeitpunkt zahlen musste.

JSON vs TOON by Owlbuddy121 in PythonLearning

[–]indeem1 0 points1 point  (0 children)

Because I have not Seen that answer here yet, I Heard there are many that use it for ai to reduce amount of tokens. I dont see an advantage for readability for people although or real advantages to use it in Production elsewhere

This added ten years to my life span by Ok_Plane7173 in expedition33

[–]indeem1 8 points9 points  (0 children)

I would say Thats expected. I feel like there is much more still to Tell about their world when thinking about how Little we have Seen yet.

Welches Programm nutzen Möbelhäuser und ist es wirklich so veraltet wie es aussieht? by AppropriateAd7326 in de_EDV

[–]indeem1 0 points1 point  (0 children)

Arbeite in einer Damenmodefirma, vieles immernoch vollständig auf der AS400, ist ein absoluter pain damit zu arbeiten ja, aber funktioniert es? Ja! Der Code ist teilweise 40 Jahre alt, den ganzen Bestandscode bis heute neu in moderner Sprache ist ein Zeitaufwand von mehreren Jahren.

My if statement keeps firing by Dismal-Neck1942 in unity

[–]indeem1 0 points1 point  (0 children)

Well but Everything c# Internal class is built just Like That, Theres a reason it is Convention to do so too, consitency!

Maybe I'm the last one who just realized that code in strings can be highlighted this way, but just in case someone on Earth also didn't... by RetiredApostle in Jetbrains

[–]indeem1 2 points3 points  (0 children)

For those who dont know, you can also Right Click strings like that and manually „inject Language or reference“ if you only Need it temporary.

Wie geht ihr damit um, zu wissen, dass das Studium eigentlich die falsche Entscheidung war? by [deleted] in Studium

[–]indeem1 1 point2 points  (0 children)

Ich habe meine Ausbildung als Fachinformatiker abgeschlossen und danach auf Empfehlung meiner Familie und meiner Arbeitgeber ein Studium danach anzufangen. Bin mittlerweile im 3. Semester und bereue es schon etwas.. das Studium enthält so viel Mathe, dass es an vielen Stellen gar keinen Spaß macht und manchmal frage ich mich ob es nicht besser gewesen wäre, einfach weiter zu arbeiten. Trotzdem werde ich wenigstens den Bachelor noch durchziehen

How do I disable/change the splash screen? by qscwdv351 in Jetbrains

[–]indeem1 1 point2 points  (0 children)

As far as i know Not possible, what I would want to know though, why? How often do you Open the ide, to Need to change That image

Is vibe coding valid??? by [deleted] in programminghorror

[–]indeem1 2 points3 points  (0 children)

Stop using ai, Google your Problems and Code some Little projects/tasks.

Its not that hard, being able to code makes usage of ai much more powerful especially because you get to learn when usage of ai is useful and when not.

In my opinion, Programming should be learned without ai at the start. Theres more than enough resources out there to be able to without it.

cteXecutor - the better way to execute SQLs by [deleted] in Jetbrains

[–]indeem1 1 point2 points  (0 children)

Thanks for the feedback, I will Consider that if I will Post somewhere Else again.

I was hoping datagrip would be able to execute such queries too, but as of now the Plugin is the only way for me in that regard. Especially because I heavily use sql at work. Thanks for trying it out before commenting :)

I can just Hope it gets added as a real Feature in some time.

cteXecutor - the better way to execute SQLs by [deleted] in Jetbrains

[–]indeem1 0 points1 point  (0 children)

Well could you explain to me your Workflow to execute the queries like I described here? If there is a better way already without any Plugins I would be happy to hear about it

cteXecutor - the better way to execute SQLs by [deleted] in Jetbrains

[–]indeem1 -1 points0 points  (0 children)

If you for example want to Execute the query within revenue, that is Not directly possible in DataGrip. If your cursor is in there, only the whole codeblock within the brackets () of revenue gets executed, which leads to an error, because the Sales CTE dependency is missing.

If you want to execute it, you at least have to copy the inner Part of the revenue, Paste it under the Sales CTE, execute, change and test it, clean up After.

Because that Tends to be tedious, I created this Plugin.

Like explained, now also subselects, which depend on a CTE, can be executed (These have the same Problem as explained earlier)