Japan Lags Behind in Generative AI Adoption

2025-07-14
Japan Lags Behind in Generative AI Adoption

A Japanese government survey reveals a significant gap in generative AI adoption compared to other major economies. Only 26.7% of Japanese respondents reported using generative AI, a stark contrast to China's 81.2% and the US's 68.8%. While adoption is higher among younger demographics (44.7% of 20-somethings), overall usage remains low. Similarly, only 49.7% of Japanese companies plan to utilize generative AI, significantly trailing China and the US, where adoption rates exceed 80%. The findings highlight Japan's need to accelerate generative AI adoption and integration.

Read more
Tech

Beyond OpenEXR? A Novel Approach to Lossless Compression of Floating-Point Images

2025-07-14

ArasP delves into lossless compression techniques for floating-point images, particularly those with multiple channels. He benchmarks OpenEXR (including the new HTJ2K codec), JPEG-XL, and a custom method based on Mesh Optimizer. Results show OpenEXR with ZIP compression is practical, while HTJ2K offers slightly better compression but worse performance. JPEG-XL achieves higher compression ratios but is significantly slower. Surprisingly, the custom method using Mesh Optimizer and zstd outperforms others in both compression ratio and speed, emerging as a compelling alternative for floating-point image compression.

Read more
Development

TIOBE Index July 2025: Veteran Languages Battle for Top 10 Spots

2025-07-14

The July 2025 TIOBE Index reveals a stable top 7, but a fierce battle rages for positions 8-12 among established languages like Visual Basic, SQL, and Fortran. The report suggests newer languages could break into the top 10, displacing these veterans. Ada is highlighted as a potential winner due to its strengths in safety-critical systems. The TIOBE index, based on skilled engineers, courses, and vendors, isn't about the 'best' language, but offers valuable insights for skill assessment and strategic technology choices.

Read more
Development TIOBE Index

Django Turns 20: Celebrating Two Decades of Web Framework Excellence

2025-07-14
Django Turns 20: Celebrating Two Decades of Web Framework Excellence

On July 13th, 2005, Jacob Kaplan-Moss made the first commit to the public repository that would become Django. Twenty years and 400+ releases later, Django is celebrating its 20th birthday! To mark this milestone, a celebratory website has been launched, showcasing global events and a 20-day fundraising campaign. The goal is to attract 200 new donors, each contributing $20 or more, with at least 20 monthly donors. Currently, $76,707 has been raised, reaching 25.6% of the $300,000 goal. Django promises continued evolution, with many new releases, a thriving ecosystem, and a strong community for years to come.

Read more
Development Anniversary

UK Mission to Search for Life in Venus's Clouds

2025-07-14
UK Mission to Search for Life in Venus's Clouds

A UK-led mission aims to definitively answer whether life exists on Venus. The mission will send a probe to search for microbial life, not on the surface, but within Venus's clouds. Recent discoveries of phosphine and ammonia—potential biosignatures—in the Venusian clouds have fueled this investigation. While these gases are produced by biological activity and industrial processes on Earth, their origin on Venus remains a mystery. Given Venus's harsh surface conditions, microbial life in the cooler, higher altitudes of the clouds is a more plausible explanation. The mission, VERVE, will hitch a ride on the ESA's EnVision mission, launching in 2031, and conduct an independent atmospheric survey upon arrival. Previous detections of phosphine were controversial, but further research suggests its presence varies and is destroyed by sunlight, explaining discrepancies in earlier findings. The detection of ammonia further strengthens the case for investigating this possibility.

Read more
Tech Probe

Android 16: Personalization, Gemini Integration, and the Future of XR

2025-07-14
Android 16: Personalization, Gemini Integration, and the Future of XR

Sameer Samat, President of Android Ecosystem at Google, details major updates to Android 16: Material 3 Expressive design language for enhanced personalization, simultaneous release with Samsung flagships, and deep Gemini AI integration for smarter search and assistance. Samat also discusses the future of Android XR, highlighting AI as its core driver, learning from the Google Glass experience, and partnering with fashion brands for stylish and practical AR glasses.

Read more
Tech

First mRNA Vaccine Against Antibiotic-Resistant Bacteria Developed

2025-07-14
First mRNA Vaccine Against Antibiotic-Resistant Bacteria Developed

Researchers from Tel Aviv University and the Israel Institute for Biological Research have leveraged COVID-19 vaccine technology to create the world's first mRNA-based vaccine against a deadly, antibiotic-resistant bacterium. The vaccine, targeting *Yersinia pestis* (the cause of bubonic plague), demonstrated 100% protection against pneumonic plague in animal models. This groundbreaking technology holds promise for combating other lethal bacteria, offering a new hope in global public health. The study is featured in *Advanced Science*.

Read more

Lasagna Cells and Galvanic Corrosion: Why Your Foil Is Dissolving

2025-07-14
Lasagna Cells and Galvanic Corrosion: Why Your Foil Is Dissolving

Have you ever noticed holes in your aluminum foil after baking lasagna or marinating meat in a metal pan? This isn't just a culinary mystery; it's galvanic corrosion. Acidic foods and salt create an electrolyte, forming a battery between the foil and the pan (often steel). This electrochemical reaction causes the aluminum foil to corrode, potentially introducing metal ions into your food. The article explains this phenomenon, recommending non-reactive cookware like glass or enamel, and safer foil usage techniques to prevent this reaction.

Read more

DuckDuckGo Doesn't Fully Escape Google Tracking: Study

2025-07-14
DuckDuckGo Doesn't Fully Escape Google Tracking: Study

A new study reveals that even using privacy-focused search engines like DuckDuckGo doesn't fully protect users from Google's extensive web tracking. Google Analytics, AdSense, and YouTube embeds allow Google to collect data even when DuckDuckGo is used. The study, comparing the US, UK, Sweden, and Switzerland, found that over 40% of US websites still sent data to Google, despite using DuckDuckGo. Stricter privacy laws in Sweden and Switzerland resulted in lower tracking rates. The findings highlight the need to reduce reliance on Google services and choose independent, privacy-first alternatives across all layers of the internet, not just browsing.

Read more

cURL Drowning in AI-Generated Vulnerability Reports

2025-07-14
cURL Drowning in AI-Generated Vulnerability Reports

The cURL security team is overwhelmed by a flood of low-quality vulnerability reports, many generated by AI. These reports waste significant time and resources (3-4 people, 30 minutes to 3 hours per report), drastically reducing the efficiency of finding genuine vulnerabilities. In 2025, approximately 20% of submissions are AI-generated junk, leading to a sharp decline in the valid report rate. The team is considering removing monetary rewards or implementing other measures to curb low-quality submissions to maintain team sanity and project security.

Read more
Development vulnerability reports

East Asian Emissions Reductions and their Impact on Global Warming: RAMIP Simulation Results

2025-07-14
East Asian Emissions Reductions and their Impact on Global Warming: RAMIP Simulation Results

A new study uses RAMIP simulations to quantify the impact of recent East Asian air pollution emission reductions on climate change. The study finds that a 20 Tg/year reduction in East Asian SO2 emissions led to a 0.07 ± 0.05 °C increase in global mean surface temperature and significant warming in the North Pacific. Simulation results match MODIS observations of aerosol optical depth changes, suggesting that RAMIP effectively captures the impact of real-world reductions. The study also notes that other factors, such as increased methane concentrations and shipping emission reductions, likely contributed to global warming, but East Asian emission reductions played a significant role in the accelerated rate of global warming over the past decade.

Read more

Critical Sections in Concurrent Programming: From Broken Attempts to Peterson's Algorithm

2025-07-14

This chapter delves into the implementation of critical sections in concurrent programming. It starts by introducing the concept and importance of critical sections, then progresses through several flawed attempts (e.g., naive locking and flag-based mechanisms), highlighting issues like race conditions and deadlocks. The chapter culminates in Peterson's algorithm, an elegant solution guaranteeing mutual exclusion and progress, while acknowledging the complexity of its correctness proof and practical challenges such as non-atomic operations and instruction reordering.

Read more

Telefónica Germany Ditches VMware After 5x Price Hike, Switches to Spinnaker

2025-07-14
Telefónica Germany Ditches VMware After 5x Price Hike, Switches to Spinnaker

Telefónica Germany, facing a fivefold increase in VMware renewal costs from Broadcom, has switched its support to Spinnaker. The telecom company was using vSphere with perpetual licenses but Broadcom's shift to subscription-based packages for VMware Cloud Foundation proved too expensive. Telefónica only uses vSphere, finding the full VCF suite unnecessary. While initially happy with VMware, the dramatic price increase prompted the move to Spinnaker, a platform already used for Oracle support. The migration is expected to be completed by the end of 2026. This follows similar decisions by other companies facing steep price increases from Broadcom's new licensing model.

Read more
Tech

Cozy Free-to-Play Game 'Dogwalk' Tops Steam Charts

2025-07-14
Cozy Free-to-Play Game 'Dogwalk' Tops Steam Charts

Blender Studio's 'Dogwalk,' a free-to-play game, has taken Steam by storm, accumulating over 300 overwhelmingly positive reviews within two days of its release. This charming game features a delightful winter landscape and simple gameplay. Players take on the role of a cute, fluffy dog, leading a child through snowy forests and frozen ponds to gather materials for a snowman. Developed entirely using the open-source Blender and Godot game engine, 'Dogwalk' showcases the power of open-source tools and lowers the barrier to entry for game development. Despite its short playtime (around 20 minutes), its relaxing atmosphere and free-to-play nature have made it a surprising hit on Steam.

Read more

Apple's iOS Browser Engine Ban: Defying the EU's Digital Markets Act?

2025-07-14
Apple's iOS Browser Engine Ban: Defying the EU's Digital Markets Act?

Open Web Advocacy accuses Apple of violating the EU's Digital Markets Act (DMA) with its ban on third-party browser engines on iOS. Apple claims ignorance as to why no browser vendor has ported their engine in the past 15 months, but in reality, Apple's technical and contractual restrictions make porting financially unviable. This stifles browser competition and web app innovation, harming consumers and developers. Apple's actions are driven by the desire to protect Safari's lucrative profits and its search engine deal with Google. The EU needs to act and enforce the DMA to foster fair competition.

Read more

Building Software Fast: Lessons Learned

2025-07-14

This post details lessons learned about building software quickly. The author advocates for setting realistic quality goals based on project needs, emphasizing a 'rough draft' approach where a functional prototype is built first, then refined. Strategies include simplifying requirements, avoiding distractions, and making small, focused code changes. The author also highlights valuable skills like code reading, data modeling, scripting, and debugging, and the effective use of LLMs to accelerate development. It's a practical guide for developers aiming to improve efficiency and deliver high-quality software.

Read more
Development

GParted Live 1.7.0 Released: 32-bit Support Dropped, Enhanced Safety

2025-07-14
GParted Live 1.7.0 Released: 32-bit Support Dropped, Enhanced Safety

GParted Live 1.7.0 is here, dropping 32-bit support and offering only 64-bit versions. This update includes GParted 1.7.0, Linux kernel 6.12.37, and a new mechanism to prevent accidental disk selection at boot by avoiding random block device ordering. GParted Live is a lightweight disk partitioning tool; no installation is needed, making it perfect for troubleshooting and emergencies. A safe graphics setting option is available if the graphical interface fails to load.

Read more
Development Disk Partitioning

Quantum Computing: A Cryptographic Revolution with Opportunities and Threats

2025-07-14
Quantum Computing: A Cryptographic Revolution with Opportunities and Threats

The rapid advancement of quantum computing brings immense computational power, but it also threatens existing encryption systems. Within the next 7-10 years, quantum computers will be able to break current cryptographic standards, posing a serious threat to individual privacy and national security. NIST has already established post-quantum cryptography (PQC) standards, but integrating these algorithms into existing systems requires significant engineering effort. Companies need to act now, conduct system inventories, upgrade encryption algorithms, and collaborate with suppliers to ensure quantum security in the supply chain, avoiding the future risk of "capture now, exploit later".

Read more
Tech

Arch: A Modular Edge and AI Gateway for Agentic Apps

2025-07-14
Arch: A Modular Edge and AI Gateway for Agentic Apps

Arch is a modular edge and AI gateway proxy server designed to simplify building agentic applications. It handles the tedious low-level work, such as applying guardrails, clarifying ambiguous user input, routing prompts to the correct agent, and unifying access to any LLM, allowing developers to build and ship agentic apps faster. Built on Envoy, Arch offers features like routing, guardrails, and observability, and supports various languages and frameworks. A simple currency exchange agent demo showcases its ease of use, with interaction via curl commands. Arch supports both model-based and preference-based LLM routing strategies and provides detailed logging and observability.

Read more
Development Agentic Apps AI Gateway

Ada, the Surprisingly Resilient Programming Language

2025-07-14
Ada, the Surprisingly Resilient Programming Language

Tiobe CEO Paul Jansen predicts that Ada, a system programming language dating back to the late 1970s, might outlast contemporaries like Visual Basic, Perl, and Fortran. While top languages like Python, C#, and Java have seen little change in Tiobe's index over the past two years, older languages show more fluctuation. Jansen bets on Ada's survival due to its strength in safety-critical systems, a domain with growing security demands. Currently, Ada ranks 10th in the index, tied with Delphi/Object Pascal.

Read more
Development

Idris Gains Binding Application: A New Language Feature

2025-07-14

Idris is getting a new feature called "binding application," a syntactic sugar that streamlines writing dependent pairs and other type constructions in dependent type programming. This avoids reliance on special compiler magic, making the power available to all developers. The post details its use in Sigma types, Exists types, Subset types, Ornaments, ForAll, ForSome, and even for-loops, showcasing how it improves code readability and efficiency, making dependent type programming in Idris more concise and intuitive.

Read more
Development Language Feature

Food Delivery Consolidation: A Giant's Game

2025-07-14
Food Delivery Consolidation: A Giant's Game

The global food delivery market is undergoing massive consolidation. Five companies now control over 90% of the market, evidenced by high-premium acquisitions like Prosus's purchase of Just Eat Takeaway and DoorDash's acquisition of Deliveroo. This consolidation creates network effects, boosting efficiency, but will likely squeeze profits from drivers, restaurants, and ultimately, consumers. Expect fewer promotions, higher delivery and menu fees. However, technological advancements like robot delivery offer new growth avenues. For investors, Prosus and Uber present relatively lower valuations compared to DoorDash, making them attractive options.

Read more

Raycast-inspired Launcher Lands on Linux: Open Source and Extensible

2025-07-14
Raycast-inspired Launcher Lands on Linux: Open Source and Extensible

An open-source project, Raycast Linux, brings the popular macOS launcher Raycast to Linux. It boasts an extensible command palette, extension support (with compatibility limitations due to OS differences), a powerful calculator, clipboard history, snippet management, and AI integration via OpenRouter. While aiming for broad Raycast extension compatibility, some may not function due to macOS-specific APIs or dependencies. Built using Rust, Node.js, Tauri, and Swift, it's available as an AppImage and offers source code compilation.

Read more
Development launcher

GLP-1s: The Insurance Industry's Mirage of Health

2025-07-14
GLP-1s: The Insurance Industry's Mirage of Health

The widespread adoption of GLP-1 weight-loss drugs presents a significant challenge to the insurance industry. Because GLP-1s dramatically improve health metrics correlated with mortality risk, insurers are facing 'mortality slippage,' misclassifying users as low-risk. This leads to potentially massive payouts. Insurers are reacting by refining assessment methods and seeking partnerships with pharmaceutical companies. However, the author argues that a simple fix – extending medication refill cycles (e.g., from 30 to 90 days) – could significantly improve patient adherence, mitigating risk for insurers and creating a massive opportunity for companies focusing on patient retention. The first movers in this space will capture a significant market share.

Read more
Tech

Stellantis' China JV Declared Bankrupt: A Western Automaker's Failure in China's EV Revolution

2025-07-14
Stellantis' China JV Declared Bankrupt: A Western Automaker's Failure in China's EV Revolution

A fifteen-year-old joint venture between Fiat Chrysler Automobiles (FCA) and GAC Group in China has been declared bankrupt, leaving behind over $1.1 billion in liabilities. The failure highlights the challenges Western automakers face in adapting to China's booming electric vehicle market. The JV's inability to compete with local brands offering electric vehicles, coupled with deteriorating relations between Stellantis (the successor to FCA) and GAC, ultimately led to its demise. This bankruptcy symbolizes the high cost and difficulty of navigating China's rapidly evolving automotive landscape.

Read more

Hubble and Webb Face Operational Cuts Amidst Budgetary Constraints

2025-07-14
Hubble and Webb Face Operational Cuts Amidst Budgetary Constraints

NASA's Hubble and James Webb Space Telescopes, two of its most productive observatories, are facing operational cuts due to budget limitations. Hubble's budget has remained stagnant for a decade, decreasing its purchasing power, while proposed cuts to Webb's budget could reach 25%. This will likely result in fewer telescope modes, reduced user support, and staff reductions. While Webb is performing exceptionally well and has enough fuel for over 20 years, its operational budget, set in 2011, was optimistically low, compounded by inflation. Hubble, despite exceeding its lifespan, requires continued funding for operation. These cuts threaten the scientific output of both telescopes and represent a significant loss to the scientific community.

Read more

The Epic Burning of a NeXT Cube: An Accidental Experiment in Tech History

2025-07-14

This article recounts the author's humorous and arduous journey to photograph a burning NeXT Cube. Initially a simple plan to burn an empty case, the author faced numerous setbacks and unexpected twists, ultimately culminating in a successful burn at Lawrence Livermore National Laboratory's burn chamber. The narrative is filled with dramatic irony and dark humor, reflecting the challenges NeXT faced as a hardware manufacturer.

Read more
Tech

Arial: How a Cheap Helvetica Substitute Conquered the World

2025-07-14

Arial is ubiquitous, yet its success isn't due to inherent beauty but rather its status as a cheap Helvetica substitute, riding the coattails of Microsoft Windows. The article details Arial's history, revealing it as not an original design, but a near-identical font created by Monotype to circumvent Helvetica's licensing. Bundled with Windows, Arial proliferated, becoming a standard for the masses, despite being viewed by professional designers as a low-quality imitation.

Read more
Design
1 2 113 114 115 117 119 120 121 596 597