<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: davidkwast</title><link>https://news.ycombinator.com/user?id=davidkwast</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 13:46:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=davidkwast" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by davidkwast in "Never Bet Against x86"]]></title><description><![CDATA[
<p>RISC-V can be essential for this open future</p>
]]></description><pubDate>Fri, 06 Mar 2026 19:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47279911</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=47279911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279911</guid></item><item><title><![CDATA[New comment by davidkwast in "MacBook Neo"]]></title><description><![CDATA[
<p>Still better than my Lenovo</p>
]]></description><pubDate>Thu, 05 Mar 2026 12:45:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47260995</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=47260995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47260995</guid></item><item><title><![CDATA[New comment by davidkwast in "Textadept"]]></title><description><![CDATA[
<p>I saw that in the code on the github repo</p>
]]></description><pubDate>Tue, 03 Mar 2026 23:39:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47240748</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=47240748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47240748</guid></item><item><title><![CDATA[New comment by davidkwast in "Vouch"]]></title><description><![CDATA[
<p>I think LLMs are accelerating us toward a Dune-like universe, where humans come before AI.</p>
]]></description><pubDate>Sun, 08 Feb 2026 03:31:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46931070</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46931070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46931070</guid></item><item><title><![CDATA[New comment by davidkwast in "Sqldef: Idempotent schema management tool for MySQL, PostgreSQL, SQLite"]]></title><description><![CDATA[
<p>Wow. I saved the link for emergencies. And I sent it to all my team. It is like a diff tool but to advance the schema.</p>
]]></description><pubDate>Wed, 04 Feb 2026 23:41:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46893557</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46893557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46893557</guid></item><item><title><![CDATA[New comment by davidkwast in "AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines"]]></title><description><![CDATA[
<p>I don't think MariaDB ColumnStore has any kind of advantage. It is just an append-only storage format with some columnar concepts.<p><a href="https://vettabase.com/mariadb-columnstore-sql-limitations/#Indexes" rel="nofollow">https://vettabase.com/mariadb-columnstore-sql-limitations/#I...</a></p>
]]></description><pubDate>Wed, 04 Feb 2026 01:28:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46880164</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46880164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46880164</guid></item><item><title><![CDATA[New comment by davidkwast in "AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines"]]></title><description><![CDATA[
<p>This ColumnStore is very simple and just do table scans sequentially on every query. It doesn't support indexes and unique constraints. It is almost an append-only serialization file format, but with some columnar concepts.</p>
]]></description><pubDate>Wed, 04 Feb 2026 00:05:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46879352</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46879352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46879352</guid></item><item><title><![CDATA[New comment by davidkwast in "MapLibre Tile: a modern and efficient vector tile format"]]></title><description><![CDATA[
<p>I am hosting user data from the database. It is very easy with this stack:
- PostgreSQL with PostGIS
- Django with MVT-tiles plugin
- MapLibre</p>
]]></description><pubDate>Thu, 29 Jan 2026 20:49:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46816385</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46816385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46816385</guid></item><item><title><![CDATA[New comment by davidkwast in "MapLibre Tile: a modern and efficient vector tile format"]]></title><description><![CDATA[
<p>I do. The pros are hosting own data and have total control over stack and cloud hosting. The cons are having to code your own stack and do cloud management. I use PostGis to storage and serve vector tiles. And I use a simple backend with AWS S3 to store and serve raster data (GeoTiff COG).</p>
]]></description><pubDate>Mon, 26 Jan 2026 21:33:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46771866</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46771866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46771866</guid></item><item><title><![CDATA[New comment by davidkwast in "PCs refuse to shut down after Microsoft patch"]]></title><description><![CDATA[
<p>It was nice in 2015-2017 when I got a free Windows 10 license for my Dell Ubuntu Linux Notebook (much cheaper to buy in Brazil). Back then most of the games only was on Windows. Nowadays I have a Lenovo with Windows 10/11 license but I do not used Windows since 2024.</p>
]]></description><pubDate>Sat, 17 Jan 2026 14:51:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46658505</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46658505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46658505</guid></item><item><title><![CDATA[New comment by davidkwast in "10 Years of Let's Encrypt"]]></title><description><![CDATA[
<p>This can happen too with Micropython on Esp8266</p>
]]></description><pubDate>Wed, 10 Dec 2025 01:37:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46213046</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46213046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46213046</guid></item><item><title><![CDATA[New comment by davidkwast in "Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries"]]></title><description><![CDATA[
<p>Detected TCP or UDP traffic on non-standard ports<p>1.12.73.4:7950</p>
]]></description><pubDate>Mon, 01 Dec 2025 17:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46110090</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46110090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46110090</guid></item><item><title><![CDATA[New comment by davidkwast in "Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries"]]></title><description><![CDATA[
<p>© 2023-2025 Shenzhen Huayi Software Co., Ltd. All rights reserved.</p>
]]></description><pubDate>Mon, 01 Dec 2025 17:03:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46109830</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46109830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46109830</guid></item><item><title><![CDATA[New comment by davidkwast in "Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries"]]></title><description><![CDATA[
<p>This site/domain appeared on the analysis:<p><a href="https://www.aivition.com" rel="nofollow">https://www.aivition.com</a></p>
]]></description><pubDate>Mon, 01 Dec 2025 17:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46109812</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46109812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46109812</guid></item><item><title><![CDATA[New comment by davidkwast in "Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries"]]></title><description><![CDATA[
<p>Here is virustotal link:<p><a href="https://www.virustotal.com/gui/file/2e76b19c85894af51c81672a58e273469c7238098206e3a1150496a564df940c" rel="nofollow">https://www.virustotal.com/gui/file/2e76b19c85894af51c81672a...</a><p>1/69 security vendor flagged this file as malicious<p>Last Analysis Date 21 minutes ago</p>
]]></description><pubDate>Mon, 01 Dec 2025 16:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46109767</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=46109767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46109767</guid></item><item><title><![CDATA[New comment by davidkwast in "SanDisk launches dongle-like Extreme Fit USB-C flash drive with up to 1 TB"]]></title><description><![CDATA[
<p>NTFS</p>
]]></description><pubDate>Tue, 11 Nov 2025 19:19:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45891573</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=45891573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45891573</guid></item><item><title><![CDATA[New comment by davidkwast in "Apple will phase out Rosetta 2 in macOS 28"]]></title><description><![CDATA[
<p>So it was not released yet. What is keeping Valve from release it? Apple is "giving a hand" now.</p>
]]></description><pubDate>Wed, 29 Oct 2025 14:35:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45747383</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=45747383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45747383</guid></item><item><title><![CDATA[New comment by davidkwast in "Django 6.0 beta 1 released"]]></title><description><![CDATA[
<p>You can always use pyenv to install any Python on any mainstream Linux. I only use pyenv Python to develop on any laptop or any server. My dev laptop is still Ubuntu 22.04 and I have any Python from 2.7 to 3.14 .<p><a href="https://github.com/pyenv/pyenv" rel="nofollow">https://github.com/pyenv/pyenv</a><p>Simple Python version management</p>
]]></description><pubDate>Wed, 22 Oct 2025 21:39:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45675496</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=45675496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45675496</guid></item><item><title><![CDATA[New comment by davidkwast in "mRNA Covid vaccines improve cancer treatment effectiveness in humans"]]></title><description><![CDATA[
<p>Nice to see "collateral benefits" from RNA vaccines. Remembers me of Viagra collateral effect in angina treatment.</p>
]]></description><pubDate>Wed, 22 Oct 2025 18:40:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45673368</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=45673368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45673368</guid></item><item><title><![CDATA[New comment by davidkwast in "UA 1093"]]></title><description><![CDATA[
<p>LOL</p>
]]></description><pubDate>Tue, 21 Oct 2025 15:19:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656914</link><dc:creator>davidkwast</dc:creator><comments>https://news.ycombinator.com/item?id=45656914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656914</guid></item></channel></rss>