<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: tbabb</title><link>https://news.ycombinator.com/user?id=tbabb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 05:41:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tbabb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tbabb in "Some people can't see mental images"]]></title><description><![CDATA[
<p>Here is some context: Early in the aphantasia discourse, someone asked a group I was in to do a mental exercise: Imagine an apple. Can you tell what color it is? What variety? Can you tell the lighting? Is it against a background? Does it have a texture? Imagine cutting into it. And so on.<p>For me, not only was the color, variety, lighting, and texture crystal clear, but I noticed that when I mentally "cut into" the apple, I could see where the pigment from the broken skin cells had been smeared by the action of the knife into the fleshy white interior of the apple. This happened "by itself", I didn't have to try to make it happen. It was at a level of crisp detail that would be difficult to see with the naked eye without holding it very close.<p>That was the first time I had paid attention to the exact level of detail that appears in my mental imagery, and it hadn't occurred to me before that it might be unusual. Based on what other people describe of their experience, it seems pretty clear to me that there is real variation in mental imagery, and people are not just "describing the same thing differently".</p>
]]></description><pubDate>Thu, 30 Oct 2025 20:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45764810</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=45764810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45764810</guid></item><item><title><![CDATA[New comment by tbabb in "A new term, ‘slop’, has emerged to describe dubious A.I.-generated material"]]></title><description><![CDATA[
<p>They don't mention Twitter, but that's where Willison got it from.</p>
]]></description><pubDate>Tue, 11 Jun 2024 22:47:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40652555</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=40652555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40652555</guid></item><item><title><![CDATA[So You Want to Make a Social Media Platform]]></title><description><![CDATA[
<p>Article URL: <a href="https://threadreaderapp.com/thread/1514730375947321369.html">https://threadreaderapp.com/thread/1514730375947321369.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31034115">https://news.ycombinator.com/item?id=31034115</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 Apr 2022 22:23:45 +0000</pubDate><link>https://threadreaderapp.com/thread/1514730375947321369.html</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=31034115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31034115</guid></item><item><title><![CDATA[New comment by tbabb in "Tell HN: Recruiters are lying about remote positions"]]></title><description><![CDATA[
<p>Recruiters use automated tools to scrape LinkedIn profiles and send what amounts to customized spam.</p>
]]></description><pubDate>Thu, 07 Apr 2022 17:06:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=30947323</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30947323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30947323</guid></item><item><title><![CDATA[New comment by tbabb in "US Senate votes unanimously to make daylight savings time permanent"]]></title><description><![CDATA[
<p>On the one hand, yes.<p>On the other hand, clock time is entirely a social construct whose whole purpose is to coordinate social and business activity, so it should be specifically designed around social customs in order to serve that purpose.</p>
]]></description><pubDate>Wed, 16 Mar 2022 07:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=30696088</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30696088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30696088</guid></item><item><title><![CDATA[New comment by tbabb in "Show HN: hue.tools – open-source toolbox for colors"]]></title><description><![CDATA[
<p>Aha! That was a bonehead miss on my part. Very nice, and very slick interface. :)</p>
]]></description><pubDate>Wed, 16 Feb 2022 19:51:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=30364832</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30364832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30364832</guid></item><item><title><![CDATA[New comment by tbabb in "Show HN: hue.tools – open-source toolbox for colors"]]></title><description><![CDATA[
<p>EDIT: Author has pointed out that the interpolation mode can be changed. Very slick!<p>It looks like this is interpolating in HCL or HSV space— that tends to produce unexpected results, including intermediate colors with unrelated hues (pink between orange and blue?), or sharp discontinuities if one of the endpoints changes slightly (try mixing orange and blue, and then shifting the blue towards teal until suddenly the intermediate pink pops to green).<p>This document[1] also illustrates pretty well.<p>Interpolating in RGB space has its own issues (more so if gamma is not handled correctly) due to the human visual system's differing sensitivity to different colors— the result is often that two bright colors will have an intermediate color which is darker than either endpoint.<p>There's a known solution, thankfully: Mix colors in a perceptual color space like Lab or Oklab[2]. The behavior is very predictable and aesthetically pleasing.<p>[1] <a href="https://observablehq.com/@zanarmstrong/comparing-interpolating-in-different-color-spaces" rel="nofollow">https://observablehq.com/@zanarmstrong/comparing-interpolati...</a>
[2] <a href="https://bottosson.github.io/posts/oklab/" rel="nofollow">https://bottosson.github.io/posts/oklab/</a></p>
]]></description><pubDate>Wed, 16 Feb 2022 18:27:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=30363692</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30363692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30363692</guid></item><item><title><![CDATA[New comment by tbabb in "A baby saved ‘Toy Story 2’ from near complete deletion (2021)"]]></title><description><![CDATA[
<p>Pixar used RCS at the time. Problem is, when you run `rm -rf /`, that deletes the RCS directories as well.</p>
]]></description><pubDate>Mon, 14 Feb 2022 16:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=30333793</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30333793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30333793</guid></item><item><title><![CDATA[New comment by tbabb in "A baby saved ‘Toy Story 2’ from near complete deletion (2021)"]]></title><description><![CDATA[
<p>Ed Catmull.</p>
]]></description><pubDate>Mon, 14 Feb 2022 16:15:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=30333769</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30333769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30333769</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla drivers report a surge in ‘phantom braking’"]]></title><description><![CDATA[
<p>> I play sports. I may be able to catch a ball with one eye<p>I would love to see a sports game where one team can use both eyes, and the other team only has one eye uncovered. I imagine it'd be downright funny.</p>
]]></description><pubDate>Wed, 02 Feb 2022 20:21:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=30183456</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30183456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30183456</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla drivers report a surge in ‘phantom braking’"]]></title><description><![CDATA[
<p>> Humans don’t really use stereopsis beyond the reach of their arms<p>This is outright false. A person with acute vision can perceive stereopsis out to 1/4 mile. Trivially, 3D movies are projected onto screens which are 10m away.<p>> which is why we can also understand pictures<p>We don't drive using pictures.</p>
]]></description><pubDate>Wed, 02 Feb 2022 17:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=30181005</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30181005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30181005</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla drivers report a surge in ‘phantom braking’"]]></title><description><![CDATA[
<p>The failures will continue indefinitely, until Tesla decides to use stereopsis for ranging.</p>
]]></description><pubDate>Wed, 02 Feb 2022 17:19:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=30180594</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30180594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30180594</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla drivers report a surge in ‘phantom braking’"]]></title><description><![CDATA[
<p>> Requiring multiple sensors means that all of your sensor systems need to notice a danger<p>This is the opposite of true. In well-designed sensor fusion algorithms, every new piece of sensor data, however noisy, helps to overconstrain the estimate. Each sensor reading helps to inform the interpretation of the other readings. If your system is designed such that more information worsens your inference, you have designed a terrible system.</p>
]]></description><pubDate>Wed, 02 Feb 2022 17:17:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=30180557</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30180557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30180557</guid></item><item><title><![CDATA[New comment by tbabb in "Jack Dorsey and Marc Andreessen's crypto feud puts Web3 at risk"]]></title><description><![CDATA[
<p>> Why don’t I just connect directly to my friend, not through some third party content server, and pull the desired content directly off my friends hard drive?<p>That, my friend, is called a "web page", and thanks to the open design of the web, literally nothing stops you from setting one up.</p>
]]></description><pubDate>Fri, 21 Jan 2022 04:31:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=30019188</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30019188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30019188</guid></item><item><title><![CDATA[New comment by tbabb in "Jack Dorsey and Marc Andreessen's crypto feud puts Web3 at risk"]]></title><description><![CDATA[
<p>And that's the biggest doublespeak lie about it.<p>The web is already open and decentralized by its very design, and that openness and decentralization is a major reason for its incredible success.<p>Web3 people want that stuff <i>not to work</i>. They want you to be <i>unable</i> to right-click save. You can already openly save, modify, and share images. Web3 people want to lock it down and charge you for memes.<p>It is the biggest, greediest grift in recent memory. If you are working on this, don't be fooled by all the empty words about "decentralization"; you are <i>working on DRM</i> for giant hedge funds who are trying to take over and own the entire web. Its current openness is their enemy.</p>
]]></description><pubDate>Fri, 21 Jan 2022 04:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=30019012</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=30019012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30019012</guid></item><item><title><![CDATA[New comment by tbabb in "Cryptocurrency scams cost owners $7.7B in 2021, driven by DeFi-based “rug pulls”"]]></title><description><![CDATA[
<p>Victim-blaming comments like this make me see red.<p>"The fact that I am able to exploit these people means that I am entitled to" is everything wrong with Silicon Valley.</p>
]]></description><pubDate>Thu, 16 Dec 2021 18:24:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=29581776</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=29581776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29581776</guid></item><item><title><![CDATA[New comment by tbabb in "Web3 is going just great"]]></title><description><![CDATA[
<p>"Innovation" and "scam" are not incompatible.</p>
]]></description><pubDate>Wed, 15 Dec 2021 02:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=29561180</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=29561180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29561180</guid></item><item><title><![CDATA[New comment by tbabb in "Web3 is going just great"]]></title><description><![CDATA[
<p>It's not clear that the impression is false.</p>
]]></description><pubDate>Tue, 14 Dec 2021 21:01:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=29557665</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=29557665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29557665</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla Update Allows Video Games While Driving, and the Feds Aren’t Happy"]]></title><description><![CDATA[
<p>Sometimes it's hard for me to tell when a Hacker News comment is being sarcastic or not.</p>
]]></description><pubDate>Thu, 09 Dec 2021 19:24:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=29501739</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=29501739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29501739</guid></item><item><title><![CDATA[New comment by tbabb in "Tesla Update Allows Video Games While Driving, and the Feds Aren’t Happy"]]></title><description><![CDATA[
<p>> 60 miles<p>To match a human, it needs to go half a million miles without an accident, and 100 million miles without a fatality.</p>
]]></description><pubDate>Thu, 09 Dec 2021 17:19:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=29500162</link><dc:creator>tbabb</dc:creator><comments>https://news.ycombinator.com/item?id=29500162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29500162</guid></item></channel></rss>