#weekendproject — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #weekendproject, aggregated by home.social.
-
Adorable ASCII Aquarium Lives On Your Desk
https://fed.brid.gy/r/https://hackaday.com/2026/05/24/adorable-ascii-aquarium-lives-on-your-desk/
-
Adorable ASCII Aquarium Lives On Your Desk
https://fed.brid.gy/r/https://hackaday.com/2026/05/24/adorable-ascii-aquarium-lives-on-your-desk/
-
RE: https://mastodon.social/@ottaross/116598261223255146
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.
-
RE: https://mastodon.social/@ottaross/116598261223255146
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.
-
RE: https://mastodon.social/@ottaross/116598261223255146
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.
-
RE: https://mastodon.social/@ottaross/116598261223255146
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.
-
RE: https://mastodon.social/@ottaross/116598261223255146
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.
-
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. 🚀🔄
https://ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated -
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. 🚀🔄
https://ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated -
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. 🚀🔄
https://ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated -
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. 🚀🔄
https://ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated -
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. 🚀🔄
https://ryanjk5.github.io/posts/GOLDE/ #infinitejests #codinglife #existentialcrisis #Cplusplus #RyanKeane #weekendproject #HackerNews #ngated -
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
-
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
-
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
-
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
-
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)?
-
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)?
-
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)?
-
RE: https://tutter.org/@blint/116501158505927410
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
-
RE: https://tutter.org/@blint/116501158505927410
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
-
RE: https://tutter.org/@blint/116501158505927410
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
-
RE: https://tutter.org/@blint/116501158505927410
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
-
RE: https://tutter.org/@blint/116501158505927410
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
-
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:
https://togo-lab.io/?p=287Gitea:
https://gitea.togo-lab.io/tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#ToGoLab #Siglent #SDG2042X #PyQt5 #Testbench #OpenSource #python #weekendProject #diy_electronics #DIY
-
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:
https://togo-lab.io/?p=287Gitea:
https://gitea.togo-lab.io/tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#ToGoLab #Siglent #SDG2042X #PyQt5 #Testbench #OpenSource #python #weekendProject #diy_electronics #DIY
-
🎉 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? 😂🔧
https://jcs.org/2026/04/09/openbsd-dm250 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated -
🎉 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? 😂🔧
https://jcs.org/2026/04/09/openbsd-dm250 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated -
🎉 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? 😂🔧
https://jcs.org/2026/04/09/openbsd-dm250 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated -
🎉 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? 😂🔧
https://jcs.org/2026/04/09/openbsd-dm250 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated -
🎉 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? 😂🔧
https://jcs.org/2026/04/09/openbsd-dm250 #JapaneseWordProcessor #TechHumor #NicheComputing #WeekendProject #ObscureHardware #HackerNews #ngated -
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.
-
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.
-
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.
-
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.
-
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.
-
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: https://micro.webology.dev/2026/03/19/djangocon-us-talks-id-like/
-
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: https://micro.webology.dev/2026/03/19/djangocon-us-talks-id-like/
-
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: https://micro.webology.dev/2026/03/19/djangocon-us-talks-id-like/
-
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: https://micro.webology.dev/2026/03/19/djangocon-us-talks-id-like/
-
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: https://micro.webology.dev/2026/03/19/djangocon-us-talks-id-like/
-
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. 😂
https://dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated -
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. 😂
https://dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated -
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. 😂
https://dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated -
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. 😂
https://dgroshev.com/blog/okmain/ #reinventingthewheel #imageprocessing #colorpicker #Okmain #techhumor #weekendproject #HackerNews #ngated -
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
-
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
-
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
https://newsletter.tf/raspberry-pi-weekend-projects-for-media-and-gaming/
-
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
https://newsletter.tf/raspberry-pi-weekend-projects-for-media-and-gaming/
-
You can turn a small Raspberry Pi computer into a media center or a retro game console this weekend. This is a fun way to use old movies and games.
#RaspberryPi #DIYTech #RetroGaming #MediaCenter #WeekendProject
https://newsletter.tf/raspberry-pi-weekend-projects-for-media-and-gaming/