I’m building Noop Media Downloader 🚀 A minimalist TUI tool using #ytdlp to download video/audio from 1000+ sites.

My goal is a zero-config, cross-platform tool supporting as many file extensions as possible. Currently in English/Turkish, but more formats and languages are coming soon! 🛠️

Check the code:
🔗 https://codeberg.org/hxxce/Noop_Media_Downloader

#Python #OpenSource #TUI #CLI #FOSS #BuildInPublic #VibeCoding #Noop #Programming #Linux #Windows #MacOS #ytdlp #MediaDownloader #Coding #Software #Dev #Minimalist

Noop_Media_Downloader

Sonsuza kadar ücretsiz ve açık kaynaklı, modern medya indirme aracı. No ads, no fees, just code.

Codeberg.org
Ah, yes, the riveting tale of how a "noop" refactor—a coder's favorite oxymoron—somehow tanked #performance by 30% ⏬. But fear not, brave souls; our hero embarks on a treacherous journey into the mystical land of #Golang #memory allocations 🧙‍♂️, determined to unfurl the secrets of the heap while we all pretend to care. 🤷‍♂️
https://www.dolthub.com/blog/2025-04-18-optimizing-heap-allocations/ #noop #refactor #allocation #coding #humor #HackerNews #ngated
Optimizing Heap Allocations in Golang: A Case Study

Golang doesn't require users to think about memory allocation. But if you want your code to be fast, you probably should anyway.

I don't really have anything interesting to say, just wanted to be included in the count of "active users" on Mastodon today. Feel free to pipe this one to /dev/null #noop.

@grainloom huh, in ruby a void function just returns nil:

def nnn
nil
end
# => :nnn
def voidvoid
#noop
end
# => :voidvoid

nnn # => nil
voidvoid # => nil
nnn == voidvoid # => true