HN user

amrox

90 karma
Posts1
Comments51
View on HN
Asdf Performance 4 years ago

It’s all relative but 100 open issues doesn’t sound bad for a somewhat popular project to me. For example, rust-lang/rust has over 8000.

Regardless, I curious if there were _specific_ issues you had.

And following that, I’m also curious what you moved to instead.

Asdf Performance 4 years ago

That does not sound like my experience.

Are there GitHub issues for the bugs you mention?

I use dual LG 24UD58-B’s (one landscape, one portrait) for coding and I’ve been satisfied.

I don’t run them at native res, but this never bothered me. I also don’t game or edit photos or video either.

Is there any kind of remote development support (ssh, docker) in Sublime? That’s the killer feature that keeps me on VS Code.

Containers are great for web services or anything that primarily communicates through a port.

Less so for CLI style projects that read and write to the local file system. Yes I know you can bind mount directories but it’s clunky and you also usually have to fight with file permissions issues.

I wish the tooling around devcontainer.json was available separately from VS Code. Most of my company are die-hand vim users. We’ve rolled our own “devcontainer” analog but it’s not nearly as seemless.