Skip to content
  • Forum Instructions / Announcements

    8 8
    8 Topics
    8 Posts
    D
    The CodeProject Forum is a back online after a number of months and while we build up new posts, it's important to note how to navigate the forum to get the most out of it. Forum categories Topics are divided into 8 main categories with many subcategories. Forum Instructions/Announcements This category provides guidelines and official updates for the forum users. The Lounge A general discussion area for off-topic conversations and social interaction. Artificial Intelligence Dedicated to discussions about AI technologies, concepts, and applications. Other Discussions For topics that don't fit neatly into the more specific categories. General Programming Covers broad programming concepts, languages, and development practices. Database & SysAdmin Focuses on discussions related to databases, system administration, and network management. Cloud Native Explores topics concerning cloud-native technologies, architectures, and deployments. Web Development Dedicated to all aspects of building and maintaining websites and web applications. Product Lifecycle Discusses the various stages of product development, from conception to retirement. Graphics and Design For conversations about visual design, graphic software, and multimedia creation. Feature Forums A place to discuss and request new features for the platform or related products. [image: a93f3c2e-a27a-4130-ab2d-af652a2c3b40.png] Watching and ignoring categories and topics To follow or unfollow a category, open it and select your preferred option, Watching or Ignoring, from the drop-down menu above the list of topics. In case the category has subcategories, the menu is between subcategory folders and topics. In addition to watching/ignoring the current category, the change will also apply to all subcategories. To follow or unfollow a specific topic, look for the same menu in an open topic (see image below). In addition to just Watching and Ignoring, there’s also an option Not Watching. [image: 8b95e536-18b5-4cdb-88ca-ad0e34e810c8.png] Unread & Recent posts New posts in categories that you watch but haven’t seen before will appear in the Unread section. Fresh watched posts, both read and unread, are listed in the Recent section. Topic tags Tags are another good way to find discussions related to topics you’re interested in. When you create a topic, you can also add tags. Please use the existing ones as much as possible. Popular topics Most discussed topics of the day / week / month and all time can be found there. Upvoting posts If you like or agree with a post you can upvote it. We use upvotes to determine the most popular feature requests. [image: eb5b38b4-9b31-43c9-a85c-ed6f1f3e45f4.png] Every time a post or comment is upvoted, the author’s reputation increases by one point.
  • For discussing anything related to a software developer's life but is not for programming questions.

    160k 2m
    160k Topics
    2m Posts
    OriginalGriffO
    @sneha2004sahani2004 How, exactly? I just checked my profile, and can't see any articles there at all. I assumed they'd appear (along with my Tips I assume) with next weeks update - hopefully that will be on schedule, but I wouldn't be surprised if it's delated (there were a heck of a lot of artciles and tips in the old system!)
  • 103 Topics
    247 Posts
    Graeme_GrantG
    @pkfox said in I signed up for Anthropic's Claude model - might go with Kagi's Claude next. Some observations: Hi HTCW, I recently used ChatGP to help me to convert/rewrite an MVC site to Blazor Server and I must say it was very helpful but as you say you have to watch what it gives you carefully - if you tell it exactly what you don't want it actually will improve its offerings - nice to see old names appearing here I've spent several weeks experimenting with AI vibe coding and have learned that it is good a small tasks but can't keep focus on larger tasks. You can constrain it through tracking and guidance documents (microsoft vs & vs code call them copilot-instructions.txt). The current issue is 2 fold: Constraints and guidance turn into hundreds of lines of input. How much each AI agent can remember before forgetting. A lot gets lost when they summarise. So, the further into the prompt they go, the less they remember, the more they improvise, and you lose a lot of control. So here is an example with Claude Sonnet 4, the best of the AI models at the moment: I have a library that I wrote recently called Blazing.Mediator. I used the docs as a guide that I gave to the AI. Everything starts well. However, if I let it run for a while and there is one or more summarisations, Claude switches to coding MediatR patterns. Overly opinionated! Then there is the cost... I find that I spend a lot of time cleaning up after the AI and lose any gains made if I let it loose on my code, adding new features. I now keep it to simple or repetitive tasks - wire-framing, prototyping, initial UI, comments, converting code, fixing errors/warnings, rubber ducking, etc... There are some things that it can do quicker than you without giving you work.
  • 291k Topics
    1m Posts
    S
    You don’t build plugins directly for BeyondTrust, you just talk to it through the REST API. In .NET it’s as simple as an HttpClient call with the API key: var client = new HttpClient { BaseAddress = new Uri("https://your-url/api/public/v3/") }; client.DefaultRequestHeaders.Add("Authorization", "PS-Auth key=API_KEY; runas=API_USER;"); var res = await client.GetStringAsync("users"); Console.WriteLine(res); Swap "users" with "accounts", "sessions", etc. depending on what you need.
  • Cloud Native Development Discussion

    0 0
    0 Topics
    0 Posts
    No new posts.
  • 76k Topics
    248k Posts
    realJSOPR
    I thought all state changes caused re-renders.
  • 152k Topics
    778k Posts
    S
    AI’s neat for boilerplate, but in my experience, it too often spits out stuff you don’t really understand. You still gotta review, refactor, and clean up, so yeah, not exactly a ‘set it and forget it’ deal.
  • General discussions on Mobile Development

    5k 11k
    5k Topics
    11k Posts
    Y
    Consider reaching out to online communities related to your app niche for feedback and promotion.
  • 21k Topics
    75k Posts
    M
    I wanted to share an ongoing issue our company is facing with QuadraNet, a data hosting provider that is now under new ownership by Edge Centres. We were wrongly billed around $13,000 for a server we canceled years ago, and it has turned into a frustrating ordeal. (Interestingly, a TrustPilot review from 2023 mentions someone facing the same issue of being charged for months without notice after canceling a server.) Our accountant discovered the error during a routine check, noticing we were still being charged for this server long after the cancellation. When we reached out to the provider, it initially seemed promising. Michael Lowe, the Chief Revenue Officer at QuadraNet, admitted the mistake, explaining that a PayPal subscription wasn’t canceled when we terminated the server. He proposed a repayment plan. However, this wasn’t just an isolated incident—other customers had faced the same issue before. Despite this, the company let it continue, costing us $13,000. What’s more concerning is that the PayPal payment authorization was used to continue billing us long after the server was canceled, which goes against legal standards. Unfortunately, despite Lowe’s promise to resolve the situation, we’ve made no progress. Our follow-up attempts have been ignored, and our remaining two servers were shut down without notice, causing further financial damage. Since we’re based in Europe, pursuing legal action is complex and costly. After Edge Centres acquired the company under CEO Jonathan Eaves, we hoped the issue would be addressed quickly under new leadership. However, nothing has changed. QuadraNet’s CEO, Tim Caulfield, under whose leadership these overcharges occurred, hasn’t resolved the matter. We have received a partial refund through PayPal, but they still owe us over $10,000. It’s been incredibly disappointing, not just because of the money but because of the lack of transparency and accountability. If anyone has advice on how to get this resolved, I’d appreciate hearing it.
  • Everything from architecting, hiring staff, managing, marketing and selling your hard work

    3k 6k
    3k Topics
    6k Posts
    H
    Also looking at that code, it doesn't do what the website does at all. It has no conception of UTF encoding. Pro-tip: (This one's free) - Don't ask GPT for help with code. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • Graphics and design forums

    0 0
    0 Topics
    0 Posts
    No new posts.
  • 1k Topics
    2k Posts
    Y
    Hi everyone, any recommendations for a good security camera that I can buy? I'm looking for something that has motion detection and night vision. Would love to install in the garage. What do you guys think about this one Smart Cloud Cameras for Home | TP-Link Philippines[^]
  • 0 0
    0 Topics
    0 Posts
    No new posts.