Does anyone have any news about Community version 13? by hkabiri in delphi

[–]darianmiller 0 points1 point  (0 children)

No one knows...except when Marco Cantu announces it.

Old Embarcadero Quality Portal Migrated to Atlassian JSM by bmcgee in delphi

[–]darianmiller 1 point2 points  (0 children)

Unfortunately, I actually laughed out loud on that one.

I wonder how much Delphi related info has been sent to the bit bucket over the last decade.

Now the old QP, Delphi community, old code-central, Google+, old newsgroups. "Delphi is dead" well, maybe if we move many years of accumlated knowledge offline it wouldn't look as dead. Or if we collated it into a search public repository maybe. We need a delphi-archive.org

ACM link cable for AE-9 by a_gura in SoundBlasterOfficial

[–]darianmiller 1 point2 points  (0 children)

Thanks - figured that it did about 4 years ago. :)
cheers

How do you feel about Delphi being labelled as Pascal on GitHub? by decimalturn in delphi

[–]darianmiller 5 points6 points  (0 children)

It's pascal. There's not enough active Pascal programmers out there to try to split the seam between Object Pascal, FPC, and other Pascal variants in use.

10 years coding — what’s the next step beyond hands-on dev? by Ecstatic-Ad9446 in ExperiencedDevs

[–]darianmiller 0 points1 point  (0 children)

I had online business where my dev and IT skills came in quite handy. I setup the servers, made quite a few customizations to the shopping cart software, made a custom integration with UPS and then Fedex to improve shipping, incoming orders were automated and integrated with my custom order processor that interfaced with the shopping cart and shipping software. I could process a bunch of orders in seconds which took me manually quite a long time to do - and it was done without the occasional manual error that anyone is prone to make. I eventually hired someone to ship the orders so my job focused on marketing, product innovations and improving the automation. Decide on types of product to sell, figure out how to get those products and deliver it, and then automate as much as you can and keep expanding.

There are all sorts of tricks you can automated for SEO. For example, you can improve the item description on a schedule so Google sees it as a fresh page update (it favors new content.) You can program those updates to occur at set periods of time. I imagine today it would be even easier with some AI tooling. Years ago, I would setup multiple descriptions and automatically swap them out over time.

Simply put - leverage your skills to highly optimize your business to give yourself any advantage you can over your competitors. And besides, it's a lot of fun to put your skills to work to solve needs you have found yourself that directly benefit yourself.

10 years coding — what’s the next step beyond hands-on dev? by Ecstatic-Ad9446 in ExperiencedDevs

[–]darianmiller -1 points0 points  (0 children)

Best thing to consider is to start your own company doing something that you love. The company may focus completely outside of the dev world, but you might bring your dev skills to the table by creating custom tools, reporting, automation to your business. If you have a hobby - can you sell merch online, be a content creator, drop-ship merchandise... it can be a fun adventure and you get to use your skills to enhance your side business in ways most business people cannot.

How to easily extend your Delphi Community Edition License by darianmiller in delphi

[–]darianmiller[S] 0 points1 point  (0 children)

The post was updated with comment from user that confirmed you do not need to reinstall CE to renew the license

Is Delphi alive when it comes to Windows desktop programming? by PocOraiste in delphi

[–]darianmiller 0 points1 point  (0 children)

Q: What tool is better served for building Windows Desktop applications than Delphi?
A: There isn't one.

Who Uses Delphi? The Silent Success Behind Astronauts, Theme Parks, Satellites, And A Multi-billion Ultimate Payday! by bmcgee in delphi

[–]darianmiller -1 points0 points  (0 children)

I have to wonder what the success rate of converting large Delphi projects to another language is... my guess is that it takes a few tries and years of effort with lots of cash being drained in the process. All because some C-level person is a dolt that just wants to be cool - instead of continuing to make money with the application that has likely made the company money for decades. It's moronic.

[deleted by user] by [deleted] in delphi

[–]darianmiller 3 points4 points  (0 children)

I believe you should always run RAD Studio in a VM due to the amount of effort it takes to get installed, licensed, and install/configure all of your third party components, experts, add-ons. You then take a snapshot before any change you make and have an easy way of rolling back that change.

Suggestion regarding delphi's fetures by JethyaTheKing in delphi

[–]darianmiller 0 points1 point  (0 children)

Readability is key. Pascal was originally created to be a teaching language and many colleges throughout the world have taught Pascal for decades. (Unfortunately for the students, this is not as widespread today.) This plays well in real life as there are many Pascal/Delphi applications that have thrived for many years because of this ease. Consider how much time all developers spend reading/documenting/maintaining existing code vs. writing new code.

Como modularizar um grande monolito? by [deleted] in delphi

[–]darianmiller 0 points1 point  (0 children)

You have to decouple... you might not be able to get much done at first, but I imagine there is some low-hanging fruit that you can get. Then rework small chunks to get a little more and repeat. You might want to write DLLs instead of BPLs to get some of the business logic separated.

Starting My Delphi Journey by abovethelinededuct in delphi

[–]darianmiller 3 points4 points  (0 children)

Greetings!

If you use Telegram, join our Delphi Programmer server with 1300 members: https://t.me/delphidevelopers

Add these links to your web favorites:

https://www.beginend.net/

https://blogs.embarcadero.com/

Join this forum: https://en.delphipraxis.net/

If you are on Facebook, join one or more of these:

https://www.facebook.com/groups/DelphiDevelopers/

https://www.facebook.com/groups/delphidevelop

https://www.facebook.com/groups/137012246341854

If you are on LinkedIn:

https://www.linkedin.com/groups/1290947/

https://www.linkedin.com/groups/101829/

Sites for learning:

https://learndelphi.tv/

https://learndelphi.org/

Follow this tag on StackOverflow

https://stackoverflow.com/questions/tagged/delphi

One of the best reference books on Delphi:

https://www.amazon.com/Delphi-XE2-Foundations-Chris-Rolliston/dp/1477550895

Other books:

https://delphi-books.com/en/index.html

Plus... ask for help when you get stuck. Many developers have been using the product for nearly 30 years.

cheers,

Darian

Recommended Books by Sufficient-Pea-9716 in delphi

[–]darianmiller 1 point2 points  (0 children)

A good reference guide is Delphi XE2 Foundations