<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: s_severus</title><link>https://news.ycombinator.com/user?id=s_severus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 09:23:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=s_severus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by s_severus in "Busting the Myth of GPL"]]></title><description><![CDATA[
<p>Author here. We chose to offer a dual commercial license for this case, which is not GPL and carries none of the obligations regarding sharing source code.<p>Of course the tradeoff is that it is not free (as in beer), but if your startup is getting sold then hopefully you got enough value out of our software to pay for a commercial license.</p>
]]></description><pubDate>Fri, 21 Jun 2024 15:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40750620</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=40750620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40750620</guid></item><item><title><![CDATA[New comment by s_severus in "Sentry: From the Beginning"]]></title><description><![CDATA[
<p>Thanks for sharing this. I'm in quite a similar situation with my own OSS project - it is about 5 years old now, and was started to scratch my own itch. It has naturally gained significant traction - fortune 500s building on it, startups basing their platform on it, etc. and last year I founded a company around it, and we've been making some income selling enterprise support and some paid plugins.<p>My co-founder and I also faced a similar decision to what David describes in the earlier post about seed funding: From the start I was very much into the indie hacker mindset, but we came to recognize that there's an opportunity to make a significant impact beyond my initial ambitions, and so we are currently navigating the process of raising a seed round.</p>
]]></description><pubDate>Wed, 01 Nov 2023 12:28:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38097342</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=38097342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38097342</guid></item><item><title><![CDATA[Why Open Source Is Winning]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.vendure.io/blog/2023/09/why-open-source-is-winning">https://www.vendure.io/blog/2023/09/why-open-source-is-winning</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37432254">https://news.ycombinator.com/item?id=37432254</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 Sep 2023 11:40:00 +0000</pubDate><link>https://www.vendure.io/blog/2023/09/why-open-source-is-winning</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=37432254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37432254</guid></item><item><title><![CDATA[New comment by s_severus in "Show HN: Vendure 2 – open-source Commerce Platform"]]></title><description><![CDATA[
<p>Hi HN!<p>I'm the maintainer of Vendure. Today we released our major new version, which is a huge upgrade.<p>I work on Vendure full time. I've been building it for about 5 years now, and last year I got a co-founder, started a company, and so far we are bootstrapping on the open core model with some enterprise support contracts too.<p>I'm happy to answer any questions you have, and thanks for taking a look!<p>Edit: Not sure what happened with the link - I originally submitted our actual domain at <a href="http://vendure.io" rel="nofollow">http://vendure.io</a>. Looks like some DNS config issue.</p>
]]></description><pubDate>Wed, 07 Jun 2023 20:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=36232910</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=36232910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36232910</guid></item><item><title><![CDATA[Show HN: Vendure 2 – open-source Commerce Platform]]></title><description><![CDATA[
<p>Article URL: <a href="https://vendure-website-frontend.vercel.app/blog/2023/06/announcing-vendure-2">https://vendure-website-frontend.vercel.app/blog/2023/06/announcing-vendure-2</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36232859">https://news.ycombinator.com/item?id=36232859</a></p>
<p>Points: 12</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 07 Jun 2023 20:12:43 +0000</pubDate><link>https://vendure-website-frontend.vercel.app/blog/2023/06/announcing-vendure-2</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=36232859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36232859</guid></item><item><title><![CDATA[New comment by s_severus in "Storefront UI 2: Tailwind Based, ECommerce Centric, UI Library for Vue and React"]]></title><description><![CDATA[
<p>I'm the co-founder of a headless commerce backend framework (Vendure) and I've known of the Vue Storefront project for quite a while now.<p>Headless commerce (i.e. API-driven, decoupled front-end) is maximally flexible but comes with the tradeoff that you suddenly have to build an entire storefront from scratch. Compared to off-the-shelf solutions like Shopify, which give you a fully integrated storefront with nice themes, it can be a high barrier for businesses which lack significant funding or developer resources.<p>Previous attempts to solve the front-end part of the headless commerce problem have had mixed results I think. One the one hand is fully-built, backend-agnostic storefronts like Vercel's Next.js Commerce or prior Vue Storefront products. On the other hand is just build from scratch exactly to your needs.<p>The complexity that comes with maintaining a backend-agnostic, full-featured storefront is huge. I think this release is a good middle ground that reminds me of the amazing Tailwind UI project - design primitives and larger components you can basically copy-paste into your own storefront app. It's probably the right way to go, as it saves a bunch of time but still leaves you free to build the storefront exactly as you want it.<p>With recent developments in LLM tech I can imagine a future where open-source, self-built solutions suddenly become way more accessible to more companies, as a single developer is able to use libraries like this and have AI stitch the parts together into a full storefront.</p>
]]></description><pubDate>Tue, 28 Mar 2023 12:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=35339936</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=35339936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35339936</guid></item><item><title><![CDATA[New comment by s_severus in "Mcmaster.com is the best e-commerce site I've ever used"]]></title><description><![CDATA[
<p>Small note on the part about the price range UI controls: the author criticizes Amazon for using min, max number inputs rather than a slider control.<p>2 arguments against a slider:<p>1. Potentially it is much harder to make an accessible slider control. 
2. Sliders break down when you have a distribution skewed away from normal. For instance, if 90% of results are in the range $0-$50, but then a few results are over $1000, how do you calibrate the slider? A naïve approach would render it almost unusable if you want to limit to products between $20 - $30. Otherwise you need some sort of logarithmic scale. I've not seen examples of this being done well.</p>
]]></description><pubDate>Mon, 26 Sep 2022 09:00:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=32980899</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=32980899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32980899</guid></item><item><title><![CDATA[New comment by s_severus in "Launch HN: Payload (YC S22) – Headless CMS for Developers"]]></title><description><![CDATA[
<p>Hi James, congratulations on the launch!<p>The website looks great, your pitch is compelling and the vision is very similar to what I've been doing with vendure.io, which takes the same approach but towards ecommerce rather than CMS. Namely: open-source, headless, Node/TypeScript, dev- and code-first.<p>In our experience, your thesis is correct in that there certainly is a niche for a great, dev-first, self hosted version of what is otherwise seemingly already handled by SaaS products. We see users moving to Vendure from closed SaaS commerce platforms for reasons like: full control over the code & data, integration requirements, need to support unique requirements, wanting to build their own platform etc.<p>Furthermore our business model is similar - MIT core and paid enterprise plugins, and exploring cloud. Notably enterprise support and SLAs is also becoming a major area for us.<p>So it's great to see a kindred product getting some attention here on HN!<p>If you are interested to swap insights or discuss potential collaboration (many of our users are looking for a good CMS...) feel free to drop me a message at m.bromley at vendure.io :)</p>
]]></description><pubDate>Wed, 31 Aug 2022 21:33:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=32668645</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=32668645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32668645</guid></item><item><title><![CDATA[New comment by s_severus in "Removal of Heroku free product plans"]]></title><description><![CDATA[
<p>I'd like to +1 for Northflank. I've been using it for a few months for smaller projects and experiments, and the dashboard and overall experience has been great. Free tier is good enough to run small apps, and pricing is very competitive.
Also got a lot of <i>rapid</i> email support from the Northflank staff when I ran into issues.</p>
]]></description><pubDate>Thu, 25 Aug 2022 20:39:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=32599665</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=32599665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32599665</guid></item><item><title><![CDATA[New comment by s_severus in "Ask HN: Who is using C++ as the main language for new project?"]]></title><description><![CDATA[
<p>Not my project, though I'm a user of it and a big fan, is Typesense (<a href="https://github.com/typesense/typesense" rel="nofollow">https://github.com/typesense/typesense</a>), an extremely fast and lightweight search engine.<p>Per Github it's 90% C++ and 8% C.</p>
]]></description><pubDate>Fri, 12 Aug 2022 18:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=32442317</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=32442317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32442317</guid></item><item><title><![CDATA[Let’s share tech stack horror stories]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/jlengstorf/status/1550195909337567232">https://twitter.com/jlengstorf/status/1550195909337567232</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32184800">https://news.ycombinator.com/item?id=32184800</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 21 Jul 2022 20:46:17 +0000</pubDate><link>https://twitter.com/jlengstorf/status/1550195909337567232</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=32184800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32184800</guid></item><item><title><![CDATA[New comment by s_severus in "How we built Hydrogen, a React framework for building custom storefronts"]]></title><description><![CDATA[
<p>Hi! Great work so far. Does the team have a vision for a way to standardize the front-end part of shopify apps? That seems to be the really tricky part of a appstore-based platform going headless.</p>
]]></description><pubDate>Thu, 23 Jun 2022 18:16:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=31853098</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=31853098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31853098</guid></item><item><title><![CDATA[New comment by s_severus in "GraphCDN is now Stellate and raised $30M"]]></title><description><![CDATA[
<p>Simple - the load on their origin servers is cut down significantly. And GraphCDN made it easy and painless to set up. I don't know of any other options that can do schema-aware caching in this way that is as user-friendly as Stellate.<p>As an aside - I notice you commenting cynically to almost every thread here. A dose of skepticism is fine and of course we should consider alternatives and technical limitations etc. But your tone and activity comes across more of having a personal vendetta against this company. Very strange.</p>
]]></description><pubDate>Mon, 06 Jun 2022 15:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=31641393</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=31641393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31641393</guid></item><item><title><![CDATA[New comment by s_severus in "GraphCDN is now Stellate and raised $30M"]]></title><description><![CDATA[
<p>I work on a GraphQL-based e-commerce framework and several of my users have had good experiences integrating GraphCDN/Stellate into their projects.<p>Recently I started working with it too and so far the product has been great to work with. Moreover their team is very responsive. I had a technical question regarding my integration and one I was able to schedule a call for the next day with one of their team and to my surprise he'd prepared a script to solve the exact issue I was asking about (thanks Jovi)!<p>Congrats to the team!</p>
]]></description><pubDate>Mon, 06 Jun 2022 14:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=31641260</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=31641260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31641260</guid></item><item><title><![CDATA[New comment by s_severus in "Payment startup Bolt sued by its most prominent customer"]]></title><description><![CDATA[
<p>The thing that rarely gets discussed re Bolt and Fast is what most merchants think about the idea of one click checkout from product detail pages. IMO there are misaligned incentives in many, many cases in that this flow would tend to reduce average order value.</p>
]]></description><pubDate>Tue, 26 Apr 2022 17:17:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31170248</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=31170248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31170248</guid></item><item><title><![CDATA[Why isn't my time zone highlighted on the world map? (2003)]]></title><description><![CDATA[
<p>Article URL: <a href="https://devblogs.microsoft.com/oldnewthing/20030822-00/?p=42823">https://devblogs.microsoft.com/oldnewthing/20030822-00/?p=42823</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30855000">https://news.ycombinator.com/item?id=30855000</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 30 Mar 2022 13:34:26 +0000</pubDate><link>https://devblogs.microsoft.com/oldnewthing/20030822-00/?p=42823</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=30855000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30855000</guid></item><item><title><![CDATA[JavaScript Performance Is Bananas]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/SeaRyanC/status/1496273922714902528">https://twitter.com/SeaRyanC/status/1496273922714902528</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30438923">https://news.ycombinator.com/item?id=30438923</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 23 Feb 2022 08:24:28 +0000</pubDate><link>https://twitter.com/SeaRyanC/status/1496273922714902528</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=30438923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30438923</guid></item><item><title><![CDATA[High Modernism and Software Design]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.michaelbromley.co.uk/blog/high-modernism-software-design/">https://www.michaelbromley.co.uk/blog/high-modernism-software-design/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29977517">https://news.ycombinator.com/item?id=29977517</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 18 Jan 2022 11:06:09 +0000</pubDate><link>https://www.michaelbromley.co.uk/blog/high-modernism-software-design/</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=29977517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29977517</guid></item><item><title><![CDATA[New comment by s_severus in "Ask HN: Is ProductHunt Worth It?"]]></title><description><![CDATA[
<p>I spent ~3 years building a product before launching on PH. It's a real product with an existing community of (at the time) around 1k on Slack and real companies using it. Got ~80 up votes and finished the day somewhere around position 10. I was moderately happy with it.<p>Around the same time, a known smooth-talking vaporware peddlar in the same industry launched on PH with literally a bare GH repo and a minimal landing page. I knew 100% that there was no actual usable product. The founder had recently been involved in a similar project that collapsed under huge promises. He got hundreds of upvotes and plenty of "awesome product, LFG man!!!" type comments.<p>That's the moment I really understood PH.</p>
]]></description><pubDate>Sun, 09 Jan 2022 20:08:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=29866857</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=29866857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29866857</guid></item><item><title><![CDATA[Important Discussion on Possible Blitz.js Pivot]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/blitz-js/blitz/discussions/3075">https://github.com/blitz-js/blitz/discussions/3075</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29604221">https://news.ycombinator.com/item?id=29604221</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 18 Dec 2021 13:10:34 +0000</pubDate><link>https://github.com/blitz-js/blitz/discussions/3075</link><dc:creator>s_severus</dc:creator><comments>https://news.ycombinator.com/item?id=29604221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29604221</guid></item></channel></rss>