HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MorehouseJ09

no profile record

Submissions

[untitled]

1 points·by MorehouseJ09·4 mesi fa·0 comments

use Claude Code via Nvim and ACP

github.com
1 points·by MorehouseJ09·7 mesi fa·1 comments

Open source platform for BYOC deployments

github.com
14 points·by MorehouseJ09·7 mesi fa·1 comments

How We Use GORM Plugins

nuon.co
2 points·by MorehouseJ09·7 mesi fa·1 comments

Are these still relevant with LLMs?

go-proverbs.github.io
1 points·by MorehouseJ09·8 mesi fa·0 comments

You should still be writing code from your editor

github.com
2 points·by MorehouseJ09·8 mesi fa·2 comments

Bring Your Own Blob Storage?

nuon.co
11 points·by MorehouseJ09·8 mesi fa·1 comments

Bring Your Own Cloud is not more secure by default

nuon.co
1 points·by MorehouseJ09·8 mesi fa·1 comments

comments

MorehouseJ09
·4 mesi fa·discuss
Early on, we decided to use the "uber go stack": temporal, zap, fx.

we wrote about how fx + fxtest has helped us do integration tests in a fairly large code base (200+ api endpoints, ~500k loc) with a small team
MorehouseJ09
·6 mesi fa·discuss
My keyboard obsession definitely turned into a rabbit hole. Once I got into the kinesis split, I immediately realized the world of wanting to customize it. This led me to figuring out soldering/desoldering, and over the past year figuring out how to do a DIY build.

I've been doing this kinesis mod https://github.com/dcpedit/pillzmod, and have a working solenoid wired up https://github.com/dcpedit/taptap. (I recommend checking out https://dcpedit.com/keyboards/ if you have time).

I'm pretty busy, but I've tried to find 2/3 hours a month to progress on it, and keyboards feel like the type of "investment in my craft" that is worth that kind of time for me.
MorehouseJ09
·6 mesi fa·discuss
Using this for my next build. Could you share more on how you did the activations for 1-handed used? That sounds quite interesting.
MorehouseJ09
·7 mesi fa·discuss
You hit the nail on the head with the 2/3 thumb key bit. That is what was such a game changer for me with the kinesis. all the sudden you have real estate to take a layering approach that you just can't with normal keyboards.

Smart but unproductive is a class. We've all had experiences with those types of engineers. I think startups generally weed them out though. It's hard to survive at a startup without being productive. I probably should have put that as a disclaimer up front.
MorehouseJ09
·7 mesi fa·discuss
That is quite good feedback, and I will make sure we get that addressed asap. Thank you.

FWIW, we're incorporated in delaware, and based in the US.
MorehouseJ09
·7 mesi fa·discuss
I forked https://github.com/yetone/avante.nvim and have been adding some additional features for claude-code (acp mode) into it.

I've found it to be the best workflow for me: I'm still editor first, but get the full power of an agent-based workflow.

Makes it easier and more natural to review changes in full-context.

s/o to the folks at Zed for making ACP happen. It's exactly the missing piece for this.
MorehouseJ09
·7 mesi fa·discuss
I'm building a toucan (piantor style layout) and was thinking about using seniply layout, but this looks much better.
MorehouseJ09
·7 mesi fa·discuss
disclaimer: I'm the ceo of this company.

What started as a joke a few years ago has actually turned into really good signal. I've found that the engineers who care enough to invest in keyboards like this spend a lot of time investing in their tooling and are extremely productive.

Causation or correlation?
MorehouseJ09
·7 mesi fa·discuss
Hey I'm Jon, founder of Nuon.

We decided to open-source Nuon after almost 4 years of operating as a closed-source company. As BYOC has become a more standard way to deploy software, we realized that critical infrastructure like we're building belonged to the community.

Our hope is that by building in the open, we can help create standards for BYOC deployments. Some of the hardest challenges we've found are around security, day-2 operations and supporting different customer environments.

AMA
MorehouseJ09
·7 mesi fa·discuss
Every ORM needs to be extensible, and GORM really nailed this. Some thoughts from our team on how we're using plugins in our 100+ table data model
MorehouseJ09
·8 mesi fa·discuss
I will also add, part of the reason I'm most bullish on amp at this point is because their architecture allows interacting with amp from different contexts + threading is better than anything else I've seen so far.
MorehouseJ09
·8 mesi fa·discuss
I've been thinking more and more how modern coding agents are best when you can use them natively in your editor.

You as a developer have more context and in turn can give your agent more context. I think seeing developers not using editors anymore is going to turn out to be an antipattern.

I've been updating amp.nvim to let me drive it without ever leaving nvim and it's really good.
MorehouseJ09
·8 mesi fa·discuss
I wrote some thoughts on Bring Your Own Bucket, the evolution of S3 and why I think that blob storage is the default storage layer for any software deployed into customer environments.
MorehouseJ09
·8 mesi fa·discuss
Just because it's in your customer's environment does not make it more secure. Sharing some learnings I've had over the past few years.
MorehouseJ09
·10 mesi fa·discuss
We were using podman at our company, and it was great for a while but we recently migrated to orb.

The UX with orb is just much easier and the small gotchas between docker/podman started to add up. Especially with buildkit issues we had run into and things like using a remote buildkit instance (which we now use), was not supported well enough.