<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: TeddyDD</title><link>https://news.ycombinator.com/user?id=TeddyDD</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 23:52:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TeddyDD" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TeddyDD in "Hugo's New CSS Powers"]]></title><description><![CDATA[
<p>Good idea, sounds like the only sane way to use it.</p>
]]></description><pubDate>Fri, 03 Apr 2026 11:37:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47625505</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=47625505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47625505</guid></item><item><title><![CDATA[New comment by TeddyDD in "Hugo's New CSS Powers"]]></title><description><![CDATA[
<p>Don't use Hugo. The maintainers are so detached from reality it's not even funny. The project is about 12 years old, has +80k stars on github and used in production by many. Despite that still no 1.0 version and they introduce breaking changes for no good reason. You website will break all the time. I made a mistake of creating few websites with it and now I have to rewrite them all in other SSG because I refuse to participate in this circus.</p>
]]></description><pubDate>Fri, 03 Apr 2026 09:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47624794</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=47624794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47624794</guid></item><item><title><![CDATA[New comment by TeddyDD in "Show HN: Hister – fast, content-based search for visited websites"]]></title><description><![CDATA[
<p>This seems to be insanely useful. Google search is so bad nowadays I often withed for some kind of history indexing. Good job!</p>
]]></description><pubDate>Wed, 11 Feb 2026 13:18:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46974586</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=46974586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46974586</guid></item><item><title><![CDATA[New comment by TeddyDD in "Rob Pike goes nuclear over GenAI"]]></title><description><![CDATA[
<p>Even better - train a model on MS source code leaks and use it to work on Wine fork or as you said - vibe coded MS office. This would be hilarious.</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394175</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=46394175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394175</guid></item><item><title><![CDATA[New comment by TeddyDD in "Elixir 1.19"]]></title><description><![CDATA[
<p>No REPL for example.</p>
]]></description><pubDate>Fri, 17 Oct 2025 07:19:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45614095</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=45614095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45614095</guid></item><item><title><![CDATA[New comment by TeddyDD in "Datastar: Lightweight hypermedia framework for building interactive web apps"]]></title><description><![CDATA[
<p>In what specific areas Phoenix Live View is so far ahead? Do you mind elaborating?<p>The unfortunate disadvantage of Live View is that you need to write Elixir. A lovely language, but it would be hard to sell in company that use only <SOME_LANGUAGE>. The hypermedia libraries like d* and htmx can be used with any backend.</p>
]]></description><pubDate>Fri, 10 Oct 2025 12:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45538020</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=45538020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45538020</guid></item><item><title><![CDATA[New comment by TeddyDD in "I switched from Htmx to Datastar"]]></title><description><![CDATA[
<p>OOB is annoying in HTMX because you need to include hx-swap-oob attribute in every component you want to swap this way. In Datastar you just use id.</p>
]]></description><pubDate>Fri, 10 Oct 2025 10:08:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45537126</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=45537126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45537126</guid></item><item><title><![CDATA[New comment by TeddyDD in "Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea"]]></title><description><![CDATA[
<p>Have you considered wrapping this in web component so it can be used without the div + constructor call ceremony?</p>
]]></description><pubDate>Mon, 18 Aug 2025 08:52:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44938615</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=44938615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44938615</guid></item><item><title><![CDATA[New comment by TeddyDD in "Pluto is a unique dialect of Lua with a focus on general-purpose programming"]]></title><description><![CDATA[
<p>I like the idea of bundling Lua with bunch of batteries but the syntactic changes go too far. They seem to be lousily designed attempt at turning Lua into Typescript.<p>For example coalescing operator. You can do the same in standard Lua with or. Pipe operator might seem like cool idea, but the language needs to be designed around it (Elixir) or you need multiple variants (threading macros in Lisps).</p>
]]></description><pubDate>Tue, 01 Jul 2025 13:01:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44433496</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=44433496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44433496</guid></item><item><title><![CDATA[New comment by TeddyDD in "PEP 760: No more bare excepts"]]></title><description><![CDATA[
<p>Python breaks compatibility across minor versions. I'm not surprised seeing such proposal.</p>
]]></description><pubDate>Wed, 09 Oct 2024 17:13:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41790242</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=41790242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41790242</guid></item><item><title><![CDATA[New comment by TeddyDD in "SunVox: Powerful Modular Synthesizer and DAW"]]></title><description><![CDATA[
<p><a href="https://www.warmplace.ru/soft/sunvox/manual.php#ctlauto" rel="nofollow">https://www.warmplace.ru/soft/sunvox/manual.php#ctlauto</a><p>It seems it's possible</p>
]]></description><pubDate>Sat, 28 Sep 2024 15:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41681040</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=41681040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41681040</guid></item><item><title><![CDATA[New comment by TeddyDD in "Is Telegram really an encrypted messaging app?"]]></title><description><![CDATA[
<p>Good desktop client.</p>
]]></description><pubDate>Sun, 25 Aug 2024 21:07:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41351442</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=41351442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41351442</guid></item><item><title><![CDATA[New comment by TeddyDD in "We need visual programming. No, not like that"]]></title><description><![CDATA[
<p>We don't need visual programming, we need moldable development like Glamours Toolkit but implemented in a language that does not suck.</p>
]]></description><pubDate>Mon, 15 Jul 2024 11:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40966779</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=40966779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40966779</guid></item><item><title><![CDATA[New comment by TeddyDD in "Pocketbase: Open-source back end in one file"]]></title><description><![CDATA[
<p>It's like saying nginx is better than superbase/firebase. Apples to oranges.<p>You could replicate PocketBase in Readbean, but you would have to implement from scratch:
- resources with CRUD API and real time subscriptions
- admin UI
- authz & authn system</p>
]]></description><pubDate>Sun, 07 Jan 2024 12:14:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=38900598</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=38900598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38900598</guid></item><item><title><![CDATA[New comment by TeddyDD in "Show HN: Cap – open-source alternative to Loom"]]></title><description><![CDATA[
<p>Seems like vaporware for now.</p>
]]></description><pubDate>Wed, 29 Nov 2023 13:09:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38458875</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=38458875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38458875</guid></item><item><title><![CDATA[New comment by TeddyDD in "Fourteen Years of Go"]]></title><description><![CDATA[
<p>But then you have to keep old interpreter installed and you won't benefit from improvement in new versions of the interpreter.<p>Your old Go code not only will work with new versions of the compiler - it probably will run faster.</p>
]]></description><pubDate>Sat, 11 Nov 2023 12:37:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=38229812</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=38229812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38229812</guid></item><item><title><![CDATA[New comment by TeddyDD in "Fourteen Years of Go"]]></title><description><![CDATA[
<p>Without any hesitation. Google won't kill Go given how much they use it internally. Even if they do, someone else will take over. Additional benefit of choosing Go over Python is lack of breaking changes in minor releases.</p>
]]></description><pubDate>Sat, 11 Nov 2023 12:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38229785</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=38229785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38229785</guid></item><item><title><![CDATA[New comment by TeddyDD in "Just paying Figma because nothing else works"]]></title><description><![CDATA[
<p>It should, just well funded, like Blender.</p>
]]></description><pubDate>Fri, 20 Oct 2023 08:14:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37953519</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=37953519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37953519</guid></item><item><title><![CDATA[New comment by TeddyDD in "Running Stable Diffusion XL 1.0 in 298MB of RAM"]]></title><description><![CDATA[
<p>Hard to tell since there is zero documentation in regard to models.</p>
]]></description><pubDate>Tue, 03 Oct 2023 18:41:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=37755866</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=37755866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37755866</guid></item><item><title><![CDATA[New comment by TeddyDD in "The X220 ThinkPad"]]></title><description><![CDATA[
<p>I agree on the keyboard. I had T470 from my employee and the keyboard felt nicer than every Dell and HP I ever used.</p>
]]></description><pubDate>Wed, 27 Sep 2023 08:23:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37671706</link><dc:creator>TeddyDD</dc:creator><comments>https://news.ycombinator.com/item?id=37671706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37671706</guid></item></channel></rss>