Jump to content

WTS GODDESS OF DESTRUCTION!!! UNIQUE PROJECT


SoRa

Recommended Posts

Why? Because back then (2000yr+), when they started making it, java wasnt that good, linux also. Also Im still thinking that they will stick with C++ for other reasons, one of them is that they dont have many Java developers there.

Link to comment
Share on other sites

Why? Because back then (2000yr+), when they started making it, java wasnt that good, linux also. Also Im still thinking that they will stick with C++ for other reasons, one of them is that they dont have many Java developers there.

 

No.

 

It's inefficient and underperforms any unmanaged language.

 

Does everyone on MXC just read stuff and make their own theories and then validate eachother?

 

How about discussing brain surgery?

Link to comment
Share on other sites

Slow is a really misunderstood term. Yes java AND .NET are both slower than C/C++ since whenever they need to use any of the OS ( and lower ) resources , their application execution path passes through the framework which is another application.

 

But ...

 

1)

Here's the issue, we have a socket that communicates with a client over the ocean, with 100 millisecond latency, does it really matter if java will take 1 ms more to execute the action the client requested ? The mass delay mmo gets is from network and generally I/O. Once the data is in the application, be it memory or virtual memory the performance difference is neglectible compared to the total delay that occurs in each communication attempt.

 

2)

C++ is EMPTY. It has no sockets, it has no threads, it has NOTHING. If you want to use something other the OS resources to make it slightly portable you need to get some extension libraries that should be protable and noone guarantees their security and performance. To make a big project you need to downgrade C++'s amazing performance to add libraries that will make your building ability easier. And as for threads, boy you should see the POSIX standard of C++, IT SUCKS ASS. Nothing compared to the threading system java provides.

 

3)

Nothing is safe in C++. A simple unchecked cpy and boom, you got hacked bitch. Memory leaks occur in higher frequency of the programmers are not experienced ( no GC there ... ) and generally more errors occur when imtermediate programmers (yes, we are not professionals sorry) like us get their hands in such an unrestricted environment.

 

C++ is very fast, i cant say the opposite. But its an old language, very low level and not suited alone for big applications/projects that dont have performance as their top goal.

 

PS: I have a good article about C++ vs Java bookmarked in my ipad, where someone with lots experience explains why he chooses Java over C++ for his company. Ill paste the link when i get to it.

 

PS2: That cheater dissappeared after we mocked his supposed emulator. Seems his money scam didnt succeed after all. Damn i feel as if im "Wikileaks" when saving the world from evil !!! Makes me be proud when i go to bed ! ::)

Link to comment
Share on other sites

Slow is a really misunderstood term. Yes java AND .NET are both slower than C/C++ since whenever they need to use any of the OS ( and lower ) resources , their application execution path passes through the framework which is another application.

 

But ...

 

1)

Here's the issue, we have a socket that communicates with a client over the ocean, with 100 millisecond latency, does it really matter if java will take 1 ms more to execute the action the client requested ? The mass delay mmo gets is from network and generally I/O. Once the data is in the application, be it memory or virtual memory the performance difference is neglectible compared to the total delay that occurs in each communication attempt.

 

2)

C++ is EMPTY. It has no sockets, it has no threads, it has NOTHING. If you want to use something other the OS resources to make it slightly portable you need to get some extension libraries that should be protable and noone guarantees their security and performance. To make a big project you need to downgrade C++'s amazing performance to add libraries that will make your building ability easier. And as for threads, boy you should see the POSIX standard of C++, IT SUCKS ASS. Nothing compared to the threading system java provides.

 

3)

Nothing is safe in C++. A simple unchecked cpy and boom, you got hacked bitch. Memory leaks occur in higher frequency of the programmers are not experienced ( no GC there ... ) and generally more errors occur when imtermediate programmers (yes, we are not professionals sorry) like us get their hands in such an unrestricted environment.

 

C++ is very fast, i cant say the opposite. But its an old language, very low level and not suited alone for big applications/projects that dont have performance as their top goal.

 

PS: I have a good article about C++ vs Java bookmarked in my ipad, where someone with lots experience explains why he chooses Java over C++ for his company. Ill paste the link when i get to it.

 

PS2: That cheater dissappeared after we mocked his supposed emulator. Seems his money scam didnt succeed after all. Damn i feel as if im "Wikileaks" when saving the world from evil !!! Makes me be proud when i go to bed ! ::)

 

All of you arguments points to why c++ is faster and is better.

 

And the EXACT reason why it's the only choice for large scale projects of any kind.

 

 

If the tool needs to save the user from making dumbass mistakes - it cannot be an effective tool.

 

 

But love your fanboyism leluche \o/

Try to be objective instead of subjective - next time tho.

 

 

I geuss no one here remembers the days when c++ was  considered highlevel...

Link to comment
Share on other sites

Its obvious that as the time lapses, developers prefer easier and more abstract tools. Even Java is considered lower level nowadays with Python and all the other scripting garbages around. And im not a fanboy. I also use C++ but not in L2J. :)

Link to comment
Share on other sites

Its obvious that as the time lapses, developers prefer easier and more abstract tools. Even Java is considered lower level nowadays with Python and all the other scripting garbages around. And im not a fanboy. I also use C++ but not in L2J. :)

 

Doesn't change the fact, the statements are wrong for any performance index.

 

 

Writing a Calculator with interface is alot faster in .net/java than in raw Assembly for intel16/intel32/wow64.

And you probably won't see a difference between either finished product performance.

 

However run in 80486 machine and you will ;)

Link to comment
Share on other sites

Doesn't change the fact, the statements are wrong for any performance index.

 

 

Writing a Calculator with interface is alot faster in .net/java than in raw Assembly for intel16/intel32/wow64.

And you probably won't see a difference between either finished product performance.

 

However run in 80486 machine and you will ;)

 

This things still exist??

Come on! we have servers with 16 cores that sums up to more than 40ghz of cpu power, dont put in discussion 80486, programming applies to the currently power systems, we dont want to make stones to execute applications.

Btw this is way off topic.

 

Leluche i was quite sure that he was scammer too, but i didnt want to bother more for him just asked for proofs so the credits are not all yours.

Link to comment
Share on other sites

O well ... what can i say. Since you didnt bother revealing the conspiracy and i did, i think i deserve the most credits. And if you dissagree, we will see each other in the court mister ! Ill fill a lawsuit  ;D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • From my personal experiences 🙂   Few months ago I decided to create my own Essence project. Project needs website, and I do not specialize in frontend development (t.y. i can make web work, but it won't be pretty for eye). So I search and find a guy in Discord, which claims he can make me a good looking HTML website for 30 EUR, prove some screenshots from his previous work. I agree. 1 week later, I get my HTML website, make few changes to contents, update URLs and upload it to FTP. Site looks good, I am happy that this headache is no more.   Few months passes. I randomly crawl through other Essence server websites scouting for good ideas for my own project. Suddenly one of russians project website opens and.. it's the same website as one I have 😉 perfectly absolutely same layout, colours, etc etc etc. I contact my guy to ask what the hell, to get blocked 😉  So I find a weekend worth of my time. Find HTML5 boilerplate generator and ask it to include Bootstrap 5 and some other stuff. Open Bootstrap documentation, drink two energy drinks on instant and start working my backend-inspired HTML black magic... Once I found suiting firefly effect for header, result looked oikay for me: Absolutely no magic or beauty here, but: * Unique (and probably nobody cares to rip it) * Done for free in ~10 hours by non-frontend dev * Most modern browsers friendly * Completely static content, loads instantly. No PHP at all * Sidebar statuses (online, pvp, pk) are pulled from account manager REST API endpoint and is cached for 5 minutes. Account manager runs separately from website frontend and has access to server DB. Where could/will it get better? * Code in Vue instead of HTML - time concerns only, but Vue is superior compared to HTML/PHP for supporting desktop/mobile, easing development by miles. Need to learn how to use it properly. * Way to manage content from backend - in my instance I think account manager is not really meant for that. Vue can help here too - there are components for content building. * Currently default Bootstrap components are used. Would be nice to have custom and more vibrant buttons. Guess what, Vue can help here too.   tl;dr don't buy 30EUR website, it will be ripped or shit. you better make your own website. Be curious. I am backend developer, I obviously have general idea how frontend works. But imho everyone who can make L2 server by editing NPC HTMLs, also can make their own simple website. ChatGPT and other AIs are your friends. Bootstrap. jQuery documentations are your friends. And when you feel good and comfortable with HTML, if you like, you can continue learning Vue, or going backend. Now, as for the top sites. You really need to invest money to make new project work. I mean really, really much money. For this concept to work, top website itself must get visited. But if you can sort that your top site would be popular amongst players, then it's a really very simple concept, as far as current 2004-ish sites goes. I think simple, working concept of this, maybe without proper frontend, but with implemented backend logics (add/edit/disable server, sort by votes count (top list), vote for server with verification, callback to server endpoint - all of that can be done using Symfony in mostly 5 days, with lots of breaks for coffee and a smoke 😉. Experienced mid frontend dev would make a Vue/React frontend for it in another 5 days. it's really really simple concept 🙂  
    • Need cheap aged discord accounts ? :  https://campsite.bio/utchihaamkt DISCORD USERNAME : utchiha_market TELEGRAM : https://t.me/utchiha_market Discover new products in our exclusive server today : https://discord.gg/hoodservices
  • Topics

×
×
  • Create New...