SShortSingh.
Back to feed

Bing Wallpaper App Accused of Displaying Paid Ads on User Desktops

0
·1 views

Users have reported that Microsoft's Bing Wallpaper application is displaying what appears to be a promotional advertisement for a Harry Potter and Fantastic Beasts box set. The issue was flagged on the Thurrott forums, drawing attention to Microsoft's practice of using its wallpaper tool as an advertising surface. This has raised concerns among users who feel their desktop backgrounds are being used for commercial promotion without clear consent. The discussion gained traction on Hacker News, where users debated the appropriateness of embedding ads within a wallpaper utility.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How to Choose the Right SMS OTP API When You Own Login Templates for US/EU

Developers building authentication for platforms like media marketplaces face a key architectural decision: whether to use a dedicated SMS OTP API or treat login codes as ordinary messages. Experts recommend choosing an SMS-first API with explicit start-and-verify calls when the application owns the login template, controls code expiry, and manages retry logic. Email should serve as a deliberate fallback triggered by user action, not fired simultaneously with SMS, to avoid duplicate challenges and a complicated authentication state. Application-level fraud controls — including rate limiting by IP, device, and phone number — remain the developer's responsibility regardless of which provider is chosen. Before launch, developers should verify current country coverage and sender requirements directly in each provider's official documentation, as regional rules and product packaging can change.

0
ProgrammingDEV Community ·

OpenAI Reinstates 5-Hour Daily Usage Cap for Plus and Business Accounts

OpenAI has re-introduced a hard 5-hour daily usage limit for Plus and Business account holders, affecting teams and developers relying on GPT-4-Turbo and other paid models. The cap is measured in compute time rather than tokens, with roughly 1.2 million tokens equating to one hour of GPT-4-Turbo usage. Once the limit is reached within a rolling 24-hour window, users receive a 429 Too Many Requests error until the window resets. OpenAI reportedly imposed the restriction after detecting runaway usage patterns that drove up costs for both the company and customers. Users can avoid the cap by switching to GPT-3.5-Turbo, self-hosting open-source models, or upgrading to an Enterprise contract.

0
ProgrammingDEV Community ·

Tutorial: Build a Consent-Gated AI Knowledge Pipeline for Community Chat

A new developer tutorial warns against building MCP servers that treat community chat history as an automatic knowledge source for AI assistants, arguing that authors never explicitly consented to such reuse. The guide proposes a safer architecture where messages become AI-accessible only after passing through explicit author consent and human moderator review. The pipeline, built using TypeScript and Tencent RTC's Social Messaging platform, tracks each message through defined lifecycle states including awaiting consent, under review, published, suspended, and revoked. Any edit to a source message automatically suspends the published knowledge record until the new version completes the full consent-and-review cycle again. The core design principle is that the MCP search layer can only access deliberately approved records, keeping consent, scope, and publication decisions in the hands of humans rather than AI models.

0
ProgrammingDEV Community ·

Developer Builds Zero-Dependency Rust Tool to Challenge npm's 461M-Downloads/Month fast-glob

A developer created Branchcut, a single-file Rust tool with zero external dependencies, designed to replace the common multi-package glob workflow used in JavaScript projects. The tool compiles pattern matching, directory exclusions, file-type filters, and result limits into a single traversal plan, avoiding unnecessary directory crawling. Built during a Zero Dependency hackathon using only the Rust standard library, the entire tool is 2,231 lines of code and compiles to a self-contained executable of roughly 356 KiB. Its primary benchmark target is fast-glob, an npm package that averaged 461 million downloads per month between September 2025 and August 2026. The developer's goal was not to replicate fast-glob's full API, but to offer a faster, leaner alternative for the most common use case of finding, filtering, and limiting file results in one pass.

Bing Wallpaper App Accused of Displaying Paid Ads on User Desktops · ShortSingh