Top
Best
New

Posted by thecodemonkey 6 hours ago

The Year of Internal Tools(www.geocod.io)
23 points | 8 comments
saadn92 1 hour ago|
Can also say the year that subscriptions go down, because now you can finally build your own systems exactly to your liking. Save money and have something that works just for you. LLMs are awesome.
jmathai 28 minutes ago||
We have lived with lackluster B2B and enterprise tools for so long that we have become numb to how bad they are.

Being able to build something that works just how you want with minimal investment is a huge value add.

I ditched web analytics platforms and just send events in jsonl format to disk.

I have a regularly scheduled job that imports it all into a duckdb database and updates a very custom report. I can also ask random questions like “is there a cohort of users who use feature A and B?”.

It’s super lightweight and incredible.

saadn92 2 minutes ago||
yep, excellent use case! I did something similar with my gmail recently, because I hate using gmail's UI and I also hate that I don't get access to all my data, but I've begun to regularly backup all my email into a local postgres DB (including attachments). AI has also allowed me to get a full backup of my entire email and archive it onto my own storage. and the best part of this: I might be able to finally get off gmail
phinnaeus 1 hour ago||
Who pays for ongoing maintenance of all those things you built and now own
saadn92 29 minutes ago||
good question. maintenance is cheap with tools like astra/opus. also, these aren't production level applications, so I don't need to worry about it being "perfect" (though there's no such thing)
smartdev01 1 hour ago||
Agree! And discuss our tool https://news.ycombinator.com/item?id=49829223
petesergeant 1 hour ago||
> Numerous Grill Me sessions, using Matt Pocock's wonderful Grill Me skill, which interrogates a plan until the weak parts fall out.

If you haven’t yet drunk the /grilling Kool Aid, give it a go

thecodemonkey 1 hour ago|
I totally agree! I usually combine it with the ask user question tool in Claude Code which makes decision-making a breeze.
cgarvis 19 minutes ago|
[dead]