HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Profan

no profile record

comments

Profan
·10 ngày trước·discuss
How about people like Inigo Quilez? I'd say they're still quite high profile in today's landscape. And the main thing is I think there's just way more people in the field overall today too, not everyone can be famous! It's totally fine to not be as high profile as literally one of the most well known people in a field, it's fine to just do it because you enjoy it! The math and art of graphics (and games in general) programming is beautiful in and of itself.
Profan
·tháng trước·discuss
Good engineers should understand what goes on underneath them in the stack (at decreasing accuracy probably the more layers away it is) if they care about their craft and the quality of it, even if not in perfect detail, if you're just acknowledging that you've never even tried, then perfect! The AI "revolution" is just right for you.
Profan
·2 tháng trước·discuss
In a game development context, especially where C++ interop is involved and a lot of code lives across a boundary where memory is owned by C++ but you want to avoid/minimize marshaling overhead or just generally maximize performance, the unsafe keyword is quite handy, but outside of those you can indeed probably get around by approximately never using it.

There's a lot of power C# gives you if carefully curated, making a lot of cases where people previously might have seen C++ as the only option as suddenly quite viable.

... See also the somewhat arcane Unsafe.As etc APIs
Profan
·6 tháng trước·discuss
Literally any familiarity with the lore and it just makes sense, the kind of people the 40k lore would resonate with are unlikely to be AI chuds in the first place.

Though then again people do usually look way past any/all subtlety that might once have been intended and any franchise-ification of something usually destroys the remaining of originality as it becomes a facsimile of its original self.

But GW do seem to take reasonably good care of their IP and world, so I respect them for resisting the imminent slop-ification at least a little bit, there's enough shitty 40k work out there in both book and videogame form already. I'm sure the Abominable Intelligence will come for them eventually too, but until then, the emperor protects.
Profan
·8 tháng trước·discuss
If anything OOP might actually be detrimental to many game engine applications (in a modern computing context in regards to the kind of data layouts and implementation patterns it encourages), and traits and "traditional" OOP (if you exclude implementation inheritance, which is largely cursed anyways) are real close together anyways, I think Rust is a great fit specifically for game engines at least, for gameplay programming I'm not as certain but for anything where you're mostly managing essentially data pipelines that need to go very fast and be reliable and not crashy, Rust is a great fit.
Profan
·8 tháng trước·discuss
LLMs are here and Google Translate is still bad (surely, if it was easy as just plugging the miraculous perfect llms into it, it would be perfect now?), I don't think people who think we've somehow solved translation actually understand how much it still deals extremely poorly with.

And as others have said, language is more than just "I understand these words, this other person understands my words" (in the most literal sense, ignoring nuance here), but try getting that across to someone who believes you can solve language with a technical solution :)
Profan
·9 tháng trước·discuss
hah well, transformative doesn't necessarily mean positive!
Profan
·9 tháng trước·discuss
... it sure reads like slop

and you know what they say, if it walks like slop, quacks like slop and talks like slop, it's probably slop
Profan
·2 năm trước·discuss
Heck, I'm a gamedev right now and I completely understand the not going back bit