Released a new version of fyne-gstreamer (v0.3.0) with features to build video players (like the one in the screenshot from project of mine): https://codeberg.org/sdassow/fyne-gstreamer/releases/tag/v0.3.0
Released a new version of fyne-gstreamer (v0.3.0) with features to build video players (like the one in the screenshot from project of mine): https://codeberg.org/sdassow/fyne-gstreamer/releases/tag/v0.3.0
После продолжительных попыток заставить один виджет работать как надо, Codex выдал:
I’m done trying to outsmart Fyne’s built-in table separator drag.
Такие вайбы:
https://www.youtube.com/watch?v=Y3Crxklr_dI
Максимальное понимание.
#dev #FAIL #UI #Fyne #log #fun #LLM #Codex #ChatGPT #frustration

Fuckoff-Gov — слабо централизованный мессенджер с E2E-шифрованием и групповыми чатами, написанный на Go при помощи Fyne
Мысль написать свой мессенджер у меня возникла ещё этак в прошлом году, почти четыре месяца назад. Тогда ещё трава была зеленее и Telegram нормально функционировал, без замедления и финального блокирования. Из-за работы, других проектов и в конце-концов лени я откладывал написание мессенджера до лучших худших времён. И вот такие времена настали, телеграм был полностью заблокирован и без использования VPN до него уже нормально не достучаться. С полыхающей пятой точкой и мотивацией Вергилия я решил наконец-таки начать писать мессенджер, который в результате был создан за неделю.
https://habr.com/ru/articles/1014982/
#информационная_безопасность #криптография #мессенджеры #go #программирование #fyne #fynecross

Введение Мысль написать свой мессенджер у меня возникла ещё этак в прошлом году, почти четыре месяца назад. Тогда ещё трава была зеленее и Telegram нормально функционировал, без замедления и...
SaturdayMP Show 89: PostCast (Part 10 – Integration Tests and Keyring Saving)
Omar is back! We really got into the zone and recorded our longest PostCast video yet. Might be the longest SaturdayMP Show video yet. We don't edit out mistakes, so watch along as we learn in real time:
- how to write integration tests in Go (build tags vs. -short flag)
- how to create test setup/teardown in Go
- that the go-keyring library has mocking built in so we can simplify our tests
- how to connect our keyring logic to the Fyne GUI
Do you like or dislike the long live coding sessions? Should we try coding live instead of mostly live? Let us know in a constructive and polite manor.
*PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.
zalando/go-keyring:
https://github.com/zalando/go-keyring
Build tags vs. Short:
https://stackoverflow.com/questions/25965584/separating-unit-tests-and-integration-tests-in-go
Fyne:
https://fyne.io/
Omar:
https://www.ashour.ca/
SaturdayMP:
https://saturdaymp.com/
PostCast Playlist:
https://www.youtube.com/playlist?list=PLYPcrKbLqwuvKQ97klk3bzyUPI6j154WC
Have a question you want answered in a future video? A challenging or interesting problem you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].
Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
https://github.com/sponsors/saturdaymp
Thanks for watching!
#saturdaymp #saturdaympshow #postcast #fyne #golang #keyring #integrationtests

Sing-Box Launcher: как собрать VPN + WireGuard + split-tunneling без JSON-конфигов
Многие, наверное, хотели сделать конфигурацию чтобы и рабочие ресурсы через WireGuard, и российские сайты напрямую, и заблокированные — через VLESS, а доступные только из РФ сервисы — через RU-прокси. В статье покажу, как собрать такую схему без единой строчки JSON и почему Sing-Box Launcher постепенно превратился в GUI-оркестратор конфигураций sing-box.
https://habr.com/ru/articles/1007568/
#vless+reality #wireguard #tun #vibecoding #singbox #gui #fyne
In this episode Omar Ashour and myself (Chris C.) hook up the Post to LinkedIn button and prompt the user to enter the credentials for LinkedIn, and it all works. Not the best flow, but we are still in the proof of concept stage.
We also learn about Go structs and how you can attach methods to them so get something similar to an object in other languages.
*PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.
Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].
Thanks for watching!

In episode 84 of the SaturdayMP show, Omar and myself create a very basic main screen using Fyne to input the text to post and a button to create the LinkedIn post. That said, the GUI doesn't do anything yet, except look nice-ish. Lots of reading the Fyne documentation and experimenting with Fyne.
*PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.
Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].
Thanks for watching!
Очередные результаты полувайбкодинга.
Запилил себе десктопный клиент для Meshtastic.
Если вдруг кому-то тоже веб-клиент кажется неюзабельным - можно брать тут:
https://git.skobk.in/skobkin/meshgo
P.S. В данный момент работает только через подключение по IP. Дизайн подразумевает возможность разработки serial и bluetooth транспортов, но они не реализованы.
#dev #soft #Meshtastic #client #messenger #vibecoding #Go #Fyne #GUI #desktop #log #WiFi #Codex #ChatGPT
SaturdayMP Show 81: Creating PostCast (Part 3 – Creating GitHub Action)
In this episode we (myself and Omar Ashour) create a GitHub action to build PostCast*. Actually, it was more of a test if we could get GitHub actions working for a Fyne project.
I like having a CI/CD created as soon as I create a new project, so I know I can do a release at anytime. It also prevents the problem of "it worked on my machine" during development but now fails to run in production after creating the CI/CD at the last minute.
*PostCast is just a place holder name and might change. The goofy PostCast placeholder image was generated by ChatGPT and will likely change.
GitHub Actions:
https://docs.github.com/en/actions
Fyne Packaging:
https://docs.fyne.io/started/cross-compiling/
PostCast Playlist:
https://www.youtube.com/playlist?list=PLYPcrKbLqwuvKQ97klk3bzyUPI6j154WC
Thanks to the Fyne IO team for developing Fyne and GitHub for creating GitHub Actions! Thanks to Omar for pairing with me.
Have a question you want answered in a future video? A challenging or interesting problem you need you want to see solved? Constructive feedback? Then comment, DM me, or send an email to [email protected].
Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
https://github.com/sponsors/saturdaymp
Thank you for watching!
#saturdaymp #saturdaympshow #fyne #golang #githubactions #cicd #devops