Update for consistent time perspective and grammar
This commit is contained in:
parent
175e75265f
commit
988493b5b4
1 changed files with 8 additions and 9 deletions
|
@ -25,17 +25,16 @@ LLM context management, at least as of around March 2025 when I last compared th
|
||||||
this space, so it is hard to know how LLMs and IDE integrations compare from week to week.
|
this space, so it is hard to know how LLMs and IDE integrations compare from week to week.
|
||||||
|
|
||||||
I haven't fully evaluated the differences between VSCode and Code Server yet, but in the context of a replacement for
|
I haven't fully evaluated the differences between VSCode and Code Server yet, but in the context of a replacement for
|
||||||
what I had with GitLab and GitHub I am satisfied with what I see in Code Server.
|
what I had with GitLab and GitHub I am initially satisfied with what I see in Code Server.
|
||||||
|
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
Deployment is as simple as starting a Docker container. In addition to the documented setup process, I also mounted
|
Deployment is as simple as starting a Docker container. In addition to the documented setup process, I also mounted
|
||||||
a directory with my SSH configuration and keys so that I can easily connect to GitHub and my private Forgejo via SSH.
|
a directory with my SSH configuration and keys so that I can easily connect to GitHub and my private Forgejo via SSH.
|
||||||
|
|
||||||
I configured nginx ingress (for access from my LAN only). For most deployments, its probably easier to just use IP
|
I configured nginx ingress (for access from my LAN only). For most deployments its probably easier to just use IP
|
||||||
addresses but I like using nginx so that its a little easier to move deployments around and just update Nginx to point at
|
addresses, but I like using nginx. This makes it a little easier to move deployments around since I just have to update
|
||||||
the appropriate IP address. I've included my site config below in case anyone reading this wants to achieve something
|
Nginx to point at the appropriate IP address. I've included my site config below in case anyone reading this wants to
|
||||||
similar. I don't know that this is optimal, but it is working.
|
achieve something similar. I don't know that this configuration is optimal, but it is working.
|
||||||
|
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
|
@ -81,11 +80,11 @@ server {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## First Impressions
|
## Initial Impressions
|
||||||
I wrote the bulk of this post about 2 months ago and I admittedly have not found myself using Code Server for
|
I wrote the bulk of this post about 2 months ago and I admittedly have not found myself using Code Server for
|
||||||
anything other than this blog project. I have been using Copilot in VSCode more regularly in my day-to-day, and its
|
anything other than this blog project. I have been using Copilot in VSCode more regularly in my day-to-day, and its
|
||||||
lack of support in Coder is probably a deal breaker for me. Even though I am unlikely to continue using Code Server,
|
lack of support in Code Server is probably a deal breaker for me. Even though I am unlikely to continue using
|
||||||
I may check out Coder as a method for exposing a different IDE via web browser.
|
Code Server, I may check out Coder as a method for exposing a different IDE via web browser.
|
||||||
|
|
||||||
## Future Plans
|
## Future Plans
|
||||||
As mentioned, I might check out Coder as a more complete reproducible workspace
|
As mentioned, I might check out Coder as a more complete reproducible workspace
|
||||||
|
|
Loading…
Reference in a new issue