Feed Adam Munich [copy] http://adammunich.com/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed Crystalfontz [copy] https://www.crystalfontz.com/blog/feed/ has loading error: A feed could not be found at `https://www.crystalfontz.com/blog/feed/`; the status code is `200` and content-type is `text/html; charset=UTF-8`
Feed linux for devices [copy] http://www.linuxfordevices.com/rss-feeds-1.xml has loading error: cURL error 22: The requested URL returned error: 404
Feed marsohod.org [copy] https://marsohod.org/component/ninjarsssyndicator/?feed_id=1&format=raw has loading error: cURL error 22: The requested URL returned error: 500
Feed Music Hackspace [copy] http://musichackspace.org/feed/rss/ has loading error: cURL error 22: The requested URL returned error: 404
Feed SparkFun Electronics [copy] http://www.sparkfun.com/feeds/news has loading error: cURL error 22: The requested URL returned error: 405
Feed Technoblogy [copy] http://www.technoblogy.com/rss?KVM+3 has loading error: cURL error 22: The requested URL returned error: 503 Service Unavailable

Security Issues regarding GSMA eSIMs / eUICCs + Javacard

The independent security researcher Adam Gowdiak has published an extensive report on flaws he found in some eUICCs (the chips used to store eSIM profiles within the GSMA eSIM architecture). While the specific demonstrable exploit was in a product of one specific CardOS Vendor (Kigen, formerly part of ARM), the fundamental underlying issue is actually an architectural one.

The Oracle Javacard [memory] safety architecture relies on a so-called bytecode verifier which is a program that you run after compiling an application, but before executing the code on the Javacard. The specifications allow for both on-card and off-card verification. However,...

LaForge's home page
Posted at 2025-07-08 22:00:00 | Electronics | read on

TIG сварка в домашней мастерской, знакомство. Часть 4. Настройка, присадка, включение


Мы решили приобщиться к такому замечательно полезному делу, как сварка неплавящимся (вольфрамовым) электродом в среде защитного газа, иначе — TIG, аргоно-дуговая сварка, и уже познакомились с минимальными мерами защиты и газобаллонным оборудованием процесса (Часть №1); сварочными аппаратами, горелками и расходными частями к ним (Часть №2); присоединили все кабели и шланги горелки к сварочному аппарату, подобрали, заточили и установили W электрод (Часть №3). Пора включать сетевое питание и попробовать наложить свои первые швы. Оговоримся — речь идёт о домашнем любительском применении, малыми силами и средствами, имея до этого только небольшой опыт сварки плавящимся покрытым электродом (MMA), да разнообразной пайки. Читать...

[BabayMazay] Сергей
Posted at 2025-07-04 09:01:58 | Electronics | read on

HackRF Pro Q+A

This post is a collection of some of the first questions asked by the community about HackRF Pro shortly after we announced it. Questions were asked by folks across our various social media accounts and in our Discord server. The answers given here are expanded versions of how the folks on our team responded to the public question we observed.

Why is it called HackRF Pro and not HackRF Two?

We felt that “Pro” expressed the idea that this is a refinement of the HackRF One design and that “Two” would more likely be interpreted as a revolutionary design. Our goal was...

Great Scott Gadgets
Posted at 2025-06-27 10:23:00 | Electronics | read on

Meet HackRF Pro

We’re thrilled to announce HackRF Pro, the newest addition to the Great Scott Gadgets family of Software Defined Radio (SDR) platforms!

Building on the legacy of HackRF One, HackRF Pro is an SDR peripheral that enables transmission or reception of radio signals from 100 kHz to 6 GHz. Like its predecessor, HackRF Pro is open source hardware and designed for versatility, whether you’re developing wireless tech, researching the security of wireless devices, tinkering as a hobbyist, learning or teaching about the RF spectrum, or building advanced custom firmware.

What Makes HackRF Pro Different?

HackRF Pro takes everything users love about HackRF One and...

Great Scott Gadgets
Posted at 2025-06-26 16:36:00 | Electronics | read on

Turbine Transport Transformer


[Concept] Transforming turbine transport

mitxela.com
Posted at 2025-06-19 13:34:44 | Electronics | read on

Самодельный SDR приемник на Zynq

В этой статье я расскажу о том, как я делал предельно дешевый КВ Web-SDR приемник на SoC Zynq.

Основа приемника — Б/У плата Antminer S9. Фактически этот проект является форком уже существующего приемника WEB-888, который, в свою очередь, является продолжением приемника KiwiSDR.

Читать далее

[iliasam]
Posted at 2025-06-17 05:31:18 | Electronics | read on

Inside the Apollo "8-Ball" FDAI (Flight Director / Attitude Indicator)

During the Apollo flights to the Moon, the astronauts observed the spacecraft's orientation on a special instrument called the FDAI (Flight Director / Attitude Indicator). This instrument showed the spacecraft's attitude—its orientation—by rotating a ball. This ball was nicknamed the "8-ball" because it was black (albeit only on one side). The instrument also acted as a flight director, using three yellow needles to indicate how the astronauts should maneuver the spacecraft. Three more pointers showed how fast the spacecraft was rotating.

An Apollo FDAI (Flight Director/Attitude Indicator) with the case removed. This FDAI is on its side to avoid crushing the needles.

Since the spacecraft rotates along...

Ken Shirriff's blog
Posted at 2025-06-14 03:12:00 | Electronics | read on

Baseliner: A Deep Dive into Wireless Sensor Networks for Conservation

Join us for this hands-on workshop at ICCB 2025. We'll deep dive into deploying and maintaining in situ wireless sensor networks for environmental monitoring and verification of conservation and restoration projects at scale.

The post Baseliner: A Deep Dive into Wireless Sensor Networks for Conservation first appeared on Freaklabs.

The post Baseliner: A Deep Dive into Wireless Sensor Networks for Conservation appeared first on Freaklabs.

FreakLabs Blog News
Posted at 2025-06-02 00:30:25 | Electronics | read on

Precision Clock Mk IV


[Hardware] GPS synchronised, millisecond precision, automatic timezones and more!

mitxela.com
Posted at 2025-05-31 11:35:56 | Electronics | read on

Reverse engineering the 386 processor's prefetch queue circuitry

In 1985, Intel introduced the groundbreaking 386 processor, the first 32-bit processor in the x86 architecture. To improve performance, the 386 has a 16-byte instruction prefetch queue. The purpose of the prefetch queue is to fetch instructions from memory before they are needed, so the processor usually doesn't need to wait on memory while executing instructions. Instruction prefetching takes advantage of times when the processor is "thinking" and the memory bus would otherwise be unused.

In this article, I look at the 386's prefetch queue circuitry in detail. One interesting circuit is the incrementer, which adds 1 to a pointer to step through memory. This sounds easy...

Ken Shirriff's blog
Posted at 2025-05-10 02:55:00 | Electronics | read on
1 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 126

***

Однажды китайский ученый Ли Хунь Янь обнаружил некоторую незначительную, однако, существенно отличающуюся от фона корреляцию между количеством псилоцибина потребляемого корфуцианскими медузами и характером передвижения оных по стенкам четырехсотлитровго шарообразного аквариума, установленного в лаборатории по случаю празднования сто второго полугодичного затмения от начала новой эры Сингулярного Прорыва. Недолго думая, Ли Хунь Янь приделал к щупальцам медуз источники излучения в видимом диапазоне но с разной длинной волны, заснял весь процесс шестью камерами с 48 часовой выдержкой, симметрично расставив последние вокруг сосуда, где резвились подопытные и через неделю собрал прелюбопытнейший материал, который, в свою очередь, лег в основу фундаментального труда, ныне известного, как теория полутретичных n-многообразий простой метрики Ли Хунь Янь, с которой (с некоторыми упрощениями и оговорками) я, по мере сил, постараюсь познакомить любопытного и пытливого читателя.

Recently