- Strength to Increase Rep
- +9
- Strength to Decrease Rep
- -2
- Upvotes Received
- 85
- Posts with Upvotes
- 69
- Upvoting Members
- 25
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
167 Posted Topics
There's MS Copilot in my Notepad now; it can easily be turned off, but it's there. I wonder how far Copilot's penetration will go in Windows 11?
Last night, embedded YouTube videos started resulting in a "Error 153 Video player configuration error" which sucks as I long ago wrote a desktop app to view webcams in Edge WebView2. After quite a bit of time trying "fixes" suggested by MS Copilot, I gave up and said "No matter …
It seems like they're till getting a lot of activity, not all AI pastes. I really dislike their UI.
The post title somewhere visible on the page when you scroll below the top... but I already asked for this. Drop-down menus under each item under FORUMS. Again, previously mentioned. Comment entry text box with more than one line. Mentioned. Search filters and sorting options. Also mentioned. lol Other than …
Well I went down the rabbit hole. Interesting reading though. Your (I assume rhetorical) question reminds me of the Brexit issue of the EU imposing laws on sovereign states. Kind of pisses you off. Most of the reading was rather vague. I'm sure it's difficult to cover every scenario (GDPR.EU). …
I think programming is like painting, but you have to do both sides of the canvas. It’s truly an art. You start with an idea and a blank canvas. Programming for myself, I decide the look and feel, and what functions to include. Then on the backside of the canvas, …
> However, I do agree that even as a solo programmer, the client should decide what language to use.... It should be entirely my decision if that website is created in PHP or .NET It's late on the East... am I reading that right? The client should decide the language, …
How do you update the tags under Skills and Interests in your Business Card?
> This is really interesting to hear everyone's stories about programming at different times in history. > > Last weekend my Dad and I visited [Bletchley Park](https://en.wikipedia.org/wiki/Bletchley_Park) where they did a lot of the code breaking of encrypted German messages in the lead up and during World War 2. While …
I'd say more often than not, I've been more disappointed with upgrades than being pleased. My latest is the YouTube phone app. I wish I never updated. As for Bluetooth, I spent an hour today with Windows Phone Link and the MS iPhone app Link to Windows. With my phone …
I've noticed a number of posts made by people that just joined DaniWeb, never to be seen again. Some make a similar post under a different name with a different tag. Usually they're 'educational' posts; ask a question then answer it. I love the glowing reply by another freshly minted …
I believe the US Copyright Office ruled that there has to be some human element to be eligible for copyright. They've also issues a "pre-publication" report on the legality of training AI models on copyrighted works. I agree with the required human element. I'm not sure about the training issue. …
I think most people would do the same thing all the mega-rich seem to do - mansions, planes, yachts.
It will be interesting to see where AI takes root. I know the medical field has used it to analyze images and identify concerns. What aggravates me is companies that claim AI when you know damn well, they're not using AI.
I'm not a python programmer, but I thought it was quite interesting, particularly how it came about and the conflict of 2.7 vs 3. It's kind of cool that a few people got together and developed something that has such a broad reach. Some of the people have interesting (and …
Hidden Figures? Katherine Johnson was from my State.
If you're brave enough to mess with file type, [NirSoft](https://www.nirsoft.net/) has a free file type manager. It's the last program under DeskTop Utilities. I've used it several times. His stuff seems legit. It will list all the file types and let you edit the actions and more (double-clicking a file …
Are you running both Windows Defender and Avast?
Amen to that! Something nostalgic about the sounds of old printers too.
I'm not seeing the value here. 1. I thought it was going to give an overview or summary of the entire thread, not just answering the code question. 2. The 3 examples were coding questions. AI answered differently than the humans. Always more than one way to accomplish the task. …
Never would I think Rage Against the Machine would be mentioned in a DaniWeb post. Imagine that.
Yes! Printed manuals you can read anywhere, and perpetually owned software. Weird as it may be, I loved learning by reading the manuals. The BS of monthly subscriptions has infiltrated too many aspects of life.
At one time I had quite the collection of PC Magazine, which back in the day printed code listings. Dreadful days of typing it in. Ugh. My opinion - PC Magazine hasn't been worth a damn since the day of Bill Machrone, Charles Petzold, John Dvorak, Jim Seymour, and others.
I believe I read that magnetic tape outlasts them all, although safe storage would be an absolute must. M-Disc is claiming a 1,000 year lifespan with their products. I have no clue how their Blu-Ray and DVDs differ from the norm.
I too though OS/2 would take off, along with the PS/2, MCA architecture, and Token Ring. I put too much faith in IBM and they weren't very good dealing with Microsoft.
In my limited time writing software for sale, it was my experience that users often asked for something that enhanced the program. What did surprise me is different ways people want to use the interface - some more keyboard oriented, more mouse. Different levels of expertise often had different expectations …
Ah... the smell of Coleman fuel and bacon. Been there many times. We tent camped as we were too poor for anything else, but I think the experience was better anyway.
It's a good enough reason for me to bail, which I did. And a good enough reason not to buy a Tesla, not to mention all the promises to owners not kept and build quality. Add in the fact that I live in the Mountain State where road grades would …
There is so much wrong with this code, not to mention you're attempting to answer a 12-year-old post. 1. Try to avoid variants - not an error, but not a good practice. 2. Also good practice is using Option Explicit 3. You reference List1 but do nothing with it. 4. …
The issue is headcount and tail count never get reset, so it's just accumulating the count. Move the initialization inside the loop and they will get reset each time. loop: int headcount = 0; // Reset each round int tailcount = 0; // Reset each round Running your code through …
> At least you didn't let a bot near it :) > > https://www.pcmag.com/news/vibe-coding-fiasco-replite-ai-agent-goes-rogue-deletes-company-database > I miss PC Magazine of the 80's and 90's.
> Anyone who lives near where geese congregate got the "honk" reference. We have friends who once bought a house on a retention pond. One goose - not a problem. Hundreds of geese honking all day and night - major headaches. > > >Children of the night. **SHUT UP**. > …
Oh geez... hard to recall. Before Internet e-mail, our college had its own internal system. I wrote the text editor that passed files to a Pascal program written by a tech, which used Kermit to transfer files over 1200 Baud dialup modems. I wrote a DOS based menu system and …
I think any programming language that enabled the masses of novices/amateurs to write useful programs is likely underrated. There are several such languages on different platforms. Yes, they probably wrote spaghetti code that didn't adhere to any standard and would make professionals choke. But they weren't making a living coding, …
> I don't do enough programming to justify being proficient in more than one language. I'd rather be competent in one than mediocre in several so I just stick to Python/wxPython these days. I've always found APL the most interesting language to work with but Python has been the most …
I'm curious since there have been many comments on several DW posts about the dread of reading, understanding, and fixing someone else's code. Has that been the case with AI generated code? Is AI code much more understandable?
Sometimes I just have to walk away and get a fresh look later. Often, I'll still be thinking about it on a broader level, and not getting caught up on individual lines of code.
Interesting question. I don't think personal blogs or sites get much traction these days, unless your famous, and even then it's probably hosted somewhere else.
Well, I would love to golf or do something outside, but it seems like we have rain every other day. It's been a weirdly wet spring, continuing into summer.
About 30K from a custom database I wrote for a friend and never intended to sell. I don't recall how someone literally 1,000 miles away found it and wanted to buy it, which then turned into a side business.
I started teaching myself around 1983 on BASICA with a smattering of Assembly, then onto QuickBasic, Basic PDS, Visual Basic for DOS, and Visual Basic (Classic) versions 3, 4, 5, and 6. It was never my profession, although I did make a nice chunk of change on custom databases. I …
I try to, but as Jim said, some sites have rules that make it differ... which is why I keep a text file of usernames on my phone. I have a hard enough time remembering all the passwords.
IDK about ASP, but in desktop apps you can call LockWindowUpdate in user32 to pause the update until after the treeview has been populated.
Retired early as a Dean at an R1 university. For a few years I sold specialized software I wrote. Now I do as I please, when I want, if I want. ;)
I had this happen before, but not with VLC. It seemed randomly, Explorer would become the foreground app. It happened so frequently, I thought I had a mouse / driver issue. It hasn't happened again for a few months. Perhaps an update fixed it for me.
2021 Dell XPS 8940 desktop, Intel i7 10700 2.9 GHz, 16 GB RAM, 1 TB SSD, 1 TB SATA HDD, NVidia GeForce GTX 1660 6 GB, Dell 27" U2720Q display I run at 3840x2160. I'm retired, so I didn't replace my laptop when it suddenly died.
Oh Lord... 17 years ago... I'm sure it was from searching for programming content.
I use two - Kroger and Walmart. I want access to the app's features without having to create an account and sign in. I want easy access to the search function with accurate results and convenient options like in stock, out of stock, and sorting. In an app for brick …
I had to laugh reading this thread AFTER reading the "Writing and speaking clearly" thread. Thanks for the chuckle.
I don't understand a few things. There are option buttons and there are check boxes. So I don't know what you mean by "option button checkbox." I also don't know what you mean by "record." Do you mean print? Read values from a file? I would suggest instead of checking …
The End.
SCBWV