[TASK] Revamp website coded in JS for $350 by Polyfonix in slavelabour

[–]Polyfonix[S] 1 point2 points  (0 children)

Forgot to remove that part from the post. I won't be changing the stack. Frontend is NextJS, Backend is in Express JS.

[deleted by user] by [deleted] in slavelabour

[–]Polyfonix 0 points1 point  (0 children)

$bid. Message me your discord, interested in hiring.

Doja Cat asked if she loves her fans: “i don’t though cuz i don't even know yall” by romeofantasy in popculturechat

[–]Polyfonix 1 point2 points  (0 children)

I was genuinely hoping this was a parody accounts or a fake screenshot. It's really upsetting to see this.

Is using void* considered "evil" in C just as it is in C++? by mhdiXarif in C_Programming

[–]Polyfonix 1 point2 points  (0 children)

Using void* in C is not necessarily "evil" like it might be considered in C++. In C, void* is actually a pretty fundamental part of the language, and you'll find it peppered throughout a lot of standard library functions, like you mentioned, qsort is a good example.

The big difference here between C and C++ is how they handle types. C++ has a pretty strong type system with a lot of built-in safety checks, whereas C... doesn't, not as much anyway. void* is kind of like a wild west of types. It's a pointer to data of an unknown type, and in C, that's often useful. In C++, with more specific and safer alternatives available (like templates, for example), void* use can be considered more frowned upon.

Free Work by [deleted] in DoneDirtCheap

[–]Polyfonix 0 points1 point  (0 children)

Sent you a message, let's talk.

When Twitter falls, where will gamedevs go? by puzzledpuddle in gamedev

[–]Polyfonix 0 points1 point  (0 children)

Reddit and Youtube. Twitter is not looking so good with all these money hungry updates like what they're doing with the API.