<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: ttty</title><link>https://news.ycombinator.com/user?id=ttty</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 22:27:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ttty" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ttty in "Stadia died because no one trusts Google"]]></title><description><![CDATA[
<p>Maybe reading real reviews from real users will help too: <a href="https://www.reddit.com/r/Stadia/comments/xsyr8x/i_am_really_sad/" rel="nofollow">https://www.reddit.com/r/Stadia/comments/xsyr8x/i_am_really_...</a></p>
]]></description><pubDate>Sun, 02 Oct 2022 03:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=33052599</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=33052599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33052599</guid></item><item><title><![CDATA[New comment by ttty in "The $300B Google-Meta advertising duopoly is under attack"]]></title><description><![CDATA[
<p>Let’s say with your optimised settings your ROI is 20%. With Google settings is 15%.<p>An end user might say 15% is pretty good and don’t touch it.<p>Google just earned 5% by giving you worst ROI.<p>If you start comparing with other ad providers you’l you might notice you’re being screwed. But low spenders rarely do proper checks.</p>
]]></description><pubDate>Mon, 19 Sep 2022 02:14:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=32893525</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=32893525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32893525</guid></item><item><title><![CDATA[ETH Miners moved to etc.: hashrate increase. Didn’t save 0.2% of electricity]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/Buttcoin/comments/xet7ps/changing_to_proof_of_stake_saved_0_energy_miners/">https://old.reddit.com/r/Buttcoin/comments/xet7ps/changing_to_proof_of_stake_saved_0_energy_miners/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32850653">https://news.ycombinator.com/item?id=32850653</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 15 Sep 2022 12:22:17 +0000</pubDate><link>https://old.reddit.com/r/Buttcoin/comments/xet7ps/changing_to_proof_of_stake_saved_0_energy_miners/</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=32850653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32850653</guid></item><item><title><![CDATA[New comment by ttty in "Ask HN: What HN post made you money?"]]></title><description><![CDATA[
<p><a href="https://bankstatementconverter.com/" rel="nofollow">https://bankstatementconverter.com/</a><p>Interesting stories, I read the one about HSBC statement, what a mess.</p>
]]></description><pubDate>Thu, 04 Aug 2022 14:20:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=32343257</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=32343257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32343257</guid></item><item><title><![CDATA[Apple should scan iPhones for child abuse images, says technology inventor]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/privacy/comments/wctj5o/apple_should_scan_iphones_for_child_abuse_images/">https://old.reddit.com/r/privacy/comments/wctj5o/apple_should_scan_iphones_for_child_abuse_images/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32303038">https://news.ycombinator.com/item?id=32303038</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 01 Aug 2022 07:16:54 +0000</pubDate><link>https://old.reddit.com/r/privacy/comments/wctj5o/apple_should_scan_iphones_for_child_abuse_images/</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=32303038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32303038</guid></item><item><title><![CDATA[New comment by ttty in "Reimagining front-end web development with htmx and hyperscript"]]></title><description><![CDATA[
<p>So you rather write your app twice: once in react and once in go? And keep it in sync, including css and styles and dom… ? For real?</p>
]]></description><pubDate>Sat, 02 Jul 2022 09:19:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31957473</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31957473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31957473</guid></item><item><title><![CDATA[New comment by ttty in "Reimagining front-end web development with htmx and hyperscript"]]></title><description><![CDATA[
<p>I'm building a simple page. Ok let's do simple html. Now I need popup for email capture, ok add a bit of hacky js. Now add a menu, could potentially be done with css only.<p>Now add responsive images. Good luck. You need to process then on server side, then handle them on client side etc...<p>Now add some customer area...<p>Add a few more features and it becomes complex.<p>Why would you want to now throw away all this and rewrite in react when you could just start with react.<p>In addition I can even migrate my old app to the new one and sometimes I can just copy paste certain components and css styles (thanks to css in Js) and it just works.<p>Honestly I don’t want to write responsive images manually. I just wrote a system once, now any app reuses the same thing. Same for other stuff. Plus I only need to know react and I can build anything.<p>You telling me now to learn htmlx syntax and use it sometimes, then use react other times just because… it’s simpler. The benefit is minimal, but now I need to know 2 worlds: react and htmlx.</p>
]]></description><pubDate>Sat, 02 Jul 2022 09:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=31957448</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31957448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31957448</guid></item><item><title><![CDATA[New comment by ttty in "Cold Showers"]]></title><description><![CDATA[
<p>Refactor any js code to typescript. You’ll see how many bugs are discovered and how many wtfs!</p>
]]></description><pubDate>Sun, 19 Jun 2022 02:46:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=31795673</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31795673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31795673</guid></item><item><title><![CDATA[New comment by ttty in "Show HN: My Side Project Rocks – Share and discover side projects"]]></title><description><![CDATA[
<p>It’s the 2nd comment mentioning this issue</p>
]]></description><pubDate>Wed, 15 Jun 2022 05:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31749426</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31749426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31749426</guid></item><item><title><![CDATA[New comment by ttty in "Fresh – Next-gen web framework"]]></title><description><![CDATA[
<p>Image resizing can’t be done statically. That’s a big issue if you want to serve things from cdn property.</p>
]]></description><pubDate>Mon, 13 Jun 2022 04:31:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=31721142</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31721142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31721142</guid></item><item><title><![CDATA[New comment by ttty in "Play with TailwindCSS in the Browser"]]></title><description><![CDATA[
<p>Tailwind is to styled components .... Like jQuery is to react.<p>Popular now, huge pile of mess in a few years.</p>
]]></description><pubDate>Fri, 10 Jun 2022 20:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=31699071</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31699071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31699071</guid></item><item><title><![CDATA[New comment by ttty in "Plain Text Calendar"]]></title><description><![CDATA[
<p>> My Google cal emails me notifications<p>Until you get locked out/banned by Google.</p>
]]></description><pubDate>Tue, 31 May 2022 22:48:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31575855</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31575855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31575855</guid></item><item><title><![CDATA[New comment by ttty in "Tell HN: My early access eBook over iOS made $120k in 1 year"]]></title><description><![CDATA[
<p>That’s the only key thing in the whole post.<p>Take away that, and no matter how good that book was, sales would be closer to 0.<p>Actually getting this success is more likely like this:<p>- spend last 5 years getting followers on Twitter by writing engaging content, reply to others.<p>- spend also many years in your website and include a mailing list<p>- email your email list regularly with very interesting things<p>- spend 1 year to write a book<p>- send a blast email and tweet about your new book: Most likely people will buy whatever you say at this point because they trust you already.<p>This is the secret formula, which is hard work and 99.99% can’t do this consistently. (In addition, but not really required, also be smart and bring something new to the table)<p>From the author:<p>- I wrote on my blog for nearly a decade before I could launch a book that I sold.<p>- Announce it, ask for email sign ups if they are interested, keep them in the loop, and then launch. The mailing list had about 1,000 people on it once I launched (about two months from announcing it to doing the early access launch)<p>- I settled on adapting one of my more popular [blog posts][2] that I keep updated through each version of iOS into a five book series<p>Actually full details are here<p><a href="https://www.swiftjectivec.com/the-best-in-class-book-beta-launch/" rel="nofollow">https://www.swiftjectivec.com/the-best-in-class-book-beta-la...</a></p>
]]></description><pubDate>Sat, 28 May 2022 02:50:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=31537191</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31537191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31537191</guid></item><item><title><![CDATA[New comment by ttty in "The balance has shifted away from SPAs"]]></title><description><![CDATA[
<p>I’m also surprised how people can’t see the benefit of have 1 way of doing things. 99% of the websites end up in app like features.<p>Maybe we don’t talk about the same thing, but isomorphic code with react is great for websites too: server side render, instant page change on client side. Reuse of exact code. Huge benefits.</p>
]]></description><pubDate>Sun, 22 May 2022 04:44:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=31464949</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31464949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31464949</guid></item><item><title><![CDATA[New comment by ttty in "Tether starting to lose its peg too, after Terra did"]]></title><description><![CDATA[
<p>That was announced like 40 minutes after the crash… doesn’t make sense</p>
]]></description><pubDate>Thu, 12 May 2022 10:47:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=31352048</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31352048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31352048</guid></item><item><title><![CDATA[New comment by ttty in "Show HN: I made a browser-based RTS game"]]></title><description><![CDATA[
<p>Related to multiplayer rts games this is also done with same tech but node.js only to reuse code between client and server side <a href="https://bitplanets.com/" rel="nofollow">https://bitplanets.com/</a><p>I wonder what performance issues you had with node.js that justified a bridge to c++ (including the increase of complexity of the architecture). Pathfinder is not terrible in node.</p>
]]></description><pubDate>Sun, 08 May 2022 04:47:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=31301382</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31301382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31301382</guid></item><item><title><![CDATA[New comment by ttty in "User friendly web games"]]></title><description><![CDATA[
<p>Free to play, no registration, no install, no gimmicks, just pure game.<p>Works on mobile and desktop.<p>If you like multiplayer RTS games, try it out. It’s similar to the board game Risk, but real time and with planets.<p>(You can play with your friends multiplayer)<p><a href="https://bitplanets.com/" rel="nofollow">https://bitplanets.com/</a></p>
]]></description><pubDate>Thu, 28 Apr 2022 15:51:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=31194051</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31194051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31194051</guid></item><item><title><![CDATA[New comment by ttty in "We lost 54k GitHub stars"]]></title><description><![CDATA[
<p>I watched people use software for years. If you have the exact same Popup every day, you’ll get used to click ok. Has no meaning anymore. It’s in the muscle memory.</p>
]]></description><pubDate>Fri, 15 Apr 2022 03:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=31036440</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31036440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31036440</guid></item><item><title><![CDATA[New comment by ttty in "Human brain compresses working memories into low-res ‘summaries’"]]></title><description><![CDATA[
<p>But I rather have event sourcing and save every single event in my brainy and rebuild the current state of my memory weekly or monthly.<p>All those inaccurate facts you learn would be gone and would not pollute your brain</p>
]]></description><pubDate>Wed, 13 Apr 2022 01:33:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=31010270</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31010270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31010270</guid></item><item><title><![CDATA[New comment by ttty in "A tiny Docker image to serve static websites"]]></title><description><![CDATA[
<p>I don’t want to touch the root of my server. I rather add a new container that doesn’t modify anything on the root.<p>Benefits: can cleanly and delete 100% of what was installed. If you use something on root can always infect, save cache, logs…<p>I don’t want to impact anything else running on my server. I don’t want anything to depend on that either silently.<p>Docker is the best thing. I just can’t understand how people still can’t get the benefits yet.<p>Is Amazing to start a project you had 3 years ago and just works and you can deploy without reading any docs. Just spin a docker container. Eat, safe and just works.</p>
]]></description><pubDate>Tue, 12 Apr 2022 16:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=31005068</link><dc:creator>ttty</dc:creator><comments>https://news.ycombinator.com/item?id=31005068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31005068</guid></item></channel></rss>