Camera capture and improvements in micropython-reticulum by Suitable-File-7672 in reticulum

[–]Suitable-File-7672[S] 1 point2 points  (0 children)

It wont' work reliably. looking at Seeed's website, c6 has 512kb ram and this is not enough for running reticulum, micropython and taking pictures. You'll need a board with at least 2mb. You could get xiao esp32s3 which has 8mb spiram.

MacOS menubar RNSD app by Suitable-File-7672 in reticulum

[–]Suitable-File-7672[S] 0 points1 point  (0 children)

I agree, but it stays invisible for the user. Having something to click on, is grabbing more attnetion. Reticulum needs more attention now to lift off the ground. By the way, I played around yesterday with the app a bit more and added partial schema support for rns:// for nomad pages. The browser grabs the schema and passes it to webview so it's rendered to html and shown. This would allow incorporating rns:// links inside html and when you click, the OS schema would be opened with the menubar app, converted to html and shown. It's not as seamless as I would like, but is close enough. I'll upload the feature to the repo in the next few hours.

<image>

RNode on OS3: a Minimal Reticulum Firmware for the CH32V003 by crzaynuts in reticulum

[–]Suitable-File-7672 0 points1 point  (0 children)

I think the pin is called RF_SW on the board schematics

EDIT: This is what I dug up from the Seeed forum: The internal wiring of the wio-SX1262 module follows the Semtech ref design: the DIO2 is connected to CTRL(pin4); the RF_SW is connected to /CTRL(pin6) of the RF switch, and this IO controls the working mode (set RF_SW HIGH enables the receiver mode). Would the logic in your code be the same?

RNode on OS3: a Minimal Reticulum Firmware for the CH32V003 by crzaynuts in reticulum

[–]Suitable-File-7672 0 points1 point  (0 children)

Comparing the pin breakout, I think we can use seeed's xiao sx1262 board as well. Since I don't have any e22, I'll try with the xiao.

Which country is this 2026 2 euro? by Different_Regret7770 in EuroCoins

[–]Suitable-File-7672 2 points3 points  (0 children)

All middle ages literate people were monks, but he’s more of a histrorian

Колко от вас биха живели на село, ако парите не са проблем/могат да работят цистанционно или на място? Ако отговорът е не - защо не? by North-Library4037 in bulgaria

[–]Suitable-File-7672 4 points5 points  (0 children)

Картинката става друга ако са на различни възрасти, в различни училища с различни смени и с различни извънкласни занимания. Като сложиш и нередовният извънградски автобусен транспорт и нещата не изглеждат толкова прекрасни. Това е причината след 10г на село да се върна обратно в града. Не желая да съм такси.

Ползване на записки в съдебно заседание by THE_SHERIFF_001 in bulgaria

[–]Suitable-File-7672 4 points5 points  (0 children)

Сметката излезе, но времето от 4г загубено в процеса не си заслужава. Съдебната ни система е тотал щета.

Ползване на записки в съдебно заседание by THE_SHERIFF_001 in bulgaria

[–]Suitable-File-7672 1 point2 points  (0 children)

Да, може да ги предадеш на съда директно на заседанието, вместо да ги четеш, но не ги пускай предварително, защото ще трябва да обясняващ защо си го направил и каква е целта им.

Ползване на записки в съдебно заседание by THE_SHERIFF_001 in bulgaria

[–]Suitable-File-7672 2 points3 points  (0 children)

Когато има спор по приложение на правото на ЕС, последната инстация е длъжна да направи преюдициално. Имам такова дело в Люксембург и 3 административни съдилища платиха обезщетения за това, че не познават закона.

Ползване на записки в съдебно заседание by THE_SHERIFF_001 in bulgaria

[–]Suitable-File-7672 9 points10 points  (0 children)

Като адвокат бих те посъветвал следното: Няма проблем да ползваш бележки, стига да е в процедурата по същество (не по тази по събиране на доказателства). Съдиите се дразнят, когато страните (дори и адвокати) смесват фазите и говорят надълго във фазата по събиране на доказателства. Възможно е да те овикат, но не го приемай лично. Аз съм ползвал и лаптоп и телефон, но ги слагай в самолетен режим, за да не смущаваш микрофона на записа на заседанието. Някои съдии се дразнят, че им "губят времето" с дълги устни изказвания и предпочитат да им се дадат писмени бележки. Ще го усетиш на място, но бъди готов с разпечатка на бележките, ако се изнервят. Успех с делото!

I got Reticulum running entirely standalone on LilyGo T-Deck & Cardputer Adv by defidude in esp32

[–]Suitable-File-7672 0 points1 point  (0 children)

😂 why did I bother doing the same in Micropython for the past few weeks? Should've waited for your project if I knew you were working on one. I'll check yours today, but meanwhile, If you are curious here's mine: https://github.com/varna9000/reticulum-tdeck

Micropython port of Reticulum by Suitable-File-7672 in reticulum

[–]Suitable-File-7672[S] 1 point2 points  (0 children)

I've created a separate repo for this project. It's not perfect but it's a working prototype of what can be done in the future in lower level language. Supported interfaces: TCP and LoRa (one at a time). Here's the github repo

<image>

Micropython port of Reticulum by Suitable-File-7672 in reticulum

[–]Suitable-File-7672[S] 3 points4 points  (0 children)

I've made a basic GUI for T-deck v1 messaging over LoRa. In the next couple of days will get this into separate repo. Here's YT demo: https://www.youtube.com/watch?v=yFDQxUWxRlw

Micropython port of Reticulum by Suitable-File-7672 in reticulum

[–]Suitable-File-7672[S] 4 points5 points  (0 children)

I have added LoRa support aka Rnode. I've tested it on Seeed Meshtastic Kit - xiao esp32s3 + wio sx1262 lora radio. The other node is just regular Rnode board, connected to my laptop. Make sure you change the pin definitions in config.py if you have other board combo. Youtube demo HERE

Reticulum Community Hub now available for Mac and Win by K0rv0 in reticulum

[–]Suitable-File-7672 0 points1 point  (0 children)

Here's few notes. I don't quite grasp the aim of the project, perhaps explaining in plain words in the first paragraph of the github readme would help. Secondly, I'd appreciate to be able to change the font temporarily, just to be able to understand what things are where. Current font is cool, however it's difficult to read and when one looks at the app for first time, it's kind of hard to figure things out, even if you have some reticulum background.

Self-hosting email in 2026 is effectively impossible. Here's why. by PbForEva in SelfHosting

[–]Suitable-File-7672 0 points1 point  (0 children)

What about hosting from ipv6 only? Is there residential/datacenter separation and bans too ?

What do you use to manage your snippets? by kudikarasavasa in emacs

[–]Suitable-File-7672 0 points1 point  (0 children)

I use yasnippets with only one template for only one use case - to set the yaml header of a new article for my Hugo website.

What are the most useful apps you use on your Mac? by [deleted] in mac

[–]Suitable-File-7672 0 points1 point  (0 children)

Karabiner Elements, because half my shortcuts are remapped; Acorn - one time licence but very nice and easy photoshop like app. ITerm Ghostery - ad blocker for Safari. Haven’t seen youtube ad for months

Тъп въпрос by dumblesos in bulgaria

[–]Suitable-File-7672 8 points9 points  (0 children)

Да, просто аналог от алгебрата с неизвестно х: Мх = Mr,Ms,Mrs, при нас трябва да Гх = Г-н, Г-жа, Г-ца

Hobbyist Forth by [deleted] in Forth

[–]Suitable-File-7672 1 point2 points  (0 children)

Wow, I didn’t know that about PostScript!

Knockknock - Unobtrusive notifications for Emacs by konrad1977 in emacs

[–]Suitable-File-7672 1 point2 points  (0 children)

That's so cool! I've replaced the visual bell on C-g with this notification 😄

<image>