<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: dphnx</title><link>https://news.ycombinator.com/user?id=dphnx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 07:06:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dphnx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dphnx in "Epson MX-80 Fonts"]]></title><description><![CDATA[
<p>Ah, so the characters we’re seeing here are twice as wide as they would be when printed? Adding some CSS to compress the page horizontally looks a lot closer to the first image you shared:<p><pre><code>  html {
    transform: scaleX(50%);
  }</code></pre></p>
]]></description><pubDate>Thu, 21 Aug 2025 08:24:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44970418</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=44970418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44970418</guid></item><item><title><![CDATA[New comment by dphnx in "Qwen2.5-VL-32B: Smarter and Lighter"]]></title><description><![CDATA[
<p>uv is just a Python package manager. No idea why they thought it was relevant to mention that</p>
]]></description><pubDate>Tue, 25 Mar 2025 13:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43471324</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=43471324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43471324</guid></item><item><title><![CDATA[New comment by dphnx in "The HTML Review"]]></title><description><![CDATA[
<p>This is cute, but please don’t. If you don’t have perfect vision or dexterity, whether due to permanent disability or temporary impediment, this is a nightmare to navigate.</p>
]]></description><pubDate>Mon, 24 Mar 2025 21:29:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43465588</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=43465588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43465588</guid></item><item><title><![CDATA[New comment by dphnx in "New in Chrome 115"]]></title><description><![CDATA[
<p>I'm not sure. There could be a setting or maybe something in chrome://flags, but purely on principle I'm voting with my feet and switching to Firefox.</p>
]]></description><pubDate>Thu, 13 Jul 2023 20:20:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36715405</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=36715405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36715405</guid></item><item><title><![CDATA[New comment by dphnx in "New CSS units that account for mobile viewports with dynamic toolbars"]]></title><description><![CDATA[
<p>Why oh why do they have to be three letter acronymns? I’m sure it’s fine if you’re immersed in front-end web development and have memorised the nuances of each unit, but as a back-end developer with a good working knowledge of CSS but for whom it isn’t my focus, I just know I’m going to have to constantly look these up every time I come across them.</p>
]]></description><pubDate>Thu, 01 Dec 2022 10:08:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=33814393</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=33814393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33814393</guid></item><item><title><![CDATA[New comment by dphnx in "Named element IDs can be referenced as JavaScript globals"]]></title><description><![CDATA[
<p>`document.all` can be used in this way:<p><pre><code>  <div id="foo"></div>
  <script>
    const { foo } = document.all
    // do something with foo
  </script>
</code></pre>
Don't use it though, it's deprecated as well[1].<p>[1]: <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/all" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/Document/al...</a></p>
]]></description><pubDate>Tue, 27 Sep 2022 16:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=32997556</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=32997556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32997556</guid></item><item><title><![CDATA[New comment by dphnx in "Genius Sells to Media Lab for $80M"]]></title><description><![CDATA[
<p>This is sad news, genius.com is still my go-to website for lyrics and interpretations.<p>I’ve been a fan of Genius since they were featured in an episode of Small Empires[1], a series by the Verge presented by Alexis Ohanian (an investor in then-named Rap Genius), eight years ago. While I’m glad they expanded beyond annotations for rap music into other genres, it doesn’t surprise me that they struggled to expand beyond music.<p>Reading the article, I wonder if layoffs mean they’ll stop producing their artist Lyrics & Meaning video series on YouTube[2]. I hope not because it’s a unique angle. Either way I’m sure the website will live on, I just hope the new owners don’t destroy it through monetization.<p>[1]: <a href="https://www.youtube.com/watch?v=T92-MTJYmFc" rel="nofollow">https://www.youtube.com/watch?v=T92-MTJYmFc</a>
[2]: <a href="https://www.youtube.com/rapgenius" rel="nofollow">https://www.youtube.com/rapgenius</a></p>
]]></description><pubDate>Thu, 16 Sep 2021 12:40:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=28550958</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=28550958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28550958</guid></item><item><title><![CDATA[New comment by dphnx in "Server Side Rendering React App with Deno"]]></title><description><![CDATA[
<p>It didn’t occur to me that Deno’s Typescript engine also brings with it JSX (as .tsx). That’s pretty neat.</p>
]]></description><pubDate>Thu, 25 Jun 2020 10:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=23638955</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=23638955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23638955</guid></item><item><title><![CDATA[Intel made smart glasses that look normal]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theverge.com/2018/2/5/16966530/intel-vaunt-smart-glasses-announced-ar-video">https://www.theverge.com/2018/2/5/16966530/intel-vaunt-smart-glasses-announced-ar-video</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16308522">https://news.ycombinator.com/item?id=16308522</a></p>
<p>Points: 440</p>
<p># Comments: 257</p>
]]></description><pubDate>Mon, 05 Feb 2018 13:11:50 +0000</pubDate><link>https://www.theverge.com/2018/2/5/16966530/intel-vaunt-smart-glasses-announced-ar-video</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=16308522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16308522</guid></item><item><title><![CDATA[New comment by dphnx in "Flawed reporting about WhatsApp"]]></title><description><![CDATA[
<p>Non-AMP link: <a href="https://theguardian.com/technology/commentisfree/2017/jun/28/flawed-reporting-about-whatsapp" rel="nofollow">https://theguardian.com/technology/commentisfree/2017/jun/28...</a></p>
]]></description><pubDate>Wed, 28 Jun 2017 16:44:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=14655687</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=14655687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14655687</guid></item><item><title><![CDATA[New comment by dphnx in "Why does Outlook map Ctrl+F to Forward instead of Find?"]]></title><description><![CDATA[
<p>For months I thought my girlfriend was signing her emails with her initial. It wasn’t until I saw her typing an email to a friend that I realised what was going on.</p>
]]></description><pubDate>Tue, 15 Jul 2014 15:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=8037034</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=8037034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8037034</guid></item><item><title><![CDATA[New comment by dphnx in "[dead]"]]></title><description><![CDATA[
<p>The article is a PDF, here it is without the awful surrounding website:
<a href="http://apps.fcc.gov/ecfs/document/view;jsessionid=JjJ7TpQcryBLKSTZJT5WpSjTnry0T2JBt7pKQdpQkbHn2TyNk80J!74404766!1565474435?id=7521173192#statusbar=0&messages=0&navpanes=0" rel="nofollow">http://apps.fcc.gov/ecfs/document/view;jsessionid=JjJ7TpQcry...</a></p>
]]></description><pubDate>Tue, 24 Jun 2014 09:13:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=7936794</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7936794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7936794</guid></item><item><title><![CDATA[64 bit versions of Chrome Canary for Windows 7 and 8 announced]]></title><description><![CDATA[
<p>Article URL: <a href="https://plus.google.com/100132233764003563318/posts/3gt8WSH4zU3">https://plus.google.com/100132233764003563318/posts/3gt8WSH4zU3</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7848166">https://news.ycombinator.com/item?id=7848166</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Jun 2014 20:48:16 +0000</pubDate><link>https://plus.google.com/100132233764003563318/posts/3gt8WSH4zU3</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7848166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7848166</guid></item><item><title><![CDATA[New comment by dphnx in "Death Row – Last words of every Texas inmate executed since 1982"]]></title><description><![CDATA[
<p>The New York Times ran an article[1] on this in 2009. Here are the last words they picked out -<p>---<p>Go ahead?<p>Nothing I can say can change the past.<p>I done lost my voice.<p>I would like to say goodbye.<p>My heart goes is going ba bump ba bump ba bump.<p>Is the mike on?<p>I don’t have anything to say. I am just sorry about what I did.<p>I am nervous and it is hard to put my thoughts together. Sometimes you don’t know what to say.<p>Man, there is a lot of people there.<p>I have come here today to die, not make speeches.<p>Where’s Mr. Marino’s mother? Did you get my letter?<p>I want to ask if it is in your heart to forgive me. You don’t have to.<p>I wish I could die more than once to tell you how sorry I am.<p>Could you please tell that lady right there — can I see her? She is not looking at me — I want you to understand something, hold no animosity toward me. I want you to understand. Please forgive me.<p>I don’t think the world will be a better or safer place without me.<p>I am sorry.<p>I want to tell my mom that I love her.<p>I caused her so much pain and my family and stuff. I hurt for the fact that they are going to be hurting.<p>I am taking it like a man.<p>Kick the tires and light the fire. I am going home.<p>They may execute me but they can’t punish me because they can’t execute an innocent man.<p>I couldn’t do a life sentence.<p>I said I was going to tell a joke. Death has set me free. That’s the biggest joke.<p>To my sweet Claudia, I love you.<p>Cathy, you know I never meant to hurt you.<p>I love you, Irene.<p>Let my son know I love him.<p>Tell everyone I got full on chicken and pork chops.<p>I appreciate the hospitality that you guys have shown me and the respect, and the last meal was really good.<p>The reason it took them so long is because they couldn’t find a vein. You know how I hate needles. ... Tell the guys on Death Row that I’m not wearing a diaper.<p>Lord, I lift your name on high.<p>From Allah we came and to Allah we shall return.<p>For everybody incarcerated, keep your heads up.<p>Death row is full of isolated hearts and suppressed minds.<p>Mistakes are made, but with God all things are possible.<p>I am responsible for them losing their mother, their father and their grandmother. I never meant for them to be taken. I am sorry for what I did.<p>I can’t take it back.<p>Lord Jesus forgive of my sins. Please forgive me for the sins that I can remember.<p>All my life I have been locked up.<p>Give me my rights. Give me my rights. Give me my rights. Give me my life back.<p>I am tired.<p>I deserve this.<p>A life for a life.<p>It’s my hour. It’s my hour.<p>I’m ready, Warden.<p>---<p>[1] <a href="http://www.nytimes.com/2009/09/20/opinion/20cameron.html?_r=3&" rel="nofollow">http://www.nytimes.com/2009/09/20/opinion/20cameron.html?_r=...</a></p>
]]></description><pubDate>Fri, 30 May 2014 14:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=7822013</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7822013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7822013</guid></item><item><title><![CDATA[New comment by dphnx in "All of Bach"]]></title><description><![CDATA[
<p>I guess you could say…<p>All of Bach belong to us?</p>
]]></description><pubDate>Fri, 09 May 2014 21:40:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=7723394</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7723394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7723394</guid></item><item><title><![CDATA[New comment by dphnx in "Popcorn-app"]]></title><description><![CDATA[
<p>Can’t help being a pedant but the plural of synopsis is synopses. “Synopsis’s” refers to something belonging to a synopsis, e.g. “the synopsis’s true meaning”.</p>
]]></description><pubDate>Sun, 16 Mar 2014 22:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=7411570</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7411570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7411570</guid></item><item><title><![CDATA[New comment by dphnx in "[dead]"]]></title><description><![CDATA[
<p>You could start your own. Call it “Hacker Hacker News: Hacker News for Hackers”</p>
]]></description><pubDate>Thu, 20 Feb 2014 09:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=7269816</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7269816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7269816</guid></item><item><title><![CDATA[A small bookmarklet for resolution testing]]></title><description><![CDATA[
<p>Article URL: <a href="http://liamnewmarch.co.uk/resolution-bookmarklet/?utm_source=HN">http://liamnewmarch.co.uk/resolution-bookmarklet/?utm_source=HN</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7152234">https://news.ycombinator.com/item?id=7152234</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Jan 2014 18:11:18 +0000</pubDate><link>http://liamnewmarch.co.uk/resolution-bookmarklet/?utm_source=HN</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=7152234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7152234</guid></item><item><title><![CDATA[New comment by dphnx in "Why I'm turning JavaScript off by default"]]></title><description><![CDATA[
<p>Elements of the Spotify desktop app (though not all of it) are built using web technologies. They use the Chromium Embedded Framework: <a href="http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF" rel="nofollow">http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#App...</a></p>
]]></description><pubDate>Tue, 10 Dec 2013 12:34:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=6880325</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=6880325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6880325</guid></item><item><title><![CDATA[New comment by dphnx in "Show HN: RiffBank – A reverse guitar tab search engine"]]></title><description><![CDATA[
<p>I love this idea and would find it a very useful tool, well done.<p>I think that textarea input box is key - you should invest time making it look good and easy to use. Could you make it an insert-mode text input that replaces hyphens as you type? Could it auto-expand in width when you get to the end?<p>Can’t wait to see this evolve</p>
]]></description><pubDate>Fri, 06 Dec 2013 17:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=6862185</link><dc:creator>dphnx</dc:creator><comments>https://news.ycombinator.com/item?id=6862185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6862185</guid></item></channel></rss>