- Strength to Increase Rep
- +15
- Strength to Decrease Rep
- -3
- Upvotes Received
- 5K
- Posts with Upvotes
- 3K
- Upvoting Members
- 806
- Downvotes Received
- 209
- Posts with Downvotes
- 198
- Downvoting Members
- 105
I completed my Computer Science degree at the University of Manitoba in 1976. I did two and a half years of programming in medical research followed by twenty-nine years at Manitoba Hydro (electric utility). Most of that was spent on doing development…
- Interests
- Computers and programming (duh). Reading (usually mysteries). Wind-surfing, canoeing. Winter - cross-country…
- PC Specs
- Dell Inspiron 5759 laptop, Windows 10 Home
Re: Has anyone had a look at [Perplexity](https://www.perplexity.ai/?login-source=floatingSignup)? | |
Re: I'd be happy to answer Python questions provided you give a little more detail. I'm far from an expert but I'll help if I can. | |
Re: I've been running Windows Defender on seven computers for years and never had a problem. | |
Re: I'm going to offer an obvious, but probably not correct, suggestion. My laptop (ASUS) has a little slider that covers the webcam. It might not be as obvious on your laptop as it is on mine. | |
Re: I don't work with PHP although I've done a fair bit of SQL and SQL selects return recordsets that you have to step through to get all of the returned records so I'm thinking you'll need to process the records in a loop. Your comment >/A record was returned, display … | |
Re: Be yourself. The people who matter won't mind and those who mind don't matter. - Bernard Baruch | |
Re: What help are you looking for? Do you need help picking a design tool? A framework? What is your current skill set? | |
Re: Greetings from the other side of the wall. Welcome to Daniweb. | |
Re: Generally it is hard to offer SQL suggestions without seeing the code. Are you closing the connection manually, or are you using a context manager? | |
Re: Nope. I never found another place that felt as comfortable as Daniweb. | |
| |
Re: A friend of the family (friend of my parents) was one of the people who got dosed in the MKULTRA program. | |
Re: Your statement does not set a form location. It just creates a point structure. To set a form position in C++ you can do SetWindowPos(hwnd, NULL, x, y, 0, 0, SWP_NOSIZE | SWP_NOZORDER); | |
Re: Yes. But like most technological changes it will create new jobs. | |
Re: Welcome to Daniweb. Please take a few moments to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). | |
| |
Re: We will offer help but we won't write your code for you. Please revies the community rules/guidelines which state, **Do provide evidence of having done some work yourself ** | |
Re: I have never had any success dealing with a chatbot so the first thing I type is "speak to an agent". | |
Re: Astrology is BS. The only reasons to consult an astrologist are: 1. You want bad advice 2. You have too much money and you want to throw some away If #2, consider donating to an animal shelter instead. | |
Re: Without knowing what opportunities are available for each, would you be happier building the tools, or using them? In both cases you'll need the same core skill set. In my case I found it much more fulfilling to build the tools. | |
Re: My biggest fear is an expansion of misinformation to the extent that we will not be able to trust that anything we see, hear, or read will have any basis in reality. | |
Re: Never mind the robots. They've been promising me flying cars since 1950. Where is my flying car? ![Flying_Cars.jpg](https://static.daniweb.com/attachments/3/6e2832c60bf9dbca44507231ce074d07.jpg) | |
Re: I developed a Sudoku app in Python and doing it without using OOP would have been torturous. Using wxPython without OOP would be near impossible. | |