HackerTrans
トップ新着トレンドコメント過去質問紹介求人

arondeparon

no profile record

投稿

Show HN: Built my first-ever macOS app – a tiny statusbar app for your PRs/MRs

mergehelper.com
3 ポイント·投稿者 arondeparon·7 か月前·1 コメント

Show HN: BankToBudget – Instantly turn your bank exports into a monthly budget

2 ポイント·投稿者 arondeparon·9 か月前·1 コメント

Show HN: I Built Logstalgia for the Web

tailstream.io
2 ポイント·投稿者 arondeparon·10 か月前·0 コメント

Show HN: I built a random dilemma generator

dilemma.wtf
5 ポイント·投稿者 arondeparon·2 年前·3 コメント

Show HN: GistReader – an RSS reader that uses AI to summarise your content

gistreader.com
3 ポイント·投稿者 arondeparon·3 年前·0 コメント

コメント

arondeparon
·3 か月前·議論
I am working on several things at the same time right now:

- https://usewarpgate.com: 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.

- https://focusjar.app: 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.

- https://mergehelper.com: 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.

- https://sift.works: still very 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
arondeparon
·3 か月前·議論
[dead]
arondeparon
·6 か月前·議論
Very constructive comment, the “grow up already” really was the cherry on top.

(Yes, this is sarcasm)
arondeparon
·9 か月前·議論
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.
arondeparon
·9 か月前·議論
I am working on Tailstream (https://tailstream.io/), 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.

Working on faceted search for logs and CLI client now and trying to share my progress on X.
arondeparon
·10 か月前·議論
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](https://tailstream.io/docs/api) by the way!) or would you expect some kind of agent / connector to run that automatically pulls the logs from CloudWatch?
arondeparon
·10 か月前·議論
Working on real-time log visualization platform with wallboard/tv support, initially inspired by Logstalgia:

https://tailstream.io

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.

Backend API can be used by any client, but I also built an open source agent in Go that makes setup really easy.

Currently working on a proper log viewer, alerts and visualization improvements.