<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: ceving</title><link>https://news.ycombinator.com/user?id=ceving</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:58:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ceving" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ceving in "Mozilla to launch free built-in VPN in upcoming Firefox 149"]]></title><description><![CDATA[
<p>The ability to nest proxy servers using TLS would be sufficient for me.</p>
]]></description><pubDate>Thu, 19 Mar 2026 08:17:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436359</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=47436359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436359</guid></item><item><title><![CDATA[New comment by ceving in "AI is not a coworker, it's an exoskeleton"]]></title><description><![CDATA[
<p>AI is like sugar. It tastes delicious, but in high doses it causes diabetes.</p>
]]></description><pubDate>Fri, 20 Feb 2026 10:27:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47086136</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=47086136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47086136</guid></item><item><title><![CDATA[New comment by ceving in "Windows Notepad App Remote Code Execution Vulnerability"]]></title><description><![CDATA[
<p>They should have called it Emacs. Then everybody would have known.</p>
]]></description><pubDate>Wed, 11 Feb 2026 09:16:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46972711</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46972711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46972711</guid></item><item><title><![CDATA[New comment by ceving in "Ask HN: Do you still use physical calculators?"]]></title><description><![CDATA[
<p>No. Droid48 has replaced it.</p>
]]></description><pubDate>Tue, 03 Feb 2026 15:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46871840</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46871840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46871840</guid></item><item><title><![CDATA[New comment by ceving in "Show HN: Executable Markdown files with Unix pipes"]]></title><description><![CDATA[
<p>Did something similar some time ago: <a href="https://gitlab.com/ceving/mdexec" rel="nofollow">https://gitlab.com/ceving/mdexec</a></p>
]]></description><pubDate>Fri, 09 Jan 2026 13:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46553467</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46553467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46553467</guid></item><item><title><![CDATA[New comment by ceving in "What happened to WebAssembly"]]></title><description><![CDATA[
<p>Wasm has a fundamental problem: int64 is an insufficient data type for real use cases. If you want to create some kind of plugin system based on Wasm, you need to exchange structured data. But most languages disagree about the memory layout. Dynamic languages do tagging, compiled languages do not. And the UTF issue shows that even with strings, there's still no real agreement.<p>Furthermore, there are now competing interest groups within the Wasm camp. Wasm originally launched as a web standard: an extension of the JavaScript environment. However, some now want to use Wasm as the basis for replacing containers: an extension of a POSIX environment.</p>
]]></description><pubDate>Fri, 09 Jan 2026 10:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46552380</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46552380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46552380</guid></item><item><title><![CDATA[New comment by ceving in "What happened to WebAssembly"]]></title><description><![CDATA[
<p>The data exchange between host and guest is still unspecified. You can not access host objects from Wasm. Most do just string serialization, which is not fast. Or they write libraries for some particular languages, which damages the universal idea of Wasm. And WASI seems to be quite controversial: <a href="https://www.assemblyscript.org/standards-objections.html" rel="nofollow">https://www.assemblyscript.org/standards-objections.html</a></p>
]]></description><pubDate>Fri, 09 Jan 2026 08:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46551375</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46551375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46551375</guid></item><item><title><![CDATA[New comment by ceving in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>The spacing issue isn't working quite right yet.<p><pre><code>    zpdf extract texbook.pdf | grep -m1 Stanford
    DONALD E. KNUTHStanford UniversityIllustrations by</code></pre></p>
]]></description><pubDate>Wed, 31 Dec 2025 12:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46443559</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46443559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443559</guid></item><item><title><![CDATA[Generative AI is a Parasitic Cancer [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=-opBifFfsMY">https://www.youtube.com/watch?v=-opBifFfsMY</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46150655">https://news.ycombinator.com/item?id=46150655</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 04 Dec 2025 17:59:37 +0000</pubDate><link>https://www.youtube.com/watch?v=-opBifFfsMY</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46150655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46150655</guid></item><item><title><![CDATA[New comment by ceving in "Ruby is not a serious programming language"]]></title><description><![CDATA[
<p>Click-bait title for pay-wall spam?</p>
]]></description><pubDate>Mon, 01 Dec 2025 15:25:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46108531</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46108531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46108531</guid></item><item><title><![CDATA[New comment by ceving in "DIY NAS: 2026 Edition"]]></title><description><![CDATA[
<p>Can you give a reference for ECC? I can not find anything about ECC support on the Odroid site.</p>
]]></description><pubDate>Thu, 27 Nov 2025 15:17:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46069996</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46069996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46069996</guid></item><item><title><![CDATA[New comment by ceving in "Firefox 147 Will Support the XDG Base Directory Specification"]]></title><description><![CDATA[
<p>And now "absolute rot and chaos" is in "~/.config". What is the difference?</p>
]]></description><pubDate>Fri, 21 Nov 2025 07:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46002105</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=46002105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46002105</guid></item><item><title><![CDATA[New comment by ceving in "Firefox 147 Will Support the XDG Base Directory Specification"]]></title><description><![CDATA[
<p>I think the XDG spec is pretty petty. What difference does it make that the files are in ~/.config/mozilla instead of ~/.mozilla? And calling it a bug is presumptuous.</p>
]]></description><pubDate>Thu, 20 Nov 2025 15:41:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45993787</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45993787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45993787</guid></item><item><title><![CDATA[New comment by ceving in "FPGA Based IBM-PC-XT"]]></title><description><![CDATA[
<p>I had to upvote right after this sentence: "I wanted to be able to play the EGA version of Monkey Island 1 on it"</p>
]]></description><pubDate>Mon, 17 Nov 2025 12:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45953123</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45953123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45953123</guid></item><item><title><![CDATA[New comment by ceving in "Why I'm Learning Sumerian"]]></title><description><![CDATA[
<p>How does "impresses no one" and writing a blog article fits together?</p>
]]></description><pubDate>Fri, 14 Nov 2025 13:40:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45926599</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45926599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45926599</guid></item><item><title><![CDATA[New comment by ceving in "Ask HN: Dark Mode for HN is overdue"]]></title><description><![CDATA[
<p>This was my first dark mode: <a href="https://www.dosforum.de/viewtopic.php?t=12253" rel="nofollow">https://www.dosforum.de/viewtopic.php?t=12253</a>
Been there, done that. A black background is generally more tiring for the eyes. A black background means less light. Less light means the eye's aperture has to open wider. A wider aperture means less depth of field. Less depth of field means the eye has to work harder to focus. There are reasons for using a black background on a mobile phone, as it can save energy. But for any device that has a power adapter, a black background is simply self-flagellation.</p>
]]></description><pubDate>Thu, 13 Nov 2025 16:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45917240</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45917240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45917240</guid></item><item><title><![CDATA[New comment by ceving in "A modern 35mm film scanner for home"]]></title><description><![CDATA[
<p>Is there anyone in the world who hasn't cut their negatives into strips?
<a href="https://www.beauphoto.com/product/printfile-archival-negative-sleeves-35-7b/" rel="nofollow">https://www.beauphoto.com/product/printfile-archival-negativ...</a>
The ability to scan an entire film seems rather useless to me in light of that.</p>
]]></description><pubDate>Wed, 12 Nov 2025 15:34:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45901442</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45901442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45901442</guid></item><item><title><![CDATA[New comment by ceving in "The terminal of the future"]]></title><description><![CDATA[
<p>"stage 1: transactional semantics" sounds like pure nonsense. How can a terminal have transactions if the OS does not have them?</p>
]]></description><pubDate>Wed, 12 Nov 2025 12:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45899430</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45899430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45899430</guid></item><item><title><![CDATA[New comment by ceving in "The Farmer Was Replaced [video]"]]></title><description><![CDATA[
<p>Is this Windows only?</p>
]]></description><pubDate>Tue, 04 Nov 2025 13:25:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45810758</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45810758</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45810758</guid></item><item><title><![CDATA[New comment by ceving in "What Americans die from vs. what the news reports on"]]></title><description><![CDATA[
<p>According to Shannon, the measure of the information content of a news story is the improbability with which the event occurs. This means that rare events automatically have a higher information content than frequently occurring events. Even though I generally don't think much of the media, one has to acknowledge that in this case the media should focus more on rarer events.</p>
]]></description><pubDate>Wed, 15 Oct 2025 07:57:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45589358</link><dc:creator>ceving</dc:creator><comments>https://news.ycombinator.com/item?id=45589358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45589358</guid></item></channel></rss>