Feed Berlin Hack and Tell / @BerlinHacknTell [copy] http://shalnoff.co.uk/rss.php?rss=BerlinHacknTell has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed cleverhans-blog [copy] http://www.cleverhans.io/feed.xml has loading error: cURL error 22: The requested URL returned error: 404

Nigle: Reverted edits by Marrold (talk) to last revision by Liyang

Reverted edits by Marrold (talk) to last revision by Liyang

← Older revision Revision as of 17:25, 15 August 2023 Line 10: Line 10:
'''''' Status Update (2023-05-11): London hackspace has recently secured an interim location at in Park Royal, see location below (the lease at our previous long-term home in Ujima house ended in Dec 2022). Until a permanent arrangement is finalised '''we are not open for general access''' - please keep in touch via our [https://discord.com/channels/943237246092447794/943237246092447797| Discord Server] and [http://groups.google.com/group/london-hack-space Mailing List] for announcements.Status Update (2023-05-11): London hackspace has recently secured an interim location at the The Republic of Park Royal, see location below...

London Hackspace
Posted at 2023-08-15 17:25:30 | Tech | read on

Marrold at 16:54, 15 August 2023

← Older revision Revision as of 16:54, 15 August 2023 Line 10: Line 10:
'''''' 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). Until a permanent arrangement is finalised '''we are not open for general access''' - please keep in touch via our [https://discord.com/channels/943237246092447794/943237246092447797| Discord Server] and [http://groups.google.com/group/london-hack-space Mailing List] for announcements.Status Update (2023-05-11): London hackspace has recently secured an interim location at in Park Royal, see location below (the lease at our previous long-term home in Ujima...

London Hackspace
Posted at 2023-08-15 16:54:55 | Tech | read on

InqueryIQ – A fully-automatic OpenAI email support agent for your own products and services

Providing human support engineers to handle incoming queries about products and services can be both costly and limited in its scalability. This is particularly challenging for self-published mobile apps and small to medium-sized businesses, as they often lack the financial resources to offer human support.

I personally experienced this issue when I published my own mobile app in various app stores. The revenue generated by the app was insufficient to cover the expenses of hiring a support engineer. As a result, I had to handle all the email inquiries myself, which significantly impeded my ability to focus on product innovation. I...

SmartLab
Posted at 2023-07-29 08:28:59 | Tech | read on

Marrold: Killing the mailing list wasn't discussed amongst members so it remains the primary method of communication and updates

Killing the mailing list wasn't discussed amongst members so it remains the primary method of communication and updates

← Older revision Revision as of 22:59, 5 July 2023 Line 10: Line 10:
'''''' 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). Until a permanent arrangement is finalised '''we are not open for general access''' - please keep in touch via our [https://discord.com/channels/943237246092447794/943237246092447797| Discord Server] for announcements.Status Update (2023-05-11): London hackspace has recently secured an interim location at the The...

London Hackspace
Posted at 2023-07-05 22:59:19 | Tech | read on

Торговля ликвидностью в сети Биткоин

Краткое руководство, как приобрести, настроить и управлять своим собственным Bitcoin Lightning Node, избегая подводных камней и типичных ошибок.

Читать далее

[VladGoryachev] Влад Горячев
Posted at 2023-06-27 16:41:24 | Tech | read on

О жизни до и после смерти

В своей предыдущей статье я описал фундаментальную реальность как вычислительный процесс эволюции. Теперь я предлагаю обсудить религиозные и метафизические аспекты такого мировоззрения.

Читать далее

[VladGoryachev] Влад Горячев
Posted at 2023-06-19 18:07:46 | Tech | read on

On Computational Nature of Reality

I explain experimental results of Bell’s Theorem by superdeterminism. I follow with insights into how such a universe may arise and be compatible with the subjective experience of free will.

Read more

[VladGoryachev] Влад Горячев
Posted at 2023-05-28 14:53:09 | Tech | read on

О вычислительной природе реальности

Я объясняю экспериментальные результаты проверки теоремы Белла супердетерминизмом. Далее я показываю, как такая Вселенная может возникнуть и быть совместимой с субъективным опытом свободы воли.

Читать далее

[VladGoryachev] Влад Горячев
Posted at 2023-05-27 13:19:52 | Tech | read on

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...

SmartLab
Posted at 2023-04-23 06:51:40 | Tech | read on

Разработка BIOS на языках высокого уровня

Ничего лишнего: материнская плата, видеокарта и ROM-BIOS
Меня давно волнует вопрос, как подступиться к разработке на голом железе, на чистом си. Хотелось понять, каким же образом идёт запуск BIOS, u-boot, grub и прочих первичных загрузчиков. Ведь необходимо перейти от ассемблера к тёплому ламповому си и соблюсти условие, собрать всё это в линукс любимым компилятором gcc.
Хотя я и имею достаточный опыт BareMetal-разработки, тем не менее, всё это были чужие проекты со своим кодом. А мне хотелось понять, как начать свой проект с чистого листа, когда есть только чистая железка и идея. Толковых статей как подступится к этой задаче достаточно мало, при этом...

[dlinyj] Сергей
Posted at 2023-04-11 08:05:11 | Tech | read on
1 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 57

***

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

Recently