HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bink-lynch

no profile record

comments

bink-lynch
·قبل 3 أشهر·discuss
I was around during the dot-com bubble. When it popped it popped pretty quickly. It wasn't a slow leak. Everything needed to be a dot-com and everything was centered around being a dot-com no matter what the business actually did. Money was pouring and almost anything dot-com was getting funding.

I moved to a dot-com right at the tail end of it. We built a pretty decent startup from scratch within the first two months and debuted at one of the largest trade shows in the world. We had our own private label factoring credit card and we did credit card transactions over the internet and with handheld cellular devices. It was built to scale, colocated, and we were getting customers. When the floor dropped out it was done in less than two months. dot-com was a very negative thing for a while after that.
bink-lynch
·قبل 3 أشهر·discuss
I made a really big flowchart diagram of all of our services and how they interrelate by giving Claude Code the description of what I wanted starting at the entry point project and working its way through the entire system to the data ingestion point. I gave Claude my GitHub access token so it could look through or clone each repo it needed. I also had many of the projects already cloned in my workspace folder through years of working on the various projects.

Claude was able to determine the project, analyze the code, and infer the infrastructure. It worked through the projects as it went drawing a higher level diagram first. Then I iteratively asked for more detail around the sections I thought needed more detail.

This was just an experiment that I spent a few hours on. Months later I misplaced the mermaid markdown file so I asked Claude to reproduce the mermaid markdown from the png image so I could have it add more detail around another section that looked incorrect because it encapsulated the database and worker for one of the systems in a single box. The detail made the diagram in that area much more clear.

To me it is very good at writing/reading/reverse engineering mermaid diagrams.
bink-lynch
·قبل 3 أشهر·discuss
The limits seem higher on Ollama Cloud to me than paying for API access. I don't have solid stats on that though. I have an OpenRouter account and the service I am creating is going to need to use that. I will have better measuring stick then.
bink-lynch
·قبل 3 أشهر·discuss
I am using GLM-5.1 in pi.dev through Ollama Cloud. I am able to get by on the $20 plan. I use it a lot and the reset is hourly for sessions and weekly overall. This is the first week I got close to the limit before reset at about 85% used. I am probably using it about 4 hours a day on average 6 or 7 days per week.
bink-lynch
·قبل 3 أشهر·discuss
I have been using GLM-5.1 with pi.dev through Ollama Cloud for my personal projects and I am very happy with this setup. I use pi.dev with Claude Sonnet/Opus 4.6 at work. Claude Code is great but the latest update has me compacting so much more frequently I could not stand it. I don't miss MCP tool calling when I am using pi.dev; it uses APIs just fine. I actually think GML-5.1 builds better websites than Claude Opus. For my personal projects I am building a full stack development platform and GLM-5.1 is doing a fantastic job.