HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Arwill

no profile record

comments

Arwill
·hace 17 días·discuss
I am wondering if it would be possible to print a splat similarly as it is shown on the screen, so not voxelized, but like a hologram with overlapping transparent gaussians. It looks like the model from the outside at the given angle, but the inside is nothing like model itself.
Arwill
·hace 4 meses·discuss
Hate to be the one saying this, but that rootkit is there to prevent you from molesting/cheating other players. So its not an one-sided issue. It is unfortunate that the developers found no other way of fighting cheats, sure.

And by all means, if a game community is so toxic that it has to be policed by extreme measures, it is perhaps indeed better to avoid playing such a game altogether.
Arwill
·hace 4 meses·discuss
You don't have to tell all this to me, or try to convince me. I was just describing what the general attitude is. Oracle's behaviour is a risk, even if Java is open source.
Arwill
·hace 4 meses·discuss
> So I am not exactly in the group of people you are attacking.

I wasnt attacking anyone.

Developers are used to the lack of type-safety in JS, and assume that having to code in a type-safe language is something hard. Ive seen this attitude multiple times, it is a known topic.

The issue you are describing is what the author on top mentioned, the culture. It is not just Java, the "enterprise style" coding has infected other languages too. It is the result of how new developers were educated in a time when for example code performance or code readability were only abstract considerations. I fought that style myself multiple times in the past. But thankfully it is going away now.

We are more or less in "chained function call hell" now.
Arwill
·hace 4 meses·discuss
Once i heard a manager explain "we must get rid of anything Oracle, including Java, because of license reasons". I see this attitude everywhere since.

JavaScript people are too afraid to use Java, that is why something like TypeScript exists.

And for personal projects, C# has become a better and more fun "just works" platform.
Arwill
·hace 5 meses·discuss
I have this principle of "5% scripting". If the high level scripting on top of C++ consumes about 5% of frame time, then the language of the script does not matter.
Arwill
·hace 5 meses·discuss
A DLC and AI slop is not the same thing. Tho Steam reviews will burry both AI slop and bad DLC accordingly. And players do care about reviews.
Arwill
·hace 5 meses·discuss
Gamers hate AI art as it is, developers hate unreliable AI made code. Lets make something with both.
Arwill
·hace 6 meses·discuss
The problem is the way surface lighting/scattering is calculated, which does not match what traditional offline renders do.

My issue with UE is the opposite, the engine went too far into cinema production, and making it a performant game engine requires code refactoring. At which point an open-source engine might be a better choice. Its a mix of two (three) worlds, and not the best choice for one specific use.

For what is actually hard to do, like character animation, UE is a good choice. The lighting can be replaced more easily than the animation system.
Arwill
·hace 7 meses·discuss
Yes. If you get 120M+ in funding, you no longer qualify to be called indie.
Arwill
·hace 7 meses·discuss
I thought only organs of people dying in accidents are donated, and not someone's dying from an illness.
Arwill
·hace 7 meses·discuss
I had a WTF moment last week, i was writing SQL, and there was no autocomplete at all. Then a chunk of autocomplete code appeared, what looked like an SQL injection attack, with some "drop table" mixed in. The code would have not worked, it was syntactically rubbish, but still looked spooky, should have made a screenshot of it.
Arwill
·hace 8 meses·discuss
I read somewhere, that it might not have been a process, but a unique event. Dogs are not just gradually tamed wolves, but domestication might have been started with a genetic defect that made them tame.
Arwill
·hace 9 meses·discuss
>strikingly high probabilities to very high prices, along with lower probabilities for a wide range of lower prices

Isn't this describing the strategy of keeping ever high prices, then doing some temporary price cuts/sales/deals?
Arwill
·hace 9 meses·discuss
>see streaming companies increasing prices every few months They can do that because they are practically monopolies.
Arwill
·hace 9 meses·discuss
Battlefield peaked with BF3
Arwill
·hace 9 meses·discuss
There are libraries, like fastutil, that provide collections for primitive types.
Arwill
·hace 9 meses·discuss
-10 for modules is fair, only 4 for lambdas is not. My programming style changed after using lambdas in Java, even when using a different programming language later that doesn't have lambdas as such.
Arwill
·hace 9 meses·discuss
Substitute orangutans for Australopithecus. That is (one of) the branches that did evolve more intelligence, but didn't survive. I suppose there were lots of such branches, that either merged back into humanity (like the Neanderthals), or died out.
Arwill
·hace 9 meses·discuss
I am familiar with SAP, all that you say is only true if you don't know how to do it. I see this a lot, people that are familiar with "normal" technology, try to invent ways to do things in SAP. What is wrong with writing an ABAP program, or using a provided communication/interfacing method to transfer data? If you are stuck on GUI/files/DB level, sure you wont be able to do anything. You can for example generate complete excel files on the server, no need for the GUI. There is a running joke on SAP forums about how many times excel file generation was invented.

Some of the cryptic table names date back to R/2, sure, but they are the de-facto standard data model for those business data. If you have business systems communicating, for example product, business partner or financial data, it will have a mark on it of how those data are handled by SAP.

But then there are CDS views (for some time now) that have long descriptive names, and metadata to help you make database queries. You are not meant to read or write database tables directly (as of some time).