OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization Programming Computer Science by usmanmalik57 …, sys: 99.6 ms, total: 996 ms Wall time: 1min 4s ``` The above output shows we achieved an accuracy of 87… Is Microsoft Solutions Partner Badge Really Worth It? Programming Software Development by Mason_8 I've been reading about the Microsoft Solutions Partner program and wanted to ask the community is it actually worth pursuing for an IT company It looks like Microsoft has set certain performance and certification requirements that companies need to meet in order to qualify. They have categories like Infrastructure, Data & AI, Business … Re: Is Microsoft Solutions Partner Badge Really Worth It? Programming Software Development by rproffitt Wrong person to ask. But it was 2 decades ago and Microsoft's support was nothing better than "did you turn it off and on again?" This on a ERP deployment and frankly a failure in my view because it increased the amount of time we spent on the project. Not to mention downtime as we waited for fixes and server responses times in the … Re: Error LNK1104 when debugging Programming Software Development by Mr.M I've managed to find the problem but I don't know how to fix this because what it complains with is there. `error c2143: syntax error : missing ')' before ';' ` Here's the code it's points to. `hResult = WFSExecute( hService, WFS_CMD_CDM_DISPENSE, &tDispense, TWO_MINUTES, &lpResult);` Re: Error LNK1104 when debugging Programming Software Development by Mr.M I've checked even with the NCR document it's correct. Page 57 of the document you are referring to has just one code on my end Re: Error LNK1104 when debugging Programming Software Development by rproffitt For clarity. By "correct" you would be printing those variables to the debug output and not just looking at the syntax. If you only look at the LOC then that's a sin tax. Re: Memorable Quotations Community Center Geeks' Lounge by Reverend Jim "Work without wealth" isn't a sin. It's a reality. Re: Is Microsoft Solutions Partner Badge Really Worth It? Programming Software Development by Reverend Jim I have to say that I have had both terrible and outstanding results from MS support techs. It all depends on who you get. Cache-Control stale-if-error with s-maxage Programming Web Development by Dani I happily just discovered the Cache-Control rules *stale-if-error* and *stale-while-revalidate*. I came across [an article](https://developers.cloudflare.com/cache/concepts/cache-control/) on Cloudflare's site that says that those two directives are ignored if CF's Always Online feature is enabled, so I've gone ahead and disabled that. However, I'm… Re: Cache-Control stale-if-error with s-maxage Programming Web Development by WendyDolan This is something I’ve been wondering about too. The wording around “applicable” s-maxage overriding stale-if-error is kinda vague. From what I’ve seen, s-maxage just sets how long a shared cache (like a CDN or proxy) can consider the response fresh — so I think if the resource is still within s-maxage, then stale-if-error wouldn’t even kick in, … What's driving your best online leads in 2025? Digital Media Digital Marketing by seothings30 Hey everyone, With so many channels to juggle—SEO, PPC, social ads, automation—it's becoming harder to know what’s actually moving the needle. At 1into2, we’ve seen some great lead-gen performance through blended funnels (SEO + Google Ads), but the landscape keeps shifting fast. I’d love to learn from others here: Are you seeing better ROI… Do you fear that Google "AI Mode" will be the default option in Google ? Digital Media Digital Marketing by jkon Even with the current state of Google search, finding the first truly organic web page result (excluding sponsored links and promotions) often requires significant scrolling, especially when searching for products. The introduction of "AI Overviews" exacerbated this situation, though small and medium-sized businesses still had a … Dynamic Properties in PHP 8.2 Programming Web Development by Dani In my increasingly futile attempt to remain using the now-defunct CodeIgniter 3 framework, I came across something that I figure might be worth sharing in case anyone else is maintaining older PHP codebases and suddenly things start breaking after a PHP upgrade. With PHP 8.2, there’s a new warning that’s catching a lot of people off guard: … Re: Do you fear that Google "AI Mode" will be the default option in Google ? Digital Media Digital Marketing by jkon Great Reverend Jim , but I am not talking about "AI Overviews" that is an issue but small compared to "AI Mode" which is a new option rolled in US for now that lets AI search for you and reference a few (usually three) or none real links . Lets have Google Gemini summarize what "AI mode" is '''Google "AI Mode&… Re: Embedding Wellbeing Programs at Work The Missing Link to Long-Term Growth Community Center by rproffitt Hmm, as I review Jeff Bezos and the work performed in their warehouses I can write that such concepts seem to be quite foreign to that company. And then we have the direction the US Government agencies are taking. To those that think such talk is political, it's more than that. It's exploitation. Let's call it out for what it is. Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani Oh, and an important bit I forgot to mention: PHP's built-in stdClass has the `#[AllowDynamicProperties]` attribute already added. In fact, you can see in the [PHP docs](https://www.php.net/manual/en/class.stdclass.php) that the definition of the stdClass is "a generic empty class with dynamic properties." That means that you can always … Is Traditional Link Building Losing Its Value in 2025? Digital Media Digital Marketing by Umair_20 Hey everyone, With the rise of Al-generated content, semantic search, and Google's increasing focus on topical authority, I'm wondering if traditional link-building tactics (like guest posts, directory submissions, and outreach emails) are starting to lose their impact. Are you still seeing strong results from backlinks, or have you shifted … Embedding Wellbeing Programs at Work The Missing Link to Long-Term Growth Community Center by Happiness_1 What if the biggest unlock to your organization's performance wasn’t a new system, process, or incentive—but a shift in how your company designs for human energy? In a landscape where complexity compounds daily and talent expects more than a paycheck, the smartest leaders are asking a different question: What environment allows people to do their … Re: Is Traditional Link Building Losing Its Value in 2025? Digital Media Digital Marketing by Dani Backlinks still work even though I'm **** at getting them these days. Regardless of backlinks, you always need to focus on your on-page SEO such as internal linking. It's not an either-or situation. What are content clusters and entity-based SEO? Why Copywriting Is More Than Just Writing Digital Media Digital Marketing by Teefodee Having done copywriting for 3 years now, it's increasing getting clearer to me that copywriting is not just about putting words on a page. It is about shaping perception, sparking emotion, and guiding action without overtly “selling.” The best copy often feels like a conversation with a trusted friend and not a sales pitch. It’s subtle, … Safely upload a file Programming Web Development by Dani Here's a quick bit of code to upload a file in PHP. How Can I Create a Long-Term SEO Strategy for a New Website in 2025? Digital Media Digital Marketing by Louis Slater Hi everyone, I'm currently working on a new website in a moderately competitive niche and I'm looking to build a sustainable, long-term SEO strategy that works in 2025 and beyond. I know the basics—on-page SEO, technical optimization, backlinks, etc. but I'm finding it difficult to sort through outdated advice and focus on what's actually … Re: Safely upload a file Programming Web Development by john_111 You should display a message acknowledging the upload was successful or that it failed (and why it failed), and perhaps it's new name. Introduction: Jordan Taylor – Construction Estimator Community Center Say Hello! by Jordan Taylar Hi everyone, I'm Jordan Taylor, a construction estimator based in the U.S. I’ve been working in the industry for a while now and have experience handling material takeoffs, cost projections, and overall project planning support. I'm here to expand my network, share what I’ve learned, and also gain insights from others in the field. Looking … Re: Safely upload a file Programming Web Development by Dani I feel like that's part of the UI that would be very different depending upon the context. For example, what would the message look like? This is meant to just be a backend utility function. Is anyone using ChatGPT in French for programming tasks? Programming by kakasi63 Hi everyone, I've recently started exploring ChatGPT in the French language for programming help, and I was surprised at how effective it can be — even when working with frameworks like Laravel or JavaScript. For example, I asked it to generate a Laravel controller with French comments, and the output was both functional and easy to … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha > I posted a question over in [Google's webmaster forums](https://support.google.com/webmasters/thread/348804021/all-urls-being-deindexed?hl=en&sjid=2216033765847194048-NC) for some more details. As a status update, the mass deindexing seems to be happening on a large enough scale, across enough sites, that Barry Schwartz [wrote an article… Re: Error LNK1104 when debugging Programming Software Development by toneewa I've seen this happen from Windows Defender nuking Visual Studio's compile process. Make sure the PC is set to Developer Mode. Whitelist the directories involved in Windows Defender. This could happen after a Windows Update. Check the "defender" log and see if there is any file(s) to restore. Restarting the PC will resolve any hung… Re: Page Speed Issue Digital Media Digital Marketing by Ulfson It's possible to build fast web sites with any given technology, just like it's possible to build slow web sites with any given technology. Without data, you're just guessing why a site might be slow, and quite possibly be optimizing something that doesn't help much. So start investigating WHY the site is slow, and work on those things. The network… Re: Error LNK1104 when debugging Programming Software Development by Mr.M I've tried doing the extern to all these variables but still. Let me clarify, the project was running fine, only started experiencing this in few weeks ago. Regarding the question about the OpenXFS project (Library) the library is here and it's linked. What I will do is try commenting out all the code and try debugging and see if it will …