<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: fhcbix</title><link>https://news.ycombinator.com/user?id=fhcbix</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 01:46:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fhcbix" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fhcbix in "Wired headphone sales are exploding"]]></title><description><![CDATA[
<p>Not trying to argue against your point, but most of the Bluetooth latency comes from the codec, not from it being wireless. Bluetooth LE Audio comes with LC3 which supports a codec latency of as little as 2.5 ms.</p>
]]></description><pubDate>Sat, 14 Mar 2026 14:00:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376772</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=47376772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376772</guid></item><item><title><![CDATA[New comment by fhcbix in "Show HN: Look Ma, No Linux: Shell, App Installer, Vi, Cc on ESP32-S3 / BreezyBox"]]></title><description><![CDATA[
<p>XTEink isn't using ESP32-S3 but C3. That S3 dev board from OP also comes with 8MB PSRAM (xteink/C3: 384kB RAM only) which IIUC makes quite the difference when it comes to building an embedded OS.</p>
]]></description><pubDate>Sat, 07 Feb 2026 23:37:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46929523</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=46929523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46929523</guid></item><item><title><![CDATA[New comment by fhcbix in "Android’s desktop interface leaks"]]></title><description><![CDATA[
<p>Dex and Android desktop mode are not a single new thing, but multiple features that partially have been in Android for years, like external screens, resizable windows and the (currently rather limited) external screen drawer.</p>
]]></description><pubDate>Thu, 29 Jan 2026 17:39:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46813512</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=46813512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46813512</guid></item><item><title><![CDATA[New comment by fhcbix in "When a video codec wins an Emmy"]]></title><description><![CDATA[
<p>Worth noting that web fonts are often split up across multiple files for sets of codepoints and font weights/styles, so depending on the language you're writing in a single WOFF file might be missing a few letters.</p>
]]></description><pubDate>Wed, 10 Dec 2025 12:09:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46216815</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=46216815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46216815</guid></item><item><title><![CDATA[New comment by fhcbix in "Board: New game console recognizes physical pieces, with an open SDK"]]></title><description><![CDATA[
<p>> For me a board-game is offline time.<p>That's fair but not universal. Plenty of communities exist around playing board games online and often that's the only way to meet players of equal strength or run large tournaments.</p>
]]></description><pubDate>Thu, 30 Oct 2025 07:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45757387</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=45757387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45757387</guid></item><item><title><![CDATA[New comment by fhcbix in "Show HN: Play abstract strategy board games online with friends or against bots"]]></title><description><![CDATA[
<p>I was just going to recommend boardspace.net here! It also somewhat recently went open source: <a href="https://github.com/ddyer0/boardspace.net" rel="nofollow">https://github.com/ddyer0/boardspace.net</a><p>It clearly is stuck in the Java Applet era where it started but Dave eventually made an Android port and modern Java has no issues running it!</p>
]]></description><pubDate>Thu, 23 Oct 2025 22:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45688311</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=45688311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45688311</guid></item><item><title><![CDATA[New comment by fhcbix in "Typst: A Possible LaTeX Replacement"]]></title><description><![CDATA[
<p>For me Tectonic[1] solved many of the issues I had with LaTeX, so that's what I'd recommend if you still depend on LaTeX as a language. Make sure to use the V2 CLI (`tectonic -X`) which comes with convenient features like watch mode. With vim and evince (or any PDF viewer that auto refreshes) open I get a similar real-time experience to popular online editors like Overleaf, but in the comfort of my own editor.<p>[1] <a href="https://tectonic-typesetting.github.io/" rel="nofollow">https://tectonic-typesetting.github.io/</a></p>
]]></description><pubDate>Sat, 27 Sep 2025 10:31:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45394612</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=45394612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45394612</guid></item><item><title><![CDATA[New comment by fhcbix in "FLX1s phone is launched"]]></title><description><![CDATA[
<p>"USB-C 2.0" in the specs reveals that. DisplayPort Alt Mode requires at least USB 3.0, the PinePhone Pro would be a Linux phone supporting that.<p>On another note, I've successfully connected to wireless displays (Miracast) on Linux using <a href="https://gitlab.gnome.org/GNOME/gnome-network-displays" rel="nofollow">https://gitlab.gnome.org/GNOME/gnome-network-displays</a></p>
]]></description><pubDate>Sun, 21 Sep 2025 21:02:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45326610</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=45326610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45326610</guid></item><item><title><![CDATA[New comment by fhcbix in "StarDict sends X11 clipboard to remote servers"]]></title><description><![CDATA[
<p>KDE connect lets you disable/configure individual plugins, just disable the "Clipboard sync". I don't think it can by itself figure out that you're copying a password, at least across UI toolkits. FWIW most toolkits and browsers don't actually copy from a password input anyway.</p>
]]></description><pubDate>Wed, 13 Aug 2025 04:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44884664</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=44884664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44884664</guid></item><item><title><![CDATA[New comment by fhcbix in "Consider using Zstandard and/or LZ4 instead of Deflate"]]></title><description><![CDATA[
<p>When you talk about images over HTTP, you need to consider most web servers and browsers already support zstd compression on the transport, so the potential bandwidth win provided by zstd is already being made use of today.</p>
]]></description><pubDate>Wed, 06 Aug 2025 05:51:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44808166</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=44808166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44808166</guid></item><item><title><![CDATA[New comment by fhcbix in "Simon Tatham's Portable Puzzle Collection"]]></title><description><![CDATA[
<p>Given how many platforms these have been ported to, this really is the DOOM of puzzle apps.
I've been using this PocketBook port on my e-reader for years: <a href="https://github.com/SteffenBauer/PocketPuzzles">https://github.com/SteffenBauer/PocketPuzzles</a></p>
]]></description><pubDate>Sun, 27 Jul 2025 03:43:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44698772</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=44698772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44698772</guid></item><item><title><![CDATA[New comment by fhcbix in "I want an iPhone Mini-sized Android phone (2022)"]]></title><description><![CDATA[
<p>I gave up on finding a <6" with my requirements (audio jack, microSD, USB-C display) and can use my 6.1" Xperia 5 III reasonably well with one hand using a MomoStick. Other smartphone ring attachments exist but this one acts as a stand as well.</p>
]]></description><pubDate>Sat, 19 Jul 2025 11:00:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44614415</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=44614415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44614415</guid></item><item><title><![CDATA[New comment by fhcbix in "Android 16 is here"]]></title><description><![CDATA[
<p>Right? It would be the single most useful feature for me. Unfortunately my device doesn't have libavf which seems to be needed for this to work. I don't even need 3d acceleration, a simple debian VM with docker would make me happy already.</p>
]]></description><pubDate>Wed, 11 Jun 2025 04:42:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44244260</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=44244260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44244260</guid></item><item><title><![CDATA[New comment by fhcbix in "Replacing Kubernetes with systemd (2024)"]]></title><description><![CDATA[
<p>I recently set up an arm64 VPS at netcup: <a href="https://www.netcup.com/en/server/arm-server" rel="nofollow">https://www.netcup.com/en/server/arm-server</a>
Got it with no location fee (and 2x storage) during the easter sale but normally US is the cheapest.</p>
]]></description><pubDate>Tue, 06 May 2025 20:17:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43909218</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=43909218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43909218</guid></item><item><title><![CDATA[New comment by fhcbix in "OpenVSX, which VSCode forks rely on for extensions, down for 24 hours"]]></title><description><![CDATA[
<p>I was gonna write this. Package management with distributed mirrors for both speed + redundancy are a solved problem in the Linux world. Ship trusted signing keys and even the shadiest mirror becomes verifiable.</p>
]]></description><pubDate>Fri, 25 Apr 2025 07:18:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43791076</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=43791076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43791076</guid></item><item><title><![CDATA[New comment by fhcbix in "Ask HN: What lesser-known accessories do you use with your computer?"]]></title><description><![CDATA[
<p>Since I make music as a hobby, some of these are not gonna be incredibly useful for most:<p>- Behringer XR18 digital mixer, mounted under my desk<p>- DIY wooden stand for a small MIDI controller keyboard & an integrated XLR socket for a conference microphone (used for meetings)<p>- the MIDI controller is connected directly to the XR18 so I have convenient faders and knobs for mic volume, mute, master volume and other stuff connected to the mixer (piano, edrums etc)<p>- DIY shelf to have my displays & speakers at a comfortable height and distance<p>- dishpan under the desk for the occasional footbath<p>Not at all uncommon but still highly recommended: vertical mouse (cheap one), split keyboard (r-go), docking station (old thinkpad ultra dock)<p>Things I still want but never got around to:<p>- my desk lamp (cheap wifi bulb) is cold/warm white fadeable but I want that to happen automatically throughout the day based on sunset<p>- a better drawing tablet so I can ditch my whiteboard (current one sucks)</p>
]]></description><pubDate>Tue, 04 Apr 2023 09:00:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35436936</link><dc:creator>fhcbix</dc:creator><comments>https://news.ycombinator.com/item?id=35436936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35436936</guid></item></channel></rss>