These comments are doom and gloom from people who have read articles but haven't been there. I've crossed the local railway tracks, blindfolded and earmuffed, for over a dozen times, and not once has a train hit me. If you're worried, contact a random australian dude working for one of the biggest cybersecurity threats on the planet, who also seems to pass time by counting cars that pass over a nearby bridge, and have him be an intermediary for you, as others have suggested. It will be great!
samsung TVs have the worst behavior when connected to a computer. Every once in a while, you get a screen that appears as if there's no signal, but instead it's asking you to "configure". But there's nothing to "configure", except to select that the HDMI is connected to a "PC". If you don't do that, there's no way to have a stable, full picture. If you do it, it deliberately limits you to two picture settings presets. The settings details menu often doesn't come up - you have to perform about 12 navigational actions to be able to control brightness etc. And this kind of crap goes on and on and on and on and on
| I just don't trust online reviews from random internet people.
What we need is to be able to give extra weigth to reviews we can (somewhat) trust. This means that we need to start keeping "files" on each other, and we need a tool for looking up authors of messages and traversing chains of trust ...
Right?
Well, they pay. There's no IP transfer here; you own your own IP.
That said, I'm hoping that, via donations, there will be spots for those that can't pay anything at all. But that's a lot of speculation for something that is still very much up in the air.
yes/and the superb GUI designer .. Now look at QtCreator or how we build web apps .. it's all a joke, in comparison.
That said ... the other product with similar GUI design system was/is ... VB :)
Yes, the Delphi GUI designer was and still is the best there was (unless I have some kind on nostalgia glasses on accidentally). I started my dev career on a Delphi CRM project in 2006, then years later when I had to work on an Android application the first thought was "You have to be joking, this is how you desing an UI?". Also used Qt a lot between these two.. So, currently the best UI designer and framework is Qt for me. Everything else seems atrociously complicated and just.. developer-unfriendly, needlessly complex.
I've also worked on a Delphi based CRM and I've wasted man months of my life time on a task we called "checking forms". You see, Delphi's UI designer is (was?) pixel based (widgets have fixed x/y/w/h), but strings translated to different human languages have different lengths (in pixel). (Complicated by dynamically calculated and variable length strings.)
And so for every release, for every language version (of which there were like 15), engineers would click through every single form in this product. Then fix any widgets were the text was cut off specifically for that language manually in a shitty commercial i18n tool that can show you Delphi forms, but only the outlines of controls.
It took an engineer about 3 weeks of effort to go through the product in one language. I may never forget what "Ok" and "Cancel" mean in several languages I otherwise do not know at all.
Java and C# changed everything for me with their constraint based layouts. I believe later Delphi versions added that, but it was definitely after others lead the way.
(Maybe there was a better way to do it with Delphi, but this was >10 years ago ago, and the product was _old_ even back then, and it was my first job and I didn't question why things were done this way.)
Delphi was first released in 1995. Screen real estate at the time was very different. When people started using measures other than pixels there was a huge codebase using them already.
The translation systems were really atrocious. I had to develop one myself because the ones that I evaluated were useless.
It took me a couple of weeks, but once I found the right (and only reasonable) way, with the help of library introspection features it was very easy to add new automated translations.
I wrote it down in my defunct blog, 15 years ago. I guess you didn't find it at the time.
Lazarus IDE is stuck in its Delphi 7 interface for years while Delphi was seeing fast iterations past years. Have you seen latest Delphi (10.4.2 from Feb. this year)? But most importantly did you tried its godly compiling speed?
You can try its Community Edition. If you're a business building a commercial application then I doubt the license fee, while expensive for small developers, is expensive for the business too.
Having worked extensively with both WinForms and Delphi GUI designers, I consider WinForms far better.
WinForms designer is actual C# code, you can copy and execute that code outside of the designer. It's possible to search for references to a control in the designer, just the same as any other code. Often in Delphi, trying to accomplish the same thing in code as in the designer had a very obscure relationship. WPF feels much closer to the way Delphi did things, where your GUI is defined in different format than your code.
In WinForms, creating a new control requires, well, just write a class that descends from Control, compile, and then you can start using it. In Delphi, creating a new control means you need an independent project, compile it into a package, and figuring out how to install it. I remember fighting Delphi trying to understand the package management system, and it was way more complicated.
In WinForms, when you design a new control, it actually executes your code, so design time behaviors actually reflect what will happen at runtime. I remember having stuff in Delphi where a large control would be collapsed into a single line, and you couldn't actually tell what you were working with until you run it.
this study mentions "healthy young men" and the title states "health-promoting effects". So, do healthy young men need to have their health promoted by increasing their insulin sensitivity?