SShortSingh.
Back to feed

Italian activist server Autistici/Inventati loses .org domain after US terror label

0
·1 views

Autistici/Inventati, an Italian collective providing privacy-focused internet services to activists, has lost access to its main .org domain. The disruption follows a US terrorism designation that appears to have triggered action by the domain registry or registrar. The collective has long hosted email, blogs, and other tools for civil society groups and left-wing activists across Europe. The loss of the domain effectively cuts off users who rely on the .org address to access these services. The incident raises concerns about the impact of US counter-terrorism classifications on independent, non-commercial digital infrastructure abroad.

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 ·

Whoosh library lets Python developers add search result highlighting without Elasticsearch

The pure-Python full-text search library Whoosh includes a built-in highlighting engine that displays relevant snippets around matched query terms, similar to how Google and GitHub present search results. Developers can install the maintained fork, Whoosh3, and use its highlighter by passing terms=True during a search query to accurately track which terms matched each document. The library offers multiple fragmenter options — including ContextFragmenter and SentenceFragmenter — to control snippet length and boundaries, as well as formatters for HTML output or plain-text CLI displays. For web interfaces, HtmlFormatter wraps matched terms in configurable HTML tags, while UppercaseFormatter or custom ANSI-coded formatters serve terminal-based applications. The approach requires no external search infrastructure, making it a lightweight option for adding contextual search highlighting to Python projects.

0
ProgrammingDEV Community ·

Indian student's solo-built code intelligence tool beats rivals in head-to-head benchmarks

Arihant, a student in India, has built Aletheore, a code intelligence platform that parses repositories into dependency graphs to power features like security scanning, PR review, and semantic code search. Six weeks after its public launch, the tool has recorded over 2,600 unique downloads on PyPI. In benchmark tests against RepoWise across seven open-source codebases, Aletheore achieved higher code-location accuracy in five of seven corpora at zero indexing cost, compared to RepoWise's $1.85 spend on LLM-generated wikis. Against Graphify on a roughly one-million-line Python codebase, Aletheore matched coverage while using 36% fewer tokens per query, though it lagged on initial graph-build setup time. The full methodology and raw benchmark results have been made publicly available by the developer.

0
ProgrammingDEV Community ·

Nvidia's Data Center Revenue Surged 62% YoY in 2024 Amid AI GPU Demand

Nvidia recorded $13.5 billion in data center revenue in Q2 2024, a 62% year-on-year increase, driven by intense global demand for high-performance GPUs used to train large AI models. The company's H100, A100, and RTX 4090 chips dominate the market due to their performance, energy efficiency, and compatibility with major AI frameworks like PyTorch and TensorFlow. A chip shortage combined with rapidly growing demand for large-scale AI models has allowed Nvidia to raise prices and maintain margins exceeding 50%. Nvidia's business spans hardware sales, software licensing through tools like CUDA and AI Enterprise, and cloud services in partnership with AWS and Azure. The European Union is reportedly examining Nvidia's growing market concentration in AI infrastructure, which could affect pricing and availability in coming years.

0
ProgrammingDEV Community ·

Developer Builds NetPulse, a .NET 8 and Next.js SaaS Boilerplate to Cut Setup Time

A developer at PulseLabs spent two months building NetPulse, an open-source SaaS boilerplate aimed at reducing repetitive project setup from weeks to under five minutes. The template combines a .NET 8 ASP.NET Core backend with a Next.js frontend, using PostgreSQL 16 and Entity Framework Core 8 for data management. A key feature is a multi-gateway billing engine that abstracts Stripe, Polar.sh, and Lemon Squeezy behind a single interface, standardizing subscription and webhook handling. Authentication is handled via ASP.NET Core Identity with JWT tokens and OAuth 2.0 support for Google and GitHub. The entire stack, including the database and a Stripe webhook tunnel, can be launched locally with a single Docker Compose command.

Italian activist server Autistici/Inventati loses .org domain after US terror label · ShortSingh