<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: zaxomi</title><link>https://news.ycombinator.com/user?id=zaxomi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 06:06:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zaxomi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zaxomi in "A love letter to the CSV format"]]></title><description><![CDATA[
<p>There are better separators included in ASCII, but not used as often: 28 File Separator, 29 Group Separator, 30 Record Separator and 31 Unit Separator.</p>
]]></description><pubDate>Fri, 28 Mar 2025 05:29:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43501865</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=43501865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43501865</guid></item><item><title><![CDATA[New comment by zaxomi in "Why does target="_blank" have an underscore in front?"]]></title><description><![CDATA[
<p>>> It’s a shame they were deprecated without a modern replacement.<p>Isn't iframe the replacement? 
iframe is not deprecated.</p>
]]></description><pubDate>Mon, 24 Feb 2025 12:41:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43158854</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=43158854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43158854</guid></item><item><title><![CDATA[New comment by zaxomi in "Das Blinkenlights"]]></title><description><![CDATA[
<p>I'm planning to do something similar, but using addressable RGB LEDs (like WS2811, also known as neopixel).<p>They are simple to work with. Each LED has 4 connections: GND, +5V, DATA IN and DATA OUT. Each LED grabs the first 24 bits of the data stream (8 bits for Red, Green and Blue) and sends the rest on DATA OUT for the next LED.</p>
]]></description><pubDate>Wed, 15 Jan 2025 01:06:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42706131</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=42706131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42706131</guid></item><item><title><![CDATA[New comment by zaxomi in "Decoding the telephony signals in Pink Floyd's 'The Wall'"]]></title><description><![CDATA[
<p>There are few well-documented standards. There are ready-made solutions that have worked for decades. What do you think AI would add?</p>
]]></description><pubDate>Mon, 23 Dec 2024 12:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42493956</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=42493956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42493956</guid></item><item><title><![CDATA[New comment by zaxomi in "ASCII Delimited Text – Not CSV or Tab Delimited Text"]]></title><description><![CDATA[
<p>I sometimes use them for machine to machine transfer. The biggest problem is that regular editors don't handle it in a sensible way.</p>
]]></description><pubDate>Sun, 10 Nov 2024 15:49:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42100770</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=42100770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42100770</guid></item><item><title><![CDATA[New comment by zaxomi in "Show HN: I built an app to use a QR code as my doorbell"]]></title><description><![CDATA[
<p>I wish my annoying neighbor would get this, because then I can post the code online and have the whole world knocking on his door at all hours of the day.</p>
]]></description><pubDate>Tue, 29 Oct 2024 14:08:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41983988</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41983988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41983988</guid></item><item><title><![CDATA[New comment by zaxomi in "Standardizing Automotive Connectivity"]]></title><description><![CDATA[
<p>The phantom power at 48 volts used with XLR connectors only have a current at about 10 milliampere. Enough to supply power to a little microphone.<p>The connector is bulky and of metal, and designed to be used inside. It's also expensive compared to other connectors.
There are a lot of cheaper, more suitable connectors, designed to carry power.</p>
]]></description><pubDate>Mon, 28 Oct 2024 20:20:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41975755</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41975755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41975755</guid></item><item><title><![CDATA[New comment by zaxomi in "Standardizing Automotive Connectivity"]]></title><description><![CDATA[
<p>Depending on the country you live in, the laws might allow you to do work on equipment that is below 50 volts, but require you to be a certified electrician for anything above that.</p>
]]></description><pubDate>Mon, 28 Oct 2024 20:00:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41975543</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41975543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41975543</guid></item><item><title><![CDATA[New comment by zaxomi in "JSON Patch"]]></title><description><![CDATA[
<p>> appending things to arrays etc can't be done elegantly<p>Are you referring to the possibility to point to the end of the array? If so, a single minus sign might solve it: "/path/to/the/array/-"<p>RFC 6901 JavaScript Object Notation (JSON) Pointer
> exactly the single character "-", making the new referenced value the (nonexistent) member after the last array element</p>
]]></description><pubDate>Sat, 19 Oct 2024 11:14:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41887163</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41887163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41887163</guid></item><item><title><![CDATA[New comment by zaxomi in "Final two communications from MH370 support controlled descent scenario (2021)"]]></title><description><![CDATA[
<p>All vehicles that can be steered have that possibility, even cars: If there is a steering wheel, it is possible to deliberately crash the vehicle. If it is possible to shut down engines, it can also be used for malicious purposes. In other words, there is always the possibility of using everything for malicious purposes.<p>On the other hand, the ability to shut down a system that has failed can save everyone on board.<p>There are approximately 40,000,000 flights each year. Almost all occur without incident. In the entire 120-year history of aviation, only a few accidents have resulted from the pilot intentionally crashing the plane.</p>
]]></description><pubDate>Wed, 28 Aug 2024 13:02:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41379016</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41379016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41379016</guid></item><item><title><![CDATA[New comment by zaxomi in "Postgres feature you're not using – CTEs a.k.a. WITH clauses"]]></title><description><![CDATA[
<p>A quick search shows it in the documentation for version 8.4, released July 1, 2009.<p>Maybe 15 years is "somewhat recent feature". :)</p>
]]></description><pubDate>Wed, 21 Aug 2024 07:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41307821</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41307821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41307821</guid></item><item><title><![CDATA[New comment by zaxomi in "Microsoft is finally removing the FAT32 partition size limit in Windows 11"]]></title><description><![CDATA[
<p>Sure, we should create a new standard…<p><a href="https://xkcd.com/927/" rel="nofollow">https://xkcd.com/927/</a></p>
]]></description><pubDate>Fri, 16 Aug 2024 12:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41265746</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41265746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41265746</guid></item><item><title><![CDATA[New comment by zaxomi in "The Elegance of the ASCII Table"]]></title><description><![CDATA[
<p>Remember that ASCII is short for "American Standard Code for Information Interchange".<p>base64 was proposed in 1987 to work with ASCII, EBCDIC, and other character encodings.</p>
]]></description><pubDate>Fri, 26 Jul 2024 20:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41081963</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=41081963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41081963</guid></item><item><title><![CDATA[New comment by zaxomi in "60 kHz (2022)"]]></title><description><![CDATA[
<p>And before radio, between 1880-1927, time was pumped throughout Paris in the form of compressed air using a network of pneumatic tubes.</p>
]]></description><pubDate>Sat, 01 Jun 2024 20:07:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40548682</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=40548682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40548682</guid></item><item><title><![CDATA[New comment by zaxomi in "PcTattletale leaks victims' screen recordings to entire Internet"]]></title><description><![CDATA[
<p>No need to change the system clock for a millisecond. The operating system has an API for changing allt the timestamps of a file.</p>
]]></description><pubDate>Mon, 27 May 2024 12:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40490293</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=40490293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40490293</guid></item><item><title><![CDATA[New comment by zaxomi in "Thinking out loud about 2nd-gen email"]]></title><description><![CDATA[
<p>I can't register an account at discord, negate I'm behind CGNAT and someone else in the region was banned by discord.</p>
]]></description><pubDate>Sat, 18 May 2024 04:17:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=40396408</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=40396408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40396408</guid></item><item><title><![CDATA[New comment by zaxomi in "Protecting your email address via SVG instead of JavaScript"]]></title><description><![CDATA[
<p>Cool.<p>1 hour later.<p>Spam-scraper updated to support this.</p>
]]></description><pubDate>Mon, 13 May 2024 12:20:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40342473</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=40342473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40342473</guid></item><item><title><![CDATA[New comment by zaxomi in "Regex character "$" doesn't mean "end-of-string""]]></title><description><![CDATA[
<p>Still doesn't support internationalized domain names.</p>
]]></description><pubDate>Wed, 20 Mar 2024 11:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=39765252</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=39765252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39765252</guid></item><item><title><![CDATA[New comment by zaxomi in "Regex character "$" doesn't mean "end-of-string""]]></title><description><![CDATA[
<p>Remember to first punycode the domain part of an email address before trying to validate it, or it will not work with  internationalized domain names.</p>
]]></description><pubDate>Wed, 20 Mar 2024 11:51:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39765197</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=39765197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39765197</guid></item><item><title><![CDATA[New comment by zaxomi in "Why does the `reset` command include a delay? (2017)"]]></title><description><![CDATA[
<p>Every change breaks someone's workflow: <a href="https://xkcd.com/1172/" rel="nofollow">https://xkcd.com/1172/</a></p>
]]></description><pubDate>Fri, 08 Mar 2024 09:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39639339</link><dc:creator>zaxomi</dc:creator><comments>https://news.ycombinator.com/item?id=39639339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39639339</guid></item></channel></rss>