<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: semolino</title><link>https://news.ycombinator.com/user?id=semolino</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:24:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=semolino" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by semolino in "Olo (Color)"]]></title><description><![CDATA[
<p>Having read this comment from today detailing variance in the default Windows 95 background (<a href="https://news.ycombinator.com/item?id=49329282">https://news.ycombinator.com/item?id=49329282</a>), I'm imagining Olo would be your wallpaper if "257 colors" could be supported.</p>
]]></description><pubDate>Mon, 17 Aug 2026 17:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49334326</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=49334326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49334326</guid></item><item><title><![CDATA[New comment by semolino in "CSS: The bomb inside your inbox"]]></title><description><![CDATA[
<p>Most webpages that function as simple documents can be built without JS. If you build webpages, you probably have an intuition for what kind of functionality necessitates JS. When a webpage requires that users enable JS, then, when it doesn't seem like it should need it, that's a signal of either developer laziness or nefarious behind-the-scenes activity (tracking, etc.).</p>
]]></description><pubDate>Sun, 09 Aug 2026 14:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49231574</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=49231574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49231574</guid></item><item><title><![CDATA[New comment by semolino in "LLM Honeypot"]]></title><description><![CDATA[
<p>Upon inspecting with developer tools, I was pleased to find that <marquee> supports GPU acceleration. I vaguely recall reading lore of someone refactoring it up to modern standards in chromium a few years back.</p>
]]></description><pubDate>Thu, 30 Jul 2026 17:09:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49112792</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=49112792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49112792</guid></item><item><title><![CDATA[New comment by semolino in "Terence McKenna's Mega Bad Trip (2025)"]]></title><description><![CDATA[
<p>I didn't intend to sound so sure :)</p>
]]></description><pubDate>Mon, 20 Jul 2026 20:00:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48984136</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48984136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48984136</guid></item><item><title><![CDATA[New comment by semolino in "Terence McKenna's Mega Bad Trip (2025)"]]></title><description><![CDATA[
<p>Yes, perception of entities during psychedelic experience is unhinged paredolia: psychedelic substances obliterate the squelch for our pattern recognition systems, of which paredolia is one. Deepdream slugdogs are sort of a synthetic analogue to this.</p>
]]></description><pubDate>Sun, 19 Jul 2026 19:09:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970858</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48970858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970858</guid></item><item><title><![CDATA[New comment by semolino in "1-Bit Pixel Art Emojis"]]></title><description><![CDATA[
<p>The page would benefit from<p><pre><code>  image-rendering: pixelated;
</code></pre>
in the CSS which would probably(?) prevent the headache-inducing effect, which I'm guessing comes from the hard edges of the background image tiling contrasted with the bilinear upscale blur.<p>The site looks like it was abandoned in 2023, however.</p>
]]></description><pubDate>Wed, 01 Jul 2026 23:39:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48754563</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48754563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48754563</guid></item><item><title><![CDATA[New comment by semolino in "Please, Use a Link"]]></title><description><![CDATA[
<p>You can style a link however you want, and nest a <span> inside it if necessary.<p>EDIT: CSS also has appearance: button;</p>
]]></description><pubDate>Wed, 17 Jun 2026 01:02:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48564455</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48564455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48564455</guid></item><item><title><![CDATA[New comment by semolino in "1KB is all u need"]]></title><description><![CDATA[
<p>Awesome. Such clean abstractions are inspiring and make me wanna do something with canvas. I also like that the homepage animations are done with CSS.<p>Here for additional modern demoscene-style websites if anyone knows of any.</p>
]]></description><pubDate>Thu, 11 Jun 2026 21:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48496383</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48496383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48496383</guid></item><item><title><![CDATA[New comment by semolino in "CSS-Native Parallax Effect"]]></title><description><![CDATA[
<p>This method should still support GPU acceleration, as `transform` (or rotate/scale/etc.) is the only property being animated. The benefit of animation-timeline seems to be that it's much easier to set up than a CSS perspective context.</p>
]]></description><pubDate>Tue, 02 Jun 2026 15:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48371856</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48371856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48371856</guid></item><item><title><![CDATA[New comment by semolino in "Show HN: A CSS 3D Engine (no WebGL)"]]></title><description><![CDATA[
<p>You can have a dynamic camera with 3D CSS only and no JS. The trick is move the scene instead of the "camera". CSS Doom uses this technique (although unlike the project I'm working on, it relies heavily on JS for the interaction logic).</p>
]]></description><pubDate>Mon, 01 Jun 2026 17:51:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360260</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48360260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360260</guid></item><item><title><![CDATA[New comment by semolino in "Poll: How often do you check "newest"?"]]></title><description><![CDATA[
<p>My read on HN comment sorting is that just like its frontpage, everyone sees the same comment page. New comments are added to the top, and quickly sink below others unless they are engaged with.<p>This is just a guess tho, as my account can't (yet?) see comment upvote counts.</p>
]]></description><pubDate>Fri, 29 May 2026 21:14:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48329358</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48329358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48329358</guid></item><item><title><![CDATA[New comment by semolino in "Flipper One – we need your help"]]></title><description><![CDATA[
<p>Could you clarify what you mean by saying it may be both unaffordable and surprisingly cheap? (Expensive but less than expensive than it could be? Expensive but of poor build quality?)<p>Also why would you want/need someone else to purchase it for you? Because of your country's import laws, or reasons related to privacy/anonymity?</p>
]]></description><pubDate>Thu, 21 May 2026 15:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48224073</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48224073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48224073</guid></item><item><title><![CDATA[New comment by semolino in "Show HN: Ableton Live MCP"]]></title><description><![CDATA[
<p>The main difference is tweakability: With classical generative and algorithmic composition, the human can change parameters in real time and more closely guide the shape of the piece.</p>
]]></description><pubDate>Sun, 03 May 2026 22:17:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48002183</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=48002183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48002183</guid></item><item><title><![CDATA[New comment by semolino in "Charcuterie – Visual similarity Unicode explorer"]]></title><description><![CDATA[
<p>Design is delightful, great job.<p>The radial glyph wave animation is also really cool, but the novelty will wear off and the delay will become grating especially if one is using the app in a utilitarian manner. Consider skipping transitions/animations if the user signals a preference for reduced/removed motion. Alternatively, you could add an on-page toggle for animations.</p>
]]></description><pubDate>Fri, 10 Apr 2026 12:11:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47716891</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47716891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47716891</guid></item><item><title><![CDATA[New comment by semolino in "Show HN: Orange Juice – Small UX improvements that make HN easier to read"]]></title><description><![CDATA[
<p>Taking shortcuts with design tends to result in users trusting your project less.</p>
]]></description><pubDate>Wed, 08 Apr 2026 19:40:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695245</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47695245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695245</guid></item><item><title><![CDATA[New comment by semolino in "The worst volume control UI in the world (2017)"]]></title><description><![CDATA[
<p>How about the most depraved volume control design of all: the actual reddit web video player (at least the embedded player on old.reddit)?<p>The slider is hidden by default. Hovering the volume icon makes the slider appear. There is margin between the icon and slider, though, so you have to quickly "zip" your mouse across this gap/chasm before the slider disappears. If you make it over to the slider in time, your hover then preserves its visibility.<p>I know for sure the devs at Condé ain't dogfoodin' on <i>that</i> interface anymore!</p>
]]></description><pubDate>Fri, 20 Mar 2026 21:05:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47460553</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47460553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47460553</guid></item><item><title><![CDATA[New comment by semolino in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>Well, sure: a pre-unlocked bootloader and an offline-unlockable one are not fundamentally different in terms of freedom.<p>When the user decision to unlock (or "side"-load, for that matter) is required to be authorized by the vendor, though, is when I feel like I no longer have control over my own hardware.</p>
]]></description><pubDate>Fri, 20 Mar 2026 11:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453087</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47453087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453087</guid></item><item><title><![CDATA[New comment by semolino in "Android developer verification: Balancing openness and choice with safety"]]></title><description><![CDATA[
<p>Whether it's essential or not is up to the user, who should be able to load whatever operating system they want (enabling them to bypass the restriction) on their bootloader-unlockable device.</p>
]]></description><pubDate>Fri, 20 Mar 2026 01:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47449455</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47449455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47449455</guid></item><item><title><![CDATA[New comment by semolino in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>Being able to decide yourself the software that is allowed to run on the hardware you own.</p>
]]></description><pubDate>Fri, 20 Mar 2026 01:15:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47449048</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47449048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47449048</guid></item><item><title><![CDATA[New comment by semolino in "Modern Illustration: Archive of illustration from c.1950-1975"]]></title><description><![CDATA[
<p>I first found this site a few months back when researching the logo for Mitsui O.S.K. Lines (it appears on a shipping container at a construction site in my area): <a href="https://www.modernillustration.org/archive/mol1969ryoheiyanagihara" rel="nofollow">https://www.modernillustration.org/archive/mol1969ryoheiyana...</a><p>Semi-relatedly to the OP, I dug deeper and found that M.O.L. continues to regularly update their site in honor of the logo's illustrator (including fresh monthly wallpapers and printable stationery): <a href="https://www.mol.co.jp/en/yanagihara/" rel="nofollow">https://www.mol.co.jp/en/yanagihara/</a><p>I was pleasantly surprised by the ongoing reverence they have for their illustrator's legacy.</p>
]]></description><pubDate>Thu, 05 Mar 2026 13:00:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47261103</link><dc:creator>semolino</dc:creator><comments>https://news.ycombinator.com/item?id=47261103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47261103</guid></item></channel></rss>