Reading view

China is running the EV playbook on humanoid robots — and it’s working

While Silicon Valley spent 2025 polishing its marketing decks for the humanoid future, China was busy shipping the robots. Nearly 90% of all humanoid robots sold globally in 2025 were...

© Noushad Thekkayil/NurPhoto via Getty Images

G1 Robot, a humanoid agent AI avatar by Unitree Robotics, takes center stage at the Web Summit Qatar 2026
  •  

China prioritizes investments outside the U.S.

China’s growing distrust of the West is showing in its investment playbook. Only 2.6% of China’s total foreign direct investment announced in 2025 went to North America, according to data...

© Wang Haizhou/Xinhua via Getty Images

Chinese and Saudi guests pose at the NING Service center in Riyadh, which is Catl's largest new energy aftermarket facility outside China.
  •  

Why won’t people buy these tiny electric cars?

Micro EVs are going nowhere, fast. These compact electric cars, typically under 2.5 meters and designed for urban driving with top speeds of up to 100 kilometres (62 miles) an...

© Yan Cong for Rest of World

A tiny car with a passenger sitting inside drives past in Beijing, China on January 19, 2021.
  •  

Are there any online communities that are powered by Drupal?

With the capabilities of Drupal, creating an online community seems relatively easy.

However, given my limited experience, apart from drupal.org, I haven't seen any large-scale communities built with Drupal.

Does anyone know of any online communities or social media platforms that use Drupal for both their front-end and back-end development?

This post might seem pointless to some; it's simply my own curiosity.

submitted by /u/FreeGene8005
[link] [comments]
  •  

A Jump From D7 -> D11 (a Procrastinator’s Journey)

Wow, what a switch. My legacy PHP 7 on my hosting was becoming problematic, so I finally copied all the core content to XLS, nuked the D7 install, installed D11.3 from scratch. Man I miss the “Recent Hits” log for discerning bots & spam from legit visitors (deprecated apparently). What do you miss? Did you ditch after D7? It’s refreshing to see despite all AI “solutions”, advent of Squarespace, Shopify, et al that there’s still a dedicated community. 25 years 🎂🤘.

submitted by /u/ThoseArentMyBalloons
[link] [comments]
  •  

Cloud Control Panel

Feb 3, 18:53 UTC
Resolved - As of 17:55 UTC, our Engineering team has resolved the timeouts affecting the Cloud Control Panel and API. The issue was caused by a temporary overload on our infrastructure, resulting in 5xx errors for API requests and gateway timeouts for Cloud Control Panel users.

If you continue to experience any problems, please open a ticket with our Support team. We apologize for any inconvenience this may have caused and appreciate your patience and understanding.

Feb 3, 18:03 UTC
Monitoring - Our Engineering team has implemented a fix for the timeouts affecting the Cloud Control Panel and API, and is currently monitoring the situation. Services have recovered, and users should no longer experience 5xx errors when using the API or gateway timeouts when accessing the Cloud Control Panel.

We will continue to monitor the situation to ensure that all services are stable and functioning as expected. We will post an update as soon as the issue is fully resolved.

Feb 3, 17:51 UTC
Identified - Our Engineering team has identified the cause of the issue impacting the Cloud Control Panel and API and is actively working on deploying a fix. At this time, users will continue to see timeouts/5xx errors, but may intermittently see requests succeeding.

We will post further updates as soon as the fix is deployed or there is more information to share.

Feb 3, 17:32 UTC
Update - Our Engineering team is investigating an issue impacting our Cloud Control Panel and API. Users attempting to make API requests could see 5xx errors and users attempting to access the Cloud Control Panel may see gateway timeouts or page timeouts.

We apologize for the inconvenience and will share an update once we have more information.

Feb 3, 17:27 UTC
Investigating - Our Engineering team is investigating an issue impacting our Cloud Control Panel and API. Users attempting to make API requests could see 5xx errors and users attempting to access the Cloud Control Panel may see gateway timeouts or page timeouts.

We apologize for the inconvenience and will share an update once we have more information.

  •  

drupal 11 canvas cant see header and footer

I have fresh install drupal 11/cms. I have byte_theme as parent and my custom theme. When i switch to child i cant see header and footer.

https://preview.redd.it/a6c9nwc7n8hg1.png?width=565&format=png&auto=webp&s=a12f022f1c7389140b417fd075ba2253e366108d

regions:
content: 'Content'
header: 'Header'
footer: 'Footer'
dependencies:
- "canvas:canvas"
- "cva:cva"

How can i add footer header to be visible using canvas.

When i switch to base i can see that elements on canvas. Is there some config i`m missing ?

submitted by /u/felek007
[link] [comments]
  •  

Unable to revert or remove cva module updates?

After I updated Drupal Core, the cva module, and the canvas module I cannot access any admin pages. I get a 'The website encountered an unexpected error. Try again later.' message.

I tried to revert the changes, but was only able to force canvas and core back to the version I had before I updated. I've tried uninstalling/ using remove on cva but nothing is working. I'm not sure why this module is so stubborn, is it somehow connected to something I'm missing?

I've tried --with-all-dependencies (-W)
but everything I've run says there's nothing to modify in the lock file and nothing to install update or remove

submitted by /u/bebebeanboi
[link] [comments]
  •  

Deploying Drupal with Docker and Gitlab CI

Hello fellow Drupal Users,

I currently working on a DevOps flow for our Drupal deployments. There is a template available I based my work on:
https://github.com/dunglas/frankenphp-drupal/blob/main/Dockerfile

My idea was to use frankenphp to create a Container that can be spun up on the appropriate server. I have finished the gitlab-ci.yml and it builds.

I am doing heavy multisite (50+ sites). I want to mount the sites directory from the current environment into the container. This works pretty well, except for when files are changed. (For example settings.php is changed.)
Is there something I can do so frankenphp catches file change without restarting?

The whole codebase is freshly installed using composer and copied into the container. I was unable to use ssh-links inside my composer.json (I was unable to make SSHing from the build container to my Gitlab work) and instead opted to use https-links that are supplied a CI-Token using buildkit.

Is this a viable way to ship containerized drupal? Are there templates or tools out there I can learn from or any best practices or experiences you want to share?

submitted by /u/splatterb0y
[link] [comments]
  •  
❌