<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: pyeri</title><link>https://news.ycombinator.com/user?id=pyeri</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 08:52:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pyeri" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pyeri in "OVH Is Raising Prices"]]></title><description><![CDATA[
<p>New prices are almost like double, a tad too high for an industry with wafer thin margins I think.</p>
]]></description><pubDate>Thu, 26 Feb 2026 06:39:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47162668</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=47162668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47162668</guid></item><item><title><![CDATA[New comment by pyeri in "Can Ozempic Cure Addiction?"]]></title><description><![CDATA[
<p>I've found some basic lifestyle changes to be way more effective at weight-loss and inducing well-being than a drastic chemical therapy like Ozempic. Imbibe at your own risk.<p>- Intermittent fasting (16x8 or at least stop eating after sun down)<p>- Daily morning pranayama (or 'breath work' if you prefer that term)<p>- Daily morning intake of copper utensil stored water (~8 hours or overnight)<p>- Weekly oil pulling for gum health.<p>This approach feels a bit stoic and neanderthal initially, less attuned to our modern and progressive society, but as effective as Ozempic in long-run (minus the side-effects or addiction).</p>
]]></description><pubDate>Mon, 09 Feb 2026 15:11:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46946065</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46946065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46946065</guid></item><item><title><![CDATA[New comment by pyeri in "How AI destroys institutions"]]></title><description><![CDATA[
<p>If bots are being used to create chaos in society, it really isn't possible that the platforms themselves are just innocent bystanders here. It is technically possible and quite easy for the platforms to block bots if they really wanted to, in fact it's actually in their best interest to have human only organic activity as it increases the platform's credibility and reduces network cost. If they're still letting bots operate and actually post content on their platforms, they're likely in cahoots with the politicians.</p>
]]></description><pubDate>Wed, 21 Jan 2026 16:59:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46708297</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46708297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46708297</guid></item><item><title><![CDATA[New comment by pyeri in "Unpopular Opinion: Bootstrap is a better front-end framework than Tailwind"]]></title><description><![CDATA[
<p>> I personally do not like the Javascript frontend ecosystem. It's hacks on top of hacks on top of hacks. But, do you know another way to deploy software that's cross-platform and basically free of gatekeepers?<p>One way is what I call the "Modular MVC pattern" that involves pure js routing and manual DOM manipulation without using any framework at all. You handle complexity in two ways: by modularizing the "controller" parts into multiple js modules for each route, and "view" parts into multiple HTML partials - and using the event bus pattern if your app gets too complex (as alternative to modern reactive frameworks like react/vue).<p>Shameless plug: I've tried to implement this exact pattern with limited success in Abhyasa Quiz App[1], a side project.<p>[1]: <a href="https://abhyasa.pages.dev/" rel="nofollow">https://abhyasa.pages.dev/</a></p>
]]></description><pubDate>Wed, 14 Jan 2026 07:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46613181</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46613181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46613181</guid></item><item><title><![CDATA[New comment by pyeri in "Unpopular Opinion: Bootstrap is a better front-end framework than Tailwind"]]></title><description><![CDATA[
<p>Not a tailwind geek myself but I think how they justify is <i>"better to have a little extra spaghetti in your html code than create a truck load of spaghetti in your app.css stylesheet."</i><p>The alternative to using tailwind here is to define the specific style elements for each one in the css stylesheets yourself with something like this:<p>.bg-sky-500 {
  background-color: blue;
}<p>Tailwind proponents argue that they avoid this "stylesheet hell" by picking ready pre-defined tailwind classes like bg-sky-500, etc. Plus they also argue that this workflow will increase productivity by standardizing "style mindsets" of your dev team who all will think "blue" means "sky-500" (for example).<p>Maybe it has use cases in deep or professional design work but for most backend or full-stack devs, bootstrap is definitely better than meddling with this structure.</p>
]]></description><pubDate>Tue, 13 Jan 2026 06:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46597857</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46597857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46597857</guid></item><item><title><![CDATA[Unpopular Opinion: Bootstrap is a better front-end framework than Tailwind]]></title><description><![CDATA[
<p>Tailwind is the hot topic these days, and 9 out of 10 developers will probably suggest (or even force!) you to use Tailwind over Bootstrap. However, here are some logical and rational reasons why Bootstrap is actually the better framework:<p>1. Easier learning curve. Bootstrap 5 doesn't assume deep expertise in frontend design. The fact that backend developers can implement it easily without learning arcane concepts like state management or virtual DOM is highly underestimated.<p>2. Highly Utilitarian. While tailwind markets itself as a "utility first" framework, Bootstrap offers real utility without all the extra fuss. Navbars, modal popups, utility classes for colors and accents like `bg-primary`, `bg-secondary`, etc.— are all built-in and ready to use. How much more utilitarian could you get?<p>3. Creativity within Uniformity. This point is more about psychology than technology. One of the biggest criticisms of Bootstrap is that "most Bootstrap-built sites look similar". But this is a subjective opinion and ignores the fact that creativity doesn't always equate to reinventing the entire wheel. You can still be creative with configuring a wheel's spokes, tyre colors, tube pressure, etc. on an assembly line - In fact, such creativity is ideal when it helps increase productivity while delivering a standardized, user-friendly experience.<p>PS: Which one feels simpler and more utilitarian to you?<p>- Tailwind: `<button class="bg-sky-500 hover:bg-sky-600 active:bg-sky-700 text-white px-4 py-2 rounded-lg">Click me</button>`
- Bootstrap: `<button class="btn-primary">Click me</button>`</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46597652">https://news.ycombinator.com/item?id=46597652</a></p>
<p>Points: 26</p>
<p># Comments: 38</p>
]]></description><pubDate>Tue, 13 Jan 2026 05:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46597652</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46597652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46597652</guid></item><item><title><![CDATA[New comment by pyeri in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>A quiz app using minimal components like esbuild, bootstrap, etc. and pure js for routing and MVC: <a href="https://github.com/prahladyeri/abhyasa/" rel="nofollow">https://github.com/prahladyeri/abhyasa/</a><p>Also open-quiz-commons, the mcq dataset that powers the above quiz app: <a href="https://github.com/prahladyeri/open-quiz-commons" rel="nofollow">https://github.com/prahladyeri/open-quiz-commons</a></p>
]]></description><pubDate>Mon, 12 Jan 2026 03:35:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46583770</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46583770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46583770</guid></item><item><title><![CDATA[Show HN: Abhyasa – Modular Quiz and Assessment Engine]]></title><description><![CDATA[
<p>Article URL: <a href="https://abhyasa.pages.dev/">https://abhyasa.pages.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46511602">https://news.ycombinator.com/item?id=46511602</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Jan 2026 12:51:02 +0000</pubDate><link>https://abhyasa.pages.dev/</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46511602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46511602</guid></item><item><title><![CDATA[New comment by pyeri in "[dead]"]]></title><description><![CDATA[
<p>Expect petrol/gasoline prices to rise in coming future considering this new geopolitical risk.</p>
]]></description><pubDate>Sat, 03 Jan 2026 09:55:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46474746</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46474746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46474746</guid></item><item><title><![CDATA[What next after react/Next.js in webdev world?]]></title><description><![CDATA[
<p>Has web development reached its saturation? The present popular consensus is that "jquery is old, react is new". But as time passes and years turn into decades, the relative difference between jquery and react will become less important, they're both quite old from today's perspective.<p>Of course, there is AI, data science, blockchain, etc. but those are different fields. Has webdev itself turned into something like civil or mechanical engineering - a matured field with steady work but less song and dance?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46473163">https://news.ycombinator.com/item?id=46473163</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 03 Jan 2026 05:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46473163</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=46473163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46473163</guid></item><item><title><![CDATA[Dismal reality of modern day corporate IT]]></title><description><![CDATA[
<p>Only two kinds of engineers climb the success ladder in today's cut-throat IT environment (especially in India):<p>1. The <i>people pleaser</i> types who know how to use the right technical vocabulary, massage the ego of superiors, attend parties, etc. They typically grow into project managers and IDU heads.<p>2. The <i>dependency creator</i> types who isn't just a nerd but also knows how to keep control of their systems in their own hands, share only little or ambiguous information rather than open source all knowledge, maybe even fake bugs every now and then to signal who really controls the show, etc. These grow into software architects, CTOs and other roles.<p>If you aren't one of these two types, a long-term career in corporate IT isn't really for you. You might gain some experience for a while but eventually end up being used or becoming punch bags for these other two types.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45942881">https://news.ycombinator.com/item?id=45942881</a></p>
<p>Points: 7</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 16 Nov 2025 04:57:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45942881</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45942881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45942881</guid></item><item><title><![CDATA[Why is Apache still popular even as Nginx has proven its mettle on performance?]]></title><description><![CDATA[
<p>As I understand, the popular consensus today is that nginx+php-fpm performs faster than apache even with the mpm_event process management enabled?<p>But when it comes to real world usage, many production instances I observe these days still deploy apache a lot. Even cpanel based web hosting (shared or dedicated instances) are more often apache based than nginx.<p>Is it due to some old habits and dependence on apache specific features like .htaccess support? Or is it the case that apache has actually caught up in the race with ngnix and the performance difference is quite negligible these days?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45937014">https://news.ycombinator.com/item?id=45937014</a></p>
<p>Points: 7</p>
<p># Comments: 12</p>
]]></description><pubDate>Sat, 15 Nov 2025 12:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45937014</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45937014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45937014</guid></item><item><title><![CDATA[New comment by pyeri in "Ask HN: How much time do you spend reading books?"]]></title><description><![CDATA[
<p>Yes, most people in this age are trapped in the widespread phenomenon of "digital media induced dopamine traps". Your mind may never let you use old school slow information gathering tools (like books, manuals and software documentation) when easy and instant servings like LLM lookups and youtube vids are so accessible. Your mind might ask "why go through all that pain and trouble, what's the use of it?" and you'll have no easy answer to that.</p>
]]></description><pubDate>Thu, 06 Nov 2025 18:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45838385</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45838385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45838385</guid></item><item><title><![CDATA[New comment by pyeri in "Oxy is Cloudflare's Rust-based next generation proxy framework (2023)"]]></title><description><![CDATA[
<p>Tunneling isn't that big of a toll on resource, it doesn't require storage/disk space nor compute power (CPU chips), all it needs is ingress/egress (spare bandwidth). A non-profit or decent business in telco can easily offer it, consider that many hosting companies offer entire package in free tier today (compute + disk + egress).<p>For several years, ngrok was practically free, only recently they've started monetizing once it gained popularity.</p>
]]></description><pubDate>Mon, 03 Nov 2025 10:21:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45797587</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45797587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45797587</guid></item><item><title><![CDATA[New comment by pyeri in "Oxy is Cloudflare's Rust-based next generation proxy framework (2023)"]]></title><description><![CDATA[
<p>localtunnel[1] is one good option, at least for now.<p>[1] <a href="https://localtunnel.github.io/www/" rel="nofollow">https://localtunnel.github.io/www/</a></p>
]]></description><pubDate>Mon, 03 Nov 2025 08:42:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45797062</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45797062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45797062</guid></item><item><title><![CDATA[New comment by pyeri in "[dead]"]]></title><description><![CDATA[
<p>Yes, similar thing happened with Ruby gems community some days ago. Did the contributors got their access back now or Shopify is still controlling all the affairs?</p>
]]></description><pubDate>Sun, 02 Nov 2025 11:08:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45789453</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45789453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45789453</guid></item><item><title><![CDATA[New comment by pyeri in "Show HN: Why write code if the LLM can just do the thing? (web app experiment)"]]></title><description><![CDATA[
<p>With no routes, no controllers, no business logic, how can the capability exist? These are the core components of a web app and require extensive coding. I know we might eventually get there but not with the present state of technology. There is something fundamental missing about "intelligence" which must be solved before AGI can be approached, throwing more money and nVidia chips at the problem can only take you so far.</p>
]]></description><pubDate>Sat, 01 Nov 2025 18:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45783975</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45783975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45783975</guid></item><item><title><![CDATA[New comment by pyeri in "Tell HN: Cloudflare Dashboard Is Broken?"]]></title><description><![CDATA[
<p>Is your browser version slightly older? I've found that Cloudflare turnstile (captcha verification system) often fails unless your browser version is latest and cutting edge. However, this extra mile security is only for Cloudflare's own login page - Cloudflare verifications on other sites perform ok even on these older versions.</p>
]]></description><pubDate>Sat, 01 Nov 2025 15:13:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45782283</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45782283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45782283</guid></item><item><title><![CDATA[New comment by pyeri in "Why the AI Spending Spree Could Spell Trouble for Investors"]]></title><description><![CDATA[
<p>It's like putting all your eggs in this one huge basket called AGI.</p>
]]></description><pubDate>Sat, 01 Nov 2025 15:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45782244</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45782244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45782244</guid></item><item><title><![CDATA[New comment by pyeri in "Led by Nvidia, the AI industry has plans to reindustrialise America"]]></title><description><![CDATA[
<p>It's almost like the only hope that the rich don't receive the Christmas gift is that AGI never arrives. AGI is literally that machine which will outperform even the best of engineers who then won't be needed at all.</p>
]]></description><pubDate>Sat, 01 Nov 2025 15:07:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45782219</link><dc:creator>pyeri</dc:creator><comments>https://news.ycombinator.com/item?id=45782219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45782219</guid></item></channel></rss>