Jump to content

Cristian Peța

Members
  • Content Count

    438
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Cristian Peța


  1. 3 hours ago, Fr0sT.Brutal said:

    Instead of compiling scripts inside your app (which is pretty exotic) why don't just use scripts?

    Some sort of compilation to an intermediate representation must be there. Not to machine code but something much faster than parsing every time the source. Otherwise it will be very slow.

    I use FastScript and there is a compilation before execution. Execution is dozens times faster than compilation.


  2. On 11/6/2019 at 8:14 PM, Mike Torrettinni said:

    I thought he meant that Delphi could detect Delphi running in other VMs and it could affect (prevent?) registration... that would be pretty interesting.

    My VMs are connected to network and 10.1 does complain if 10.2 or 10.3 are started in an other WM. Probably because every WM does have an other IP (VMware stuff).
    "Duplicate License Key found. The same license key is used on 192.168.136.152. Please install a separate license"

    But starts and works.

     

    But 10.2 and 10.3 doesn't say anything.

     

    • Like 1
    • Thanks 1

  3. 25 minutes ago, Yaron said:

    6GB RAM, Android 9 to verify that my apps work on the latest Android version and to play with tablet layouts.

    It has a 64bit octa-core chip, but still runs Android 32bit.

    Running in 32 bit mode and accessing more than 4GB....

    I thought this is a relic of an ancient era.


  4. I don't think so. 64 bit OS will use more memory than a 32 bit. With 2GB RAM it's better to run in 32 bit mode.

    I have a Samsung A10 (model SM-A105FN released 2019) with 2GB RAM and running in 32 bit mode.

     

    PS. It's running Android 9


  5. Too little details. Stock TLabel component doesn't work with right to left languages.

    I don't understand how it works on Android but if it does maybe on iOS is font related.


  6. Here Google Search is gray (Available in Enterprise) and included in that 1 year subscription from EMBT,

    https://www.embarcadero.com/products/enterprise-connectors

     

    And you mean that this connection is not to a Google API? Why not?

     

    From Google API documentation:

    "Custom Search JSON API provides 100 search queries per day for free. If you need more, you may sign up for billing in the API Console. Additional requests cost $5 per 1000 queries, up to 10k queries per day."

    "The search results include the URL, title and text snippets that describe the result. In addition, they can contain rich snippet information, if applicable. "

    https://developers.google.com/custom-search/v1/overview


  7. 12 minutes ago, David Heffernan said:

    This has to be, in my opinion, one of the worst pieces of advice I have ever come across. 

    I started with Basic. The next was Z80 assembler. But assembler opened my eyes and is a base of understanding how things works.

     

    P.S. I can't imagine that someone can do a good thing in Spring4D for example without understanding CPU and memory. Also if someone does not have this knowledge working with C or C++ is a waste of time in my opinion. Then better Java.

×