home.social

#samoyed — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #samoyed, aggregated by home.social.

fetched live
  1. The weekend has started frustratingly, so here’s a video of my youngest eating a piece of a homemade corn tortilla.

    #samoyed #dogsofmastodon #dogs #taco

  2. With the #heatwave still going on in Southern Germany, we have to take walks quite early - especially with a #Samoyed. Here‘s Lola today at around 6:30h. #dogsofmastodon

  3. This is my custom foiled drawing of Kody the adorable Samoyed!

    #dog #art #samoyed

  4. So Make pre-4.4 (released 2020, a whole 6y ago), e.g. the Make on macOS (3.8.1 on mine), interprets `#` inside a `$(shell)` as the start of a comment. That is a chunk of my life I'm never getting back

    github.com/doismellburning/sam

    #Samoyed

  5. Pleasantly surprised by how #Samoyed built successfully on arm64 out of the box with no modification needed

    github.com/doismellburning/sam

    #AmateurRadio

  6. Debugging performance issues feels so much nicer nowadays with perf and speedscope.app/ compared to my experience fiddling with callgrind ~20y ago! #Samoyed

  7. And #Samoyed now has no C left in its src! github.com/doismellburning/sam

    Now to sort packaging for distribution and wider testing, start ripping out the cgo, and start making some actual improvements!

    #AmateurRadio

  8. So happy that "More Snow Please" tied for 3rd place in the 12/12/2025 #FineArtAmerica contest "Winter With Fido - Mixed Media and Computer Ai Art" contest. Many thanks to contest administrator, Liz Knight, and to everyone who voted for my image. Congratulations to the other winners.

    fineartamerica.com/featured/mo

    #art #giftideas #snow #samoyed #dogs #pets #NotAi #LoisBryan #cute

  9. One day I will be able to run `go vet` on this codebase and get an answer in < 1 minute

    One day

    #Samoyed

  10. Added some very basic tests around Dire Wolf's AIS code before I try to port it to Go - some fun stuf fin there!

    github.com/doismellburning/sam

    #AmateurRadio #Samoyed

  11. Dire Wolf’s received-frame queue now ported to #Golang!

    github.com/doismellburning/sam

    Working around Go not having a pthread_cond_timedwait equivalent was tricky…

    First attempt led to a duped unlock, until I gave up and just replaced the sync.Cond with a chan and everything got simpler…!

    github.com/doismellburning/sam

    #AmateurRadio #Samoyed

  12. REUSE is fantastic tooling for software licensing - solves several challenges I’ve had in the past! reuse.software

    Great support for multiple licenses, automated checking, and annotating in-file or via config

    I recently did this for the first time for #Samoyed in github.com/doismellburning/sam

  13. TIL that cgo's C.CBytes does not null-terminate

    This is entirely reasonable of it, however it's also not fun to find out the hard way

    On the plus side, my port of Dire Wolf's APRS decoding code seems to work at last!

    github.com/doismellburning/sam

    #Samoyed #AmateurRadio