<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: arondeparon</title><link>https://news.ycombinator.com/user?id=arondeparon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 11:16:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arondeparon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arondeparon in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I am working on several things at the same time right now:<p>- <a href="https://usewarpgate.com" rel="nofollow">https://usewarpgate.com</a>: a MCP for MCPs, basically. Aiming to streamline all the pain points that I experienced with MCP in there. Centralised authentication, auditing, tool control, automatic MCPs through OpenAPI specs, accessing private servers, etc.<p>- <a href="https://focusjar.app" rel="nofollow">https://focusjar.app</a>: a little app I built because my own focus was super wrecked lately. Basically a distraction blocker that is _really_ hard to bypass and makes you pay actual $$$ if you cancel a session early.<p>- <a href="https://mergehelper.com" rel="nofollow">https://mergehelper.com</a>: another little app that I built for myself that brings together all my pull- and merge requests from Github and Gitlab into a single compact menu bar.<p>- <a href="https://sift.works" rel="nofollow">https://sift.works</a>: still <i>very</i> early days, but building a tool that can connect to any database, helps you query it (with AI if so-desired), allows you to create dashboards, and exposes everything through an MCP</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753822</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=47753822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753822</guid></item><item><title><![CDATA[New comment by arondeparon in "Show HN: macOS menu bar app to track Claude usage in real time"]]></title><description><![CDATA[
<p>Very constructive comment, the “grow up already” really was the cherry on top.<p>(Yes, this is sarcasm)</p>
]]></description><pubDate>Thu, 08 Jan 2026 22:38:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46547514</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=46547514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46547514</guid></item><item><title><![CDATA[Show HN: Built my first-ever macOS app – a tiny statusbar app for your PRs/MRs]]></title><description><![CDATA[
<p>Hi HN,<p>I had an itch that I decided to scratch last week. My work is scattered across Github (personal projects, 3rd party contributitions) and Gitlab (work projects) and I wanted a single place to see all the PRs/MRs that are relevant for me.<p>At work, especially, I want to get notifications when CI is green so that we I can decide to merge things in or not, and I don't really like the Gitlab interface for this.<p>So, I've built a tiny statusbar app that solves the issue.<p>Would love to hear if this is something you'd use (or not!) and would appreciate any feedback.<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46455002">https://news.ycombinator.com/item?id=46455002</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 01 Jan 2026 15:52:21 +0000</pubDate><link>https://mergehelper.com</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=46455002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46455002</guid></item><item><title><![CDATA[New comment by arondeparon in "Show HN: BankToBudget – Instantly turn your bank exports into a monthly budget"]]></title><description><![CDATA[
<p>The backend uses Laravel to parse and clean raw exports before sending structured data to GPT-5 for categorization.
Nothing fancy; just a pragmatic way to turn raw bank data into something understandable.</p>
]]></description><pubDate>Thu, 16 Oct 2025 21:59:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45611203</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45611203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45611203</guid></item><item><title><![CDATA[Show HN: BankToBudget – Instantly turn your bank exports into a monthly budget]]></title><description><![CDATA[
<p>I built a small tool that turns any bank export (CSV, Qif, etc.) into a clear monthly budget summary.<p><a href="https://banktobudget.com" rel="nofollow">https://banktobudget.com</a><p>It automatically detects:<p>- recurring income and expenses
- variable costs (like groceries, parking, etc.)<p>No account, no subscription.<p>I use GPT-5 under the hood to interpret messy transaction data and group it intelligently — it works across banks and languages.<p>Would love feedback on:<p>- accuracy of the categories
- clarity of the results
- features you’d expect</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45611197">https://news.ycombinator.com/item?id=45611197</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 16 Oct 2025 21:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45611197</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45611197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45611197</guid></item><item><title><![CDATA[New comment by arondeparon in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>I am working on Tailstream (<a href="https://tailstream.io/" rel="nofollow">https://tailstream.io/</a>), turning logs into task time visual data streams. Built the web application, web site and a Go CLI agent (open source) and am now slightly pivoting into making it more log-focused.<p>Working on faceted search for logs and CLI client now and trying to share my progress on X.</p>
]]></description><pubDate>Sun, 12 Oct 2025 21:32:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45562120</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45562120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45562120</guid></item><item><title><![CDATA[New comment by arondeparon in "Ask HN: What are you working on? (September 2025)"]]></title><description><![CDATA[
<p>It's been a while since I've used CloudWatch myself. How would you expect this? IE would you lean more towards having a lambda/firehose that forwards events to to the API (which is [public](<a href="https://tailstream.io/docs/api" rel="nofollow">https://tailstream.io/docs/api</a>) by the way!) or would you expect some kind of agent / connector to run that automatically pulls the logs from CloudWatch?</p>
]]></description><pubDate>Tue, 30 Sep 2025 07:56:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423030</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45423030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423030</guid></item><item><title><![CDATA[New comment by arondeparon in "Ask HN: What are you working on? (September 2025)"]]></title><description><![CDATA[
<p>Working on real-time log visualization platform with wallboard/tv support, initially inspired by Logstalgia:<p><a href="https://tailstream.io" rel="nofollow">https://tailstream.io</a><p>Launched the initial version a couple of weeks ago and making good progress, trying to share as much of the process as I can on X.<p>Backend API can be used by any client, but I also built an open source agent in Go that makes setup really easy.<p>Currently working on a proper log viewer, alerts and visualization improvements.</p>
]]></description><pubDate>Mon, 29 Sep 2025 21:24:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45418939</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45418939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45418939</guid></item><item><title><![CDATA[Show HN: I Built Logstalgia for the Web]]></title><description><![CDATA[
<p>I built a real-time HTTP log visualizer; think Logstalgia, but web-based.<p>Stream logs from nginx/k8s/etc and watch animated particles represent requests. Each particle is color-coded by status, sized by response bytes, with speed based on response time.<p>It has multiple view modes / themes: group by hostname, status codes, or source -> destination flows. Added replay timeline, and a TV mode. Using SSE for streaming.<p>Tech stack: Laravel backend, React frontend, Redis for buffering, Postgres with Timescaledb for long-term storage.<p>Would love feedback; still experimenting with different visualizations and tweaking things as I go.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45175553">https://news.ycombinator.com/item?id=45175553</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 08 Sep 2025 23:39:26 +0000</pubDate><link>https://tailstream.io</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=45175553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45175553</guid></item><item><title><![CDATA[Show HN: I built a random dilemma generator]]></title><description><![CDATA[
<p>Last week my 9 year old son walked up to me and asked "Would your rather shit your pants in public or drink spoiled milk?", and I was intrigued. Turns out he did not make this up himself, but got the dilemma from a card game.<p>A couple of nights ago I decided to digitize some of these cards and create a simple open source app for it.<p>Just a little fun project; no monetization or bigger goal, really.<p>Link: <a href="https://dilemma.wtf" rel="nofollow">https://dilemma.wtf</a><p>Tech stack:<p>- Back-end: Laravel<p>- Front-end: Plain HTML and Tailwind with a sprinkle of Alpine.js<p>- Deployment: Laravel Forge, linked to a Hetzner VPS. Deployment triggers whenever I merge to main.<p>The app itself is super simple. Just a bunch of markdown files and a controller that picks two random files ¯\_(ツ)_/¯</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40267759">https://news.ycombinator.com/item?id=40267759</a></p>
<p>Points: 5</p>
<p># Comments: 3</p>
]]></description><pubDate>Sun, 05 May 2024 20:04:50 +0000</pubDate><link>https://dilemma.wtf</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=40267759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40267759</guid></item><item><title><![CDATA[Show HN: GistReader – an RSS reader that uses AI to summarise your content]]></title><description><![CDATA[
<p>Hi everyone!<p>Aron (@arondeparon) here, founder of Gistreader.com.<p>I was an avid user of Google Reader back in the day, but for some reason, I silently rolled over when they decided to kill it and never looked at RSS again.<p>Lately, I am getting more and more frustrated by the fact that most of the content that I consume is being pushed at me by some kind of algorithm. I wanted more control over this process, so decided to build GistReader.<p>In its basic form, GistReader is an RSS reader that aims to make your reading experience as fast and pleasant as possible. In addition to that, it uses AI to automatically create summaries of your articles and uses text-to-speech to optionally read a condensed version of an article to you out loud.<p>GistReader is my first-ever product launch, so as you might expect, I'm pretty nervous about that, especially when it comes to sharing it on HN :)<p>Please, feel free to let me know what you think. It's all very early-days (lots of things I want to fix/improve/build) and the only way I can improve is by getting solid feedback from people that might actually use it.<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35516274">https://news.ycombinator.com/item?id=35516274</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 10 Apr 2023 19:23:26 +0000</pubDate><link>https://gistreader.com</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=35516274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35516274</guid></item><item><title><![CDATA[New comment by arondeparon in "Laser for control of mosquitos, weeds and pests"]]></title><description><![CDATA[
<p>All I could think of when seeing this was the Star Wars Mosquito Defense System parody from 2007.<p><a href="https://www.youtube.com/watch?v=wSIWpFPkYrk" rel="nofollow">https://www.youtube.com/watch?v=wSIWpFPkYrk</a></p>
]]></description><pubDate>Fri, 08 Oct 2021 13:38:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=28799154</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=28799154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28799154</guid></item><item><title><![CDATA[Shadow increasing price to $29.99]]></title><description><![CDATA[
<p>Article URL: <a href="https://shadow.tech/blog/teamshadow/introducing-our-new-offer">https://shadow.tech/blog/teamshadow/introducing-our-new-offer</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27275338">https://news.ycombinator.com/item?id=27275338</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 25 May 2021 11:03:28 +0000</pubDate><link>https://shadow.tech/blog/teamshadow/introducing-our-new-offer</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=27275338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27275338</guid></item><item><title><![CDATA[New comment by arondeparon in "Skyline – Your GitHub story in 3D"]]></title><description><![CDATA[
<p>Is it open source?</p>
]]></description><pubDate>Thu, 18 Feb 2021 17:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=26182370</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=26182370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26182370</guid></item><item><title><![CDATA[New comment by arondeparon in "Human Clock"]]></title><description><![CDATA[
<p>We need this, but with livestreamed cameras found on Shodan.</p>
]]></description><pubDate>Mon, 14 Dec 2020 10:49:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=25415571</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=25415571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25415571</guid></item><item><title><![CDATA[New comment by arondeparon in "Music Grid"]]></title><description><![CDATA[
<p>Nice! Had fun playing with this. Gave me a retro vibe :-)<p><a href="https://music-grid.surge.sh/#392-0-392-1024-1-64-1056-1-64-1056-0-1-1024-64-32-1024-&200" rel="nofollow">https://music-grid.surge.sh/#392-0-392-1024-1-64-1056-1-64-1...</a></p>
]]></description><pubDate>Sat, 13 Jun 2020 21:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=23512922</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=23512922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23512922</guid></item><item><title><![CDATA[New comment by arondeparon in "Pure CSS – Lace"]]></title><description><![CDATA[
<p>Wow, this is amazing.<p>I would love to watch something like this being live-coded. Heck, I assume people would probably even pay for watching it.</p>
]]></description><pubDate>Mon, 04 Nov 2019 11:53:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=21440795</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=21440795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21440795</guid></item><item><title><![CDATA[New comment by arondeparon in "Broken"]]></title><description><![CDATA[
<p>Perhaps a silly question, but if it is so broken, then why do you keep working there? Is it purely a money-thing? Is there still hope that things can improve?<p>Not judging, but I am genuinely curious about what drives engineers to stay.</p>
]]></description><pubDate>Fri, 11 Oct 2019 07:19:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=21222254</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=21222254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21222254</guid></item><item><title><![CDATA[Ship It]]></title><description><![CDATA[
<p>Article URL: <a href="https://aronrotteveel.nl/posts/ship-it">https://aronrotteveel.nl/posts/ship-it</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21123927">https://news.ycombinator.com/item?id=21123927</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 01 Oct 2019 10:43:25 +0000</pubDate><link>https://aronrotteveel.nl/posts/ship-it</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=21123927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21123927</guid></item><item><title><![CDATA[I made a Page Speeds Insights comparison tool in Google Spreadsheets]]></title><description><![CDATA[
<p>Article URL: <a href="https://docs.google.com/spreadsheets/d/1CWobEjF1nxtAMQrcWircuVdV5_P0vX5kDxzba7ydEYI/edit?usp=sharing">https://docs.google.com/spreadsheets/d/1CWobEjF1nxtAMQrcWircuVdV5_P0vX5kDxzba7ydEYI/edit?usp=sharing</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18120836">https://news.ycombinator.com/item?id=18120836</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 02 Oct 2018 12:22:25 +0000</pubDate><link>https://docs.google.com/spreadsheets/d/1CWobEjF1nxtAMQrcWircuVdV5_P0vX5kDxzba7ydEYI/edit?usp=sharing</link><dc:creator>arondeparon</dc:creator><comments>https://news.ycombinator.com/item?id=18120836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18120836</guid></item></channel></rss>