Hacker News .hnnew | past | comments | ask | show | jobs | submit | taskset's commentslogin

I agree, that's kind of my point - the COMPANIES are chasing profit and trying to interest us in the latest and greatest. Meanwhile there's an old Windows XP laptop in the closet that'd thrive with a Linux OS for programming, bare-metal tasks, etc.


Right - but I'm talking about 'optimizing' for the millions of devices already extant, not abandoning innovation for cutting edge hardware entirely. Prices keep rising, memory is becoming more expensive and even scarce - just advocating for throwing a Linux OS on those old machines in the closet and seeing what they're capable of.


I have to agree - Legacy support (WinTel’s 2008-era compatibility) preserves access for millions but limits innovation and wastes hardware gains. Dropping old hardware allows for faster, leaner, more secure software yet excludes low-income users, schools, and developing regions. If people are keeping and using their old devices, fine. I'd just like to see people NOT throw 5 year old PC's in our landfills because of Microsoft's e-waste by design marketing strategy - ie - dropping support of Win 10. These machines can fly with a Linux OS on them. But, yeah - you make a good point.


Source is now on the site: [bensantora.com/downloads/fftool-source.tar.gz] and .zip. Build instructions are in the article.


Source is now on the site: [bensantora.com/downloads/fftool-source.tar.gz] and .zip. Build instructions are in the article.


Right - the confirm screen isn't just a safety check — it's the feature. Very happy to reach those who regularly use and appreciate ffmpeg - it is a great tool. Glad fftool is of use to you.


Thanks.


Just pushed a screenshot - fftool.png


I no longer use GitHub for original projects. Source for fftool isn't public yet but I understand the concern — running an unaudited binary is a real ask. My site leans toward educational, so that people consider building the tool from the instructions in the article. I may host the source on the site as a zip or tarball at some point so people can more easily build it.

As for Linux API - TIOCGWINSZ via syscall.IOCTL to get terminal dimensions.

Why Linux and Go - Linux is the only OS I use. I like Go because it produces a single static binary with no runtime dependencies. Thanks for your interest.


I don't understand what this comment is trying to say.

> ... people consider building the tool from the instructions in the article ... so people can more easily build it

So what's the "less easy" way that people can build it from the instructions, if there's no source code?


Source code is now on the site: [bensantora.com/downloads/fftool-source.tar.gz] and .zip.

Build instructions are in the article.


You use charmbracelet/bubbletea for the TUI, which does seem to support Windows, what am I missing?


TIOCGWINSZ is a standard UNIX syscall, it works on Linux, BSD, and macOS.


I no longer use GitHub for original projects. Source for fftool isn't public yet but I understand the concern — running an unaudited binary is a real ask. My site leans toward educational, so that people might consider building the tool from the instructions in the article. I'll probably post the source on the site as a zip or tarball at some point so people can more easily build it. The asciinema suggestion is a good one — I'll look into it.


Weird, I swear the binary debug info says "github.com/bensantora-tech/fftool/main.go", so its just not public? Why?


Right, I missed that — the Go module path in go.mod references GitHub by convention even though the repo isn't there (it's embedded in the binary's debug info). I'll change the module path to something on my own domain. Thanks for spotting that.


Yeah, I thought about it and remembered that Go assumes GitHub by default for some dumb reason!


I never said you should publish to github. You can put it up on your own site, at least as a tarball. Even better: cgit or stagit


Source is now on the site: [bensantora.com/downloads/fftool-source.tar.gz] and .zip. Build instructions are in the article.


Awesome, appreciate it :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: