Live data from Hacker News

Viewing profile — Peter5

Peter5

HN member
Joined
Sun, Aug 28, 2022, 1:24 PM UTC
HN karma
163
Public activity
31 items

About Peter5

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #43953741

    fpcupdeluxe is great if you want to get a particular revision or build cross-compiling. If you need a stable version, just download the setup from. The docked IDE is the default op…

  3. comment
    Comment #43953725

    2.5 MB is for most of the Lazarus Component Library (LCL) with minimal size increases even as program complexity grows. For example, Dadroit JSON Viewer EXE is less than 6 MB while…

  4. comment
    Comment #43952500

    Custom control set is supported too, and there are multiple alternatives.

  5. comment
    Comment #43952231

    Yes. Try the IDE itself; on Windows it is built with Win API. PeaZip is a sample of it https://github.com/peazip/PeaZip

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #36692308

    https://github.com/DadroitOrganization/Generator

  16. story
  17. story
  18. comment
    Comment #34170487

    That's reasonable to not believe me, but can you enlighten me with more samples? If you mean managing pointers in Pascal, you can code in a style of high-level language like JS and…

  19. comment
    Comment #34163168

    Note for people who don't know much about FreePascal. It is a full-featured and very fast compiler. The resulting program is a rival for the best output of C/CPP compilers. It can …

  20. comment
    Comment #34162581

    In these days, Lazarus and FPC are a valid choice instead of Delphi, except when you are doing some heavy component based codes, like organization oriented projects. Plus side is L…

  21. comment
    Comment #34162553

    This website, is a collection of cool samples and sources. Check https://www.getlazarus.org/learn/tutorials/examples/ for many cool projects and the author has many nice projects i…

  22. comment
    Comment #32960514

    Everything (Instant file search): https://www.voidtools.com/

  23. story
  24. story
  25. comment
    Comment #32761959

    A good compiler is much more than just speed, but it is good to have more information on compilers speed, and there is a lot about decedents of C. Maybe some appreciate the speed o…