Jump to content

sakura

Members
  • Content Count

    75
  • Joined

  • Last visited

Posts posted by sakura


  1. 12 hours ago, Larry Hengen said:

    I see the job post is in German.  Do you have an English translation

    Sadly not, that's why I've posted parts of it above.

    12 hours ago, Larry Hengen said:

    Is the position open to remote developers, or on-site?

    Remote is fine.

    12 hours ago, Larry Hengen said:

    If open to remote devs, what time zones will be considered?

    Not quite decided yet, but likely within Europe is fine.

    • Like 1

  2. We are looking for Delphi developers working on our existing and new products. 

     

    Your tasks:

    • development of backend classes based on DDD architecture
    • development based on defined requirements
    • working on risk analysis and test requirements

     

    Your profile:

    • senior (Delphi) developer
    • experiences working with current development tools
    • working with teams and alone
    • knowledge with common dmbs
    • knowledge with mORMot advantageous
    • German and/or English 

     

     

    Further information can be found in our official job offer: https://www.psyprax.de/wp-content/uploads/2023/Stellenanzeigen/MA_Software-Entwickler_.pdf

     

    Feel free to contact me for any questions.

    • Like 3

  3. HTML/JavaScript is single-threaded by definition of all browsers at this point, therefore that shouldn't be a big problem. To get a two-threaded solution, you would need a background service-worker, but that's it as of now for JavaScript/HTML solutions.


  4. I am not sure, how I got it enabled like this, but here is a way to replay the problem.

     

    General Discussions as whole group was selected, which you cannot achieve manually - but by following this link: https://en.delphipraxis.net/?forumId=8

    When in fluid view, you will notice (which I did not), that the group heading is slighty highlighted. Selecting any group, will show its contents, but removing that check mark again, will bring you back to my previous problem...

    Know, clicking on the "General Discussion" group header, will unselect that group and bring all back to its original state.

     

    I do not know, how I got into the problem in the first place, I just found a way to replay it... Anyways, all back to normal for me.

    • Thanks 1

  5. I am not sure, whether the Hyper-USB "problem" still exists, however, when I had to made this decision, Hyper-V did not support connection of USB devices into the virtual machine, while VMWare does that without any problems. I you require to develop to access hardware directly, Hyper-V might not be possible, This was three years ago, anyway.


  6. 1 hour ago, Fr0sT.Brutal said:

    AFAIK even the strictest GPL allows dynamic linking without the burden of opening your code

    Only, and only if your application does not depend upon that DLL to do its work. If it is an extension, giving extra features, not needed for the overall result, then you may use it that way. However, if the main purpose of your application depends on that DLL, it is to be published under GPL as well.

    • Thanks 1

  7. Let's not discuss the GOTO - first, it is not my code, but code from a library I use, second, the full method from the library certainly benefits from it. It is not always possible to optimize for everything cleanly. For full details, follow the links 😉

×