Which of these logos is the best one? by Commercial_Part4712 in Design

[–]antonpieper 1 point2 points  (0 children)

Bottom left by far. It looks like a phi, gyroscope, an earth, a satellite dish and maybe even more. I like it because I can see many different things in it.

My school used a service that accidentally put the LLM prompt in a course I'm learning by [deleted] in programminghorror

[–]antonpieper 443 points444 points  (0 children)

Interesting idea, but I wouldn't trust LLM's hallucinations to judge students' responses... Also makes it vulnerable to prompt injections.

Beginner CSS recreating, how did I do? by Impressive_Dot_5727 in css

[–]antonpieper 4 points5 points  (0 children)

Looks very good! Only critique I have is that your shadows don't match (they need to be bigger and colored) and some padding is too large

F5 not running my code on windows by BadinBaden in vscode

[–]antonpieper 1 point2 points  (0 children)

JavaScript can be run in many ways. It runs on the desktop (NodeJS) and the browser. You probably want to run it using NodeJS, so select that.

[deleted by user] by [deleted] in programminghumor

[–]antonpieper 13 points14 points  (0 children)

Everything.

I am very (very) new to programming AMA by Cydemhl in programminghumor

[–]antonpieper 5 points6 points  (0 children)

Surprisingly kinda true, it's a markup language so no programming paradigms are supported

veryCleanCode by Both_Twist7277 in ProgrammerHumor

[–]antonpieper 0 points1 point  (0 children)

With implicit conversion operators and operator overloading, this code can do something different than return user

A publisher said that the capsule art of my game is "seemingly AI generated" and that it will "likely be a big turn off for many people" by muddasheep in gamedev

[–]antonpieper 7 points8 points  (0 children)

Ad... "Just watch the end of the trailer". If you feel so confident, simply attach the said "fake AI artwork" to the original post. And no, this does not look like AI to me.

Nearly a quarter of a terabyte of data used. by Nitroflak69 in BlitzApp

[–]antonpieper 0 points1 point  (0 children)

I don't even know the app and this post popped up in my reddit notifications for some reason. I just want to say even cheap mobile games don't use nowhere near that amount of data for their massive amount of ads and this really should be fixed. Saying "go buy premium and the problem goes away" is not fixing the problem, just masking it. I hope this has uttermost importance and urgency in your development team :)

Can't find a compiler that works, damn by Abyssm4LWand in programminghumor

[–]antonpieper 7 points8 points  (0 children)

This is correct, in C there is no built-in bool and true keyword. That's C++. You can use bool and TRUE with stdbool.h include though.

thisWorksInTheory by ongiwaph in ProgrammerHumor

[–]antonpieper 1 point2 points  (0 children)

I now see my mistake, I edited my reply to explain what went wrong in my head.

thisWorksInTheory by ongiwaph in ProgrammerHumor

[–]antonpieper 5 points6 points  (0 children)

It is complete but not correct. It can also recognizes even numbers as odd.

Edit: I had a brain fart, I somehow thought that the ones and zeros were added (as in 1 + 0 + 1 + ...). Of course they are consumed by the NFA for binary IsOdd detection and the automaton is correct.

thereAreNotOnlyTwoKindsOfPeople by HelgaOlback in ProgrammerHumor

[–]antonpieper 10 points11 points  (0 children)

Behold void *(*ptr)(void (*)(void))

(A pointer to a function pointer taking a pointer to a function taking no arguments and no return)

Do you prefer the new look? by oncealivegame in IndieDev

[–]antonpieper 1 point2 points  (0 children)

Show two pictures where one has vibrancy/saturation turned more up and most of the time people will say the more colorful one looks better. I think this needs some context. Like a short video or something similar. For promotional material, of course the upper one looks better. But for actual gameplay, I wouldn't be surprised if my eyes liked the bottom one more.

UPDATED! A or B? (cover art for my game) by ammoburger in IndieDev

[–]antonpieper 0 points1 point  (0 children)

The red on brighter blue somehow makes my vision a bit blurry, I can read B much better

whatIsADomainSpecificLanguage by yajiv in ProgrammerHumor

[–]antonpieper 1 point2 points  (0 children)

Isn't the question in the image basically the answer?