Feed cleverhans-blog [copy] http://www.cleverhans.io/feed.xml has loading error: cURL error 22: The requested URL returned error: 404
О вычислительной природе реальности
Я объясняю экспериментальные результаты проверки теоремы Белла супердетерминизмом. Далее я показываю, как такая Вселенная может возникнуть и быть совместимой с субъективным опытом свободы воли.
Читать далееLiyang: /* Location */ → Template:Location
Location: → Template:Location
← Older revision Revision as of 22:09, 24 May 2023 Line 11: Line 11: '''''' Status Update (2023-05-11): London hackspace has recently secured an interim location at the The Republic of Park Royal, see location below (the lease at our previous long-term home in Ujima house ended in Dec 2022). We are currently in the process of extracting our equipment from storage and setting up, and are '''not yet open for general access''' - please keep in touch via our [https://discord.com/channels/943237246092447794/943237246092447797| Discord Guild] for announcements.Status Update (2023-05-11): London hackspace has recently secured an interim location at the The Republic of Park Royal,...How to connect an ESP32 to a free Wifi behind a Captive Portal?
Connecting an ESP32 board to a public Wi-Fi network with a captive portal that requires user interaction can be a bit tricky. Your ESP32 does not have any user-driven interaction possibilities and each captive portal offers different steps for users to consent. Sometimes its a single page with terms of use and a simple accpet button but it could also be a completely different flow.
Nevertheless, here’s one approach that might work:
Connect to the Wi-Fi network using the ESP32’s built-in Wi-Fi capabilities. You can use the following code to do this:import network ssid = 'YOUR_WIFI_SSID' wifi = network.WLAN(network.STA_IF) wifi.active(True) wifi.connect(ssid)Once you’re connected to the...
Разработка BIOS на языках высокого уровня
Ничего лишнего: материнская плата, видеокарта и ROM-BIOS
Меня давно волнует вопрос, как подступиться к разработке на голом железе, на чистом си. Хотелось понять, каким же образом идёт запуск BIOS, u-boot, grub и прочих первичных загрузчиков. Ведь необходимо перейти от ассемблера к тёплому ламповому си и соблюсти условие, собрать всё это в линукс любимым компилятором gcc.
Хотя я и имею достаточный опыт BareMetal-разработки, тем не менее, всё это были чужие проекты со своим кодом. А мне хотелось понять, как начать свой проект с чистого листа, когда есть только чистая железка и идея. Толковых статей как подступится к этой задаче достаточно мало, при этом...
GNUnet 0.19.4
GNUnet 0.19.4
This is a bugfix release for gnunet 0.19.3. Special thanks goes out to ulfvonbelow who provided an array of patches. This is not an April Fool's joke.
Download links gnunet-0.19.4.tar.gz ( signature )The GPG key...
OpenTelemetry: How to Observe a Dockerized Python Service in Google Cloud
Over the last couple of years, OpenTelemetry became the de-facto instrumentation standard for collecting and observing distributed service trace information.
OpenTelemetry allows users to add standardized instrumentation code within their applications with the purpose of observing traces, metrics, logs and events independent of service implementation technologies and across all the major cloud vendors.
Within this post, we will implement a simple Python service and instrument it with OpenTelemetry.
We will then ship the Python service as a Docker image, deploy it within Google cloud and finally collect distributed trace data by using OpenTelemetry within Dynatrace.
This blog post will give you an end-to-end example...
SSD технологии древних: DiskOnChip
В середине 1990-х, FLASH-накопители были очень дорогими, поэтому появление твердотельных накопителей сильно задерживалось. Стоимость 1 МБ FLASH-памяти была несоизмеримо дорога в сравнении со стоимостью 1 МБ памяти на физическом жёстком диске, с блинами.
Но, несмотря на это, в 1995 году — израильская компания M-Systems представила первый полупроводниковый накопитель. Это был настоящий жёсткий «диск», который выглядел как обычная 32-х контактная DIP-микросхема. Более того, он устанавливался вместо микросхемы расширения BIOS, при этом имел на борту ёмкость в десятки, а то и сотни мегабайт. В те годы — это было просто космические технологии, и в последствии они встречались и использовались достаточно часто, но уже...
Messenger-GTK 0.8.0
Messenger-GTK 0.8.0
Following the new release of "libgnunetchat" there have been some changes regarding the applications utilizing it. So we are pleased to announce the new release of the Messenger-GTK application. This release will be compatible with libgnunetchat 0.1.3 and GNUnet 0.19.3 upwards.
Download links messenger-gtk-0.8.0.tar.xz messenger-gtk-0.8.0.tar.xz.sig ...GNUnet 0.19.3
GNUnet 0.19.3
This is a bugfix release for gnunet 0.19.2. Note that starting with this release, we will no longer ship a verbose ChangeLog file in the tarball. The git log serves this purpose now.
Download links gnunet-0.19.3.tar.gz ( signature ) ...