[LATEST] Icarus Emulator [Java, Netty, MySQL, Plugins, Camera]

Page 13 of 23 FirstFirst ... 356789101112131415161718192021 ... LastLast
Results 181 to 195 of 333
  1. #181
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    @Quackster nice shot! Wondering if this time is different from the others emulators, like Azure, that the Categories are half dynamic.

  2. #182
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by ovflowd View Post
    @Quackster nice shot! Wondering if this time is different from the others emulators, like Azure, that the Categories are half dynamic.
    I think you're getting confused between navigator categories and room categories.

    "room categories" was moved to db, simillar to navigator_flatcats or whatever from Uber/Phoenix, in that changelog

  3. #183
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by Quackster View Post
    I think you're getting confused between navigator categories and room categories.

    "room categories" was moved to db, simillar to navigator_flatcats or whatever from Uber/Phoenix, in that changelog
    I'm saying exactly about that. Navigator Flat Categories in Azure/Mercury/Swfit is a crap.

    - - - Updated - - -

    Also Navigator Categories are. The way to identify which Category is selected and which Navigator category need populate is really hard coded in Azure.

  4. #184
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by ovflowd View Post
    I'm saying exactly about that. Navigator Flat Categories in Azure/Mercury/Swfit is a crap.

    - - - Updated - - -

    Also Navigator Categories are. The way to identify which Category is selected and which Navigator category need populate is really hard coded in Azure.
    Ah, I get you now.

    It's really easy to change it in my server.


  5. #185
    Enthusiast Wilou is offline
    MemberRank
    May 2011 Join Date
    36Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    And now ? It support the lasted version ?

    Envoyé de mon ALE-L21 en utilisant Tapatalk

  6. #186
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by Wilou View Post
    And now ? It support the lasted version ?

    Envoyé de mon ALE-L21 en utilisant Tapatalk
    I don't have plans to support the latest version right now.

  7. #187
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by Quackster View Post
    Ah, I get you now.

    It's really easy to change it in my server.

    Python make it more easy. Nice way, really few lines to implement. In Azure was like 10~20 :/

    - - - Updated - - -

    Observation: was made in a static way, with for loop and foreach loop.

  8. #188
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by ovflowd View Post
    Python make it more easy. Nice way, really few lines to implement. In Azure was like 10~20 :/

    - - - Updated - - -

    Observation: was made in a static way, with for loop and foreach loop.
    Python's philosophy is there is usually one right way to do it. That is part of the strength behind Python. Especially if you use Python 3 you benefit from a lot of the high end server functionalities available to Python out of the box. Less time thinking about data types and the 50 ways of coding something, more time coding. I love C# and Java is fine, but Python is really nice, and familiar to work with.

  9. #189
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by Moogly View Post
    Python's philosophy is there is usually one right way to do it. That is part of the strength behind Python. Especially if you use Python 3 you benefit from a lot of the high end server functionalities available to Python out of the box. Less time thinking about data types and the 50 ways of coding something, more time coding. I love C# and Java is fine, but Python is really nice, and familiar to work with.
    Python makes everything more easy and fast to do. With the logic being processed by the Python Prepocessor and obviously the Python Developers haha. But Python also uses a lot more of memory and CPU...

    - - - Updated - - -

    Here is how Navigator Searches works in the New Yupi

    Really much better than Azure.

    - - - Updated - - -

    But need to be improved haha

  10. #190
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by ovflowd View Post
    Python makes everything more easy and fast to do. With the logic being processed by the Python Prepocessor and obviously the Python Developers haha. But Python also uses a lot more of memory and CPU...

    - - - Updated - - -

    Here is how Navigator Searches works in the New Yupi

    Really much better than Azure.

    - - - Updated - - -

    But need to be improved haha
    Duno I can run plenty of things off Python on a 512MB server. I don't know how much ram and CPU you're on about, but you must be doing Python wrong :) Python is used internally on Debian / Ubuntu. you can't truly escape it.

  11. #191
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by Moogly View Post
    Duno I can run plenty of things off Python on a 512MB server. I don't know how much ram and CPU you're on about, but you must be doing Python wrong :) Python is used internally on Debian / Ubuntu. you can't truly escape it.
    For big hardware resource python is good. But talking about a raspberry pi. C++ will be much better or actually Java.
    Depending of the application Python can use really big memory. I did a code only saying Hello World and was using 32mb of RAM. Stfu..

    For my area (IoT) Python isn't good. My team actually did a code with Python to Handle ZigBee packets and do some REST stuff, in the MacBook Pro was running good, but in lower hardware... was like a tortoise.

  12. #192
    Member lai0n is offline
    MemberRank
    Jul 2015 Join Date
    ~/LibraryLocation
    71Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    I don't think that use of python is a good idea.

    Python is favorable for many things; speed isn't necessarily one of them. It's flexible and forgiving that leads to efficient use of development time, but you will lose a lot of performance.

  13. #193
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Quote Originally Posted by lai0n View Post
    I don't think that use of python is a good idea.

    Python is favorable for many things; speed isn't necessarily one of them. It's flexible and forgiving that leads to efficient use of development time, but you will lose a lot of performance.
    Python is pretty fast. We're not working at Google scale here.

  14. #194
    Developer & Designer Francis Joseph is offline
    MemberRank
    Mar 2007 Join Date
    /f282Location
    246Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    I'm in love with it, python is very simplistic with the manner in which you can program.
    Keep it up, Quackster.

  15. #195
    Proficient Member jaden83 is offline
    MemberRank
    Oct 2014 Join Date
    DESKTOP-2FLLV85Location
    176Posts

    Re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Python is "pretty" fast but not as fast as other static-compiled languages in comparison.



Advertisement