|
Fantastic and interesting reply.
Thanks so much for sharing your experience here.
Interesting that you specifically avoid DI.
Ralf Peine 2023 wrote: By using of interfaces you can not longer jump to the executed code by just pressing "F12" in Developer Studio.
That is definitely one of the problems that I encounter with DI.
It is a pain that the implementation is always somewhere else which you have to track down.
Must say though, that I downloaded VSTudio 2023 to help with this and now it can (as you would hope) navigate to the exact implementation -- even if the code is in another dll it will use reflection to show you the code. Very good.
|
|
|
|
|
Hmmm... once you decide that *all* something must do *something*, before you even know what problem you're about to solve, you've decided that reality takes second place to what you've decided reality should be. "Dijkstra would not like this" <- his immortality, for those who get the reference.
|
|
|
|
|
From CP newsletter
Create AI pro register to uphold ethics, says BCS • The Register[^]
In UK there is a proposal to license/enforce corps when using AI.
Then it uses the problem as an example with the UK government prosecuting post office managers for something that never happened.
Except of course that had nothing to do with AI. And the proposed rules are for corporations. No idea how that is supposed to prevent the government from making false allegations.
Reminds me of the silliness of a case in the US where people were prosecuted due to 'recovered memory' testimony from very young children against a number of people accusing them of satanic rituals. The testimony allowed defied logic.
McMartin preschool trial - Wikipedia[^]
That was far from the only case where recovered memories were allowed.
Unfortunately in the US quite a few people still believe in that nonsense along with so called professionals that keep promoting it.
|
|
|
|
|
So at some point, along with the "harassment training" (which, ironically, is supposed to teach you how to identify and prevent harassment and not be a harasser yourself, rather than training you on how to excel at harassment as the course name would seem to suggest, but I digress) at some point corporations will have an "ethical AI training" class we'll all have to take. Except for management.
|
|
|
|
|
Hmm. My employer has us do 'business conduct' and other training every year. No one is exempt, including the president. It's not too arduous and can usually be completed in an hour or so. Completing the training is a condition for continued employment. I've never heard of anyone being fired for not completing it, but I wouldn't want to work with anyone who was so argumentative and confrontational that they wouldn't comply with a reasonable request.
I could see the company creating a policy for using AI-generated material on the job. Intellectual property rights are a significant concern for us in places, and given the cloudy (pardon the pun) nature of much AI training data, it's a reasonable response.
As far as governmental regulation goes, I'm sure that's going to be a goat from the word go.
Software Zen: delete this;
|
|
|
|
|
It all boils down to where the spotlight is shining - if it gets too close to home, move the light to something else to divert the attention so we can go on doing the "right thing" irrespective of public view, AI now has the spotlight like any other tech taht were out there before.
|
|
|
|
|
In absence of hardware, while waiting for it to ship I've taken to producing a starting codebase for my new project.
It's a Cortex-A based CPU, and those are not typically "real time" - for those of you familiar with embedded these work like your smartphone and are complex enough that they generally require an operating system like linux or android in order to function.
The problem with that is boot times. There have been successful efforts to get linux boot times down to less than half a second but it requires so much u-boot hacking and linux kernel hacking that it's not much easier than going bare metal.
I'm going bare metal. I'm terrified that I've accepted a contract for something I've never done before. It has been years since I coded anything in assembly. I read it, but I don't typically write it these days. That's about to change.
I'm dealing with stripped down C and C++, multiple cores but no scheduler, and therefore no synchronization primitives other than say, suspending the other core entirely, if possible? And that's yikes.
I just managed to scrape together enough of the CubeMX HAL under this environment to give me SPI support (I think), but I won't know until I get this board and connect my logic analyzer, and I'm really anxious about it. Lots of moving parts, and I haven't tested a single thing yet.
It's out for delivery now. I was excited yesterday. Right now I'm kinda freaked out.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
Ah, the unknown. Exciting, terrifying, challenging, mysterious, bound to be frustrating and also with great successes and stories. It's times like these, if you had a crystal ball to show you the future (in detail!), would you look into it?
|
|
|
|
|
I bought an old graphic software written in VB6. I paid $30. the author sent me the installer and I can NOT install it on Windows 7 and Windows Vista. The install or continue button does not show up and I can not continue the installation process.
What can I do to make the installer work?
UPDATE:
I just installed VB6 runtime plus and it works now.
diligent hands rule....
modified 18-Feb-24 16:12pm.
|
|
|
|
|
Have you discussed with the author?
"A little song, a little dance, a little seltzer down your pants"
Chuckles the clown
|
|
|
|
|
this professor does not have solution for this. he would like tear my check or send it back to me
diligent hands rule....
|
|
|
|
|
Assuming you haven't tried to run the install as a windows XP or 7 program? Right click the executable, Properties, compatibility and 'Run this program in compatibility mode for' and choose an os.
Edit:
You might make sure that your display is at 100% and not 125%. It is under display properties, you can adjust the scale. Sometimes apps especially older ones don't scale well.
Jack of all trades, master of none, though often times better than master of one.
modified 16-Feb-24 12:38pm.
|
|
|
|
|
thanks for the info
diligent hands rule....
|
|
|
|
|
I bought a 1999 shop manual wrapped in a XP virtual machine. It works.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
Gerry Schmitz wrote: XP virtual machine
I would consider that the best way to try this.
Even if the installer did work in a newer OS, the app might still behave oddly.
|
|
|
|
|
Are you on 64-bit Windows? If so then the issue is that the installer is most likely a 16-bit application, which 64-bit Windows doesn't support.
|
|
|
|
|
You need to look at the files and check which common controls, dll's etc is included. You then need to manually install all if not most of the controls manually to run, still no promises made. It is very old tech, like installing disc brakes on a 1932 Ford, you have to change so many components to make it work, is it really worth the effort begs the question...
a Solution I posted at the time, not sure it might wotk still - Installing VB6 Applications on VISTA or Windows 7[^]
modified 16-Feb-24 15:31pm.
|
|
|
|
|
this link is great
diligent hands rule....
|
|
|
|
|
I do not think the programming language is the cause of your problem. I'd guess it's a problem with the installer itself. Search the product forum / interwebs for the installer name (InstallShield?) and the problem as you have described it here. Good luck!
FWIW, we install VB6 applications on Win10 and now Win11 all the time without any problems...except for a recent issue of the Win11 print preview misbehaving...a good reason to get a new system for testing as none of my current systems are eligible for the upgrade.
"Go forth into the source" - Neal Morse
"Hope is contagious"
|
|
|
|
|
thanks for your info
diligent hands rule....
|
|
|
|
|
Why on God's Green Earth are you wasting your time with old, unsupported, closed-sourced software that the author would rather tear up your $30 check than support?
Let's be real for a minute, we're talking VB for image processing. I'd be hard pressed to believe there's not an alternative a bit more modern.
Jeremy Falcon
|
|
|
|
|
it generates some beautiful images that will be used in my future articles...
diligent hands rule....
|
|
|
|
|
If there is, I'd like to check it out. I am planning to get a drone.
|
|
|
|
|
yeah - by a cheap drone and discover how hard these things are actually to fly!
|
|
|
|
|