<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: george_sp</title><link>https://news.ycombinator.com/user?id=george_sp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 20:48:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=george_sp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by george_sp in "Blog post – web as a public good"]]></title><description><![CDATA[
<p>Hey hackernews. Hoping to spark some conversation again. Cheers</p>
]]></description><pubDate>Wed, 18 Sep 2024 10:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41577925</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=41577925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577925</guid></item><item><title><![CDATA[Blog post – web as a public good]]></title><description><![CDATA[
<p>Article URL: <a href="https://gspanos.tech/posts/web-as-a-public-good/">https://gspanos.tech/posts/web-as-a-public-good/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41577924">https://news.ycombinator.com/item?id=41577924</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 18 Sep 2024 10:18:38 +0000</pubDate><link>https://gspanos.tech/posts/web-as-a-public-good/</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=41577924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577924</guid></item><item><title><![CDATA[New comment by george_sp in "VanillaJSX.com"]]></title><description><![CDATA[
<p>I've faced the same issue with multiple teams,in different business domains, some with rathe heavy UIs (canvas rendering, sophisticated graphs etc).
From my experience, modern frontend frameworks seem to not have taken into account these kinds of problems. To my recollection, in all of those cases, we ended up managing state and rerenders with vanilla, rather than react or angular.<p>A rewrite on those occasions, I do not consider possible. Most businesses are way to deep into frameworks.<p>What I personally advocate is to choose frameworks with valid escape hatches, and then make sure to staff a team with JavaScript programmers rather than some-framework Andies.<p>In an even larger scale, I advocate for web-component based solutions. I try to stay close to vanilla as much as I can. Whether I like it or not, it's the highest value professional decision, imo.</p>
]]></description><pubDate>Mon, 19 Aug 2024 07:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41288840</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=41288840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41288840</guid></item><item><title><![CDATA[New comment by george_sp in "Full AMD Linux Laptop (Radeon 7600M XT GPU, Ryzen CPU): Tuxedo Sirius 16 Review"]]></title><description><![CDATA[
<p>I'm using Tuxedo for the last year for work and it's been amazing. I've been using the InfinityBookPro. Their support is insanely good, they even helped me troubleshoot OS issues caused by my own stupidity, quite often.<p>In terms of quality, I find that the modularity of the laptop under the hood is amazing. I can tinker and change stuff with ease. Battery lasts ~9 hours while coding, browsing, watching videos, and video calls.<p>I will highly likely buy more for my company as needed.</p>
]]></description><pubDate>Fri, 08 Mar 2024 16:00:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39642284</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=39642284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39642284</guid></item><item><title><![CDATA[Show HN: Teaching react and express – 1 year review]]></title><description><![CDATA[
<p>Article URL: <a href="https://gspanos.tech/posts/teaching-react-express/">https://gspanos.tech/posts/teaching-react-express/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38985698">https://news.ycombinator.com/item?id=38985698</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 13 Jan 2024 23:18:28 +0000</pubDate><link>https://gspanos.tech/posts/teaching-react-express/</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=38985698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38985698</guid></item><item><title><![CDATA[New comment by george_sp in ".NET Blazor"]]></title><description><![CDATA[
<p>I feel like your comment touched a million different places so I'll try to compose my arguments in a compact manner, hopefully to make some sense.<p>> All the dis-advantages are not relevant for enterprise LOB apps, which Blazor is best suited for.<p>Where does this conclusion come from? At least from my humble experience,I've been doing them for ~10 years with various tools, both JS and Blazor/Razor Pages and the fact that they "work" does not mean they stand on solid ground.<p>I've written apps in Blazor, yet I don't understand its existence. Most apps, even LOB as you said, Razor Pages are more than enough. Razor Pages are amazing. What seems to me to be the source of the problem is the whole mentality:
> But, as a developer who has done exactly one complex web app for a client, let me tell you, the ability to use C# models, directly from your domain, in web app markup code, using Razor components is a god send...
You can ship server side generated HTML with Razor and just LEARN a bit of JS. I don't understand the allergy of the so called "back end" developers with JS. Yes it's shitty. Yes it feels better writing C#. I also like my bike more than my car. Will I take my bike to drive 500km? No. There's a time and place for everything.
I feel efforts like Blazor just fight against the (unfortunate yet inevitable) current that JS is the only language that can manipulate DOM. I really think all of us should be open to use whatever makes sense for the job, even if it occasionally makes us feel uncomfortable. This is the dev community I want to be a part of.</p>
]]></description><pubDate>Tue, 21 Nov 2023 15:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38364932</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=38364932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38364932</guid></item><item><title><![CDATA[New comment by george_sp in "Show HN: Boring Report, a news app that uses AI to desensationalize the news"]]></title><description><![CDATA[
<p>I think that transformed news by language models is just another hole to jump in. I'm definitely tired of the internet being filled with mostly junk nowadays. I just don't like the idea of learning things via a language model. I prefer to filter this myself. Maybe it's more effort but to me feels more valuable.
I mean we whine all the time about Google directing your searches to specific places. This feels the same of worse.</p>
]]></description><pubDate>Fri, 12 May 2023 05:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=35912431</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=35912431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35912431</guid></item><item><title><![CDATA[New comment by george_sp in "SHOW HN Open Source Poker Planning App"]]></title><description><![CDATA[
<p>Recently started my own company with a couple of pals. I intend to focus on open source as much as my income lets me.
This is our first try to create something useful and open source. It's not groundbreaking but still it took some effort to test cover this as well as make it UX friendly.
Let me know what you think.</p>
]]></description><pubDate>Sun, 07 May 2023 16:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=35852912</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=35852912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35852912</guid></item><item><title><![CDATA[SHOW HN Open Source Poker Planning App]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/moby-it/planning-poker">https://github.com/moby-it/planning-poker</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35852911">https://news.ycombinator.com/item?id=35852911</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 07 May 2023 16:10:52 +0000</pubDate><link>https://github.com/moby-it/planning-poker</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=35852911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35852911</guid></item><item><title><![CDATA[New comment by george_sp in "Ask HN: Most interesting tech you built for just yourself?"]]></title><description><![CDATA[
<p>Created a query builder for microsoft's KQL for making my life easier for a client project. Turned out that this company still uses this library after 5 years :).<p>Probably the best feeling ever in work.</p>
]]></description><pubDate>Fri, 28 Apr 2023 05:34:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=35737790</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=35737790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35737790</guid></item><item><title><![CDATA[New comment by george_sp in "Ask HN: Create a new product vs. adding a feature to an existing one?"]]></title><description><![CDATA[
<p>Hey, first of all congrats. To be honest with you your description is vague and I expect not for no reason, so I'll also give a generic answer as I believe the "correct" answer (if there is one) lies within the specifics of your domain.<p>I see no problem in extending an already successful product with a set of new features. You can always keep your promise regarding one-time licencing, that does not mean you cannot create a business model on top of that that leverages addons for example.<p>Personally I feel that spinning up a standalone product involves more risk as a rule of thumb, but again, the answer lies within your domain.<p>If I had the choice I would probably leverage the "already achieved" success and since you believe that this feature will help your customers, I would give them the feature within my product suite. Also more revenue does not exclusively mean higher price. It might also mean *more* clients.<p>Hope any of this helps.</p>
]]></description><pubDate>Tue, 21 Mar 2023 16:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35248753</link><dc:creator>george_sp</dc:creator><comments>https://news.ycombinator.com/item?id=35248753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35248753</guid></item></channel></rss>