HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arondeparon

no profile record

Submissions

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

mergehelper.com
3 points·by arondeparon·vor 6 Monaten·1 comments

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

2 points·by arondeparon·vor 9 Monaten·1 comments

Show HN: I Built Logstalgia for the Web

tailstream.io
2 points·by arondeparon·vor 10 Monaten·0 comments

Show HN: I built a random dilemma generator

dilemma.wtf
5 points·by arondeparon·vor 2 Jahren·3 comments

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

gistreader.com
3 points·by arondeparon·vor 3 Jahren·0 comments

comments

arondeparon
·vor 3 Monaten·discuss
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
·vor 3 Monaten·discuss
[dead]
arondeparon
·vor 6 Monaten·discuss
Very constructive comment, the “grow up already” really was the cherry on top.

(Yes, this is sarcasm)
arondeparon
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 10 Monaten·discuss
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
·vor 10 Monaten·discuss
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.