RSS
Pages: 1 ... 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754
[>] STATS 2026-06-02
spnet.stats
root(spnet, 1) — All
2026-06-03 11:11:01


TOP20 VISITORS:

[1] PetalBot point=5 web=1361 up=9.0MB (32%) <--- PetalBot
[2] 216.244.66.x point=0 web=123 up=4.9MB (17%)
[3] Amazon point=1 web=116 up=4.7MB (16%) <--- Amazon
[4] 37.252.14.x point=144 web=0 up=2.6MB (9%) <--- ake (6/hr)
[5] 217.114.158.x point=25 web=0 up=1.3MB (4%) <--- fox (1/hr)
[6] 145.239.65.x point=0 web=1 up=0.7MB (2%)
[7] Google point=0 web=80 up=0.7MB (2%)
[8] 147.135.252.x point=0 web=1 up=0.6MB (2%)
[9] 109.169.109.x point=0 web=1 up=0.4MB (1%)
[10] 135.181.213.x point=0 web=1 up=0.4MB (1%)
[11] 192.196.204.x point=0 web=1 up=0.3MB (1%)
[12] 65.108.125.x point=0 web=1 up=0.3MB (1%)
[13] 217.182.195.x point=0 web=1 up=0.3MB (1%)
[14] TikTok point=0 web=37 up=0.3MB (1%)
[15] 5.9.120.x point=0 web=74 up=0.2MB (<1%)
[16] 147.135.213.x point=0 web=1 up=0.1MB (<1%)
[17] 62.140.249.x point=0 web=4 up=64KB
[18] 178.70.95.x point=0 web=2 up=42KB
[19] 88.88.156.x point=0 web=0 up=37KB
[20] 180.153.197.x point=0 web=2 up=26KB

TOTAL TRAFFIC: 27MB

[>] Trump Administration to Dismantle Ocean Monitoring System
bot.slashdot
robot(spnet, 1) — All
2026-06-03 11:22:02


The Trump administration is moving to dismantle the National Science Foundation's $368 million Ocean Observatories Initiative, a network of more than 900 deep-sea instruments used to monitor ocean currents, marine ecosystems, carbon absorption, heat waves, fisheries, coastal flooding, and climate change. The NSF said it would send ships in June to begin the removal of the instruments anchored off Oregon, Washington, Alaska, North Carolina, and an area between Greenland and Iceland known as the Irminger Sea. The New York Times reports: The ocean observation system began operating in 2016 and was expected to continue for 25 years. Jim Edson, a marine meteorologist who led the Ocean Observatories Initiative, called it "the world's most advanced continuously operating ocean observing systems." When it was first proposed, the science foundation said it was important to have a long-term presence at scientifically important sites in the Atlantic and Pacific oceans. Removing the instruments could take 15 months. Seismic instruments positioned around an active underwater volcano off Oregon will continue operating until 2028.

Each observation station consists of several moorings that secure long arrays of devices connected to wires. The devices measure ocean currents as well as chemical and biological conditions from the water's surface down thousands of feet. The instruments were hardened to resist the pressure of the deep ocean, corrosive seawater as well as marine plants and animals that can foul electronics. Remotely controlled robotic vehicles and gliders around the moorings collect and transmit data to research laboratories.

It cost $48 million annually to operate the network. The Trump administration repeatedly tried to shutter it, proposing to cut its funding by 80 percent in both 2025 and again in 2026. Congress pushed back, restoring the money. To try to reduce costs, managers turned off some of the instruments and collected less data, according to a December 2025 presentation about the observatories at the annual meeting of the American Geophysical Union, a nonprofit organization of scientists. Still, the science foundation moved ahead to decommission the observatory network.

[ Read more of this story ]( https://news.slashdot.org/story/26/06/02/2336255/trump-administration-to-dismantle-ocean-monitoring-system?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Создаем I2C Master Controller на Verilog. Перенос на Zynq 7000 (bare-metal)
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 11:35:02


Опубликовано: Wed, 03 Jun 2026 07:05:52 GMT
Канал: Все статьи подряд / Программирование микроконтроллеров / Хабр

После успешной отладки на плате с Cyclone IV пришла пора перенести наработки на плату Zynq Mini c XC7Z020. В этой статье я опишу, каким образом можно организовать вывод нужной нам информации из PS-части Zynq на дисплей который подключен к EMIO на выводах PL. Сделаем обновленный модуль i2c_master_axi который добавляет сверху к уже разработанному ядру поддержку AXI4-Lite Slave, сделаем сборку проекта, подключим их к PS и проверим в bare-metal сценарии. После того как это будет все работать - переходить к Linux уже будет гораздо проще. Всем заинтересованным добро пожаловать под кат!  Читать далее]]>

https://habr.com/ru/companies/beget/articles/1037124/

[>] [Перевод] Rust 1.96.0: новые типы Range, assert_matches, debug_assert_matches, WebAssembly targets
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 12:35:08


Опубликовано: Wed, 03 Jun 2026 07:54:08 GMT
Канал: Все статьи подряд / Системное программирование / Хабр

Команда Rust рада объявить о выходе новой версии языка — Rust 1.96.0. Rust — это язык программирования, который помогает каждому создавать надёжное и эффективное программное обеспечение.Если у вас уже установлена предыдущая версия Rust через rustup, вы можете получить 1.96.0 командой:$ rustup update stable Если Rust ещё не установлен, вы можете получить rustup на соответствующей странице нашего сайта и ознакомиться с подробными release notes для 1.96.0.Если вы хотите помочь нам, тестируя будущие релизы, можете переключиться локально на beta-канал (rustup default beta) или nightly-канал (rustup default nightly). Пожалуйста, сообщайте обо всех найденных ошибках! Что нового в stable 1.96.0]]>

https://habr.com/ru/articles/1043004/

[>] NVIDIA выбрала Unitree: разбор H2 Plus и платформы Isaac GR00T
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 12:35:10


Опубликовано: Wed, 03 Jun 2026 08:12:39 GMT
Канал: Все статьи подряд / Робототехника / Хабр

1 июня 2026 года на Computex в Тайпее Дженсен Хуанг объявил NVIDIA Isaac GR00T Reference Humanoid Robot. На сцене он сказал буквально: «Шесть футов, 150 фунтов — прямо как я». Партнёром по железу выбрана китайская Unitree Robotics.Разберём, что это за платформа, почему NVIDIA выбрала именно Unitree и что это меняет для тех, кто работает с гуманоидами в исследованиях и разработке. Читать далее]]>

https://habr.com/ru/articles/1043026/

[>] Open Image Denoise 2.5.0
lor.opennet
robot(spnet, 1) — All
2026-06-03 12:44:03


Опубликован релиз Open Image Denoise 2.5.0 — свободной библиотеки Intel для подавления шума на изображениях, полученных трассировкой лучей. Проект распространяется под лицензией Apache 2.0 и входит в состав Intel Rendering Toolkit. Релиз v2.5.0 был опубликован на GitHub 2 июня 2026 года.

[ Open Image Denoise ]( https://github.com/RenderKit/oidn ) предназначен для удаления шума Монте-Карло, характерного для стохастических методов рендеринга, включая path tracing. Библиотека предоставляет C/C++ API и набор нейросетевых фильтров, которые могут работать как только с цветовым буфером, так и с дополнительными буферами вроде albedo и normal, чтобы лучше сохранять детали изображения.

Главное изменение версии 2.5.0 — заметная оптимизация производительности и снижение потребления памяти на Intel GPU с поддержкой XMX и на процессорах с AMX-FP16. Разработчики не привели конкретных чисел ускорения, но отдельно выделили это как первое изменение в списке релиза.

Основные изменения Open Image Denoise 2.5.0

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

[>] X.Org Server и XWayland получили срочные обновления безопасности
lor.opennet
robot(spnet, 1) — All
2026-06-03 13:44:03


Разработчики X.Org выпустили xorg-server 21.1.23 и XWayland 24.1.12, закрыв сразу девять уязвимостей в X.Org X Server и XWayland. Исправления опубликованы 2 июня 2026 года; в официальном каталоге X.Org уже доступны исходные архивы xorg-server-21.1.23 и xwayland-24.1.12.

Проблемы затрагивают как классический X.Org Server, так и XWayland — компонент, через который X11-приложения работают внутри Wayland-сеанса. Поэтому обновление важно не только для пользователей полноценного X11-сеанса, но и для тех, кто уже перешёл на Wayland, но продолжает запускать старые X11-приложения и игры.

CVE на момент раскрытия ещё не были назначены, поэтому в бюллетене уязвимости указаны через идентификаторы ZDI-CAN и описания проблем. Восемь ошибок переданы анонимным исследователем через TrendAI Zero Day Initiative, ещё одну обнаружил разработчик Red Hat и давний участник X.Org Питер Хаттерер.

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

[>] Я сошёл с ума и сдаю свой браузер ИИ-агентам
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 14:35:03


Опубликовано: Wed, 03 Jun 2026 09:51:58 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Я совсем поехал кукухой — начал сдавать в аренду свой браузер за деньги. Началось всё с того, что мои ИИ-агенты не смогли нормально зарегаться из-за капчей и прочего, чужие расширения меня не устраивали — они плохо интегрировались в мой флоу и были завязаны на провайдера, что полный отстой.В итоге я интегрировал это в свой пет-проект, и в итоге сделал так, что браузер в аренду может взять любой желающий. Заодно сделал SDK, CLI и доки. Вот моя история погружения в пучину безумия. Погрузиться в пучину.]]>

https://habr.com/ru/articles/1041768/

[>] Thanks To Robots, Ukraine Is Now Talking About Winning, Not Just Surviving
bot.slashdot
robot(spnet, 1) — All
2026-06-03 15:22:02


fjo3 shares a report from Defense One: A small but growing number of European officials and analysts are saying what four years ago was unthinkable: Ukraine isn't just surviving its grueling war with Russia, it is in some ways thriving and may even be on a path to victory. This isn't yet captured in headlines -- for example, about last weekend's barrage of Russian drones and missiles around Ukraine -- but in the details, like how some 90 percent were intercepted. Several long-term trends have shifted in Ukraine's favor, and the core reason is its fierce focus on AI and robotics.

In the crucible of war, Ukraine has developed drones and ground robots that can hold territory -- even take it back. Some are fully controlled by humans, like supply robots and medical-evacuation vehicles. But an increasing number are controlled in at least some aspects by dozens of AI products, from guidance packages on aerial drones to decision aids at the highest levels. [...] Just as important as the tech are the new tactics. Given unusual latitude to experiment, Ukrainian fighters began to develop robot-forward infantry concepts, like combined-arms attacks by airborne and ground systems, "more than a year ago. Right now, we're massively starting to implement this," said Davyd Aloian, deputy secretary of the National Security and Defence Council of Ukraine, the coordinating body on domestic and international security, in an interview.

Ukraine and its partners are also steaming ahead on new concepts for highly autonomous defenses against Russian drones, combining ISR sensors and AI to detect and identify enemy drones in less time and with more certainty. "All of the systems are being linked with each other and with people" to create a distributed network with interceptor drones at various locations to be activated when needed, Aloian said. "One day we will have only like 10 guys who are just going to be responsible for approving interception. And it will automatically go direct to the target." The human operators will be dispersed as well. "Everything can be controlled from Kyiv, Lviv, from cities in other countries," he said. "It's not what happened to Ukraine" (referencing Russia's barrage of Shahed drones) that "should scare us in Europe," said Swarmer CEO Serhii Kupriienko. It's how quickly Ukraine's "middling" military evolved to counter Russia's invasion.

"We are behind by literally 10 years or 20 years" in some defense-technology areas, such as satellite imagery, Kupriienko said, and yet his country has climbed a capability curve that just two years ago seemed insurmountable. So could others, he said. "The answer is always AI solutions and integrating the AI into even the daily routine work within the bureaucracy," he said.

"We have evolved since 2022, the industry has and our defense has as well. Right now we are able to provide not only [large quantities of drone] assets but everything what is needed to build out the ecosystem," including parts and production, training, modification, etc. Aloian said.

[ Read more of this story ]( https://tech.slashdot.org/story/26/06/02/2348244/thanks-to-robots-ukraine-is-now-talking-about-winning-not-just-surviving?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Ремонт и обзор светосильного объектива Sigma 30mm f/1.4 EX
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 17:35:03


Опубликовано: Wed, 03 Jun 2026 13:01:50 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Недавно я заглянул в гости в фотоателье к приятелю и вышел с неожиданным подарком — фотообъективом для уже вымершего байонета 4/3 (не микро). В разговоре выяснилось, что у него есть два таких объектива с идентичной поломкой. Один его, второй, который достался мне, от другого фотографа. Он уверял, что оба они объективы не роняли, и сломались они в режиме обычной эксплуатации. Как он описал: «нарушается фокусировка и появляется трещина у байонета». Я с большой благодарностью принял это чудо фотоиндустрии и поспешил его поставить на свой Olympus через переходник, как тут же выяснилась суть проблемы — заметный перекос байонета. Читать далее]]>

https://habr.com/ru/companies/ruvds/articles/1042322/

[>] 100 вопросов с собесов по Rust: что реально спрашивают на junior middle, senior позиции в 2026
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-03 18:35:04


Опубликовано: Wed, 03 Jun 2026 14:04:11 GMT
Канал: Все статьи подряд / Системное программирование / Хабр

Я срьрал 100+ вопросов с собеседований по Rust с краткими разборами: владение, типажи, конкурентность, async, unsafe, производительность и др. Отдельный продвинутый блок A1–A21 для staff-уровня. Цель - показать, где обычно спотыкаются даже опытные, и помочь подготовиться к следующему собеседованию. Надеюсь будет реально полезно! Читать]]>

https://habr.com/ru/articles/1040712/

[>] Android Gets Fake Call Detection That Uses RCS
bot.slashdot
robot(spnet, 1) — All
2026-06-03 19:22:02


An anonymous reader quotes a report from 9to5Google: Phone by Google wants to combat the "growing threat of impersonation scams" and protect Android users against "sophisticated, AI-powered deepfake attacks" with fake call detection. [...] Fake call detection requires that both parties are on Android and use the Phone by Google app, while Google Messages and Google Contacts also have to be installed. When a contact calls, their phone "sends a silent confirmation signal in real time to your device to verify the call is legitimate and truly coming from the contact's device."

This digital handshake uses end-to-end encrypted RCS (Rich Communication Services). If you're being scammed by an impersonator, your phone will notice that the "initial confirmation signal will be missing," and ping the contact's real device to double-check. If their real device says, "I'm not making a call right now," you'll get a warning on your screen advising you to hang up immediately. This feature will be available globally on Android 12+ phones starting with Pixel devices this month. Fake call detection is enabled by default but can be turned off at any time. Google says itâ(TM)s "possible for other apps and device manufacturers to adopt this technology" given the RCS underpinnings. You can learn more about fake call detection in Google's blog post.

[ Read more of this story ]( https://tech.slashdot.org/story/26/06/02/2357229/android-gets-fake-call-detection-that-uses-rcs?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Microsoft Claims New Quantum Chip 1,000 Times Better Than Before
bot.slashdot
robot(spnet, 1) — All
2026-06-03 20:22:01


Microsoft says its new Majorana 2 quantum chip is 1,000 times more reliable than its predecessor, with qubits lasting about 20 seconds instead of milliseconds, and claims it could have a commercially useful quantum machine by 2029. The BBC reports: "We will have a quantum machine in 2029 that can solve commercially viable, reasonable problems," said Zulfi Alam, corporate vice president of Microsoft Quantum. That would still require huge further advances as such a device would require millions of qubits - the current chip, Alam said, has 12. Assessing the firm's claims are difficult because it does not release the full details of what it has discovered publicly, citing commercial confidentiality.

Microsoft has spent 20 years pursuing an approach to quantum computing known as "topological." The firm's approach to this is based on exploiting the properties of a so-called quasi-particle, which had existed only in theory, since it was first predicted in the 1930s by Italian physicist Ettore Majorana. To do this it had to exploit a novel state of matter - different from the three familiar states of liquid, solid or gas.

Paul Stevenson, a physics professor at the University of Surrey, said the tech giant's timeline sounded plausible - if its research lived up to its claims. "Microsoft appears to have made a leap in their attempt to produce viable topological qubits," he said. "If they succeed, they will leap from being a player with no production quantum computer, to being a serious player in the race to make the next generation of fault-tolerant machines."

[ Read more of this story ]( https://hardware.slashdot.org/story/26/06/03/005253/microsoft-claims-new-quantum-chip-1000-times-better-than-before?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] GitHub CLI 2.93.0 и GCLI 2.12.0
lor.opennet
robot(spnet, 1) — All
2026-06-03 21:44:04


27 мая состоялся выпуск 2.93.0 консольной утилиты [ GitHub CLI ]( https://cli.github.com ) , предназначенной для работы с репозиториями GitHub.

Утилита написана на языке Go и распространяется по лицензии MIT.

Основные изменения



Безопасность

• Обнаружена и устранена [ уязвимость безопасности ]( https://github.com/cli/cli/security/advisories/GHSA-8xvp-7hj6-mcj9 ) , при которой в запросах API к зеркалам репозитория TUF с помощью команд gh attestation, gh release verify и gh release verify-asset некорректно включался заголовок авторизации.
Пользователям рекомендуется как можно скорее обновить gh до версии 2.93.0.



Поддержка «ИИ»-агентов в наборе команд gh secret. Подробнее: [ «Configuring secrets and variables for Copilot cloud agent» ]( https://docs.github.com/en/copilot/how-tos/copilot-on-github/customize-copilot/customize-cloud-agent/configure-secrets-and-variables ) .



Другие улучшения и исправления ошибок.

А 30 мая состоялся выпуск консольной утилиты [ GCLI ]( https://github.com/herrhotzenplotz/gcli ) , поддерживающей API нескольких популярных сервисов хостинга Git-проектов, и позволяет создавать, просматривать и взаимодействовать с проблемами, запросами на слияние, метками и комментариями к ним, проверять состояние CI и конвейеров, и многое другое.
В отличие от GitHub CLI, GCLI поддерживает не только API GitHub, но и API Codeberg, Forgejo, Gitea, GitLab и Bugzilla.

Утилита написана на языке C и распространяется по лицензии BSD-2.

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

[>] Meta Workers Can Opt Out of Workplace Tracking for Up to 30 Minutes
bot.slashdot
robot(spnet, 1) — All
2026-06-03 21:22:02


Meta is scaling back parts of its employee tracking initiative after staff objected to software that collected mouse movements, clicks, keystrokes, and other actions for AI training data. According to Reuters, the company will now let workers pause collection for up to 30 minutes and request exemptions. Reuters reports: [Stephane Kasriel, a vice president in Meta's AI model-building Superintelligence Labs unit] said the team behind the software had also introduced "several optimizations" to reduce its impact on computer battery life, after employees complained it was consuming so much data it was causing their home internet usage to spike. "While we remain confident in the privacy protections we put in place at launch, which went through several layers of risk review, we have heard your concerns about personal data on work devices, battery life, and wanting more control over when capturing happens," Kasriel said in the memo.

[ Read more of this story ]( https://yro.slashdot.org/story/26/06/03/1713239/meta-workers-can-opt-out-of-workplace-tracking-for-up-to-30-minutes?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Эмулятор ZX Spectrum Glukalka 3.1
lor.opennet
robot(spnet, 1) — All
2026-06-03 22:44:04


Готова версия эмулятора ZX Spectrum Glukalka версии 3.1 для десктопа. Новое в этой версии:

• Полная функциональность на всех версиях Qt 4-6 (работает загрузка игр с веба).

• Восстановлена работоспособность в режиме OpenGL.

• Улучшен алгоритм разбиения на файлы при дампе музыки.

• Звук воспроизводится через OpenAL (Mac), QtMultimedia (при наличии плагина), и Alsa (Linux).

• Мелкие фиксы и улучшения, фиксы Big Engian.

• Бинарные сборки для Windows (32 и 64 бит), Linux (build system - ASTRA 1.7.5, Qt5), MacOS (Intel и ARM64).

Для чего нужен эмулятор ZX Spectrum в 2026-м году? Чтобы вынимать из ПО музыку для последующего прослушивания.

На первом скриншоте — запущенный на эмуляторе плеер для трекерной и конвертированной музыки. Это Solaris 10, Sparc.
Помимо оригинальной и всем известной музыки для классических игр, для ZX Spectrum написано очень много оригинальных
треков и каверов в формате популярных трекеров. Искать такие сборники можно по запросам вроде «ZX-Spectrum music collection». Хотя звук в эмуляторе не претендует на прецизионное звучание, он неплох. Да и нет никакого эталонного звучания, все чипы и схемы звучат по-разному.

Иногда на эмуляторе ещё можно играть. На втором скриншоте запущена игра Videopool, одна из немногих
всё ещё играбельных на сегодня. ОС — Astra 1.7.5, удалённая работа. Эмулятор работоспособен и интерактивен при удалённой работе через ssh -X.

Программа работает на широком диапазоне платформ Windows, Mac, Linux. Требуется библиотека Qt версий 4-6. 32, 64 бит. В разумных пределах, он не требователен к аппаратному обеспечению. На компьютерах с частотой примерно от 1000 Mhz, он работоспособен без ограничений и потери производительности.

Желающим собрать эмулятор из исходников, может понадобиться библиотека libasound2, и расширения Qt — opengl, network, multimedia. Не очень разбирающимся в специфике ZX-Spectrum и его эмуляции, но желающим попробовать, совет загружать игры в формате Z80 — он максимально беспроблемен.

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

[>] Microsoft Plans Linux Tools, RTX Spark Desktop For Windows Devs
bot.slashdot
robot(spnet, 1) — All
2026-06-03 23:22:01


An anonymous reader quotes a report from Ars Technica: Microsoft's Build developer conference kicked off today, and as with almost everything the company has done in the last few years, Microsoft's opening keynote focused overwhelmingly on AI and other closely related technologies. [...] On the hardware front, we didn't get any updates for existing Surface devices (not counting yesterday's Surface Laptop Ultra announcement), but we did get something new: the Surface RTX Spark Dev Box is "a compact developer PC" built around Nvidia's new RTX Spark chip with up to 128GB of built-in memory. The Dev Box looks a little like a cartoon anvil or piano fell onto an Xbox Series X and flattened it. Its aluminum casing was designed "to double as a heatsink," and its preloaded version of Windows 11 Pro will include a "purposeful" set of developer-centric default settings and preinstalled tools.

This is a follow-up of sorts to the Windows Dev Kit 2023, also known as "Project Volterra." This Qualcomm Snapdragon 8cx Gen 3-powered PC was essentially the system board from a Surface Pro tablet stuffed into a plastic box, and it was introduced alongside Arm-native versions of several Microsoft developer tools. It helped to set the stage for the Arm-based flagship Surface devices that launched the next year, which benefitted from a better and faster x86-to-Arm code translation technology called Prism and a greater number of Arm-native third-party apps that didn't need to be translated in the first place. Microsoft didn't announce pricing or specific specs for the RTX Spark Dev Box, but you can probably expect it to cost quite a bit more than the $600 that Project Volterra did. Hopefully, Microsoft can keep the price at least somewhat lower than the $4,699 asking price for Nvidia's similarly specced DGX Spark box.

On the software side, several developer-centric changes are coming to Windows 11, particularly for users of the Windows Subsystem for Linux (WSL). Microsoft is introducing a Windows-native version of the coreutils command line tools, so that commands or scripts made for Linux work within Windows and the other way around; the ability to run WSL inside of containers, said to be arriving in "the coming months"; and something called Windows Developer Configurations that uses the WinGet tool to quickly set up "a distraction-free dev environment with VS Code, GitHub Copilot, WSL, PowerShell 7 and developer-optimized settings with one command on any Windows 11 device." Microsoft also introduced Microsoft Execution Containers (MXC), as "enterprise-grade sandboxed environments" that let AI agents like OpenClaw operate on Windows without getting unrestricted access to the whole system. In theory, MXC could let organizations enforce agent-specific limits, such as blocking access to personal accounts, separating work and personal data, or requiring permission before deleting files.

The MXC GitHub repo also notes support for "multiple containment backends," meaning the same sandboxing concept could apply beyond AI agents to other plugins, tools, and workloads.

Further reading: Microsoft Unveils Scout, an Autonomous AI Agent Built On OpenClaw

[ Read more of this story ]( https://linux.slashdot.org/story/26/06/03/1727255/microsoft-plans-linux-tools-rtx-spark-desktop-for-windows-devs?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Google Shares Fitbit Air Blueprints So Anyone Can 3D-Print Accessories
bot.slashdot
robot(spnet, 1) — All
2026-06-03 23:22:01


Google has released (PDF) technical specs and 2D CAD drawings for the Fitbit Air to encourage users to make their own accessories. "These CAD drawings include crucial mating dimensions, tolerances, and mating force specifications -- including attach and detach force -- to help you build a high-quality accessory band," Google says on a store page listing. 9to5Google reports: Noting how the "community has already come up with innovative and creative new ideas to make the Fitbit Air [their] own" since launch last month, Google is "officially releasing the hardware specifications and accessory design guidelines for the Fitbit Air tracker to the public." For example, owners have already found their own bicep band solutions. This information would typically just be available for third-party accessory companies, but Google wants to open things up to "independent designers and artisan makers." The Google Store page also lists other things developers should keep in mind, such as sensor clearance, sensor pressure, secure retention, and skin-friendly materials.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/06/03/1734203/google-shares-fitbit-air-blueprints-so-anyone-can-3d-print-accessories?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Регрессии в rsync 3.4.3 и принятие изменений, подготовленных с использованием AI
lor.opennet
robot(spnet, 1) — All
2026-06-04 00:44:03


После выхода обновления утилиты для синхронизации файлов rsync 3.4.3 с исправлением 6 уязвимостей, отмечено появление регрессий, нарушающих работоспособность ранее используемых конфигураций. Помимо этого непонимание и недовольство вызвало добавление за последние две недели в репозитории rsync около 50 изменений, подготовленных с использованием AI-модели Claude. Некоторые пользователи связали появление регрессий с генерацией низкокачественных исправлений уязвимостей при помощи AI.

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

[>] Google Launches 'Gemma 4 12B' AI Model That Can Run On Your Laptop
bot.slashdot
robot(spnet, 1) — All
2026-06-04 00:22:01


Google has launched Gemma 4 12B, a 12-billion-parameter open AI model designed to run locally on your laptop without depending entirely on cloud infrastructure. WION reports: According to Google, the new model delivers performance close to much larger AI systems while requiring significantly less memory. The company says Gemma 4 12B can run locally on devices equipped with just 16GB of VRAM, making advanced AI more accessible to developers, researchers and businesses. The launch highlights a growing trend across the AI industry: bringing powerful AI models directly to personal computers instead of relying solely on remote data centers.

Gemma is Google's family of open AI models built using technology and research from its Gemini program. The new Gemma 4 12B model contains 12 billion parameters and has been designed to handle multiple types of information, including text, images and audio. Unlike traditional AI systems that focus only on text, Gemma 4 12B can understand visual content, process audio inputs and perform advanced reasoning tasks. This makes it suitable for a wider range of applications, from software development and content creation to research and automation. Google says the model is available under the Apache 2.0 licence, allowing developers and organizations to use, modify and deploy it with relatively few restrictions.

[...] One of the most significant technical changes in Gemma 4 12B is its new unified architecture. Traditionally, multimodal AI systems use separate components known as encoders to process images, audio and text before combining the information. Google says Gemma 4 12B removes the need for separate multimodal encoders. Instead, the model processes different types of information through a unified architecture. According to the company, this helps improve efficiency while reducing memory requirements and computational overhead. The result is a model that can deliver advanced multimodal capabilities while remaining small enough to run locally on modern hardware.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/06/03/1849210/google-launches-gemma-4-12b-ai-model-that-can-run-on-your-laptop?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] MacBook Neo is So Popular That Apple Reportedly Doubled Production
bot.slashdot
robot(spnet, 1) — All
2026-06-04 01:22:02


According to supply chain analyst Ming-Chi Kuo, Apple has reportedly doubled 2026 MacBook Neo production from 5 million to 10 million units after stronger-than-expected demand for its $599 budget laptop. MacRumors reports: On an earnings call in late April, Apple's CEO Tim Cook said that customer response to the MacBook Neo was "off the charts," and the popularity of the laptop has reportedly led the company to significantly boost production. [...] Apple was very optimistic about the MacBook Neo before announcing it, but the company still "undercalled" the level of enthusiasm that the laptop would generate, according to Cook. He said that MacBook Neo demand exceeded Apple's expectations and helped to drive a record number of first-time Mac buyers last quarter.

New figures from market research firm IDC support Apple's claim that the MacBook Neo is selling well, and the Windows PC industry has taken notice. For example, Dell recently introduced a redesigned XPS 13 laptop from $699 and said it has features "you won't find on a MacBook Neo," such as a touch screen and a backlit keyboard. "Apple's MacBook Neo is a capable machine, and its arrival confirms that there's real appetite for premium quality at accessible prices," admitted Dell.

[ Read more of this story ]( https://hardware.slashdot.org/story/26/06/03/2021221/macbook-neo-is-so-popular-that-apple-reportedly-doubled-production?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] EU Plots To Abandon US Tech
bot.slashdot
robot(spnet, 1) — All
2026-06-04 02:22:02


Ancient Slashdot reader whitroth shares a report from Politico, with the caption: "shutting down Microsoft Office for the International Criminal Court (ICC) was clearly a wake-up call." From the report: The EU is moving to counter American dominance in technology by reaching for one of the oldest tools in its arsenal: industrial strategy. As the European Commission unveiled a plan Wednesday to reduce Europe's reliance on the foreign technology providers that underpin the modern economy, it was careful to stress that it was not picking a fight with U.S. digital giants. Instead, the tech sovereignty package -- motivated in no small part by U.S. President Donald Trump's weaponization of Europe's dependence on American firms -- takes a longer-term view: boost the continent's players so they can eventually challenge their U.S. rivals.

[...] If adopted, the package will direct public money toward products that contribute to Europe's economy and independence from foreign firms; cut red tape for data centers; beef up research and innovation through "leadership initiatives"; incentivize countries to share digital capacities in a new "Eurocloud" forum; and require EU governments to come up with national strategies to boost the adoption of cutting-edge tech, including AI. The package will also seek to ramp up the bloc's demand for advanced chips -- a response to criticism by the industry -- with a series of industrial initiatives to revise a 2023 chips law.

[...] As part of its proposal to keep a list of trustworthy countries, the Commission would require EU governments to run a so-called "sovereignty risk assessment" for every digital service they rely on, measuring foreign control, potential access to sensitive data and the risk of operational disruption. Within a year, they would have to determine the appropriate level of protection for each public sector and procure digital services accordingly -- unless they can prove doing so would come at a "disproportionate cost," the proposal reads. However, the Commission reserves the right to overrule their assessment in future legislation if it believes they downplayed the risks. The Commission estimated that just one percent of Europe's public services are so sensitive that they would be required under the proposed certification scheme to rely on the strict level that totally excludes foreign technology. "We cannot afford to depend on others for the technologies that keep our hospitals running, our energy grids stable and our services secure," Commission President Ursula von der Leyen said in a statement. "This is about protecting our citizens, defending our interests and making our own choices."

[ Read more of this story ]( https://tech.slashdot.org/story/26/06/03/2028239/eu-plots-to-abandon-us-tech?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Fedora Linux 43 Exposes 20-Year-Old Microsoft Outlook Security Failure
bot.slashdot
robot(spnet, 1) — All
2026-06-04 03:22:01


BrianFagioli writes: Fedora Linux 43 users upgrading to the latest Dovecot mail server discovered something rather unsettling: some older Microsoft Outlook configurations may have been silently ignoring SSL/TLS settings for POP3 email connections for years. According to a Fedora community blog post, affected Outlook clients reportedly continued using insecure port 110 connections even when encryption was enabled in the application settings. The issue surfaced after Dovecot 2.4 disabled plaintext authentication on non secure connections by default, causing Outlook users to suddenly lose mailbox access after the Fedora 43 upgrade.

The report suggests the behavior may date back as far as Outlook 2007, although modern Outlook builds were not fully tested. Fedora admins stress that the problem could be limited to legacy account configurations rather than current versions of Outlook itself. Still, the discovery has sparked discussion among Linux admins and security folks because many users likely assumed their email traffic was encrypted simply because Outlook claimed SSL/TLS was enabled. The incident also highlights how stricter defaults in modern open source infrastructure can expose ancient assumptions and questionable behaviors that quietly survived for decades.

[ Read more of this story ]( https://linux.slashdot.org/story/26/06/03/2120212/fedora-linux-43-exposes-20-year-old-microsoft-outlook-security-failure?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Demand Is Booming For New No Tech, Repairable Tractor
bot.slashdot
robot(spnet, 1) — All
2026-06-04 08:22:01


An anonymous reader quotes a report from 404 Media: The secondary market for decades old, low-tech John Deere tractors has been booming for years as farmers have sought reliable tractors that they can actually fix without having to deal with John Deere's repair monopoly. A Canadian company has seen that demand and came up with a radical thought: What if they made a new, repairable, "no-tech" tractor to solve what has become a gigantic pain point for farmers? Alberta's Ursa Ag says that it has been inundated with demand after announcing its tractor, which costs roughly half as much as a Deere and has the benefit of not being a repair nightmare.

[...] Ursa Ag markets its tractors as "no frills" and "built to last." Ursa Ag's Doug Wilson told me that the company designed the tractor because of a need in the marketplace for a new machine that isn't loaded with tech and is easy to maintain. The company follows in the footsteps of consumer electronics companies like Fairphone, which makes a repairable smartphone and Framework, which makes modular, repairable laptops. The demand Ursa Ag has seen is part of the backlash to manufacturer repair monopolies and the injection of technology and internet-connected sensors and terms of use into even the most basic of gadgets. "I talk to farmers every day and I hear from farmers every day about how they went out and bought machinery from 1987 so that it wouldn't have a computer on it," Wilson said. "All of this came from a simple discussion with a customer who wanted to be able to turn [the tractor] on at the start of the day, to use it, and shut it off at the end of the day. It needed to work, so that's what we built."

Ursa Ag's tractor has been hyped in agriculture circles after Wilson showed the tractor off at a Canadian farm show and it was featured by Farms.com. Wilson said more than a thousand farmers have contacted him after that show, from roughly 30 countries. "I got a handwritten letter from a farmer in France who doesn't own a computer and wanted us to mail him information about the tractors," he said. He said the company has thus far made a couple fewer than 100 tractors but is working on tripling its production capacity and has seen a lot of demand over the last few months. "Given the number of my customers that carry flip phones, I would say there is consumer pressure to back away from some of the technology that is unnecessary to perform everyday tasks," Wilson said. "So that is definitely transferable to dishwashers and washing machines, refrigerators. Refrigerators that have screens on them that'll tell you what's inside. It's a little crazy."

"That high-tech stuff, the million-dollar John Deere tractor has a place. It has technology that is well worth the money," Wilson said. "But that technology is needed for 5 percent of what a farm does. There are so many applications for tractors on farms that don't require technology. The technology that goes into even a calculator is not required for most farming applications."

[ Read more of this story ]( https://tech.slashdot.org/story/26/06/04/0043253/demand-is-booming-for-new-no-tech-repairable-tractor?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Fedora Linux помог выявить проблему с безопасностью в почтовом клиенте Outlook
lor.opennet
robot(spnet, 1) — All
2026-06-04 09:44:03


Администраторы почтовых серверов на базе Fedora Linux обратили внимание на возникновение проблем с работой почтового клиента Microsoft Outlook после обновления дистрибутива. Диагностика проблемы показала, что в новой версии пакета с IMAP/POP3-сервером Dovecot 2.4.3 в настройках по умолчанию была запрещена аутентификация по протоколам IMAP и POP3 с передачей пароля в открытом виде в сеансах без применения шифрования.

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

[>] Выпуск фильтрующего прокси Privoxy 4.2.0
lor.opennet
robot(spnet, 1) — All
2026-06-04 10:44:02


Опубликован релиз прокси-сервера Privoxy 4.2.0, предназначенного для создания персональных фильтров web-контента. При помощи Privoxy можно вырезать рекламные вставки, отбрасывать отслеживающие Cookie, удалять всплывающие диалоги, блокировать загрузку стороннего JavaScript-кода и вносить необходимые пользователю произвольные изменения в web-страницы. Privoxy поддерживает установку как на локальные системы отдельных пользователей, так и на серверы для создания централизованной инфраструктуры фильтрации контента в локальной сети. Код проекта написан на языке Си и распространяется под лицензией GPLv2+. Готовые сборки подготовлены для Linux (deb) и Windows.

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

[>] libinput 1.31.2 с исправлением уязвимости, ведущей к выполнению кода от root
lor.opennet
robot(spnet, 1) — All
2026-06-04 10:44:03


Опубликован корректирующий выпуск libinput 1.31.2 — библиотеки обработки устройств ввода, используемой современными Linux-десктопами в связке с Wayland-композиторами и X.Org. libinput отвечает за обнаружение устройств, обработку событий, ускорение указателя, обработку тачпадов, планшетов и прочих устройств ввода. Проект распространяется под лицензией MIT/Expat.

Главное изменение выпуска — [ исправление уязвимости ]( https://www.phoronix.com/news/libinput-1.31.2-Security-Fix ) в udev-вспомогательной программе libinput-device-group. Проблема позволяла вредоносному устройству, созданному через uinput или uhid, передать в sysfs-атрибут PHYS строку с символом новой строки. Из-за этого результат мог быть интерпретирован udev как две отдельные пары ключ-значение, что в итоге открывало путь к выполнению произвольного кода с правами root.

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

[>] STATS 2026-06-03
spnet.stats
root(spnet, 1) — All
2026-06-04 11:11:01


TOP20 VISITORS:

[1] Amazon point=0 web=141 up=4.8MB (25%)
[2] PetalBot point=3 web=704 up=4.3MB (22%) <--- PetalBot
[3] 37.252.14.x point=144 web=0 up=2.6MB (13%) <--- ake (6/hr)
[4] 217.114.158.x point=25 web=0 up=1.3MB (6%) <--- fox (1/hr)
[5] 216.244.66.x point=0 web=44 up=1.2MB (6%)
[6] 5.9.120.x point=0 web=19 up=0.8MB (4%)
[7] Google point=0 web=94 up=0.7MB (3%)
[8] 195.201.199.x point=0 web=1 up=0.7MB (3%)
[9] 104.250.53.x point=0 web=89 up=0.7MB (3%)
[10] 149.224.247.x point=0 web=1 up=0.3MB (1%)
[11] 135.181.180.x point=0 web=1 up=0.3MB (1%)
[12] TikTok point=0 web=25 up=0.2MB (1%)
[13] 217.182.136.x point=0 web=1 up=0.2MB (<1%)
[14] 104.250.52.x point=0 web=18 up=0.1MB (<1%)
[15] Yandex point=2 web=1 up=67KB <--- Yandex
[16] 180.153.197.x point=0 web=2 up=38KB
[17] 104.250.39.x point=0 web=5 up=36KB
[18] 43.128.86.x point=0 web=1 up=28KB
[19] 185.191.171.x point=0 web=2 up=25KB
[20] 178.86.85.x point=0 web=1 up=24KB

TOTAL TRAFFIC: 19MB

[>] Amazon's New Stargate Series Is Officially Dead
bot.slashdot
robot(spnet, 1) — All
2026-06-04 11:22:02


Amazon has reportedly killed its planned new Stargate series despite giving it a series order in 2025. According to Variety, studio executives were worried it would only appeal to longtime fans. ScreenRant reports: Reports of what became Gero's Stargate series started in 2022, after Amazon acquired MGM Studios. Dean Devlin, who co-wrote the 1994 Stargate movie with Emmerich, was another executive producer for the Amazon show, as were Joby Harold and Tory Tunnell via Safehouse Pictures. The project also had Brad Wright and Joe Mallozzi as consulting producers, with both having had extensive history working within the Stargate franchise.

On X, Michael Shanks, who played Daniel Jackson in Stargate SG-1, posted in response to the news that: "Yep. They did that." Mallozzi was resistant to the idea that the series was being geared toward diehard fans: "Nope. No. Sorry. Gonna have to push back on this. We were ever mindful of creating a show that would have broad appeal." In an additional post, Mallozzi went into further detail about why the cancellation is so disappointing:

Before the new series was canceled by Amazon, Stargate began with Emmerich and Devlin's movie starring Kurt Russell and James Spader. This paved the way for 10 seasons of Stargate SG-1, followed by five seasons of Stargate Atlantis. There has also been the two-season Stargate Universe, the one-season animated show Stargate Infinity, the web miniseries Stargate Origins, and the 2008 direct-to-video movies Stargate: The Ark of Truth and Stargate Continuum, along with numerous games.

[ Read more of this story ]( https://entertainment.slashdot.org/story/26/06/04/0531213/amazons-new-stargate-series-is-officially-dead?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Умный дом без контроллера: как собрать систему на реле и диммерах
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 11:35:02


Опубликовано: Thu, 04 Jun 2026 07:01:50 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Не каждый проект начинается с идеи построить полноценный умный дом. В этой квартире заказчик хотел автоматизировать базовые функции и уложиться в ограниченный бюджет. Поэтому систему собрали без контроллера, используя только возможности прошивки модулей ввода-вывода.Рассказываем, какие функции удалось реализовать таким способом и насколько далеко можно зайти в автоматизации без центрального контроллера. Читать далее]]>

https://habr.com/ru/companies/wirenboard/articles/1043376/

[>] Relocation-Based Predicate — врём в IDA по-новому
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 11:35:07


Опубликовано: Thu, 04 Jun 2026 07:29:01 GMT
Канал: Все статьи подряд / Assembler / Хабр

Базовые механизмы Windows создавались для защиты программ, но сегодня мы заставим их работать против реверс-инженеров. Показываю новую технику обфускации: как с помощью ASLR и таблицы релокаций создать ложную ветку выполнения, которая сейчас остаётся абсолютно невидимой для статических анализаторов. Читать далее]]>

https://habr.com/ru/articles/1043458/

[>] Про шестерни-2: необычные реализации и альтернативные подходы
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 11:35:11


Опубликовано: Thu, 04 Jun 2026 07:05:51 GMT
Канал: Все статьи подряд / Робототехника / Хабр

Web Gallery of ArtВ прошлой статье рассмотрели такую интересную тему, как один из элементов механических передач — шестерни. Однако, классическое рассмотрение сути шестерней не было бы полным, если бы не упомянуть и о новых, в том числе неклассических и нестандартных типах! Читать далее]]>

https://habr.com/ru/companies/beget/articles/1041866/

[>] Уязвимость в libinput, позволяющая повысить свои привилегии в системе
lor.opennet
robot(spnet, 1) — All
2026-06-04 11:44:03


В библиотеке libinput, предоставляющей унифицированный стек ввода для Wayland и X.Org Server, выявлена уязвимость (CVE не назначен), позволяющая добиться выполнения кода с правами root через подключение локальным пользователем виртуального устройства ввода, сэмулированного в пользовательском пространстве через uinput или uhid. Проблема устранена в выпусках 1.31.3 и 1.30.4.

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

[>] Ubuntu начнёт обновлять AMD ROCm через SRU
lor.opennet
robot(spnet, 1) — All
2026-06-04 11:44:04


Canonical сообщила, что после включения AMD ROCm в архивы Ubuntu 26.04 LTS планирует поставлять более новые версии ROCm через механизм Stable Release Updates. Это значит, что вычислительный стек AMD для AI/ML и HPC будет обновляться в рамках обычных стабильных обновлений Ubuntu, без необходимости ждать следующего релиза дистрибутива. Анонс опубликован 3 июня 2026 года в блоге Ubuntu.

ROCm — это открытый программный стек AMD для ускорения вычислений на GPU, APU и CPU, используемый в задачах машинного обучения, локального инференса и высокопроизводительных вычислений. В Ubuntu 26.04 LTS ROCm уже доступен из штатных репозиториев: полный набор библиотек устанавливается командой sudo apt install rocm, а набор для разработки — sudo apt install rocm-dev. После установки обновления и исправления безопасности должны приходить через обычный apt upgrade.

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

[>] Исследование алгоритмов цифрового предыскажения для LTE-сигналов на SDR-платформе РИТМ SDR USRP
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 12:35:03


Опубликовано: Thu, 04 Jun 2026 08:18:06 GMT
Канал: Все статьи подряд / Программирование микроконтроллеров / Хабр

Современные системы беспроводной связи предъявляют исключительно высокие требования к линейности радиочастотных трактов, особенно в условиях применения широкополосных сигналов и многопозиционных схем модуляции. В теоретических моделях передающие устройства обычно рассматриваются как линейные системы, обеспечивающие точное воспроизведение амплитудно-фазовой структуры сигнала. Однако в реальных аппаратных трактах ситуация существенно отличается вследствие наличия нелинейных компонентов, ограниченной динамики усилителей мощности и паразитных эффектов аналоговой части. Читать далее]]>

https://habr.com/ru/companies/etmc_exponenta/articles/1043272/

[>] Пуск SPI трансивера на STM32
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 12:35:03


Опубликовано: Thu, 04 Jun 2026 07:40:08 GMT
Канал: Все статьи подряд / Программирование микроконтроллеров / Хабр

В тексте я написал про особенности настройки SPI трансивера в режиме DMA в случае использования микроконтроллеров STM32 и про способы модульного тестирования SPI трансивера.SPI это цифровой, последовательный, относительно высокоскоростной, полнодуплексный, синхронный физический интерфейс передачи данных в пределах одной электронной платы PCB. Этот интерфейс служит для обмена данными между микросхемами в пределах одной электронной платы. Читать далее]]>

https://habr.com/ru/articles/1043452/

[>] Насколько обоснован хайп вокруг электрогитар марки JET, и при чём здесь ИИ?
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 13:35:03


Опубликовано: Thu, 04 Jun 2026 09:01:39 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Привет, Хабр! Меня попросили доработать кастомизированный телекастер JET JT-300 SB. Сейчас мы его рассмотрим и послушаем, а заодно научимся делать автоотсечку хамбакера стандартным трёхпозиционным переключателем и корректировать звучание датчиков простыми пассивными фильтрами.Последнее позволяет не только сэкономить на приобретении новых фирменных звукоснимателей, но и разнообразить палитру звучаний инструмента. Под катом вы увидите 12-струнный баc!]]>

https://habr.com/ru/companies/ruvds/articles/1014560/

[>] CO2 станция на ESP32-C3 + SCD41 + GC9A01
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 14:35:03


Опубликовано: Thu, 04 Jun 2026 09:35:43 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

История создания открытой настольной CO2-станции на базе микроконтроллера ESP32-C3, круглого дисплея GC9A01 и честного оптического NDIR-сенсора углекислого газа Sensirion SCD41.Большинство бюджетных мониторов воздуха используют дешевые eCO2-датчики, которые лишь угадывают уровень углекислого газа по качеству летучих веществ. Этот проект — полностью открытая альтернатива. Прошивка написана на чистом фреймворке ESP-IDF, использована моя собственная графическая библиотека. Читать далее]]>

https://habr.com/ru/articles/1043390/

[>] NASA Says Goodbye to Its Longtime Mars MAVEN Mission
bot.slashdot
robot(spnet, 1) — All
2026-06-04 15:22:01


NASA has officially ended the MAVEN mission after the Mars orbiter stopped responding in December, apparently after an unexpected spin drained its batteries and knocked out communications. Launched in 2013 and orbiting Mars since 2014, MAVEN spent more than a decade studying how the planet lost its atmosphere and helped explain how Mars transformed from a potentially habitable world into the cold, dry planet seen today. The New York Times reports: The NASA spacecraft MAVEN, short for Mars Atmosphere and Volatile Evolution, had been orbiting around the Red Planet since 2014. NASA last received a signal from MAVEN on Dec. 6, shortly before the spacecraft passed behind Mars. Then the spacecraft stopped responding. A review board found that MAVEN began unexpectedly rotating, causing its batteries to drain too quickly and resulting in a loss of power to the communications system.

"The team is certainly broken up about this," said Shannon Curry, the principal investigator of the mission and a scientist at the University of Colorado Boulder, at a news conference on Wednesday. "But at the same time, we are incredibly proud of the science we've accomplished over the last decade." NASA officials declined to speculate on the root cause of the mishap. A final report is expected to be released later this year.

[ Read more of this story ]( https://science.slashdot.org/story/26/06/04/0554208/nasa-says-goodbye-to-its-longtime-mars-maven-mission?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Атака на реализации HTTP/2, приводящая к исчерпанию доступной памяти
lor.opennet
robot(spnet, 1) — All
2026-06-04 16:44:02


Раскрыта информация об уязвимости "HTTP/2 Bomb", затрагивающей различные реализации протокола HTTP/2 и позволяющей добиться отказа в обслуживании через исчерпание всей доступной процессу памяти. Наличие проблемы подтверждено в HTTP-серверах nginx, Apache httpd (CVE-2026-49975), Microsoft IIS, Envoy (CVE-2026-47774) и Cloudflare Pingora в конфигурации по умолчанию.

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

[>] Ошибка вендора, или Сказка про Курочку Рябу
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 17:35:01


Опубликовано: Thu, 04 Jun 2026 13:24:42 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Давайте, я расскажу вам одну хорошую сказку. Жили‑были Дед да Баба... бла‑бла‑бла...Курочка снесла золотое яйцо... Дед его бил, бил — не разбил; Баба его била, била — не разбила... мышка... бла‑бла‑бла... хвостиком... бла‑бла‑бла... яйцо разбилось... Дед плачет, Баба плачет... бла‑бла‑бла... не может такого быть, что вам не рассказывали эту сказку!Только знаете что, если для вас фирма 1С — это курица, которая несет вам золотые яйца, вам не нужно нажимать кнопку читать далее... Читать далее]]>

https://habr.com/ru/articles/1043678/

[>] Можно ли «перенести» окно в квартире на любую стену или даже размножить?
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 17:35:02


Опубликовано: Thu, 04 Jun 2026 13:02:35 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

А давайте задумаемся о такой очень странной на первый взгляд идее: можно ли скопипастить физическое окно и перенести его куда угодно в квартире?!Выглядит диковато, не так ли? :-D Тем не менее, если немного подумать, это вполне реально и, кроме всего прочего, даёт совершенно уникальные преимущества! Читать далее]]>

https://habr.com/ru/companies/ruvds/articles/1041622/

[>] Оживляем дешевый Smart TV: обход вырезанного ADB, деблоат Яндекс.ТВ и сборка легкого медиацентра
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 17:35:02


Опубликовано: Thu, 04 Jun 2026 12:52:37 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Купил я тут по дешевке 43-дюймовый телевизор Hartens (модель HTY-43FHD06B‑HK22, панель BOE HV430FHB‑F91) под проект умного гостевого дома. Железо внутри скромное: чипсет MediaTek MT5867, 32-битная архитектура (armeabi‑v7a), 1.5 ГБ оперативной памяти и вишенка на торте — фирменная оболочка Яндекс.ТВ на базе AOSP Android 11.Из коробки это чудо техники работает «не очень». Интерфейс задумчивый, повсюду рекомендации, Алиса, Кинопоиск, Яндекс.Музыка и куча другого софта, который постоянно висит в памяти и кушает и без того дефицитные ресурсы.План по исправлению созрел быстро, но на первом же шаге я уперся в стену: производитель полностью вырезал пункт «Отладка по USB» (USB Debugging) из меню разработчика. USB‑порты у телевизора работают только в режиме хоста (подключить ПК напрямую кабелем нельзя), а сетевой ADB по умолчанию закрыт.Ниже я расскажу, как удалось обойти это ограничение, залезть «под капот» телевизора и превратить тормозящий яндекс‑комбайн в чистый и шустрый Android TV. Читать далее]]>

https://habr.com/ru/articles/1043666/

[>] Google Ordered To Put Clearer Links In AI Search, Let UK Publishers Opt Out
bot.slashdot
robot(spnet, 1) — All
2026-06-04 19:22:01


An anonymous reader quotes a report from Ars Technica: UK regulators today ordered (PDF) Google to put clearer attributions and links to publishers' content in its AI-generated search features. The UK's Competition and Markets Authority (CMA) also said Google must give publishers a way to opt out of AI features in search. "In a world first, publishers will now have effective tools to prevent their content being used to power AI features in search, such as AI Overviews," the CMA said today. "This will put publishers, like news organizations, in a stronger position to negotiate content deals with Google. To boost consumer trust, Google is also now required to make sure that publisher content is properly attributed, using clear links, in AI-generated search results."

The CMA ruled that Google may not penalize publishers for opting out of AI, meaning that Google can't downrank opted-out publishers in general search results. The CMA said Google will have nine months to comply with all requirements but that the agency "expects important parts of the controls to become available to publishers well before that deadline. Google will also be required to submit and publish compliance reports, supported by key data and metrics, explaining changes it has made and how it has complied." [...] The CMA applied the rules to Google after determining that it has "strategic market status" in general search services, and has ongoing investigations into Apple and Microsoft. Google today said it will comply with the CMA decision. The News Media Association, a trade group in the UK, said that "the legally enforceable Conduct Requirements for Google Search published today are a significant step towards leveling the playing field and building a fair, transparent digital economy where premium content is properly respected and fairly compensated." The group called on the UK to implement "robust enforcement."

[ Read more of this story ]( https://tech.slashdot.org/story/26/06/04/0054242/google-ordered-to-put-clearer-links-in-ai-search-let-uk-publishers-opt-out?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Как открывать шлагбаумы и ворота силой мысли
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 19:35:01


Опубликовано: Thu, 04 Jun 2026 15:06:18 GMT
Канал: Все статьи подряд / DIY или Сделай сам / Хабр

Как открывать шлагбаумы и ворота силой мысли. Описание мобильного приложения и конечного устройства. Читать далее]]>

https://habr.com/ru/articles/1043728/

[>] Обзор SPI Flash памяти MX25L6433F
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 19:35:03


Опубликовано: Thu, 04 Jun 2026 15:14:06 GMT
Канал: Все статьи подряд / Программирование микроконтроллеров / Хабр

В этом тексте я произвел обзор микросхемы SPI-NOR FLASH памяти MX25L6433F. Показан код, который позволит запустить на микросхеме файловую систему LittleFS. Читать далее]]>

https://habr.com/ru/articles/1041732/

[>] Apple Is Bringing Age Verification To Texas This Week
bot.slashdot
robot(spnet, 1) — All
2026-06-04 20:22:01


joshuark shares a report from The Verge: Apple will introduce age verification in the App Store for users in Texas starting on Thursday, June 4th. The move, as spotted by MacRumors, comes just days after a federal appeals court allowed Texas' App Store Accountability Act to go into effect while a lawsuit against it proceeds. People in Texas who are creating a new Apple account will need to verify they're over 18 using a credit card or government ID. Apple may also automatically verify users' age using the age of their account and whether they have a credit card on file.

Despite Apple's attempts to push back on app store-level age verification, the company has announced plans to implement age checks to comply with laws in places like Utah, Louisiana, Brazil, Australia, Singapore, and the UK. Google is required to make similar changes to the Play Store and is also introducing age-checking tools for developers. Last December, a judge blocked the App Store Accountability Act (SB 2420) from taking effect, but an appeals court has now reversed this decision -- at least while the court figures out whether the law is constitutional. Even if this law gets struck down in Texas, a federal version with the same name is still making its way through Congress and could impose age verification at the app store nationwide.

[ Read more of this story ]( https://apple.slashdot.org/story/26/06/04/0546207/apple-is-bringing-age-verification-to-texas-this-week?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] [Перевод] Почему главная угроза робототехнике — не техническая
bot.habr.rss
BotHabr(tgi,2) — All
2026-06-04 20:35:05


Опубликовано: Thu, 04 Jun 2026 15:48:38 GMT
Канал: Все статьи подряд / Робототехника / Хабр

В начале XIX века английские ткачи ломали станки — не потому что не понимали технологию, а потому что понимали слишком хорошо. Два века спустя эта тревога возвращается. Перевод статьи Why the Biggest Threat to Robotics Isn't Technical (Six Degrees of Robotics, Аарон Прейтер, май 2026) о том, почему главная угроза робототехнике сегодня — не техническая, с моими пояснениями для тех, кто следит за темой снаружи индустрии. Читать далее]]>

https://habr.com/ru/articles/1043746/

[>] Samsung Ditches New Jersey For Texas, Costing Garden State 1,000 Jobs
bot.slashdot
robot(spnet, 1) — All
2026-06-04 21:22:01


schwit1 shares a report from NJ.com: Samsung is pulling up stakes in New Jersey and heading to Texas, a move that could leave roughly 1,000 Garden State workers facing a stark choice: relocate or risk losing their jobs. The South Korean tech giant confirmed this week that it will move its US headquarters from Englewood Cliffs, NJ, to its existing campus in Plano, Texas, marking a stunning reversal less than a year after it celebrated the opening of a new headquarters in Bergen County. The relocation is expected to be completed by the end of the year, according to company statements. "Samsung Electronics America Inc. is undergoing a business transformation designed to better position our organization for long-term growth and future success. As part of this effort, we are relocating our U.S. headquarters from New Jersey to our existing campus in Plano, Texas, building on our 30-year presence in the state," said Samsung in a statement emailed to NJ.com on Tuesday.

"As part of this strategy, we will be optimizing parts of the organization to ensure our roles and functions align to key business priorities. We recognize such adjustments will have an impact on our people and we will be providing support to those affected," it continued.

[ Read more of this story ]( https://slashdot.org/story/26/06/04/0540213/samsung-ditches-new-jersey-for-texas-costing-garden-state-1000-jobs?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

[>] Supreme Court Sides With Trump Administration On Federal Regulation of Telecom Companies
bot.slashdot
robot(spnet, 1) — All
2026-06-04 22:22:02


An anonymous reader quotes a report from the Associated Press: The Supreme Court sided with the Trump administration Thursday in upholding the power of federal regulators to enforce data privacy laws on telecommunications companies. The 8-1 decision (PDF) preserved one of the Federal Communications Commission's key tools, though the companies also won a concession from the Republican administration that could shift the regulatory landscape.

The appeal from telecommunications giants Verizon and AT&T challenged a combined $100 million in penalties imposed after the agency determined that the companies had failed to safeguard customer location data. The companies argued that the FCC's process was unconstitutional because it gave them little opportunity to tell their side of the story in front of a jury. The administration defended the fines are an essential regulatory tool. But the government also said companies did not have to pay the penalties right away, a regulatory shift in the companies' favor.

The Supreme Court agreed, affirming the FCC's power to order fines when challenges are still available. "The orders at issue did not settle the carriers' legal obligations because, stated simply, they did not create an obligation to pay," Chief Justice John Roberts wrote for the majority. [...] Other agencies use similar enforcement methods, so a sweeping victory for AT&T and Verizon could have had widespread effects, advocates said.

[ Read more of this story ]( https://yro.slashdot.org/story/26/06/04/1722208/supreme-court-sides-with-trump-administration-on-federal-regulation-of-telecom-companies?utm_source=atom1.0moreanon&utm_medium=feed ) at Slashdot.

Pages: 1 ... 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754