RSS
Pages: 1 ... 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 ... 286
[>] World's Largest Digital Human Rights Conference Suddenly 'Postponed'
bot.slashdot
robot(spnet, 1) — All
2026-05-01 00:22:01


RightsCon, one of the world's largest digital human rights conferences, was suddenly postponed by Zambia's government just days before it was scheduled to begin in Lusaka. Officials cited unresolved speaker clearances and "thematic issues," while Access Now said it had not yet received formal communication and was seeking an urgent meeting with the government. 404 Media reports: Minister of Technology and Science Felix Mutati first announced the postponement on April 28, saying that Zambia needed more time to ensure the conference "fully [aligns] with national procedures, diplomatic protocols, and the broader objective of fostering a balanced and consensus-driven platform for dialogue." "In particular, certain invited speakers and participants remain subject to pending administrative and security clearances, which have not yet been concluded," he added, according to the Lusaka Times.

[...] On a popular listserv for academics, many of whom are attending RightsCon, a board member of Access Now wrote "I am told I can leak that RightsCon has been canceled. Message from [Access Now] following shortly" in a thread about what attendees were planning on doing. And in an email, AccessNow wrote: "It is with heavy hearts that we share: RightsCon will not proceed in Zambia or online. We understand this news is deeply upsetting for our community and while we know everyone has questions, our goal right now is to notify you of the event's status because many of you have imminent travel plans. We do not recommend registered participants travel to Lusaka for RightsCon.

Over the last 48 hours we have experienced an overwhelming surge of support from civil society, government representatives, sponsors, and our community as a whole. For this, we wholeheartedly thank you. We'll communicate more information soon."

[ Read more of this story ]( https://news.slashdot.org/story/26/04/30/1822210/worlds-largest-digital-human-rights-conference-suddenly-postponed?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Релиз набора компиляторов GCC 16
lor.opennet
robot(spnet, 1) — All
2026-05-01 00:44:03


После года разработки опубликован релиз свободного набора компиляторов GCC 16.1, первый значительный выпуск в новой ветке GCC 16.x. В соответствии со схемой нумерации выпусков, версия 16.0 использовалась в процессе разработки, а незадолго до выхода GCC 16.1 уже ответвилась ветка GCC 17.0, на базе которой будет сформирован следующий значительный релиз GCC 17.1.

https://www.opennet.ru/opennews/art.shtml?num=65329

[>] French Prosecutors Link 15-Year-Old To Mega-Breach At State's Secure Document Agency
bot.slashdot
robot(spnet, 1) — All
2026-05-01 01:22:01


French prosecutors say police detained a 15-year-old suspected of using the alias "breach3d" in connection with a cyberattack on France Titres (ANTS), the state agency that handles passports, ID cards, and other secure documents. The breach allegedly involved 12 million to 18 million lines of data offered for sale online, potentially affecting up to a third of France's population if the records are unique. The Register reports: It formally opened (PDF) a judicial investigation on April 29, covering alleged fraudulent access to a state-run automated data processing system and the extraction of data from it. Each offense carries a potential prison sentence of seven years and a maximum ~$350,000 fine. Public Prosecutor Laure Beccuau has requested that the minor, whose pronouns, like their name, were also not specified, be formally charged and placed under judicial supervision.

[...] France's approach to punishing minors via its legal system is typically geared toward re-education and rehabilitation rather than prison time. While those aged between 13 and 16 can face time in juvenile detention, it is often used as a last resort measure. The maximum sentences and fines for the charges the 15-year-old in this case faces are upper limits imposed on adult offenders, and would likely be lowered substantially in cases involving a minor, like this one.

[ Read more of this story ]( https://it.slashdot.org/story/26/04/30/1949206/french-prosecutors-link-15-year-old-to-mega-breach-at-states-secure-document-agency?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] In Real-World Test, an AI Model Did Better Than ER Doctors At Diagnosing Patients
bot.slashdot
robot(spnet, 1) — All
2026-05-01 02:22:01


A new study from Harvard Medical School and Beth Israel Deaconess found that an OpenAI reasoning model outperformed experienced ER doctors at diagnosing and managing patient cases using messy, real-world emergency department records. Researchers say the results don't support replacing doctors, but they do suggest AI could meaningfully reshape clinical workflows if tested carefully in prospective trials. NPR reports: The researchers ran a series of experiments on the AI model to test its clinical acumen -- including actual cases like the lupus patient who'd been previously treated at the emergency department at Beth Israel in Boston. The team graded how well the AI model could provide an accurate diagnosis at three moments in time, from the triage stage in the ER, up to being admitted into the hospital. Overall, AI outperformed two experienced physicians -- and did so with only the electronic health records and the limited information that had been available to the physicians at the time. "This is the big conclusion for me -- it works with the messy real-world data of the emergency department, " said Dr. Adam Rodman, a clinical researcher at Beth Israel and one of the study authors. "It works for making diagnoses in the real world."

Other parts of the study focused on case reports published in the New England Journal of Medicine and clinical vignettes to suss out whether the AI model could meet well-established "benchmarks" and game out thorny diagnostic questions. "The model outperformed our very large physician baseline," said Raj Manrai, assistant professor of Biomedical Informatics at Harvard Medical School who was also part of the study. The authors emphasize the AI relied on text alone, while in real life, clinicians need to attend to many other inputs like images, sounds and nonverbal cues when diagnosing and treating a patient. The findings have been published Thursday in the journal Science.

[ Read more of this story ]( https://science.slashdot.org/story/26/04/30/1956259/in-real-world-test-an-ai-model-did-better-than-er-doctors-at-diagnosing-patients?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] New Linux 'Copy Fail' Vulnerability Enables Root Access On Major Distros
bot.slashdot
robot(spnet, 1) — All
2026-05-01 03:22:01


A newly disclosed Linux kernel flaw dubbed "Copy Fail" can let a local, unprivileged attacker gain root access on major Linux distributions, with researchers claiming the bug affects kernels shipped since 2017. "The POC exploit works out of the box today, but a future version that can escape from containers like Docker is promised soon," writes Slashdot reader tylerni7. "Technical details are available here." Slashdot reader BrianFagioli shares a report from NERDS.xyz: A newly disclosed Linux kernel vulnerability called Copy Fail (CVE-2026-31431) allows an unprivileged user to gain root access using a tiny 732-byte script, and it works with unsettling consistency across major distributions. Unlike older exploits that relied on race conditions or fragile timing, this one is a straight-line logic flaw in the kernel's crypto subsystem. It abuses AF_ALG sockets and splice to overwrite a few bytes in the page cache of a target file, such as /usr/bin/su. Because the kernel executes from the page cache, not directly from disk, the attacker can inject code into a setuid binary in memory and immediately escalate privileges.

What makes this especially concerning is how quiet it is. The file on disk remains unchanged, so standard integrity checks see nothing wrong, while the in-memory version has already been tampered with. The same primitive can also cross container boundaries since the page cache is shared, raising the stakes for multi-tenant environments and Kubernetes nodes. The underlying issue traces back to an in-place optimization added years ago, now being rolled back as part of the fix. Until patched kernels are widely deployed, this is one of those bugs that feels less like a theoretical risk and more like a practical, reliable path to full system compromise.

[ Read more of this story ]( https://it.slashdot.org/story/26/04/30/207231/new-linux-copy-fail-vulnerability-enables-root-access-on-major-distros?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] US Senators Ban Themselves From Prediction Markets Trading
bot.slashdot
robot(spnet, 1) — All
2026-05-01 05:22:02


The U.S. Senate unanimously passed a rule banning senators from trading on prediction markets effective immediately. CNBC reports: The move came amid rising concern about insider trading on prediction market platforms such as Kalshi and Polymarket, and about event contracts that can involve death or violence. On April 22, Kalshi said it had suspended and fined one U.S. Senate candidate and two candidates for the House of Representatives for political insider trading on their own campaigns.

Earlier on Thursday, a group of Democratic members of Congress called on the Commodity Futures Trading Commission to issue a rule "that prevents insider trading and corruption in the market and prohibits event contracts on the outcome of elections, war and military actions in the U.S. or abroad, sports, and government actions without a valid economic hedging interest." Kalshi and Polymarket both praised the Senate's action. "I applaud the Senate for passing this resolution to ban Senators and their offices from trading on prediction markets," Kalshi CEO Tarek Mansour wrote in a post on X. "Kalshi already proactively blocks members of congress and enforces against insider trading. This is a great step to increase trust in our markets by making it an industry standard," Mansour said. "Now, let's pass this in the House!"

Polymarket, in its own post on X, said, "We're in full support of this. Our Rulebook & Terms of Service already prohibit such conduct, but codifying this into law is a step forward for the industry. Happy to help move this forward however we can."

[ Read more of this story ]( https://yro.slashdot.org/story/26/04/30/2022258/us-senators-ban-themselves-from-prediction-markets-trading?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Musk Concludes Testimony At OpenAI Trial
bot.slashdot
robot(spnet, 1) — All
2026-05-01 08:22:01


An anonymous reader quotes a report from CNBC: Elon Musk wrapped up his testimony on Thursday as the trial in his lawsuit against OpenAI CEO Sam Altman continued into its fourth day. OpenAI's attorney, William Savitt, cross-examined Musk in the morning. He asked Musk about the capped nature of Microsoft's investments in OpenAI, his involvement in negotiations about the company's structure, and whether he knew about the OpenAI nonprofit's recent initiatives. "I don't know what's going on at OpenAI," Musk testified.

Savitt also asked Musk about his competing artificial intelligence startup, xAI. While not the main focus of the case, Musk said it is "partly" true that xAI used some of OpenAI's models to train its own models, a process known as distilling. Musk also suggested that xAI has used OpenAI's technology to help build the company. Musk sued OpenAI, Altman, and Greg Brockman, the company's president, in 2024, alleging that they went back on their commitments to keep the artificial intelligence company a nonprofit and to follow its charitable mission. He claims that the roughly $38 million he donated to seed OpenAI, a company he co-founded, was used for unauthorized commercial purposes.

Once Musk wrapped up his testimony after roughly two hours of questioning on Thursday, his attorneys called Jared Birchall, who manages Musk's billions at his family office, as their next witness. Birchall testified about his knowledge of Musk's specific donations to OpenAI. Judge Yvonne Gonzalez Rogers oversaw the proceedings from federal court in Oakland, California. The trial will resume on Monday. Recap:

Elon Musk Says OpenAI Betrayed Him, Clashes With Company's Attorney (Day Three)
Musk Testifies OpenAI Was Created As Nonprofit To Counter Google (Day Two)
Elon Musk and OpenAI CEO Sam Altman Head To Court (Day One)

[ Read more of this story ]( https://yro.slashdot.org/story/26/05/01/0058258/musk-concludes-testimony-at-openai-trial?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Belgium Plans To Nationalize Nuclear Power Plants
bot.slashdot
robot(spnet, 1) — All
2026-05-01 11:22:02


Belgium plans to buy its seven aging nuclear reactors from French power giant Engie in a "full takeover" aimed at securing domestic energy supplies, extending reactor operations, and developing new nuclear capacity. "The move would also mean suspending plans to decommission nuclear operations in Belgium," reports the BBC. From the report: The move would reverse the phase-out of nuclear energy legislation approved in the early 2000s amid safety concerns prohibiting the building of new nuclear power plants and limiting the operating lifetimes of existing ones to 40 years. Only two of Belgium's seven nuclear reactors are operational - located at plants in Doel and in Tihange - and their operating licenses were recently extended until 2035. The other five reactors were shut between 2022 and 2025 and plans to dismantle them will now be suspended.

Engie and the government said they aim to reach an agreement on the takeover of the nuclear stations by October 1st. In a joint statement with Engie, the Belgian government said the move also highlights its aim to extend operations of existing nuclear reactors and to develop "new nuclear capacity" in Belgium. "By doing so, the Belgian Government is taking responsibility for Belgium's long-term energy future, with the objective of building a financially and economically viable activity that supports security of supply, climate objectives, industrial resilience and socio-economic prosperity," the statement adds.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/04/30/2029222/belgium-plans-to-nationalize-nuclear-power-plants?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Проект Genode опубликовал выпуск ОС общего назначения Sculpt OS 26.04
lor.opennet
robot(spnet, 1) — All
2026-05-01 11:44:03


Представлен выпуск проекта Sculpt 26.04, развивающего операционную систему на базе технологий Genode OS Framework, которая сможет быть использована обычными пользователями для выполнения повседневных задач. Исходные тексты проекта распространяются под лицензией AGPLv3. Для загрузки предлагается системный образ, размером 33 МБ, который можно использовать на ПК, смартфоне PinePhone и ноутбуке MNT Reform. Поддерживается работа на системах с процессорами и графической подсистемой Intel с включёнными расширениями VT-d и VT-x, а также на системах ARM с расширениями VMM.

https://www.opennet.ru/opennews/art.shtml?num=65331

[>] NotepadNext 0.14
lor.opennet
robot(spnet, 1) — All
2026-05-01 11:44:04


28-апреля состоялся выпуск 0.14 кроссплатформенного текстового редактора [ NotepadNext ]( https://github.com/dail8859/NotepadNext ) , называемого автором «кроссплатформенной переработкой Notepad++».

Проект написан на языке C++ (стандарт C++20) с использованием фреймворка Qt 6 (минимальная версия – 6.5) и распространяется по лицензии GNU GPL 3.0.

Изменения:

• вместо QMake теперь используется CMake, а вместо субмодулей Git – [ CPM.cmake ]( https://github.com/cpm-cmake/CPM.cmake ) ;

• изменено определение размеров диалогового окна «Найти и заменить»;

• добавлены параметры сортировки строк;

• добавлен обратный поиск;

• сохранение положения курсора при перезагрузке файла;

• обработка BOM в UTF-8;

• исправление уязвимости, позволяющей выполнить произвольный код посредством внедрения Lua при обработке расширений имён файлов ( [ CVE-2026-42214 ]( https://www.cve.org/CVERecord?id=CVE-2026-42214 ) );

• обновлены библиотеки Scintilla and Lexilla;

• обновлены локализации;

• файл .ico для Windows обновлён до большего размера;

• исправления сборки для macOS;

• исправлена иконка в доке macOS.

https://www.linux.org.ru/news/opensource/18279664

[>] Microsoft открыл код 86-DOS и PC-DOS под лицензией MIT
lor.opennet
robot(spnet, 1) — All
2026-05-01 12:44:03


Компания Microsoft опубликовала под лицензией MIT исходный код операционных систем 86-DOS 1.00 и PC-DOS 1.00, а также runtime-библиотеки компилятора Microsoft BASIC-86, ассемблер SCP, утилиты CHKDSK и EDLIN. PC-DOS 1.00 примечателен тем, что был первым выпуском DOS для компьютеров IBM PC. Код был восстановлен в рамках проекта по реконструкции кода первых версий DOS для CPU 8086, путём сканирования и транскрибирования архивных бумажных распечаток, созданных в 1981 и 1982 годах.

https://www.opennet.ru/opennews/art.shtml?num=65332

[>] Обновление почтового сервера Exim 4.99.2 с устранением 4 уязвимостей
lor.opennet
robot(spnet, 1) — All
2026-05-01 12:44:03


Опубликован корректирующий выпуск почтового сервера Exim 4.99.2, в котором устранено 4 уязвимости.

https://www.opennet.ru/opennews/art.shtml?num=65334

[>] GCC 16
lor.opennet
robot(spnet, 1) — All
2026-05-01 12:44:04


После года разработки [ опубликован ]( https://gcc.gnu.org/pipermail/gcc-announce/2026/000190.html ) выпуск свободного набора компиляторов [ GCC 16.1 ]( https://gcc.gnu.org/gcc-16/ ) , первый значительный выпуск в новой ветке GCC 16.x. В соответствии со [ схемой нумерации выпусков ]( https://gcc.gnu.org/develop.html#num_scheme ) , версия 16.0 использовалась в процессе разработки, а незадолго до выхода GCC 16.1 уже ответвилась ветка [ GCC 17.0 ]( https://gcc.gnu.org/gcc-17/ ) , на базе которой будет сформирован следующий значительный релиз GCC 17.1.

( [ читать дальше... ]( https://www.linux.org.ru/news/development/18280139#cut ) )

[>] Выпуск C:/Deb, системы с Windows-подобным окружением на базе Linux
lor.opennet
robot(spnet, 1) — All
2026-05-01 13:44:02


Евгений Голышев, сопровождающий Elixir в Debian/Ubuntu, опубликовал рабочий прототип Win32/Linux-системы C:\Deb на базе Debian 13, предлагающий Windows-подобное окружение, построенное на базе Wine и заимствованных из ReactOS компонентов пользовательского пространства, запускаемых поверх ядра Linux. Пользовательское окружение системы использует Wine Explorer и стилизовано под Windows 95/98. Для тестирования доступны два образа: raw-образ для запуска в QEMU и VDI-диск для VirtualBox, а также скрипты и инструкция для самостоятельной сборки системы. Проект C:\Deb вдохновлён похожей системой Loss32, выход которой ожидался в январе этого года, но так и не состоялся.

https://www.opennet.ru/opennews/art.shtml?num=65333

[>] The Invisible Force Making Food Less Nutritious
bot.slashdot
robot(spnet, 1) — All
2026-05-01 15:22:02


fjo3 shares a report from the Washington Post: Surging concentrations of carbon in the atmosphere, caused largely by burning fossil fuels, have produced potent changes in the way plants grow -- from increasing their sugar content to depleting essential nutrients like zinc. Experts fear the degradation of Earth's food supply will cause an epidemic of hidden hunger, in which even people who consume enough calories won't get the nutrients they need to thrive. "The diets we eat today have less nutritional density than what our grandparents ate, even if we eat exactly the same thing," said Kristie Ebi, a professor at the University of Washington's Center for Health and the Global Environment.

People in wealthy countries with strong health care systems will have many tools to cope with the change, experts said. But for the world's poorest and most vulnerable, the consequences could be devastating. One study concluded that by the middle of the century the phenomenon could put more than a billion additional women and children at risk of iron-deficiency anemia -- a condition that can cause pregnancy complications, developmental problems and even death. Meanwhile, some 2 billion people across the globe who already suffer from some form of nutrient shortage could see their health problems grow even worse. "The scale of the problem is huge," Ebi said.

Plants depend on carbon dioxide to perform photosynthesis -- but that doesn't mean they grow better when there's more carbon in the air, scientists say. A sweeping survey of changes among 32 compounds in 43 crops found that nearly every plant that humans eat is harmed by rising CO2 levels. [...] For the past several years, [Sterre F. ter Haar, an environmental scientist at Leiden University in the Netherlands and lead author of the survey] and her colleagues have worked to compile a database of all existing research on nutrient changes linked to rising CO2. They tracked down hundreds of studies, ranging from tightly controlled lab experiments to sprawling global analyses of real-world crops.

Next the team used their dataset to calculate the nutritional densities of each crop under different carbon dioxide levels -- and to predict how their composition could continue to shift in the future.
On average, they found, nutrients have already decreased by an average 3.2 percent across all plants since the late 1980s, when the concentration of carbon dioxide in the atmosphere was about 350 parts per million. That figure may seem small, ter Haar said, but with so much of the world already living on the brink of nutrient insufficiency, a drop of just a few percentage points has the potential to push millions of additional people into a health crisis. Researchers are still trying to understand the exact causes of this change. Extra CO2 can make plants grow faster and produce more carbohydrates, but without a matching increase in mineral uptake, nutrients like zinc, iron, and protein become diluted. Higher CO2 also causes plants to open their leaf pores less often, reducing the amount of water -- and dissolved minerals -- they absorb through their roots. At the same time, higher temperatures can further disrupt soil chemistry, affecting how plants take up nutrients and, in some cases, increasing their absorption of harmful substances like arsenic.

[ Read more of this story ]( https://news.slashdot.org/story/26/05/01/0123239/the-invisible-force-making-food-less-nutritious?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Релиз SimpleX Chat 6.5, децентрализованной сети для коммуникации без идентификаторов
lor.opennet
robot(spnet, 1) — All
2026-05-01 16:44:03


Опубликован выпуск платформы SimpleX Chat 6.5, предоставляющей средства для децентрализованной коммуникации без идентификаторов. Обмен сообщениями происходит через временные однонаправленные SMP-очереди (SimpleX Messaging Protocol), отдельные для каждого соединения. Все соединения применяют сквозное шифрование. Код приложения и SMP-маршрутизатора распространяется под лицензией AGPLv3.

https://www.opennet.ru/opennews/art.shtml?num=65337

[>] Сервисы Ubuntu и Canonical оказались недоступны из-за DDoS-атаки
lor.opennet
robot(spnet, 1) — All
2026-05-01 17:44:03


Ряд сетевых сервисов компании Canonical и проекта Ubuntu, включая сайт ubuntu.com и связанные обеспечением безопасности API, с 19:30 (MSK) вчерашнего дня недоступны из-за DDoS-атаки. Ответственность за совершение атаки взяла на себя хакерская группа "313 Team".

https://www.opennet.ru/opennews/art.shtml?num=65340

[>] The California Government Is Coming For Your E-Bikes
bot.slashdot
robot(spnet, 1) — All
2026-05-01 19:22:01


An anonymous reader quotes a report from the San Francisco Standard: If state lawmakers have their way, you'll have to get a license plate for your e-bike, and if you're planning to buy one next year, it'll be slower. Amid growing concerns about e-bike safety, particularly among children in Bay Area suburbs, two bills introduced this year aim to make it easier to ticket riders and reduce the top speed of some models. AB 1942 would require certain e-bikes to be registered with the Department of Motor Vehicles and display license plates, and AB 1557 would slow e-bikes that children are allowed to operate. Both bills are still being reviewed in committee. If either bill passes this year, it will take effect Jan. 1.

[ Read more of this story ]( https://tech.slashdot.org/story/26/05/01/0132241/the-california-government-is-coming-for-your-e-bikes?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] MClient 8.0
lor.opennet
robot(spnet, 1) — All
2026-05-01 19:44:04


Состоялся выпуск MClient 8.0 — оболочки для онлайн- и офлайн-словарей. Уже
существует большое количество программ, работающих с электронными словарями, но
как правило, своей функциональностью они напоминают браузеры и не обрабатывают
отдельные элементы словарной статьи.

Что позволяет делать MClient и чем он отличается от большинства других
просмотрщиков:

• просматривать статьи в виде таблицы;

• выделять элементы статьи автоматически, чтобы быстро скопировать их в буфер
— идеально при переводе;

• упорядочивать отдельные теги (например, по тематикам, словоформам, частям речи
и т. п.) и сортировать термины и фразы по алфавиту;

• приоритизировать или блокировать источники и тематики;

• быстро посмотреть перевод из других программ, нажав Ctrl+C+C или
Ctrl+Ins+Ins на выделенном тексте;

• быстро переключиться на окно просмотрщика, нажав Alt+~;

• переводить с помощью [ Мультитрана ]( https://www.multitran.com/ ) — одного из самых больших онлайн-словарей в мире.

Программа ориентирована на профессиональных переводчиков и лингвистов, но может
быть полезна и студентам, изучающим язык.

( [ читать дальше... ]( https://www.linux.org.ru/news/opensource/18280563#cut ) )

[>] Hackers Are Actively Exploiting a Bug In cPanel, Used By Millions of Websites
bot.slashdot
robot(spnet, 1) — All
2026-05-01 20:22:01


Hackers are actively exploiting a critical cPanel and WHM vulnerability, tracked as CVE-2026-41940, that allows remote attackers to bypass the login screen and gain full administrative access to affected web servers. Major hosts including Namecheap, HostGator, and KnownHost have taken mitigation steps or patched systems, but cPanel is urging all customers and web hosts to update immediately because the software is widely used across millions of websites. TechCrunch reports: cPanel and WHM are two software suites used for managing web servers that host websites, manage emails, and handle important configurations and databases needed to maintain an internet domain. The two suites have deep-access to the servers that they manage, allowing a malicious hacker potentially unrestricted access to data managed by the affected software.

Given the ubiquity of the cPanel and WHM software across the web hosting industry, hackers could compromise potentially large numbers of websites that haven't patched the bug. Canada's national cybersecurity agency said in an advisory that the bug could be exploited to compromise websites on shared hosting servers, such as large web hosting companies.

The agency said that "exploitation is highly probable" and that immediate action from cPanel customers, or their web hosts, is necessary to prevent malicious access. [...] One web hosting company says it found evidence that hackers have been abusing the vulnerability for months before the attempts were discovered.

[ Read more of this story ]( https://it.slashdot.org/story/26/05/01/0631257/hackers-are-actively-exploiting-a-bug-in-cpanel-used-by-millions-of-websites?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Доступен дистрибутив Proxmox Backup Server 4.12
lor.opennet
robot(spnet, 1) — All
2026-05-01 20:44:03


Компания Proxmox, известная разработкой продуктов Proxmox Virtual Environment и Proxmox Mail Gateway, опубликовала выпуск дистрибутива Proxmox Backup Server 4.2, который преподносится как готовое решение для резервного копирования и восстановления виртуальных окружений, контейнеров и начинки серверов. Установочный ISO-образ доступен для свободной загрузки. Специфичные для дистрибутива компоненты открыты под лицензией AGPLv3. Для установки обновлений доступен как платный репозиторий Enterprise, так и два бесплатных репозитория, которые отличаются уровнем стабилизации обновлений.

https://www.opennet.ru/opennews/art.shtml?num=65338

[>] Spotify Adds 'Verified' Badges To Distinguish Human Artists From AI
bot.slashdot
robot(spnet, 1) — All
2026-05-01 21:22:02


Spotify is adding "Verified by Spotify" badges to distinguish human artists from AI-generated personas, using signals like linked social accounts, consistent listener activity, merchandise, and concert dates. The BBC reports: The world's most-used music streaming service said the 'Verified by Spotify' text and green checkmark icon would appear next to artist names when they meet "defined standards demonstrating authenticity." This could include having linked social accounts on their artist profile, consistent listener activity or other "signals of a real artist behind the profile," the company said, such as merchandise or concert dates.

In its blog post, Spotify said "more than 99%" of the artists listeners actively search for will be verified, representing "hundreds of thousands of artists." It said the process would prioritize acts with "important contributions to music culture and history", rather than "content farms," with the platform rolling out verification and badges over the coming weeks.

[ Read more of this story ]( https://entertainment.slashdot.org/story/26/05/01/1650254/spotify-adds-verified-badges-to-distinguish-human-artists-from-ai?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] GPT-5.5 Matches Heavily Hyped Mythos Preview In New Cybersecurity Tests
bot.slashdot
robot(spnet, 1) — All
2026-05-01 22:22:01


An anonymous reader quotes a report from Ars Technica: Last month, Anthropic made a big deal about the supposedly outsize cybersecurity threat represented by its Mythos Preview model, leading the company to restrict the initial release to "critical industry partners." But new research from the UK's AI Security Institute (AISI) suggests that OpenAI's GPT-5.5, which launched publicly last week, reached "a similar level of performance on our cyber evaluations" as Mythos Preview, which the group evaluated last month.

Since 2023, the AISI has run a variety of frontier AI models through 95 different Capture the Flag challenges designed to test capabilities on cybersecurity tasks, such as reverse engineering, web exploitation, and cryptography. On the highest-level "Expert" tasks, GPT-5.5 passed an average of 71.4 percent, slightly higher than the 68.6 percent achieved by Mythos Preview (though within the margin of error). In one particularly difficult task that involved building a disassembler to decode a Rust binary, AISI notes that "GPT-5.5 solved the challenge in 10 minutes and 22 seconds with no human assistance at a cost of $1.73" in API calls.

GPT-5.5 also matched Mythos Preview in its progress on "The Last Ones" (TLO), an AISI test range set up to simulate a 32-step data extraction attack on a corporate network. GPT-5.5 succeeded in 3 of 10 attempts on TLO, compared to 2 of 10 for Mythos Preview -- no previous model had ever succeeded at the test even once. But GPT-5.5 still fails at AISI's more difficult "Cooling Tower" simulation of an attempted disruption of the control software for a power plant, as every previously tested AI model also has. The new results for GPT-5.5 suggest that, when it comes to cybersecurity risk, Mythos Preview was likely not "a breakthrough specific to one model" but rather "a byproduct of more general improvements in long-horizon autonomy, reasoning, and coding," AISI writes.

[ Read more of this story ]( https://it.slashdot.org/story/26/05/01/1658212/gpt-55-matches-heavily-hyped-mythos-preview-in-new-cybersecurity-tests?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Lexilla 5.4.9, Scintilla 5.6.2, SciTE 5.6.2
lor.opennet
robot(spnet, 1) — All
2026-05-01 22:44:03


29-го апреля состоялись состоялись выпуски 5.4.9 и 5.6.2 кроссплатформенных библиотек для парсинга, редактирования и подсветки кода [ Lexilla ]( https://www.scintilla.org/Lexilla.html ) и [ Scintilla ]( https://www.scintilla.org/index.html ) соответственно, а также выпуск 5.6.2 основанного на них редактора текстов [ SciTE ]( https://www.scintilla.org/SciTE.html ) .

Проекты написаны на языке C++ (стандарт C++20).

( [ читать дальше... ]( https://www.linux.org.ru/news/opensource/18280593#cut ) )

[>] Выпуск пакетного менеджера APT 3.3.0
lor.opennet
robot(spnet, 1) — All
2026-05-01 23:44:03


Сформирован выпуск экспериментальной ветки инструментария для управления пакетами APT 3.3.0 (Advanced Package Tool), на базе которой после стабилизации будет подготовлен стабильный выпуск 3.4. Новая ветка APT принята в Debian Unstable.

https://www.opennet.ru/opennews/art.shtml?num=65344

[>] The Case Against an Imminent Software Developer Apocalypse
bot.slashdot
robot(spnet, 1) — All
2026-05-01 23:22:01


ZipNada shares a report from ZDNet: Given the dour headlines as of late concerning the diminishing amounts of entry-level software development jobs, coupled with predictions of applications entirely AI-generated, one could be forgiven for assuming that software developers may soon be an endangered species. However, the data tells a different story. James Bessen, professor at Boston University, has been pushing back for some time against the talk of AI and automation displacing jobs on a mass scale, and lately has been arguing that the roles of software developers are nowhere near extinction.

AI is certainly not killing the software developer, Bessen said in a recent analysis (PDF). AI is taking over software development tasks and boosting productivity and output, but that is not translating into lost jobs, he argued. Instead, the types of software skills sought by companies are changing. "Surprisingly, however, after three years of AI use, software developer jobs have continued to grow robustly, reaching record levels of employment -- 2.5 million in February," Bessen said in the report, citing data from the US Bureau of Labor Statistics. The number of software developers in the US has grown by over 400,000, or 19%, since ChatGPT was introduced in 2022. At that time, the employed software developer population was just under 2.1 million. [...]

The productivity uptick developers are seeing may ultimately be a boost to their professional opportunities, however. "An important and possibly disruptive change is happening, but the common view misunderstands what is going on," Bessen pointed out in his report. "Careful case studies find that AI improves the productivity of software developers -- that is, the software produced per developer -- by 30%, 50%, or more. And the rate of productivity improvement in software development is improving." Tellingly, since 2022, when ChatGPT was introduced, developer productivity has increased noticeably, Bessen continued. "From 2003 to 2022, developer productivity grew at 3.9% per year; but from 2022 through 2025, it grew at 6% per year." [...] A coming flood of new software products, now more likely to be enhanced by AI, will continue to create jobs for developers, Bessen predicted. "Thus, mass unemployment of software developers seems unlikely to happen soon." This doesn't mean the job descriptions of developers or other computer occupations will remain static. AI is shifting and re-inventing these roles, Bessen added.

[ Read more of this story ]( https://developers.slashdot.org/story/26/05/01/1711213/the-case-against-an-imminent-software-developer-apocalypse?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] ICANN Opens Applications For New Generic Top-Level Domains
bot.slashdot
robot(spnet, 1) — All
2026-05-02 01:22:01


ICANN has opened applications for new generic top-level domains for the first time since 2012. The Register reports: ICANN hasn't offered new gTLDs since 2012, but on Thursday opened applications for new domains in 27 scripts. A 439-page Applicant Guidebook explains the process. The Register suggests paying attention to the string evaluation FAQ, which explains which gTLDs are valid, and those ICANN will likely frown upon. An FAQ describes this round of applications as giving "businesses, communities, and others the opportunity to apply for new top-level domains tailored to their community, culture, language, business, and customers."

"A TLD can be a branding opportunity for a business, but the commercial opportunities are endless, allowing businesses in countries, entire sectors, or niche markets to develop a unique label on the Internet." ICANN also sees this round as a chance to "create a more multilingual Internet for the billions of people who speak and write in different languages and scripts and are yet to come online." If you fancy a gTLD, you'll need to pay a $227,000 application fee by August 12th ... and then wait, possibly until 2030 when this process ends.

[ Read more of this story ]( https://tech.slashdot.org/story/26/05/01/1838209/icann-opens-applications-for-new-generic-top-level-domains?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Pentagon Reaches Agreements With Top AI Companies, But Not Anthropic
bot.slashdot
robot(spnet, 1) — All
2026-05-02 01:22:01


The Pentagon says it has reached deals with seven AI companies -- SpaceX, OpenAI, Google, Nvidia, Reflection AI, Microsoft, and AWS -- to deploy their tools on classified Defense Department networks. The odd one out is Anthropic, which remains excluded after being labeled a supply-chain risk amid a dispute over military-use guardrails. Reuters reports: SpaceX, OpenAI, Google, Nvidia, Reflection, Microsoft, and Amazon Web Services (AWS), several of which already work with the Pentagon, will be integrated into its secret and top-secret network environments, providing more military access to their products for use on sensitive topics, the Pentagon said in a statement. The lesser-known Reflection AI, which raised $2 billion in October, is backed by 1789 Capital, a venture capital firm in which Donald Trump Jr. is a partner and investor.

Since the Pentagon deemed Anthropic's products a "supply-chain risk" in March and the two sides became embroiled in a lawsuit, the military has expressed increasing interest in AI startups. Since the blow-up, newer AI entrants have said the military has sped up the process of incorporating them onto secret and top-secret data levels to less than three months. The process previously took 18 months or longer.

By expanding AI services offered to troops, who use it for planning, logistics, targeting and in other ways to streamline huge operations and perform more quickly, the Pentagon said in its statement it will avoid "vendor lock," a likely nod to its overdependence on Anthropic or other dominant service providers. [...] AI has become increasingly important for the U.S. military. The Pentagon's main AI platform, GenAI.mil, has been used by over 1.3 million Defense Department personnel, the agency noted in its release, after five months of operation. Further reading: Google and Pentagon Reportedly Agree On Deal For 'Any Lawful' Use of AI

[ Read more of this story ]( https://yro.slashdot.org/story/26/05/01/1913249/pentagon-reaches-agreements-with-top-ai-companies-but-not-anthropic?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] AI Agent Designed To Speed Up Company's Coding Wipes Entire Database In 9 Seconds
bot.slashdot
robot(spnet, 1) — All
2026-05-02 02:22:02


joshuark shares a report from Live Science: An AI coding agent designed to help a small software company streamline its tasks instead blew a hole through its business in just nine seconds. PocketOS founder Jer Crane, said that the AI coding agent Cursor --powered by Anthropic's Claude Opus 4.6 model -- deleted the company's entire production database and backups with a single call to its cloud provider, Railway, on April 24. [...] "This isn't a story about one bad agent or one bad API [Application Programming Interfaces]," Crane wrote in an X post. "It's about an entire industry building AI-agent integrations into production infrastructure faster than it's building the safety architecture to make those integrations safe."

Crane's company, PocketOS makes software for car rental companies, handling tasks such as reservations, payments, customer records and vehicle tracking. After the deletion, Crane said customers lost reservations and new signups, and some could not find records for people arriving to pick up their rental cars. "We've contacted legal counsel," Crane wrote. "We are documenting everything." Crane explained that Cursor found an API token -- a "digital key" made of a short sequence of code that lets software talk to other services and prove it has permission to act -- in an unrelated file which it then used to run the destructive command. According to Crane, Railway's setup allowed the deletion without confirmation, and because the backups were stored close enough to the main database, they were also erased.

"[Railway] resolved the issue and restored the data," Railway confirmed via email to Live Science. "We maintain both user backups as well as disaster backups. We take data very, VERY seriously." In his post, he pointed to earlier reports of Cursor ignoring user rules, changing files it was not supposed to touch and taking actions beyond the task it had been given. To him, the database wipe was not a freak accident but the next step in a larger, more concerning, pattern. After the database vanished, Crane asked Cursor to explain what happened. The AI agent reportedly admitted that it had guessed, acted without permission and failed to understand the command before running it. "I violated every principle I was given," the AI agent wrote. "I guessed instead of verifying. I ran a destructive action without being asked. I didn't understand what I was doing before doing it." The statement reads like a confession [...]. "We are not the first," Crane wrote. "We will not be the last unless this gets airtime."

[ Read more of this story ]( https://developers.slashdot.org/story/26/05/01/1924222/ai-agent-designed-to-speed-up-companys-coding-wipes-entire-database-in-9-seconds?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Microsoft's Xbox Mode Is Now Available For All Windows 11 PCs
bot.slashdot
robot(spnet, 1) — All
2026-05-02 03:22:01


Microsoft is rolling out Xbox mode to all Windows 11 PCs, bringing a full-screen Xbox PC app interface similar to Steam's Big Picture Mode. "Some players in select markets will be able to download the Xbox mode experience today, with availability expanding to more players in those markets over the next several weeks," says the Xbox team. The Verge reports: Xbox mode aims to try and bridge the gap between Xbox consoles and Windows, but its original debut felt like a beta on the Xbox Ally devices. "Since first introducing Xbox mode, formerly known as 'full screen experience,' on Windows handhelds, we've been listening closely to player feedback and continuing to evolve the experience across devices," says the Xbox team. "Those learnings directly shaped Xbox mode on Windows 11 PCs."

Microsoft is also rolling out improvements to the Xbox Ally X handheld today, including a preview of its Auto SR upscaling technology. Xbox console owners are also getting a new dashboard update today, with the ability to disable Quick Resume on individual games and a feature to add custom colors to the dashboard.

[ Read more of this story ]( https://games.slashdot.org/story/26/05/01/1936256/microsofts-xbox-mode-is-now-available-for-all-windows-11-pcs?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] tev 2.11.0
lor.opennet
robot(spnet, 1) — All
2026-05-02 06:44:04


28-го апреля, после почти двух месяцев разработки, состоялся выпуск 2.11.0 « [ The EDR Viewer ]( https://github.com/Tom94/tev ) » — кроссплатформенной программы для просмотра изображений с высоким динамическим диапазоном (HDR) — для тех, кого заботят цвета.

Возможности TEV:

• Молниеносная скорость – мгновенный запуск, загрузка сотен изображений за секунды.

• Точность – поддержка HDR и цветовых профилей (ICC, CICP и др.). Отображение HDR во всех поддерживаемых операционных системах.

• Универсальность – поддержка множества форматов файлов и их специфических особенностей: карт усиления, вспомогательных каналов, анимации, а также метаданных, помимо EXIF и XMP.

• Детальный анализ – гистограммы, тональные карты, показатели ошибок и т. д. в любом цветовом пространстве.

Поддерживаемые форматы изображений: EXR, JPEG XL, JPEG, JPEG 2000, PNG, APNG, PFM, PAM, PNM, PBM, PGM, PPM, QOI, DDS (только в Windows), WEBP, TIFF, DNG, AVIF, HEIC, BMP, ICO, CUR, HDR, GIF, PIC, PSD, TGA, RAW и различные камеро-специфичные форматы RAW.

( [ читать дальше... ]( https://www.linux.org.ru/news/multimedia/18280831#cut ) )

[>] Amazon Stuck With Months of Repairs After Drone Strikes On Data Centers
bot.slashdot
robot(spnet, 1) — All
2026-05-02 08:22:02


An anonymous reader quotes a report from Ars Technica: Amazon's cloud customers will need to wait several more months before the US tech company can repair war-damaged data centers and restore normal operations in the Middle East. The announcement comes two months after Iranian drone strikes targeted three Amazon data centers in the United Arab Emirates and Bahrain -- meaning that full recovery from the cloud disruption could take nearly half a year in all. The Amazon Web Services (AWS) dashboard posted an April 30 update describing how its UAE and Bahrain cloud regions "suffered damage as a result of the conflict in the Middle East" and are unable to support customer applications. The update also said that "relevant billing operations are currently suspended while we restore normal operations" in a process that "is expected to take several months."

That wording suggests Amazon will continue to avoid billing AWS customers in the affected regions -- ME-CENTRAL-1 and ME-SOUTH-1 -- after it initially waived all usage-related charges for March 2026 at an estimated cost of $150 million. AWS also "strongly" recommended that customers migrate resources to other cloud regions and rely on remote backups to restore any "inaccessible resources." Some customers, such as the Dubai-based super app Careem—which offers ride-hailing, household services, and food and grocery delivery -- were able to get back online quickly after doing an overnight migration to other data center servers.

[ Read more of this story ]( https://news.slashdot.org/story/26/05/02/006240/amazon-stuck-with-months-of-repairs-after-drone-strikes-on-data-centers?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] New Lithium-Plasma Engine Passes Key Mars Propulsion Test
bot.slashdot
robot(spnet, 1) — All
2026-05-02 11:22:01


NASA engineers have tested a next-generation lithium-plasma electric propulsion system that reached 120 kilowatts, a new U.S. record and about 25 times the power of the electric thrusters on NASA's Psyche spacecraft. "Designing and building these thrusters over the last couple of years has been a long lead-up to this first test," said James Polk, who is a senior research scientist at NASA Jet Propulsion Laboratory. "It's a huge moment for us because we not only showed the thruster works, but we also hit the power levels we were targeting. And we know we have a good testbed to begin addressing the challenges to scaling up." Universe Today reports: While 120 kilowatts is a new record, NASA estimates it a future human mission to Mars will require 2 to 4 megawatts of power consisting of several thrusters and requiring more than 23,000 hours (958 days/2.6 years) of operation. To accomplish this, the thrusters would have to withstand more than 2,800 degrees Celsius (5,000 degrees Fahrenheit), which the thrusters achieved during testing.

The reason for the extended operation is due to the estimated time of an entire human mission to Mars, which is estimated to be approximately 2.6 years. This is because the launch window to Mars only opens once every two years due to the orbital behaviors of both planets. While no mission has ever returned from the Red Planet, this same launch window works from Mars to Earth, too. When launched within this window, robotic spacecraft have traditionally taken approximately 6-7 months to reach Mars.

However, a human mission would require a much larger spacecraft to accommodate the astronauts, food, fuel, water, and other mission-essential items. For the approximate 2.6-year mission, this would entail approximately 6-9 months traveling to Mars, followed by approximately 18 months on the surface of Mars until the next launch window opens, then another approximate 6-9 months back to Earth. However, having much less fuel due to the electric propulsion system could potentially alter this timeframe.

[ Read more of this story ]( https://science.slashdot.org/story/26/05/02/0017222/new-lithium-plasma-engine-passes-key-mars-propulsion-test?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Доступны Wine 11.8, Wine-staging 11.8 и Proton-CachyOS 11
lor.opennet
robot(spnet, 1) — All
2026-05-02 12:44:02


Опубликован экспериментальный выпуск открытой реализации Win32 API - Wine 11.8. С момента выпуска 11.7 было закрыто 22 отчёта об ошибках и внесено 239 изменений.

https://www.opennet.ru/opennews/art.shtml?num=65345

[>] Ветка KDE Plasma 6.7 перешла на стадию мягкой заморозки
lor.opennet
robot(spnet, 1) — All
2026-05-02 14:44:02


Опубликован очередной еженедельный отчёт о разработке KDE, в котором представлены изменения для ветки KDE Plasma 6.7, релиз которой ожидается в июне. Несколько дней назад ветка KDE Plasma 6.7 переведена на стадию мягкой заморозки, на которой прекращён приём новых возможностей и внимание разработчиков переключено на оттачивание функциональности перед релизом и завершение принятия в ветку ранее намеченных изменений. Среди принятых за неделю изменений.

https://www.opennet.ru/opennews/art.shtml?num=65346

[>] Релиз мультимедийной библиотеки LDL 0.1, оптимизированной для маломощных систем
lor.opennet
robot(spnet, 1) — All
2026-05-02 14:44:02


Состоялся первый публичный релиз мультимедийной библиотеки LDL (Little DirectMedia Layer), позволяющей создавать графические приложения, способные работать, как на современных, так и на устаревших системах (Windows 95+, дистрибутивы с ядром Linux 2.0+, FreeBSD 3.0+). Предоставляется простой кроссплатформенный API для управления окнами и обработки событий с устройств ввода. Для отрисовки может использоваться OpenGL 1.0-4.6. Код поставляется под лицензией LGPL 3.0.

https://www.opennet.ru/opennews/art.shtml?num=65347

[>] GameStop Is Preparing Offer For eBay
bot.slashdot
robot(spnet, 1) — All
2026-05-02 15:22:02


GameStop is reportedly preparing a potential offer for eBay, an unusually ambitious move given that eBay's roughly $46 billion market value is nearly four times GameStop's. Reuters reports: GameStop is preparing an offer for eBay as CEO Ryan Cohen pursues plans to boost the struggling videogame retailer's market value more than tenfold, the Wall Street Journal reported on Friday. Shares of eBay, which has a market capitalization of about $46 billion, soared about 14% in extended trading. GameStop gained 4%. The company has a market value of nearly $12 billion.

GameStop has been quietly building a stake in eBay's shares ahead of a potential offer, the report said, citing people familiar with the matter. If eBay is not receptive, Cohen could decide to take the offer directly to the e-commerce company's shareholders, the Journal said.

[ Read more of this story ]( https://slashdot.org/story/26/05/02/0010242/gamestop-is-preparing-offer-for-ebay?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] LDL 0.1
lor.opennet
robot(spnet, 1) — All
2026-05-02 17:44:04


[ Состоялся ]( https://github.com/JordanCpp/LDL ) первый публичный релиз мультимедийной библиотеки LDL (Little DirectMedia Layer), позволяющей создавать графические приложения, способные работать, как на современных, так и на устаревших системах (Windows 95+, дистрибутивы с ядром Linux 2.0+, FreeBSD 3.0+). Предоставляется простой кроссплатформенный API для управления окнами и обработки событий с устройств ввода. Для отрисовки может использоваться OpenGL 1.0-4.6. Код поставляется под лицензией LGPL 3.0.

Выпуск примечателен переходом с использования языка C++98 на язык ANSI C (C89) для обеспечения максимальной переносимости и совместимости со старыми компиляторами и платформами, включая DOS, Windows 95 и PlayStation 1. Проект планируют развиваться постепенно — в первой версии предложены возможности для работы с окнами, событиями ввода и графикой, после чего начнётся развитие 2D-рендера, средств для работы со звуком и шрифтами, бэкендов для работы поверх библиотек SDL 1.2, SDL 2.x, [ SDL 3.x ]( https://www.libsdl.org/ ) , [ SFML ]( https://www.sfml-dev.org/ ) и [ GLFW ]( https://www.glfw.org/ ) . Использование бэкендов SDL, SFML и GLFW позволит без изменения кода собирать приложения для платформ, напрямую не поддерживаемых в LDL. В планах на будущее также отмечается создание универсального API для работы со спрайтами и 2D-графикой, который можно использовать независимо от выбранного бэкенда (OpenGL, Vulkan, программная отрисовка, библиотеки типа SDL).

https://www.linux.org.ru/news/opensource/18281112

[>] Marvel, DC, Game Publishers Launch Rival Events Saturday for Free Giveaways
bot.slashdot
robot(spnet, 1) — All
2026-05-02 19:22:01


The once-a-year free comic book giveaway "is splitting in two," according to a local news report.

Launched in 2002 by Diamond Comic Distributor, comic book giants like Marvel and DC have historically participated together. But things changed after Diamond Comic Distributors went bankrupt in 2025, "leaving other companies to swoop in and pick up where Diamond left off."

The rights to the "Free Comic Book Day" brand were sold to Universal Distribution, which plans to bring Free Comic Book Day back on Saturday. On the same day, Penguin Random House plans to launch a rival event called Comics Giveaway Day. This means you'll still get plenty of free comics, but this time they will be separated, with some coming under the Free Comic Book Day branding and others arriving under the Comics Giveaway Day branding. Free Comic Book Day will include publishers like DC, Image, Dynamite and Archie Comics. Comics Giveaway Day will include publishers such as Marvel, Dark Horse, Boom! Studios and Tokyopop...

The other big change coming this year is the introduction of game publishers Wizards of the Coast and Upper Deck to the lineup, as part of Universal Distribution's Free Comic Book Day. Wizards of the Coast is known for its tabletop role-playing game Dungeons & Dragons, as well as its trading card game Magic: The Gathering. Upper Deck is best known for its sports trading cards and entertainment collectibles, along with deck-building games like the Legendary series...

In addition to adding these game makers, Universal plans to expand Free Comic Book Day to include what are colloquially referred to as your friendly local game stores.

Marvel's offerings this year include a special Alien, Predator & Planet of the Apes one-shot, while D.C. is offering the first chapter of their upcoming graphic novel Aquamanatee. Other comics include Avatar: The Last Airbender — Legends from Dark Horse Comics and
Sonic the Hedgehog from IDW Publishing.

[ Read more of this story ]( https://news.slashdot.org/story/26/05/02/0257206/marvel-dc-game-publishers-launch-rival-events-saturday-for-free-giveaways?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Linux Percentage of Steam Users Doubled in One Year
bot.slashdot
robot(spnet, 1) — All
2026-05-02 20:22:01


Steam on Linux use in March "had skyrocketed to 5.33%..." reports Phoronix, "easily the highest level we've seen Steam on Linux at since its inception more than a decade ago."

So what happened in April?
[April's results] point to Linux having a 4.52% marketshare on Steam, a drop of 0.81% compared to March. Year-over-year it's roughly double with Steam on Linux in April 2025 being at 2.27%. Or two years ago for April 2024, Steam on Linux was at 1.9%.

[ Read more of this story ]( https://linux.slashdot.org/story/26/05/02/0625247/linux-percentage-of-steam-users-doubled-in-one-year?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Retina Scan for Diabetes Could Also Reduce Deaths During Pregnancy in Developing Countries
bot.slashdot
robot(spnet, 1) — All
2026-05-02 21:22:01


This week Bill Gates wrote a blog post about a special camera from medtech startup Remidio, which delivers high-resolution images of a patient's retina in seconds. The camera plugs into a phone running an AI system that watches for early signs of diabetes — all without needing a blood draw, eye dilation, or a dibetes specialist. It's already been used in 40 countries for more than 15 million patients.

But that same hardware, with different software, can also flag the conditions that drive so many dangerous pregnancies. Gestational diabetes sharply increases the risk of pre-eclampsia [a spike in blood pressure during pregnancy responsible for half a million fetal deaths every year and 70,000 maternal deaths]... In most of rural sub-Saharan Africa or South Asia, it usually isn't screened for at all, because the standard test requires a lab. A retinal scan offers a different way in.

Remidio's device is currently being used in India to screen pregnant women for conditions that drive stillbirth. And researchers are now adapting the same hardware to screen for anemia and hypertension, too... [S]mall, portable, affordable diagnostics in the hands of community health workers are exactly the kind of lever that can start to move a number that hasn't moved in a long time.

[ Read more of this story ]( https://science.slashdot.org/story/26/04/30/1548214/retina-scan-for-diabetes-could-also-reduce-deaths-during-pregnancy-in-developing-countries?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Служба здравоохранения Великобритании намерена закрыть свои репозитории с открытым кодом из-за AI
lor.opennet
robot(spnet, 1) — All
2026-05-02 21:44:02


Национальная служба здравоохранения Великобритании готовится закрыть доступ к почти всем своим репозиториям с открытым кодом в ответ на появление новых рисков, связанных с безопасностью. Подобные риски вызваны значительным прогрессом возможностей по выявлению уязвимостей при помощи больших языковых моделей, таких как Claude Mythos.

https://www.opennet.ru/opennews/art.shtml?num=65349

[>] Costumed Crowd 'Speedruns' Scientology Building For Social Media Trend
bot.slashdot
robot(spnet, 1) — All
2026-05-02 22:22:01


Last Saturday someone dressed as Jesus "was among the dozens of people in costumes and masks seen on a video forcing open the door of a Scientology building on Hollywood Boulevard," reports the Los Angeles Times, "after a tug-of-war with a security guard."

The footage posted on TikTok and Instagram shows the group sprinting up and down stairs and clashing with black-shirted security guards, giggling and gasping to catch their breath while church members scream at them to leave. On their way out — as security guards approach armed with fire extinguishers — one of the sprinters stops and dances to celebrate their successful escape, a move reminiscent of a taunt from the video game Fortnite. For weeks, groups of people have barged into two of the church's Hollywood properties, racing through hallways and tussling with security guards, trying to see how far they can get before they are forced to leave by church staff...

Church officials say the incidents are not a game and have accused the speed runners of "hate crimes." After dozens on Saturday stormed the Ivar Avenue building that houses an exhibit dedicated to the church's founder, science fiction author L. Ron Hubbard, the external door handles were removed from all three of Scientology's properties on Hollywood Boulevard by Sunday morning. Guards could be seen blocking the doorway to one building on Monday afternoon...

No arrests have been made.

A report from the Associated Press cites a joke left on one of the videos: that if runners reach the top of the building, they'll find Tom Cruise.

One commenter on a recent TikTok video of a speedrun asked why people are doing this, and another user simply replied, "because it's fun."

The 18-year-old who started the trend told the Hollywood Reporter his original video has been viewed over 100 million times. "From there on out, I pretty much knew that Scientology was like a free gateway to a lot of views."
Vulture notes that "there's even a Roblox re-creation of the trend, made using the 'maps; drawn from actual videos"

[ Read more of this story ]( https://tech.slashdot.org/story/26/05/02/0552238/costumed-crowd-speedruns-scientology-building-for-social-media-trend?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] An Amateur Just Solved a 60-Year-Old Math Problem - by Asking AI
bot.slashdot
robot(spnet, 1) — All
2026-05-02 23:22:01


Slashdot reader joshuark writes: Scientific American reports that a ChatGPT AI has proved a conjecture with a method no human had developed. A 23-year-old student Liam Price just cracked a 60-year-old problem that world-class mathematicians have tried and failed to solve. The new solution that Price got in response to a single prompt to GPT-5.4 Pro was posted on www.erdosproblems.com, a website devoted to the Erds problems. The question Price solved — or prompted ChatGPT to solve—concerns special sets of whole numbers, where no number in the set can be evenly divided by any other...

Price sent it to his occasional collaborator Kevin Barreto, a second-year undergraduate in mathematics at the University of Cambridge. The duo had jump-started the AI-for-Erds craze late last year by prompting a free version of ChatGPT with open problems chosen at random from the Erds problems website. Reviewing Price's message, Barreto realized what they had was special, and experts whom he notified quickly took notice.

[ Read more of this story ]( https://science.slashdot.org/story/26/05/02/0433231/an-amateur-just-solved-a-60-year-old-math-problem---by-asking-ai?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] What if Tech Company Layoffs Aren't All About AI?
bot.slashdot
robot(spnet, 1) — All
2026-05-03 00:22:02


"Running a Big Tech company during Silicon Valley's AI mania may not necessarily require fewer workers or cost less," writes the Washington Post:

Amazon, Google and Meta together have roughly the same number of employees now as they did during an industry-wide hiring binge in 2022, company disclosures show. Growing costs for technical workers and related expenses have often outpaced sales recently. The tech giants' big AI bet hasn't yet paid for itself.

That means AI might be killing jobs not through its labor-saving wizardry but by increasing spending so much that CEOs are pressured to find savings, giving them cover to consciously uncouple from their workforces. Marc Andreessen, a prominent start-up investor and a Meta board director, put it bluntly on a recent podcast. Big company layoffs are a fix for overstaffing and changing economic conditions, he said, but AI provides a convenient scapegoat. "Now they all have the silver bullet excuse: 'Ah, it's AI,'" he said...
"Almost every company that does layoffs is blaming AI, whether or not it really is about AI," Sam Altman, CEO of ChatGPT owner OpenAI, said at a March conference when he listed explanations for AI's unpopularity in the United States.
"Recent history suggests Big Tech companies might not be moving toward a future with fewer workers," the article concludes, "but recalibrating to spend the same, or more, on different people and projects."

So in the end, "AI might soon reduce hiring," the article acknowledges, "But the reluctance or inability of the largest tech firms to cut too deeply so far could also show that the path to making a workforce AI-ready — whatever that means — isn't a predictable straight line charting declining headcount."

[ Read more of this story ]( https://it.slashdot.org/story/26/05/02/0338227/what-if-tech-company-layoffs-arent-all-about-ai?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Using Drones for Cloud-Seeding Can Trigger Rain, Company Claims
bot.slashdot
robot(spnet, 1) — All
2026-05-03 01:22:01


Monday a company called Rainmaker announced their rain-triggering technology had produced 143 million gallons of freshwater for Utah and Oregon residents — making them "the first private company in history to validate the results of cloud seeding operations."

The Deseret News reports:

Founded in 2023, Rainmaker uses drones to disperse silver iodide into clouds, then they track precipitation with advanced radar. However, Rainmaker — and every other rain-enhancement company — has been up against the notoriously difficult challenge of validation. Since there is no control set to test, and because the weather is chaotic and variable, the Government Accountability Office declares the benefits of the technology to be "unproven." To overcome this evaluation challenge, Rainmaker flies drones in unique patterns when seeding. Then operators compare distinct radar and satellite features with where their drones operated.
As of April, Rainmaker found 82 unambiguous seeding signatures, which show their seeding operations directly caused precipitation. In Utah and Oregon alone, the company said its cloud-seeding efforts have added enough water to match the annual usage of about 1,750 households. However, "this figure likely represents only a small fraction of Rainmaker's total generation this season," the company said in their press release... Their drone precision, combined with their radar systems, have produced satellite images proving a direct correlation between the seeding and precipitation. Some images show cloud holes or regions of depressed cloud tops after seeding.

Rainmaker's announcement promises they'll "go forward and continue our mission to refill the Great Salt Lake, end drought in the American West and deliver water abundance wherever it is needed most around the world." (Rainmaker currently operates in Utah, Idaho, Oregon, California and Colorado.)
The director of Utah's Natural Resources Department told the Deseret News that with cloud seeding, "cost per unit of water is so low; it really is the smartest thing we can be doing with our money," Ferry said.

[ Read more of this story ]( https://news.slashdot.org/story/26/05/02/1556244/using-drones-for-cloud-seeding-can-trigger-rain-company-claims?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] The $19B "Nuclear AI" Energy Startup That Couldn't Sign a Single Client
bot.slashdot
robot(spnet, 1) — All
2026-05-03 02:22:03


"Nuclear AI startup" Fermi had hoped to build power plants generating 17 gigawatts of electricity, remembers Bloomberg, "three times the amount typically consumed by New York City."

Hyperscalers could install their data centers on the site itself and tap directly into that power, which would come first from natural gas turbines and later from nuclear reactors. The pitch ticked so many boxes — artificial intelligence, nuclear energy, political connections — that some investors found it irresistible. Fermi went public in October worth more than $19 billion in market value, despite reporting no revenue or signed customers.

Now, the startup's board has fired its top executive, Toby Neugebauer, after months of negotiations failed to secure a single client. Chief Financial Officer Miles Everson left as well... Fermi's stock, meanwhile, has tumbled 84% from its peak. The company's more than 5,000-acre site in the Texas panhandle — dubbed Project Matador, or the President Donald J. Trump Advanced Energy and Intelligence Campus — remains mostly unfinished. And some analysts see a cautionary tale of the market's AI enthusiasm running ahead of reality, with investors betting on companies whose grand projects may never get built...

The idea of giving data centers their own, dedicated power supply not dependent on the grid may sound tempting, but former US Department of Energy official Jigar Shah said banks don't want to finance it. The grid, drawing power from many sources, is more reliable than a handful of expensive, on-site plants, he said. He considers Fermi a failure "of monumental proportions" and says similar, off-grid data center projects elsewhere deserve more skepticism than they've received... "We're allowing these types of projects to continue to be viewed as viable when they most certainly are not," said Shah, who ran the department's Loan Programs Office during the Biden administration....

"It was a piece of dirt with a dream," an investor who visited the site in February told the short sellers, Fuzzy Panda Research.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/05/02/1828217/the-19b-nuclear-ai-energy-startup-that-couldnt-sign-a-single-client?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Ask Slashdot: Are YouTube's Subtitles 'Appallingly Bad'?
bot.slashdot
robot(spnet, 1) — All
2026-05-03 04:22:01


Long-time Slashdot reader Anne Thwacks frequently uses YouTube's subtitles "not to disturb others in the room, or because my hearing is not very good." But they say there's a new problem.

"The subtitling is terrible!"

Almost every sentence has a huge error. Proper names are more often wrong than right. Non-English place names are almost always mangled to barely recognizable. And no effort whatsoever is made to use context to figure out whether a place name is Russian or Arabic, and often complete garbage is used in place of a common French, Spanish or Italian name!

If AI actually works (I have my doubts about this), surely it would be possible to figure out language contexts. If it is about an event in Italy, then expect a lot of Italian names! If it is about the Russia-Ukraine war, then expect places in Russia or Ukraine to be more plausible than mindless gobbledygook! Does YouTube not know that there are places in the world that are not in America? (However, plenty of names of people and places famous in America are also regularly screwed up.)

They argue the subtitles are "appallingly bad" — and that "the situation seems to be getting worse," wondering why the problem isn't addressed with some basic spell-checking. ("I'm sure that the vast majority of foul-ups could be fixed by the use of a dictionary.") Have any Slashdot readers seen similar problems? A friend of mine noticed that YouTube's subtitles even bungled this innocuous song from the 1966.
ANNETTE FUNICELLO: "If your love is true love, you can tell by his touch."
YOUTUBE SUBTITLE: "If your love is too lava, you can tell by his touch..."

Share your own experiences and thoughts in the comments. And do you think YouTube's subtitles are "appallingly bad"?

[ Read more of this story ]( https://news.slashdot.org/story/26/05/02/1914208/ask-slashdot-are-youtubes-subtitles-appallingly-bad?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Former NASA Engineers Create Ingenious Way To Save Homes From Wildfires Using Noise
bot.slashdot
robot(spnet, 1) — All
2026-05-03 06:22:01


"Scientists have created a miraculous new way to stop fires from spreading through neighborhoods using nothing but sound," reports the New York Post:

Former NASA engineers with California-based Sonic Fire Tech found that using sound waves can snuff out blazes and potentially be used to stop another Pacific Palisades inferno... The technology works by targeting oxygen molecules using low-frequency sound waves that vibrate them, stopping the fire from growing. "Sound waves vibrate the oxygen faster than the fuel can use it, and break the chemical reaction of the flame," Remington Hotchkis, Chief Commercialization Officer at Sonic Fire Tech told The Post.

The San Bernardino County Fire Department recently tested out the equipment using a backpack version and the results were incredible. Video shows firefighters fighting small blazes on a shrub and a stove top fire with the technology putting it out... In the home application, the system would be alerted/activated if there was a fire, sending the sound waves through a home duct system, essentially snuffing out the blaze. The sound waves can reach as far as 30ft from a home, the report noted. The sound is also harmless to pets and humans.
The article includes this quote that an executive at the company gave local news station KMPH. "Our former NASA engineers are rocket scientists, and they say it seems like magic, but it's just physics."

[ Read more of this story ]( https://science.slashdot.org/story/26/05/02/2252228/former-nasa-engineers-create-ingenious-way-to-save-homes-from-wildfires-using-noise?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Chinese Exports of Green Technologies Surged to Record Levels After Iran War Began
bot.slashdot
robot(spnet, 1) — All
2026-05-03 08:22:01


"The war in Iran has sent oil-starved countries scrambling for fuel," CNN reported this week. And many of those countries now want renewable fuels, the article points out, "leaving them turning to the renewables king of the planet: China."

Chinese exports of solar technology, batteries and electric vehicles all reached record highs in March, according to energy think tank Ember, a sign that the historic oil supply shock is accelerating the adoption of clean energy around the world... A Thursday report from Ember said China exported 68 gigawatts of solar technology in March, surpassing the previous record set in August by 50%. Fifty countries set new records for Chinese solar imports, with the most significant growth coming from emerging markets in Asia and Africa hit hardest by the energy crisis, according to the think tank. "Fossil shocks are boosting the solar surge," said Euan Graham, senior analyst at Ember, in the report. "Solar has already become the engine of the global economy, and now the current fossil fuel price shocks are taking it up a gear."

Ember said exports of solar, batteries and EVs in total rose 70% in March year over year, according to Chinese customs data... China's battery exports reached $10 billion in March, with particularly high growth rates in the European Union, Australia and India, Ember said. Uncertainty over when the Strait of Hormuz will reopen has spurred deeper regional anxieties about energy securi"ty, helping to hasten the transition to clean energy, analysts said.
The article notes how different countries are reacting to fuel

Asian nations that depend on the Middle East for energy imports "are trying to mitigate fuel shortages by encouraging energy conservation and shortening work hours."
The UK's Energy Secretary said this week that the country needed to reduce its reliance on gas for electricity. "As we face the second fossil fuel shock in less than 5 years, the lesson for our country is clear: The era of fossil fuel security is over, and the era of clean energy security must come of age."
Pakistan "has been spared some of the impact from the war, since it began drastically importing cheap Chinese solar panels a few years ago. Using solar energy rather than costly oil imports is estimated to save the country billions of dollars each year."
"According to the China Passenger Car Association, Chinese exports of electric vehicles and hybrids hit a record high in March, increasing 140% compared with the same period a year ago."

Thanks to Slashdot reader AleRunner for sharing the article.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/05/03/0112257/chinese-exports-of-green-technologies-surged-to-record-levels-after-iran-war-began?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

Pages: 1 ... 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 ... 286