Access to Supabase has been inconsistent in India over the past several days, with the San Francisco-based company acknowledging the issue in posts on social media starting Wednesday. While the restrictions were first reported by Supabase on Reliance Industries’ JioFiber network, users have since flagged similar problems across multiple internet providers and telecom networks. In one post on Friday, Supabase tagged India’s IT minister Ashwini Vaishnaw, asking him to intervene and restore access, though the company later removed the message and said in a subsequent update that the site remained blocked for many users in the country.
2025年的数据显示,总共近六成(59.84%)迈过了高企的研发门槛,比例比去年还提升了1.52个百分点,反映出整体创新活力的提升。
。heLLoword翻译官方下载对此有专业解读
Nur für Neukunden
India is Supabase’s fourth-largest source of traffic, accounting for about 9% of global visits, according to data from Similarweb, highlighting the potential fallout for the country’s developer ecosystem. The platform’s global traffic jumped more than 111% year over year to about 4.2 million visits in January. In India, visits rose roughly 179% to about 365,000, compared with a 168.5% increase in the U.S. to about 627,000.
This month, OpenAI announced their Codex app and my coworkers were asking questions. So I downloaded it, and as a test case for the GPT-5.2-Codex (high) model, I asked it to reimplement the UMAP algorithm in Rust. UMAP is a dimensionality reduction technique that can take in a high-dimensional matrix of data and simultaneously cluster and visualize data in lower dimensions. However, it is a very computationally-intensive algorithm and the only tool that can do it quickly is NVIDIA’s cuML which requires CUDA dependency hell. If I can create a UMAP package in Rust that’s superfast with minimal dependencies, that is an massive productivity gain for the type of work I do and can enable fun applications if fast enough.