4,907 Posted Topics
Re: We'll need more info. The simplest way would be to go to another computer and create a boot USB such as a linux LiveUSB, or a Macrium Reflect or EaseUS recovery USB. The last two boot into a WindowsPE OS. Howeever, if you are running Windows and have enabled BitLocker … | |
Re: Something similar. The family house was built in 1910 (the year my dad was born) on 30 acres of prime vegetable growing land. The acre and a half we lived on was beautifully treed and grassed. Because of healtb issues my dad sold the land to developers under the condition … | |
Re: As an example, the person who developed Iocaine found that 94% of the traffic to his site was caused by bots. When you price and design a site for an expected human load, and then you get overwhelmed by bots, you can throw more money at it or you can … | |
Vatican City has a density of 5.88 popes per square mile. | |
Re: I currently have an ASUS Vivobook K350 that I bought in Dec 2022 but I would never buy another ASUS product. Too many stupid annoying problems that don't quite reach the level of justifying the expense of replacement. My older son (medical researcher) is currently looking at a new Lenovo … | |
Re: As someone who actually programmed the computers that controlled our provincial generation, transmisssion, and distribution grid for 29 years I disagree with the classification of that software as automation in the sense of this discussion. While we did have some packages that were advisory (water flow optimization and generation efficiency … | |
Re: I program only desktop/shell apps for Windows and I use Visual Studio Code (free) and python (free) with wxpython (free) as the target GUI. Do you see a pattern here? | |
Re: Based on the proliferation of AI generated content, and the age-old rule of garbage in, garbage out, what will be the result of AI models being trained on ever increasing amounts of content generated by other AI platforms? Will we get into a negative feedback loop where the output will … | |
Re: >I’m all about sci-fi/fantasy that makes you think Definitely give [The Man From Earth](https://www.imdb.com/title/tt0756683/) a go. You can watch it for free on youtube. I'm always up for discussions on movies, good or bad. | |
Re: I recall reading, "If the text is unusually coherent or consistent, it might raise suspicion." I'm afraid that does not speak well of our educational system. And it's not very useful in trying to automate detection. As a side note, I read recently about some researchers using a "needle in … | |
Re: My completely uninformed guess is no. Their bubble has burst. | |
Re: Selected comics at [gocomics](https://www.gocomics.com/). These days I need to start my day with a smile. | |
Re: Nope. I never found another place that felt as comfortable as Daniweb. | |
Re: Plus anti-virus. It will also warn you if it suspects you may be installing potentially malicious software. It can occasionally be heavy-handed though. For example, I tried to install the latest version of Stickies (Zhorn Software) and it gave me a warning. I've been running Stickies for years and trust … | |
Re: >Part of the reason... I, for one, am sick and tired of every Tom, Dick, and Harry requiring a separate app for everything. It has gotten to the point of having to scroll through pages of icons to locate whatever app you need for a particular occasion. Plus, every app … | |
Re: I'd hate to think you were one errant baseball (or hockey puck) away from losing access. What if you were in a car accident and got your face pounded by the air bag? Would you be unable to unlock your phone to call 911? | |
Re: Way back in 2010. Probably a Google search. I landed here and stayed. Sort of like that one relative who drops in for a visit and never leaves. ;-) | |
Re: I'm reminded of a Harley-Davidson ad from years back. It had a picture of a decked out motorcycle with a hot tub, wet bar, and recliner. The caption read, "If you want all the comforts of home, stay there." | |
Re: And this is my response. Welcome to Daniweb. | |
Re: Can you please post the contents of requirements.txt? I don't know if this will make a difference, but when I install python I always put it in c:\python and install for all users. I find it much easier when trying to fix problems like this to have all the files … | |
Re: There is an excellent book by Alan Cooper called About Face: The Essentials of User Interface Design. The most recent version is the fourth edition in 2014. While looking this up I found another book by him that I'll be reading shortly. The Inmates are Running the Asylum. Why High … | |
Re: I frequent the PyCoder website. They have both free and paid content. The paid content includes tutorials. I recently got an email offering me a seven day free trial of the paid content. When I checked it out I saw that it was a "sign up and get the first … | |
Re: I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they … | |
| |
Re: If it is a test case then I have to wonder for what? It's true that we've seen a great deal of pointless posts and I absolutely do not see the payback in making them. I don't recall how many garbage posts I've seen defining what SEO and back links … | |
Re: Putting on our traditional Christmas Eve spread with family. Christmas dinner tomorrow. We long ago stopped exchanging presents as we all agreed that agonizing over gift buying just for the sake of giving a gift was pointless. We all know we love each other so just being together, eating, and … | |
Re: Can you give us the actual query in pseudo code with field names? I think we can figure it out by first eliminating the vb.NET syntax. I typically use a SQL management console to get the underlying query before I add in the gory code details. | |
Re: It depends very heavily on: 1. What type af analysis you want to do. 2. Your level of expertise. Neither of which you specified in your post. Unless you made the post as spam-seeding I suggest you flesh out your question. | |
Re: Spamming is getting the same post over and over. | |
First I want to say that my only interest in the technical details of web development are from an end user perspective. I usually go to [this site](https://www.theweathernetwork.com/ca) to get my weather forecasts. Their current display format is to present the forecasts horizontally but it will likely be changing soon … | |
Re: Another tip - it's nice to know where you work but do not use Daniweb for self-promotion. | |
Re: What help are you looking for? Do you need help picking a design tool? A framework? What is your current skill set? | |
Re: There are already a number of threads regarding AI. Enter **AI** into the search bar to find some. Member [usmanmalik57](https://www.daniweb.com/members/1235222/usmanmalik57/posts) has written a number of articles/tutorials that you may find interesting. | |
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: Has anyone had a look at [Perplexity](https://www.perplexity.ai/?login-source=floatingSignup)? | |
Re: Right click on the shortcut and select **Run As Administrator**. | |
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'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 … |
The End.