SShortSingh.
0
TechnologyTechCrunch ·

Cursor launches code hosting platform to challenge GitHub

Cursor, the company behind the popular AI code editor, has announced the launch of a new code hosting platform designed to compete directly with GitHub. The move comes as some developers have expressed growing frustration with GitHub, creating an opening for rivals. Cursor aims to leverage its existing reputation in the developer community to attract users to the new service. The platform represents a significant expansion of Cursor's offerings beyond its established AI coding tools.

0
ProgrammingHacker News ·

Devin Offers 70% Discount on GPT-5.6 Sol Model Access

Cognition's AI coding assistant Devin is offering a 70% discount on access to OpenAI's GPT-5.6 Sol model. The promotion was announced via Devin's official blog and shared on Hacker News. GPT-5.6 Sol is available to Devin users at a significantly reduced price point compared to standard rates. The deal appears aimed at encouraging developers to adopt the newer model within the Devin platform.

0
TechnologyBBC Tech ·

Meta faces US states' trial over alleged social media addiction in children

A trial has begun in the United States stemming from a major lawsuit filed by multiple US states against Meta. The case centers on allegations that Meta deliberately hooked children on its platforms, Facebook and Instagram. Meta has pushed back against the core premise of the case, arguing that social media addiction does not exist as a concept. The lawsuit represents a significant legal challenge for the tech giant over its responsibility toward younger users.

0
ProgrammingHacker News ·

Linear Publishes Data on AI Usage Patterns Across Software Teams

Linear, a project management tool used by software teams, has released a data report examining how AI is being used in development workflows. The report analyzes usage patterns among engineering and product teams that use Linear's platform. The findings aim to shed light on the growing adoption of AI tools within software organizations. The data was published on Linear's website and shared on Hacker News, where it attracted early attention from the developer community.

0
ProgrammingDEV Community ·

Developer Finds Four Security Flaws in His Own Live Rails App During Routine Audit

A developer building RepBoard, a freelancer reputation platform, discovered four security vulnerabilities in his own deployed app after applying an audit process he learned from unrelated tutorials. The most critical flaw allowed any logged-in client to secretly add a hidden input field in the account settings form and grant themselves freelancer status, exploiting an overly permissive Devise parameter list. A separate vulnerability let clients submit reviews targeting other clients or even themselves, since the recipient's ID was pulled from an unvalidated hidden form field. The developer fixed the role-escalation bug by removing the sensitive parameter from the permitted list, and addressed the review flaw by moving authorization logic into model-level validations. The incident highlighted the distinction between validation and authorization, and revealed that his seed data had been silently generating invalid records all along.

0
ProgrammingHacker News ·

GLM-5.3 Evaluated on Artificial Analysis AI Benchmarks

GLM-5.3, a large language model, has been assessed on the Artificial Analysis benchmarking platform, which evaluates AI models across multiple performance metrics. The benchmarks measure factors such as quality, speed, and cost-efficiency to help users compare models objectively. The listing attracted modest engagement on Hacker News, garnering 32 points and 7 comments. Artificial Analysis serves as an independent resource for tracking and comparing the capabilities of leading AI models. The evaluation provides developers and researchers with standardized data to inform decisions about model selection.

0
ProgrammingDEV Community ·

Liquidity Pool Beats Grid Bot With Nearly Double the APY in Same Price Range

A trader tested two passive income strategies — a grid bot on Pionex and a concentrated liquidity position on VFat — using the identical WETH/USDC price range of 1630–2000 over the same time period. The grid bot delivered 11.83% APY while the liquidity pool returned 21.63% APY, nearly twice the yield. The core difference is how each strategy earns: the grid bot only profits when the price crosses predefined steps, whereas the LP position collects a fee from every swap executed within the set range. Exchange fees further erode grid bot returns, since each round trip costs 0.10%, meaning the price must move 0.20% per step just to net that amount. The author notes grid bots can still outperform in high-volatility, low-volume conditions, but concludes that liquidity pools are more effective when a price range holds steady with consistent trading volume.

0
ProgrammingDEV Community ·

Path Protocol's Theme Workshop lets anyone build and publish custom minigolf courses

Path Protocol is a free, open-source browser-based precision minigolf game featuring 100 levels and an MIT license. Its built-in Theme Workshop allows users to design custom themes and courses without any prior game development experience. The editor operates on a grid-based logical world and offers tools to place obstacles, reshape objects, set arena boundaries, and swap visual and audio assets. All submitted levels must pass schema validation and gameplay checks before going public, ensuring consistent and safe community content. Completed courses can be published as public themes and shared via a direct link with the broader community.

0
ProgrammingHacker News ·

fx: Lightweight Open-Source Native Coding Agent Launches

A new open-source tool called fx has been introduced as a tiny, native coding agent. The project is hosted at fx.sh and aims to assist developers with coding tasks in a lightweight manner. It was shared on Hacker News, where it received 12 upvotes and generated a small number of comments. The tool is described as native, suggesting it runs directly on the host system without heavy dependencies. Details on specific features remain limited, but it positions itself as a minimal alternative in the growing space of AI coding assistants.

0
ProgrammingDEV Community ·

Developer builds deterministic browser game engine with 100 levels and open authoring

A developer has released Path Protocol, an open-source browser-based precision game featuring 100 levels and a Theme Workshop for community-created courses, licensed under MIT. The core architectural challenge was ensuring determinism — guaranteeing that any two players running the same level experience identical physics, making leaderboard scores meaningfully comparable. To achieve this, the engine separates the simulation clock from the render clock, advancing game state only in fixed 60 Hz increments regardless of a monitor's refresh rate or system load. Collision geometry is stored in JSON independently of visual assets, and the scoring formula is centralised in a single module to prevent inconsistencies across player and community levels. Community-submitted courses pass schema validation before acceptance, keeping the open authoring system both safe and consistent.

0
ProgrammingDEV Community ·

Developer Launches Free In-Browser Markdown Converter That Never Uploads Your Files

A developer has released MD-Convert, a free web tool that converts documents to Markdown entirely within the user's browser, with no server uploads or software installation required. The tool was built to address common frustrations with existing converters, including privacy risks from uploading sensitive files to third-party servers and the complexity of installing CLI tools like Pandoc. MD-Convert supports a wide range of formats including PDF, DOCX, Excel, CSV, Jupyter Notebooks, HTML, JSON, YAML, and Evernote files. All file parsing and conversion happens locally in-memory on the client machine, with the developer claiming near-instant processing speeds. The tool is available at md-convert.org and is aimed at developers, data professionals, and anyone handling confidential documents.

0
ProgrammingDEV Community ·

Developer Builds AI Insurance Claim Analyzer Using RocketRide Pipeline

A developer created ClaimDesk, an AI-assisted insurance claim intake and analysis application built on the RocketRide framework. The tool allows claims adjusters to upload vehicle damage photos and accident descriptions for automated analysis. Ollama was integrated for local model execution, with a unified startup workflow managing all dependencies and services. Building ClaimDesk reinforced that AI applications demand the same engineering rigor as traditional software, including architecture planning, debugging, and reproducible environments. The project offered the developer practical insight into integrating agentic AI into real-world software rather than using it as a standalone model.

0
ProgrammingDEV Community ·

Epic, GOG, and NVIDIA all confirm native Linux clients are in development

Three major gaming companies signaled a shift toward native Linux support in August 2026. An Epic Games developer confirmed in a Discord AMA that a native Linux version of the Epic Games Store launcher is coming, though not for the platform's upcoming preview release. GOG separately confirmed to GamingOnLinux that a native Linux version of GOG Galaxy is in progress, with no timeline provided. NVIDIA's GeForce NOW app for Linux officially exited beta, adding support for Ubuntu 24.04 and a Flatpak repository for easier installation. Analysts point to Linux surpassing 4% on the Steam Survey since mid-2025 and the success of Valve's Steam Deck as key factors pushing companies to prioritize the platform.

0
ProgrammingHacker News ·

Developer builds 3D desktop fruit fly for macOS using real neural connectome data

A developer has created a macOS desktop application featuring an animated 3D fruit fly powered by the FlyWire connectome, a detailed map of the fly's neural connections. The project is open source and hosted on GitHub under the username DenisSergeevitch. FlyWire is a scientific initiative that has mapped the complete connectome of a Drosophila fruit fly's brain. The application brings real neuroscience data into a visual, interactive desktop experience on Apple's macOS platform. The project was shared on Hacker News, where it received modest early attention.

0
TechnologyNYT Technology ·

Apple Cuts Certain App Store Fees for Developers in the EU

Apple has announced the removal of certain fees for app developers operating within the European Union. The decision comes after a prolonged dispute between Apple and European regulators over the company's restrictive control of its App Store. Regulators had long criticized Apple's grip on app distribution and the commissions it charged developers. The change reflects Apple's effort to comply with EU rules aimed at opening up digital markets to greater competition.

0
ProgrammingDEV Community ·

US Copyright Office: Purely AI-Generated Code Likely Has No Legal Owner

The US Copyright Office concluded in its January 2025 report that material generated wholly by AI cannot be copyrighted, and that writing prompts alone do not constitute sufficient human authorship. Developers who rely heavily on tools like GitHub Copilot, Cursor, or Claude may not hold copyright over the AI-generated portions of their code. Human contributions — such as creatively modifying, selecting, or arranging AI output — can still earn protection, but the threshold is assessed case by case with no clear legal standard yet defined for software. This creates a significant gap in employment contracts, client agreements, and open-source licences, all of which typically assume the developer holds full copyright in their deliverables. No court has yet drawn a definitive line for AI-assisted code, leaving the ownership status of much production software legally uncertain.

0
ProgrammingDEV Community ·

AI's pace outstrips our ability to evaluate and adapt, a developer argues

A software developer argues that the core challenge of modern AI and tooling is not the technology itself but the widening gap between how fast it evolves and how fast individuals and institutions can meaningfully absorb it. While acknowledging genuine excitement about recent capabilities, the author notes that evaluation — deciding what is worth learning — has become the real bottleneck, not learning itself. This dynamic leaves developers cycling through tools without reaching deep expertise, resulting in codebases layered with outdated, poorly understood technology. The author points out that social norms, laws, professional identity, and institutions adapt over years or decades, while technology now iterates in months, making that lag increasingly consequential. The piece stops short of declaring a crisis, acknowledging that similar concerns were raised about the printing press, telegraph, and internet — all of which humanity ultimately absorbed.

0
ProgrammingDEV Community ·

Retry Budgets Fail When Task Specs Are Wrong, Not the AI Model

A developer building an AI task harness found that setting retry limits of three attempts wasted resources when the root cause was flawed task specifications, not model unpredictability. In one case, a census data loader repeatedly failed because its packet referenced files, directories, and a JSON structure that did not exist in the actual data. Another task was structurally impossible to complete because the required config fields were missing from a type definition that the implementer had no permission to edit. A third task silently wrote data before its validation step ran, meaning all three retries logged the same false failure each time. The author concludes that retries only help when failures vary between attempts, and that identical repeated failures signal a specification defect rather than a reliability problem.

← NewerPage 108 of 2871Older →