Вот список хэштегов, которые помогут отслеживать новости и находить новые проекты в сфере разработки свободного программного обеспечения (ПО):
Общие хэштеги по свободному ПО:
#OpenSource
#FreeSoftware
#FOSS (Free and Open Source Software)
#LibreSoftware
#OSS (Open Source Software)
Хэштеги для отслеживания инноваций:
#TechInnovation
#OpenSourceInnovation
#DevNews (Development News)
#CodeForGood
#FutureOfTech
Для поиска конкретных проектов:
#Linux
#Kubernetes
#Docker
#Blender3D
#GIMP
Сообщества и обучение:
#OpenSourceCommunity
#LearnOpenSource
#CodingTogether
#OpenSourceContributors
#DevCollaboration
Обновления и релизы:
#OpenSourceUpdates
#OSSRelease
#VersionControl
#GitHubProjects
#OpenSourceTools
Экосистема технологий:
#CloudNative
#OpenData
#APIDevelopment
#IoT (Internet of Things)
#AIandOpenSource
Эти хэштеги помогут вам не только оставаться в курсе событий, но и находить новые инициативы и сообщества для взаимодействия. Если нужен более узкий фокус, например, по языкам программирования или типам проектов, уточните, и я дополню список!

Tonight on #CodingTogether, I'll be back to implementing the rules of Go. Starting with verifying that my liberty calculations are correct, I'm then going to work on removing captured stones from the board.

I think I'm going to change format, in that I will stream to Twitch, but may only post a 10 minute edited cut to Youtube. My one-hour videos get zero watches, and maybe the flailing programmer has no appeal.

https://www.twitch.tv/savannidgerinel

SavanniDGerinel - Twitch

I have been a professional programmer so long that my career is old enough to drink.

Twitch

So, tonight, on #CodingTogether, I'll be tangentially working on Kifu.

I'm going to build on some learning that I did this morning to see if I can build wasm bindings for kifu-core and see if I can get a progressive web app to talk to said bindings. But, no build environment for the Javascript. No webpack, snowpack, vite, or anything of the kind. Just straight-up Javascript code and some wasm-pack for the Rust side.

This one will be more flail than normal. Maybe that would amuse you. :)

If you want to run this, and you have Nix on your machine, it's a one-liner:

nix run git+https://git.luminescent-dreams.com/savanni/tools/#cyberpunk-splash -- --title "Playing the game" --countdown 10:00

This is (at least at the moment) a slightly older version which lacks the glow effect and the #CodingTogether hashtag.

tools

tools

gitea: Gitea Service

Gotta share this.

A bit over a week ago, I spent a day creating a new animated splash screen for my live stream.

This morning, I added a dirt simple glow effect. So, now I'm super, super excited to share it!

#CodingTogether

#CodingTogether this week is done. Started working on counting liberties, and it turns out that the flood fill algorithm isn't necessarily easy.

https://youtube.com/live/rq72_Nu_WMQ?feature=share

Playing the game of Go

YouTube

It's Thursday night, and I'll be live streaming #CodingTogether again.

Tonight, we will be dropping out of the user interface so we can focus on the logic of playing a game of Go. There are several algorithmic problems to be solved, and we're going to solve them with some test driven development!

8pm EDT, 00:00 UTC

https://www.youtube.com/@SavanniDGerinel/streams

Savanni D'Gerinel

Teile deine Videos mit Freunden, Verwandten oder der ganzen Welt

YouTube

So, I keep doing these programming streams, but I rarely get anyone attending during the stream, and almost no feedback afterwards.

I would like to regularly have three to five people actively engaging in the chat when I'm streaming, and a few elements of feedback on the recorded videos.

So, what's the right way to go about this? Advertise more? Change the format somehow?

#CodingTogether

Did a write-up on last night's stream about using a Model View API

https://savanni.luminescent-dreams.com/posts/2023-04-07-operating-view-request/

And here's the live stream from last night:

https://www.youtube.com/live/dG9kVRLrcZI

#CodingTogether #GTK #Kifu

Luminescent Dreams

Tonight's #CodingTogether stream is up!

What I got was the chance to explain the API infrastructure and to submit a basic move stone command to the core. We demonstrate that with the fact that the color of the ghost stone changes to reflect that it's a different player's turn.

https://youtube.com/live/dG9kVRLrcZI

Write-up tomorrow!

Putting a stone on the board

YouTube