<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: marwis</title><link>https://news.ycombinator.com/user?id=marwis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 02:18:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=marwis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by marwis in "Incremental Backups of Gmail Takeouts"]]></title><description><![CDATA[
<p>Isn't it easier to just backup via IMAP to maildir versioned with git?<p>Does takeout include any metadata not accessible via IMAP? Does it even include labels?</p>
]]></description><pubDate>Tue, 30 Dec 2025 07:27:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46430503</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=46430503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46430503</guid></item><item><title><![CDATA[New comment by marwis in "GNOME 50 completes the migration to Wayland, dropping X11 backend code"]]></title><description><![CDATA[
<p>There were plenty of those, including commercial ones.<p>It's pretty hard to find but ~25 years ago I was using Xi Graphics Accelerated-X which had 3D acceleration long before Xfree86.<p>Update: but yes I imagine it had some code from original MIT release.<p>For completely independent one you can have a look at WeirdX/WiredX, which was written in Java and even supported antialiasing and transparency for core protocol (something that Xfree86 people claimed to be impossible to implement).<p>It's surprisingly hard to find this stuff today: <a href="https://web.archive.org/web/20250220140358/http://www.jcraft.com/weirdx/" rel="nofollow">https://web.archive.org/web/20250220140358/http://www.jcraft...</a></p>
]]></description><pubDate>Sat, 15 Nov 2025 19:20:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45939867</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=45939867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45939867</guid></item><item><title><![CDATA[New comment by marwis in "JetKVM – Control any computer remotely"]]></title><description><![CDATA[
<p>How come there are still no 4K 60fps KVM devices?<p>Software solutions like Moonlight/Sunshine have been able to do that with near-zero latency for a long time and they are not even the first. Phones have chips capable of capturing 4K 120fps. Why is it so hard for KVM devices?</p>
]]></description><pubDate>Tue, 28 Oct 2025 07:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45729892</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=45729892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45729892</guid></item><item><title><![CDATA[New comment by marwis in "Show HN: Macscope – I decide to built a better Cmd-Tab replacement for macOS"]]></title><description><![CDATA[
<p>Can it help with the annoying macos bug that about half the time  disconnecting and reconnecting external screen to my MacBook does not move windows back to external screen?</p>
]]></description><pubDate>Fri, 26 Sep 2025 04:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45382638</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=45382638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45382638</guid></item><item><title><![CDATA[New comment by marwis in "Sequoia backs Zed"]]></title><description><![CDATA[
<p>The C++ plugin is included in Android Studio which is essentially a distribution of IntelliJ. There seems to be no technical reason for not allowing it in full IntelliJ.</p>
]]></description><pubDate>Sat, 23 Aug 2025 22:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44999680</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=44999680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44999680</guid></item><item><title><![CDATA[New comment by marwis in "macOS Tahoe brings a new disk image format"]]></title><description><![CDATA[
<p>There are tools like voidtools Everything2 and WizTree that directly read NTFS from disk device bypassing windows FS apis and are blazingly fast (faster than find/du on ext4 in Linux).</p>
]]></description><pubDate>Thu, 12 Jun 2025 19:39:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44262248</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=44262248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44262248</guid></item><item><title><![CDATA[New comment by marwis in "Java 24"]]></title><description><![CDATA[
<p>With some work on better tooling it could've been used to detect and thwart supply chain attacks, which are a growing concern. Process level sandboxing is too coarse.</p>
]]></description><pubDate>Wed, 19 Mar 2025 03:41:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43408093</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=43408093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43408093</guid></item><item><title><![CDATA[New comment by marwis in "Extensible WASM Applications with Go"]]></title><description><![CDATA[
<p>You can embed JVM with JNI_CreateJavaVM(): <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/invocation.html#wp15956" rel="nofollow">https://docs.oracle.com/javase/7/docs/technotes/guides/jni/s...</a><p>It is used used by projects like Postgres PL/Java, LibreOffice and various native Java launchers/wrappers</p>
]]></description><pubDate>Mon, 17 Feb 2025 09:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43076873</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=43076873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43076873</guid></item><item><title><![CDATA[New comment by marwis in "Go 1.24's go tool is one of the best additions to the ecosystem in years"]]></title><description><![CDATA[
<p>Sounds like the only way out of this is to design language agnostic tooling protocols that anybody can implement.</p>
]]></description><pubDate>Tue, 28 Jan 2025 01:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42847874</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=42847874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42847874</guid></item><item><title><![CDATA[New comment by marwis in "Translating 10M lines of Java to Kotlin"]]></title><description><![CDATA[
<p>Where do you see pattern matching in Kotlin?</p>
]]></description><pubDate>Sun, 22 Dec 2024 01:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42483852</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=42483852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42483852</guid></item><item><title><![CDATA[New comment by marwis in "Show HN: Eonfall – A new third-person co-op action game built for the web"]]></title><description><![CDATA[
<p>Worked fine in a window but too slow when fullscreen on my Surface Pro 8.<p>Should have dynamic resolution to maintain FPS.</p>
]]></description><pubDate>Sat, 21 Dec 2024 22:12:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42482761</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=42482761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42482761</guid></item><item><title><![CDATA[New comment by marwis in "SQLite: 35% Faster Than the Filesystem"]]></title><description><![CDATA[
<p>So why is it still pretty slow for file operations on DevDrive (no filters, async antivirus)? I found the performance improvement not that significant.</p>
]]></description><pubDate>Sat, 27 Jul 2024 20:28:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41089108</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=41089108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41089108</guid></item><item><title><![CDATA[New comment by marwis in "SQLite: 35% Faster Than the Filesystem"]]></title><description><![CDATA[
<p>Doesn't it (Windows VFS layer) also lack the equivalent of dentry cache, making all metadata lookups slow?</p>
]]></description><pubDate>Sat, 27 Jul 2024 18:45:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41088483</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=41088483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41088483</guid></item><item><title><![CDATA[New comment by marwis in "Hotwire: HTML Over The Wire"]]></title><description><![CDATA[
<p>I meant to reply to GP about partial updates rather than parent post about keeping connection open.</p>
]]></description><pubDate>Mon, 03 Jun 2024 07:08:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40560098</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40560098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40560098</guid></item><item><title><![CDATA[New comment by marwis in "Hotwire: HTML Over The Wire"]]></title><description><![CDATA[
<p>This is how AJAX in Java Server Faces used to work nearly 2 decades ago.
There were even more fancy technologies like <a href="https://www.icesoft.org/wiki/display/ICE/Direct-to-DOM+Rendering" rel="nofollow">https://www.icesoft.org/wiki/display/ICE/Direct-to-DOM+Rende...</a><p>I bet ASP had something similar too around the same time</p>
]]></description><pubDate>Mon, 03 Jun 2024 00:10:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40558165</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40558165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40558165</guid></item><item><title><![CDATA[New comment by marwis in "Wine 9.9 (Dev) – Run Windows Applications on Linux, BSD, Solaris and macOS"]]></title><description><![CDATA[
<p>It's not open source and hasn't been in a very long time.<p>Still very useful though.</p>
]]></description><pubDate>Sat, 18 May 2024 00:51:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40395629</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40395629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40395629</guid></item><item><title><![CDATA[New comment by marwis in "PeaZip: Open-source file compression and encryption software"]]></title><description><![CDATA[
<p>Doesn't streaming architecture of libarchive make it a poor choice for working with random access archives?</p>
]]></description><pubDate>Sun, 12 May 2024 20:10:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=40337219</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40337219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40337219</guid></item><item><title><![CDATA[New comment by marwis in "PeaZip: Open-source file compression and encryption software"]]></title><description><![CDATA[
<p>The feature built into windows (even after recent update) is a lot slower</p>
]]></description><pubDate>Sun, 12 May 2024 20:09:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40337206</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40337206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40337206</guid></item><item><title><![CDATA[New comment by marwis in "Show HN: We relaunched the Official MTA App for NYC public transit"]]></title><description><![CDATA[
<p>Lacks ferries and availability of e-bikes. Google maps has both.</p>
]]></description><pubDate>Tue, 23 Apr 2024 01:40:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40127565</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=40127565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40127565</guid></item><item><title><![CDATA[New comment by marwis in "WinBtrfs – an open-source btrfs driver for Windows"]]></title><description><![CDATA[
<p>It still sort of is but you can create Dev Drive which is based on ReFS</p>
]]></description><pubDate>Sun, 07 Apr 2024 06:13:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39958551</link><dc:creator>marwis</dc:creator><comments>https://news.ycombinator.com/item?id=39958551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39958551</guid></item></channel></rss>