Jump to content

David Champion

Members
  • Content Count

    96
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by David Champion

  1. David Champion

    Cyber security Question

    @Alberto Salvati
  2. David Champion

    Cyber security Question

    If you hash the script file before use you could then programmatically compare against your securely stored hash value; similar to checking user passwords at login.
  3. David Champion

    TestInsight 1.2 released

    @Stefan Glienke What's the new hardware?
  4. David Champion

    Default(TMyRec) usage

    program ExampleRec; type TExampleRec = Record Example1:Integer; Example2:String; class operator Initialize(out Dest: TExampleRec); End; class operator TExampleRec.Initialize(out Dest: TExampleRec); begin Dest.Example1 := 0; Dest.Example2 := 'abcdef'; end; var rec: TExampleRec; begin writeln(rec.Example2); readln; end. I have used custom managed records recently since it attaches the initialisation code to the record itself and when used the variable does not require explicit initialisation.
  5. David Champion

    Delphi beta testing a "premium" privilege?

    No! That is divide and conquer. Totally irresponsible. They need to be accountable to the whole customer base. Public dialog. Public discussions about the direction of the products. Open discussions on the development of the Delphi language. What they are trying to avoid is spending proper development money, playing with the balance sheet to show continual growth. A vocal and united community is dangerous since it would demand a better return for the subscription.
  6. David Champion

    Delphi beta testing a "premium" privilege?

    It's an optimisation of marketing language to sell the 'value' that is already there. Now, if Embarcadero were to involve the subscribers in the evolution of the product range and invest more money I would get involved in beta testing. And this is the wrong way round, the beta testers should be given additional time added to their subscriptions for the effort involved. Where is the ongoing public consultation with the developer/customers? Where is the open discussion about the Delphi language? Where is the open discussion about the IDE and tooling?
  7. David Champion

    Audio to Text Components

    Is there a VCL library available to convert human voice audio into text? It has to work without access to the internet, the English language preferably.
  8. David Champion

    Audio to Text Components

    I have found the Windows.Media.SpeechRecognition namespace in Microsoft WinRT. That may be a way forward without the Speech Recognition needing to connect to Azure.
  9. David Champion

    Audio to Text Components

    @programmerdelphi2k This doesn't achieve what I'm trying to do which is to transliterate without any cloud services. The client's environment prohibits the use of the internet; there is only a local network.
  10. Agreed! Excellent products from a talented, honest and hard working company.
  11. David Champion

    Delphi or Lazarus/Free Pascal

    I can imagine a version of an IDE aimed at hobbyists that includes the Delphi ARM Linux compiler, Python 4 Delphi, FMX only, local database support for <=$99. I hope that EMB get more creative in going after markets that are there without the fear of reducing existing sales. In and of itself the ARM Linux compiler is really important perhaps not attracting a high unit price but creating value for the rest of the product range. In addition making it possible to think about low priced and targeted SKUs.
  12. David Champion

    The future of Delphi

    Over 10 months later, did you manage to spend time on your own projects and have some fun?
  13. David Champion

    Hextor - Hexadecimal editor and binary data analyzing toolkit

    Useful information, but its not the same as Hextor available as open source.
  14. Dont give up on better code :-). Migrate the name and method signature slowly to something better. Use the Deprecated key word and introduce the replacement.
  15. David Champion

    Do you need an ARM64 compiler for Windows?

    David Millington works in Eastonia. https://muckrack.com/david-millington So I guess the C++Builder development team has an office in that location.
  16. David Champion

    Do you need an ARM64 compiler for Windows?

    It's frustrating, I have been looking for a published roadmap too. @Lars FosdalPerhaps, you could open a Non-Technical forum where we as members can speculate wildly and stir up general dissent.
  17. David Champion

    Frequent and/or annoying typos you make while coding

    "search" --> "serach" quite often
  18. David Champion

    Forum for Spring4D

    @Stefan GlienkeOn the BitBucket repo 4 days ago you tagged for download version 2.0.beta.1. Version 2.0 was at alpha.2 8 months ago. Is this a significant release and should I start to prefer this over 1.2.4 if I dont mind some risks? Are the sub-set of collections solid, unchanged and represent low risk usage? Obviously there is the word 'beta' in the tag so clearly there is still a way to go.
  19. A very long time ago and what feels like a far off galaxy A very long time ago and what feels like a far off galaxy A very long time ago and what feels like a far off galaxy A very long time ago and what feels like a far off galaxy A very long time ago and what feels like a far off galaxy..... I was part of a small team than wrote accounting software for our UK and international customers. All the prices, totals, decimal quantities, fractional quantities were represented as integers or long integers. The long integers having 15 digits of significance; not a floating point number in sight. All decimal places and fractial separators were implicit until it came to displaying them. No rounding errors crept in. I remember this as an example of a good design choice by the lead developer.
  20. David Champion

    Delphi for ARM

    But this is not using a native ARM compiler.
  21. David Champion

    D11 - A bridge too far.. :-(

    or open source the IDE + everything, apart from compilers. Have a licenses that protects EMB investment but allows Pull Requests and co-development with community
  22. David Champion

    What is part of your contiuos integration?

    I have used it with a number of clients to good effect; highly recommended.
  23. David Champion

    The future of Delphi

    good to hear!
  24. David Champion

    The future of Delphi

    Thats sounds miserable and demoralising. I have seen some of that, but not much.
  25. Could not be happier.
×