<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: anaq42</title><link>https://news.ycombinator.com/user?id=anaq42</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 18 May 2026 08:44:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anaq42" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: JDS – a Copilot skill suite for structuring AI coding behavior]]></title><description><![CDATA[
<p>A few months ago I stumbled on obra's superpowers repository <a href="https://github.com/obra/superpowers" rel="nofollow">https://github.com/obra/superpowers</a>. I really liked the approach and idea that you enforce discipline for your agent through a skill-based workflow. Even though coding agents (copilot included) have become a lot better at natively handling complex tasks, they still wander off and lose track of things. I really liked how superpowers fixed this and how it enabled long-running sessions without the agent losing its "focus". So I decided to build a Copilot tailored skill suite around the core idea of superpowers. I didn't just want to port superpowers to Copilot, I took inspiration from it and improved on it. JDS enforces a strict think -> plan -> execute pipeline where nothing gets skipped. It leverages Copilot's built-in sql todo dependencies and provides a live task graph visualizer which helps visualize the agentic workflow and its parallelism. Curious whether others have tried similar approaches, and what's worked or not.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48140677">https://news.ycombinator.com/item?id=48140677</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 May 2026 20:17:37 +0000</pubDate><link>https://github.com/josipmusa/jds</link><dc:creator>anaq42</dc:creator><comments>https://news.ycombinator.com/item?id=48140677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48140677</guid></item><item><title><![CDATA[Show HN: Java/Spring Boot Idempotency Library]]></title><description><![CDATA[
<p>Idempotency4j is a Java idempotency library with pluggable storage backends and Spring Web / Spring Boot support.<p>This library solves the problem of ensuring that sensitive endpoints do not trigger side-effects multiple times - this is especially useful for any endpoints that handle financial operations.
Currently, the library supports Spring MVC (Servlet-based) applications and MySQL and PostgreSQL with jdbc regarding storage backends. It is very simple to integrate, all that you have to do is add @Idempotent to any endpoints that need idempotency.<p>Full explanation of the functionalities and configuration is available in the readme of the repository.
Repository : <a href="https://github.com/josipmusa/idempotency4j" rel="nofollow">https://github.com/josipmusa/idempotency4j</a><p>I would love any feedback or review regarding the implementation - also, any recommendation is welcome.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48105635">https://news.ycombinator.com/item?id=48105635</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 12 May 2026 08:23:54 +0000</pubDate><link>https://github.com/josipmusa/idempotency4j</link><dc:creator>anaq42</dc:creator><comments>https://news.ycombinator.com/item?id=48105635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105635</guid></item></channel></rss>