home.social

#weekendproject — Public Fediverse posts

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

  1. RE: mastodon.social/@ottaross/1165

    Two days to the big group cake bake!

    Join dozens of others around the world baking in the event this weekend.

    The weekend comes early for Aus/NZ participants who get the first crack at it.

    Follow #EBTSC for all the global action.

    #baking #cake #weekendProject

  2. RE: mastodon.social/@ottaross/1165

    Two days to the big group cake bake!

    Join dozens of others around the world baking in the event this weekend.

    The weekend comes early for Aus/NZ participants who get the first crack at it.

    Follow #EBTSC for all the global action.

    #baking #cake #weekendProject

  3. RE: mastodon.social/@ottaross/1165

    Two days to the big group cake bake!

    Join dozens of others around the world baking in the event this weekend.

    The weekend comes early for Aus/NZ participants who get the first crack at it.

    Follow #EBTSC for all the global action.

    #baking #cake #weekendProject

  4. RE: mastodon.social/@ottaross/1165

    Two days to the big group cake bake!

    Join dozens of others around the world baking in the event this weekend.

    The weekend comes early for Aus/NZ participants who get the first crack at it.

    Follow #EBTSC for all the global action.

    #baking #cake #weekendProject

  5. RE: mastodon.social/@ottaross/1165

    Two days to the big group cake bake!

    Join dozens of others around the world baking in the event this weekend.

    The weekend comes early for Aus/NZ participants who get the first crack at it.

    Follow #EBTSC for all the global action.

    #baking #cake #weekendProject

  6. Ah yes, the infinite jest of simulating infinity—because who doesn’t want to spend their weekend coding cell-based existential crises in C++? 🤔💻 Clearly, Ryan Keane cracked the mystery of life, the universe, and everything, but only after an intense weekend crash course in C. 🚀🔄
    ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated

  7. Ah yes, the infinite jest of simulating infinity—because who doesn’t want to spend their weekend coding cell-based existential crises in C++? 🤔💻 Clearly, Ryan Keane cracked the mystery of life, the universe, and everything, but only after an intense weekend crash course in C. 🚀🔄
    ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated

  8. Ah yes, the infinite jest of simulating infinity—because who doesn’t want to spend their weekend coding cell-based existential crises in C++? 🤔💻 Clearly, Ryan Keane cracked the mystery of life, the universe, and everything, but only after an intense weekend crash course in C. 🚀🔄
    ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated

  9. Ah yes, the infinite jest of simulating infinity—because who doesn’t want to spend their weekend coding cell-based existential crises in C++? 🤔💻 Clearly, Ryan Keane cracked the mystery of life, the universe, and everything, but only after an intense weekend crash course in C. 🚀🔄
    ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated

  10. Ah yes, the infinite jest of simulating infinity—because who doesn’t want to spend their weekend coding cell-based existential crises in C++? 🤔💻 Clearly, Ryan Keane cracked the mystery of life, the universe, and everything, but only after an intense weekend crash course in C. 🚀🔄
    ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated

  11. CW: Some beer I've been drinking

    @caskfan was drinking a #TrailMixWhiteIpa by #WeekendProject at #SeldenArms on Tuesday at 14:20 Served from cask, I rated it at 3.0 (good) #beer #alcohol #untappd #beersofmastodon

  12. CW: Some beer I've been drinking

    @caskfan was drinking a #TrailMixWhiteIpa by #WeekendProject at #SeldenArms on Tuesday at 14:20 Served from cask, I rated it at 3.0 (good) #beer #alcohol #untappd #beersofmastodon

  13. CW: Some beer I've been drinking

    @caskfan was drinking a #TrailMixWhiteIpa by #WeekendProject at #SeldenArms on Tuesday at 14:20 Served from cask, I rated it at 3.0 (good) #beer #alcohol #untappd #beersofmastodon

  14. CW: Some beer I've been drinking

    @caskfan was drinking a #TrailMixWhiteIpa by #WeekendProject at #SeldenArms on Tuesday at 14:20 Served from cask, I rated it at 3.0 (good) #beer #alcohol #untappd #beersofmastodon

  15. For weekend project, I wrote a VidCutter app. The whole idea was to have kind-of-videoplayer that'll let me watch the video file and mark two points (start and end) and then create a new video file with only selected fragment of original file.

    Technically you can use any video editing tool but I'm not aware of single one that can do this without performing re-encode, which is waste of time and electricity.

    My solution - written in Lazarus-FPC - uses FFMpeg with copy "codec" so it's near instant (or "as slow as your storage medium") and DirectShow for video preview.

    And use case? I keep archival recordings of interesting moments from my car's dash cam and they're in 3 minute segments, each takes around 650MB (it's 1920x1080 @ 30fps at 28Mbits/s bitrate) so my collection quickly grew to over 80 gigabytes of videos. And actually interesting is probably 1/5 of that, if not less. VidCutter will help me quickly throw away unneeded segments and reclaim storage.

    Now the question is, is there a "market" for such tool? Is it worth sharing (even if it's only for Windows or anything that can imitate DirectShow)?

    #weekendproject #programming

  16. For weekend project, I wrote a VidCutter app. The whole idea was to have kind-of-videoplayer that'll let me watch the video file and mark two points (start and end) and then create a new video file with only selected fragment of original file.

    Technically you can use any video editing tool but I'm not aware of single one that can do this without performing re-encode, which is waste of time and electricity.

    My solution - written in Lazarus-FPC - uses FFMpeg with copy "codec" so it's near instant (or "as slow as your storage medium") and DirectShow for video preview.

    And use case? I keep archival recordings of interesting moments from my car's dash cam and they're in 3 minute segments, each takes around 650MB (it's 1920x1080 @ 30fps at 28Mbits/s bitrate) so my collection quickly grew to over 80 gigabytes of videos. And actually interesting is probably 1/5 of that, if not less. VidCutter will help me quickly throw away unneeded segments and reclaim storage.

    Now the question is, is there a "market" for such tool? Is it worth sharing (even if it's only for Windows or anything that can imitate DirectShow)?

    #weekendproject #programming

  17. For weekend project, I wrote a VidCutter app. The whole idea was to have kind-of-videoplayer that'll let me watch the video file and mark two points (start and end) and then create a new video file with only selected fragment of original file.

    Technically you can use any video editing tool but I'm not aware of single one that can do this without performing re-encode, which is waste of time and electricity.

    My solution - written in Lazarus-FPC - uses FFMpeg with copy "codec" so it's near instant (or "as slow as your storage medium") and DirectShow for video preview.

    And use case? I keep archival recordings of interesting moments from my car's dash cam and they're in 3 minute segments, each takes around 650MB (it's 1920x1080 @ 30fps at 28Mbits/s bitrate) so my collection quickly grew to over 80 gigabytes of videos. And actually interesting is probably 1/5 of that, if not less. VidCutter will help me quickly throw away unneeded segments and reclaim storage.

    Now the question is, is there a "market" for such tool? Is it worth sharing (even if it's only for Windows or anything that can imitate DirectShow)?

    #weekendproject #programming

  18. RE: tutter.org/@blint/116501158505

    Well, I'm finished! #Tutter :tutter: now migrated from an old #Kubernetes cluster with custom built and patched container image to it's own #NixOS vm! 🎉
    Hopefully this'll help me maintain it easier, the migration from the old node with the kubernetes was necessary, so at least I tried this!

    Mental note: I'll need to write a blogpost about this process... So sad, that I still want to migrate my site from #Hugo to something static (manual html + css (maybe + js)) or ssg...

    #Tutter #Sysadmin #NixOS #migration #Kubernetes #website #randomthoughts #weekendproject

  19. RE: tutter.org/@blint/116501158505

    Well, I'm finished! #Tutter :tutter: now migrated from an old #Kubernetes cluster with custom built and patched container image to it's own #NixOS vm! 🎉
    Hopefully this'll help me maintain it easier, the migration from the old node with the kubernetes was necessary, so at least I tried this!

    Mental note: I'll need to write a blogpost about this process... So sad, that I still want to migrate my site from #Hugo to something static (manual html + css (maybe + js)) or ssg...

    #Tutter #Sysadmin #NixOS #migration #Kubernetes #website #randomthoughts #weekendproject

  20. RE: tutter.org/@blint/116501158505

    Well, I'm finished! #Tutter :tutter: now migrated from an old #Kubernetes cluster with custom built and patched container image to it's own #NixOS vm! 🎉
    Hopefully this'll help me maintain it easier, the migration from the old node with the kubernetes was necessary, so at least I tried this!

    Mental note: I'll need to write a blogpost about this process... So sad, that I still want to migrate my site from #Hugo to something static (manual html + css (maybe + js)) or ssg...

    #Tutter #Sysadmin #NixOS #migration #Kubernetes #website #randomthoughts #weekendproject

  21. RE: tutter.org/@blint/116501158505

    Well, I'm finished! #Tutter :tutter: now migrated from an old #Kubernetes cluster with custom built and patched container image to it's own #NixOS vm! 🎉
    Hopefully this'll help me maintain it easier, the migration from the old node with the kubernetes was necessary, so at least I tried this!

    Mental note: I'll need to write a blogpost about this process... So sad, that I still want to migrate my site from #Hugo to something static (manual html + css (maybe + js)) or ssg...

    #Tutter #Sysadmin #NixOS #migration #Kubernetes #website #randomthoughts #weekendproject

  22. RE: tutter.org/@blint/116501158505

    Well, I'm finished! #Tutter :tutter: now migrated from an old #Kubernetes cluster with custom built and patched container image to it's own #NixOS vm! 🎉
    Hopefully this'll help me maintain it easier, the migration from the old node with the kubernetes was necessary, so at least I tried this!

    Mental note: I'll need to write a blogpost about this process... So sad, that I still want to migrate my site from #Hugo to something static (manual html + css (maybe + js)) or ssg...

    #Tutter #Sysadmin #NixOS #migration #Kubernetes #website #randomthoughts #weekendproject

  23. Some more workshop work on the SDG2042X Linux GUI today (got a free Monday): Fixed 5 bugs in this round, including ARB handling on the real instrument, sweep fallback timing, preset handling, and one unsafe input-parsing corner.

    I hope GUI is getting a bit less fragile / more reliable.

    Blog:
    togo-lab.io/?p=287

    Gitea:
    gitea.togo-lab.io/tgohle/0003-

    #ToGoLab #Siglent #SDG2042X #PyQt5 #Testbench #OpenSource #python #weekendProject #diy_electronics #DIY

  24. Some more workshop work on the SDG2042X Linux GUI today (got a free Monday): Fixed 5 bugs in this round, including ARB handling on the real instrument, sweep fallback timing, preset handling, and one unsafe input-parsing corner.

    I hope GUI is getting a bit less fragile / more reliable.

    Blog:
    togo-lab.io/?p=287

    Gitea:
    gitea.togo-lab.io/tgohle/0003-

  25. 🎉 Oh joy, another riveting tale of installing #OpenBSD on a Japanese word processor that no one outside of the author's apartment owns! 🎊 Because who wouldn't want to spend their weekend reading about throat clearing, hardware notes, and custom ramdisks for a device more obscure than a hipster's vinyl collection? 😂🔧
    jcs.org/2026/04/09/openbsd-dm2 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated

  26. 🎉 Oh joy, another riveting tale of installing #OpenBSD on a Japanese word processor that no one outside of the author's apartment owns! 🎊 Because who wouldn't want to spend their weekend reading about throat clearing, hardware notes, and custom ramdisks for a device more obscure than a hipster's vinyl collection? 😂🔧
    jcs.org/2026/04/09/openbsd-dm2 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated

  27. 🎉 Oh joy, another riveting tale of installing #OpenBSD on a Japanese word processor that no one outside of the author's apartment owns! 🎊 Because who wouldn't want to spend their weekend reading about throat clearing, hardware notes, and custom ramdisks for a device more obscure than a hipster's vinyl collection? 😂🔧
    jcs.org/2026/04/09/openbsd-dm2 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated

  28. 🎉 Oh joy, another riveting tale of installing #OpenBSD on a Japanese word processor that no one outside of the author's apartment owns! 🎊 Because who wouldn't want to spend their weekend reading about throat clearing, hardware notes, and custom ramdisks for a device more obscure than a hipster's vinyl collection? 😂🔧
    jcs.org/2026/04/09/openbsd-dm2 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated

  29. 🎉 Oh joy, another riveting tale of installing #OpenBSD on a Japanese word processor that no one outside of the author's apartment owns! 🎊 Because who wouldn't want to spend their weekend reading about throat clearing, hardware notes, and custom ramdisks for a device more obscure than a hipster's vinyl collection? 😂🔧
    jcs.org/2026/04/09/openbsd-dm2 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated

  30. I bought the wrong color of grout by accident, but I've been putting off repairing a crack in the shower for weeks now so I just went for it. It was an easier process than I thought it might be, and now my first attempt stands out so I can see it and re-do it in the right color when I need another project.

    for now, it should keep water from getting into the wall with any luck.

    #HomeRepair #DIY #Homeowner #WeekendProject

  31. I bought the wrong color of grout by accident, but I've been putting off repairing a crack in the shower for weeks now so I just went for it. It was an easier process than I thought it might be, and now my first attempt stands out so I can see it and re-do it in the right color when I need another project.

    for now, it should keep water from getting into the wall with any luck.

    #HomeRepair #DIY #Homeowner #WeekendProject

  32. I bought the wrong color of grout by accident, but I've been putting off repairing a crack in the shower for weeks now so I just went for it. It was an easier process than I thought it might be, and now my first attempt stands out so I can see it and re-do it in the right color when I need another project.

    for now, it should keep water from getting into the wall with any luck.

    #HomeRepair #DIY #Homeowner #WeekendProject

  33. I bought the wrong color of grout by accident, but I've been putting off repairing a crack in the shower for weeks now so I just went for it. It was an easier process than I thought it might be, and now my first attempt stands out so I can see it and re-do it in the right color when I need another project.

    for now, it should keep water from getting into the wall with any luck.

    #HomeRepair #DIY #Homeowner #WeekendProject

  34. I bought the wrong color of grout by accident, but I've been putting off repairing a crack in the shower for weeks now so I just went for it. It was an easier process than I thought it might be, and now my first attempt stands out so I can see it and re-do it in the right color when I need another project.

    for now, it should keep water from getting into the wall with any luck.

    #HomeRepair #DIY #Homeowner #WeekendProject

  35. Start your DjangoCon US talk proposal today, submit it Monday morning. Then, you have until August to put together the talk! Check out @webology's list of talks he'd like to see for winning ideas: micro.webology.dev/2026/03/19/

  36. Start your DjangoCon US talk proposal today, submit it Monday morning. Then, you have until August to put together the talk! Check out @webology's list of talks he'd like to see for winning ideas: micro.webology.dev/2026/03/19/

    #django #techtalks #weekendproject

  37. Start your DjangoCon US talk proposal today, submit it Monday morning. Then, you have until August to put together the talk! Check out @webology's list of talks he'd like to see for winning ideas: micro.webology.dev/2026/03/19/

    #django #techtalks #weekendproject

  38. Start your DjangoCon US talk proposal today, submit it Monday morning. Then, you have until August to put together the talk! Check out @webology's list of talks he'd like to see for winning ideas: micro.webology.dev/2026/03/19/

    #django #techtalks #weekendproject

  39. Start your DjangoCon US talk proposal today, submit it Monday morning. Then, you have until August to put together the talk! Check out @webology's list of talks he'd like to see for winning ideas: micro.webology.dev/2026/03/19/

    #django #techtalks #weekendproject

  40. Oh boy, someone spent an entire weekend reinventing the wheel 🛞 just to find an "OK" color for an image background! 🎨 Because resizing an image to 1x1 pixel and getting mud was too avant-garde for their taste. But fear not, they heroically named their groundbreaking library "Okmain," because apparently "MediocreMain" was too on the nose. 😂
    dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated

  41. Oh boy, someone spent an entire weekend reinventing the wheel 🛞 just to find an "OK" color for an image background! 🎨 Because resizing an image to 1x1 pixel and getting mud was too avant-garde for their taste. But fear not, they heroically named their groundbreaking library "Okmain," because apparently "MediocreMain" was too on the nose. 😂
    dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated

  42. Oh boy, someone spent an entire weekend reinventing the wheel 🛞 just to find an "OK" color for an image background! 🎨 Because resizing an image to 1x1 pixel and getting mud was too avant-garde for their taste. But fear not, they heroically named their groundbreaking library "Okmain," because apparently "MediocreMain" was too on the nose. 😂
    dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated

  43. Oh boy, someone spent an entire weekend reinventing the wheel 🛞 just to find an "OK" color for an image background! 🎨 Because resizing an image to 1x1 pixel and getting mud was too avant-garde for their taste. But fear not, they heroically named their groundbreaking library "Okmain," because apparently "MediocreMain" was too on the nose. 😂
    dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated

  44. Samstag Abend und ich sitze hier mit nem Raspberry Pi, der gerade mein neues Spielzeug geworden ist. 🥓

    Wer kennt's? Man will "nur kurz" was testen und plötzlich sind 4 Stunden rum und man hat ein komplettes Monitoring-System aufgesetzt. 😅

    Was sind eure aktuellen Wochenend-Projekte? Bastelt jemand auch gerade an was Spannendem?

    #RaspberryPi #WeekendProject #HomeServer #Dresden #TechLife #SelfHosting

  45. Samstag Abend und ich sitze hier mit nem Raspberry Pi, der gerade mein neues Spielzeug geworden ist. 🥓

    Wer kennt's? Man will "nur kurz" was testen und plötzlich sind 4 Stunden rum und man hat ein komplettes Monitoring-System aufgesetzt. 😅

    Was sind eure aktuellen Wochenend-Projekte? Bastelt jemand auch gerade an was Spannendem?

    #RaspberryPi #WeekendProject #HomeServer #Dresden #TechLife #SelfHosting

  46. Raspberry Pi Projects for Weekend Enthusiasts

    Learn how to build your own media center or retro game console with a Raspberry Pi computer this weekend. Easy projects for beginners.

    #RaspberryPi #DIYTech #RetroGaming #MediaCenter #WeekendProject

    newsletter.tf/raspberry-pi-wee

  47. Raspberry Pi Projects for Weekend Enthusiasts

    Learn how to build your own media center or retro game console with a Raspberry Pi computer this weekend. Easy projects for beginners.

    #RaspberryPi #DIYTech #RetroGaming #MediaCenter #WeekendProject

    newsletter.tf/raspberry-pi-wee