<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: alfg</title><link>https://news.ycombinator.com/user?id=alfg</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 08:47:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alfg" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alfg in "The Joy of Folding Bikes"]]></title><description><![CDATA[
<p>I love my Brompton. I've had mine for 12 years that I bought back in LA and brought it with me when I moved to Tokyo. It's such a great commuter for getting around the city and easily fits in my trunk when I want to take it with me for a trip.<p>Tokyo also has a couple of great Brompton shops for maintenance and parts.</p>
]]></description><pubDate>Sun, 26 Apr 2026 01:39:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47906484</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47906484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47906484</guid></item><item><title><![CDATA[New comment by alfg in "Changes to GitHub Copilot individual plans"]]></title><description><![CDATA[
<p>Wow, and I already prepaid for the year. Figures.</p>
]]></description><pubDate>Wed, 22 Apr 2026 05:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47859434</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47859434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47859434</guid></item><item><title><![CDATA[New comment by alfg in "Show HN: VidStudio, a browser based video editor that doesn't upload your files"]]></title><description><![CDATA[
<p>This is how I handle it with my latest project, <a href="https://video-commander.com" rel="nofollow">https://video-commander.com</a>.<p>Prompting the user to install, or auto-installing FFmpeg separately, rather than bundling the binary. The problem is FFmpeg can be configured in so many ways and the general install binaries are usually LGPL compatible.</p>
]]></description><pubDate>Wed, 22 Apr 2026 05:27:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47859425</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47859425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47859425</guid></item><item><title><![CDATA[New comment by alfg in "Show HN: VidStudio, a browser based video editor that doesn't upload your files"]]></title><description><![CDATA[
<p>Looks good. Good work on shipping! I love seeing video applications utilizing Web Assembly. However, it usually falls short in when it comes to longer video in the browser's sandboxed environment.<p>How is the performance? Curious if you've tried using the FFmpeg libraries directly (libav), rather than compiling all of FFMpeg to WASM?<p>I always end up using running FFmpeg directly since it's faster and more reliable, but I still have some hope for a full functioning browser-based implementation someday.<p>I also made <a href="https://ffmpeg-commander.com" rel="nofollow">https://ffmpeg-commander.com</a> a while back to generate commands for FFmpeg.</p>
]]></description><pubDate>Wed, 22 Apr 2026 05:24:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47859407</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47859407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47859407</guid></item><item><title><![CDATA[New comment by alfg in "M 7.4 earthquake – 100 km ENE of Miyako, Japan"]]></title><description><![CDATA[
<p>I live in Tokyo in a 2 story house. Felt it swaying quite a bit for a few minutes.</p>
]]></description><pubDate>Tue, 21 Apr 2026 05:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47844850</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47844850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47844850</guid></item><item><title><![CDATA[New comment by alfg in "Game devs explain the tricks involved with letting you pause a game"]]></title><description><![CDATA[
<p>It's just capturing inputs and replaying them.</p>
]]></description><pubDate>Sun, 19 Apr 2026 14:19:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47824496</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47824496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47824496</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>Just recently launched my suite of media inspection and encoding tools based on FFmpeg.<p><a href="https://video-commander.com" rel="nofollow">https://video-commander.com</a>.<p>Still iterating through refinement and features. It's built on Rust + Tauri with a React frontend, in case anyone is curious.<p>I've created various open-source and commercial tools in the multimedia space over the last 10+ years and wanted to put it all together into something more premium.</p>
]]></description><pubDate>Mon, 13 Apr 2026 07:16:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748762</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47748762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748762</guid></item><item><title><![CDATA[Show HN: Video Commander – A desktop IDE for video engineers (FFmpeg, VMAF)]]></title><description><![CDATA[
<p>I've been building open-source tools in the video/multimedia space for 10+ years. Finally shipped the commercial product I always wanted to exist — Video Commander, a desktop app that consolidates FFmpeg, ffprobe, MediaInfo, VMAF and more into a single workspace where you can inspect, encode and analyze video.<p>Built with Tauri + Rust backend, React frontend. FFmpeg and VMAF.<p>Not a cool AI/LLM project, just a tool I've been heads-down building over the last six months.<p>Happy to answer any questions!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47676937">https://news.ycombinator.com/item?id=47676937</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Apr 2026 15:33:19 +0000</pubDate><link>https://video-commander.com</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47676937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676937</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: Who wants to be hired? (April 2026)"]]></title><description><![CDATA[
<p>Location: Tokyo, Japan<p>Remote: Yes<p>Willing to relocate: No<p>Technologies: Go, Rust, Typescript, Python, C, C#, Java, Next.js, React, Node.js, HTML/CSS, LLMs, FFmpeg<p>Resume: <a href="https://www.linkedin.com/in/gutierrezalfred/" rel="nofollow">https://www.linkedin.com/in/gutierrezalfred/</a><p>Website: <a href="https://alfg.dev" rel="nofollow">https://alfg.dev</a><p>Github: <a href="https://github.com/alfg" rel="nofollow">https://github.com/alfg</a><p>Email: alf.g.jr[at]gmail.com<p>Principal Engineer with 15+ years of experience designing scalable, high-performance systems and leading cross-functional, multi-regional teams. Deep specialization in cloud architecture, video engineering, and AI-assisted development workflows.<p>Looking for my next challenge. I’ve spent my career building scalable products and assembling strong engineering teams to support them. Reach out if you’re hiring.<p>Currently based in Tokyo, Japan and open to remote or hybrid roles. Full time or contracting roles.</p>
]]></description><pubDate>Thu, 02 Apr 2026 01:33:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47608983</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47608983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47608983</guid></item><item><title><![CDATA[New comment by alfg in "FFmpeg 8.1"]]></title><description><![CDATA[
<p>Prior to LLMs, I made an ffmpeg command line builder. It definitely doesn't cover everything, but handles simple common tasks quite well.<p><a href="https://ffmpeg-commander.com" rel="nofollow">https://ffmpeg-commander.com</a></p>
]]></description><pubDate>Wed, 18 Mar 2026 01:36:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47420653</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47420653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47420653</guid></item><item><title><![CDATA[New comment by alfg in "FFmpeg 8.1"]]></title><description><![CDATA[
<p>Building ffmpeg can be simple or complex, depending on how you configure the dependencies and if it's dynamic or static and of course it's target outputs.<p>I'm currently working on a cross-platform builder that runs within Github Actions runners, but the Mac and Windows builds take up so many of my monthly minutes.<p><a href="https://github.com/video-commander/ffmpeg-builder" rel="nofollow">https://github.com/video-commander/ffmpeg-builder</a><p>I'm using this as part of another multimedia app I'm working on for video engineers.</p>
]]></description><pubDate>Wed, 18 Mar 2026 01:32:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47420629</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47420629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47420629</guid></item><item><title><![CDATA[New comment by alfg in "FFmpeg-over-IP – Connect to remote FFmpeg servers"]]></title><description><![CDATA[
<p>This is pretty neat. I was experimenting something similar with my ffmpeg frontend to connect to the local machine (and remote) to run arbitrary encoding jobs, thus offloading the encode tasks to another machine, but still with a queuing mechanism locally.<p>The project is <a href="https://ffmpeg-commander.com" rel="nofollow">https://ffmpeg-commander.com</a> for generating ffmpeg commands, but with an experimental backend to offload the tasks.<p>Do you support chunked encoding across multiple servers? It would be a great feature to support larger video files.</p>
]]></description><pubDate>Wed, 11 Mar 2026 00:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47330664</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47330664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330664</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: Who wants to be hired? (March 2026)"]]></title><description><![CDATA[
<p>Location: Tokyo, Japan<p>Remote: Yes<p>Willing to relocate: No<p>Technologies: Go, Rust, Typescript, Python, C, C#, Java, Next.js, React, Node.js, HTML/CSS, LLMs, FFmpeg<p>Resume: <a href="https://www.linkedin.com/in/gutierrezalfred/" rel="nofollow">https://www.linkedin.com/in/gutierrezalfred/</a><p>Website: <a href="https://alfg.dev" rel="nofollow">https://alfg.dev</a><p>Github: <a href="https://github.com/alfg" rel="nofollow">https://github.com/alfg</a><p>Email: alf.g.jr[at]gmail.com<p>Principal Engineer with 15+ years of experience designing scalable, high-performance
systems and leading cross-functional, multi-regional teams. Deep specialization in cloud architecture, video
engineering, and AI-assisted development workflows.<p>Looking for my next challenge. I’ve spent my career building scalable products and assembling strong engineering teams to support them. Reach out if you’re hiring.<p>Currently based in Tokyo, Japan and open to remote or hybrid roles. Full time or contracting roles.</p>
]]></description><pubDate>Tue, 03 Mar 2026 05:50:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47228626</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47228626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47228626</guid></item><item><title><![CDATA[New comment by alfg in "How will OpenAI compete?"]]></title><description><![CDATA[
<p>In Japan many people call it "Chappie" (チャッピー), which I think is much easier to say and less awkward, haha. I see a lot of people using it here daily.<p>I feel like OpenAI should lean into that.</p>
]]></description><pubDate>Thu, 26 Feb 2026 08:44:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47163543</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=47163543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47163543</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://alfg.dev" rel="nofollow">https://alfg.dev</a> - My portfolio, blog and project website. Mostly video engineering related topics.</p>
]]></description><pubDate>Thu, 15 Jan 2026 08:12:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46629601</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=46629601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46629601</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>Currently building a suite of media inspection and encoding tools for video engineers: <a href="https://video-commander.com" rel="nofollow">https://video-commander.com</a>.<p>Still very much a work in progress, but expecting to release a first version by end of year. Built on Tauri, in case anyone is curious.<p>I've created various open-source and commercial tools in the multimedia space over the last 10+ years and wanted to put it all together into something more premium.</p>
]]></description><pubDate>Mon, 10 Nov 2025 06:19:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45873001</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=45873001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45873001</guid></item><item><title><![CDATA[New comment by alfg in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>Currently building a suite of media inspection and encoding tools for video engineers: <a href="https://video-commander.com" rel="nofollow">https://video-commander.com</a>.<p>Still a work in progress, but expecting to release by end of year. Built on Rust + Tauri, in case anyone is curious.<p>I've created various open-source and commercial tools in the multimedia space over the last 10+ years and wanted to put it all together into something more premium.</p>
]]></description><pubDate>Mon, 13 Oct 2025 11:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45567020</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=45567020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45567020</guid></item><item><title><![CDATA[New comment by alfg in "AGENTS.md – Open format for guiding coding agents"]]></title><description><![CDATA[
<p>I'm sure there's plenty of overlap with just using a CONTRIBUTING.md or even the README.md development setup. Especially since LLMs should understand guidance in human instructions.</p>
]]></description><pubDate>Wed, 20 Aug 2025 02:41:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44958197</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=44958197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44958197</guid></item><item><title><![CDATA[New comment by alfg in "FFmpeg Assembly Language Lessons"]]></title><description><![CDATA[
<p>Pretty much the reason I created <a href="https://github.com/alfg/ffmpeg-commander" rel="nofollow">https://github.com/alfg/ffmpeg-commander</a>, prior to AI uses.</p>
]]></description><pubDate>Tue, 19 Aug 2025 14:44:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44952134</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=44952134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44952134</guid></item><item><title><![CDATA[New comment by alfg in "Show HN: WTFfmpeg – Natural Language to FFmpeg Translator"]]></title><description><![CDATA[
<p>In case anyone is looking for a FFmpeg command builder that's not ai-generated:<p><a href="https://github.com/alfg/ffmpeg-commander">https://github.com/alfg/ffmpeg-commander</a><p>Haven't updated in a while, but it's a simplified web UI with a few example presets.</p>
]]></description><pubDate>Wed, 23 Jul 2025 06:26:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44656236</link><dc:creator>alfg</dc:creator><comments>https://news.ycombinator.com/item?id=44656236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44656236</guid></item></channel></rss>