<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: AlfieJones</title><link>https://news.ycombinator.com/user?id=AlfieJones</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 01:22:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AlfieJones" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AlfieJones in "Incident Report: May 19, 2026 – GCP Account Suspension"]]></title><description><![CDATA[
<p>This isn’t the first time Google Cloud has seriously messed with a customer’s account: <a href="https://cloud.google.com/blog/products/infrastructure/details-of-google-cloud-gcve-incident" rel="nofollow">https://cloud.google.com/blog/products/infrastructure/detail...</a></p>
]]></description><pubDate>Wed, 20 May 2026 11:44:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48206180</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=48206180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48206180</guid></item><item><title><![CDATA[New comment by AlfieJones in "CopyFail: From Pod to Host"]]></title><description><![CDATA[
<p>It feels like AI is speeding up bug discovery faster than security can keep up. Curious if this is temporary or just the new normal.</p>
]]></description><pubDate>Wed, 20 May 2026 10:44:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48205680</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=48205680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48205680</guid></item><item><title><![CDATA[New comment by AlfieJones in "India's hottest district shuts at 10 am as mercury breaches 48 C mark"]]></title><description><![CDATA[
<p>In the UK we don’t get temperatures like this, but it doesn’t take much heat before parts of the country start feeling completely unprepared for it</p>
]]></description><pubDate>Wed, 20 May 2026 05:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48203445</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=48203445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48203445</guid></item><item><title><![CDATA[New comment by AlfieJones in "Show HN: CI/CD with TypeScript Instead of YAML (Open-Source)"]]></title><description><![CDATA[
<p>Cheers! I was originally planning on going down that route but since my goals were to simplify workflows, having both a Githhub workflow and PandaCI file didn't sit well me.<p>I have been experimenting with running Github extensions inside PandaCI which could be a good way to make use of my new syntax without sacrificing the great resources Github workflows have to offer</p>
]]></description><pubDate>Thu, 13 Mar 2025 16:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43354746</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=43354746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43354746</guid></item><item><title><![CDATA[Show HN: CI/CD with TypeScript Instead of YAML (Open-Source)]]></title><description><![CDATA[
<p>I've always struggled with the various declarative syntaxes other CI/CD platforms use, especially when I just want to focus on shipping my projects.<p>The goal of PandaCI is enable you to code advanced workflows with little more than a quick example. I've found that by just having a few functions (job, exec, etc), everything else can be done natively in the language. A few such examples are:<p>- Conditional jobs — Use standard if statements
- Matrix jobs — Just write a for loop
- Code reuse — Create functions or import shared code
- Parallel steps — Use Promise.all
- API integrations — Native fetch or import npm packages<p>I'd love to hear any feedback (harsh or otherwise)! Personally, It's been a big upgrade for my projects and I'm excited to see what the community makes of it.<p>P.S. The core is language agnostic so let me know if there are any other languages you'd like to see.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43354385">https://news.ycombinator.com/item?id=43354385</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 13 Mar 2025 15:36:15 +0000</pubDate><link>https://pandaci.com</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=43354385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43354385</guid></item><item><title><![CDATA[Show HN: Open-source Percy/BrowserStack alternative]]></title><description><![CDATA[
<p>Hey , I've created Pixeleye, a cross-browser visual review and testing platform.<p>I've found the pricing of visual testing platforms quite absurd, with companies often opting out of testing their UI's across different browsers.<p>We offer a cloud version of our product but also provide the tools to self-host it for free. We hope this will keep our pricing honest and promote a sustainable open-source community around the project.<p>Some of our main features include:<p>- Cross-browser testing<p>- Lots of integrations: Storybook, Cypress, Playwright & Puppeteer<p>- Permission syncing - We'll sync with your Github team permissions<p>- VCS integration - We'll automatically add checks to your GitHub commits & pull requests<p>- Anti-aliasing detection</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39631073">https://news.ycombinator.com/item?id=39631073</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 07 Mar 2024 16:38:34 +0000</pubDate><link>https://pixeleye.io/home</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=39631073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39631073</guid></item><item><title><![CDATA[New comment by AlfieJones in "Show HN: Open-source, multi-browser visual review and testing platform"]]></title><description><![CDATA[
<p>We have built-in integrations with Storybook, Cypress, Playwright & Puppeteer.<p>We capture your UI's across different browsers & screen sizes<p>You can self-host or use our cloud offering.<p>If you use Github, we can sync our roles with your team's permissions.</p>
]]></description><pubDate>Thu, 07 Mar 2024 11:40:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39627820</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=39627820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39627820</guid></item><item><title><![CDATA[Show HN: Open-source, multi-browser visual review and testing platform]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/pixeleye-io/pixeleye">https://github.com/pixeleye-io/pixeleye</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39627787">https://news.ycombinator.com/item?id=39627787</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 07 Mar 2024 11:36:19 +0000</pubDate><link>https://github.com/pixeleye-io/pixeleye</link><dc:creator>AlfieJones</dc:creator><comments>https://news.ycombinator.com/item?id=39627787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39627787</guid></item></channel></rss>