TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Lapdev, a new open-source remote dev environment management software

230 pointsby lyang2821about 1 year ago

17 comments

pocketarcabout 1 year ago
This looks pretty good. Being able to use devcontainers on local server hardware without monthly fees (and&#x2F;or hetzner servers) sounds great.<p>Up until now we’d been making do with docker-compose and JetBrains’s remote SSH dev; this should be significantly better.
评论 #39802051 未加载
评论 #39802298 未加载
评论 #39803089 未加载
Eridrusabout 1 year ago
I am interested in remote dev environments, but I&#x27;m not super excited about managing yet more software in the cloud.<p>There were some headaches around the exact specifics since it wasn&#x27;t designed for this, but I liked the idea of using skypilot to launch dev machines in the cloud since it has plugins to all the cloud APIs and so you don&#x27;t need to manage a k8s cluster to launch a dev machine. Admittedly it worked better for launching a Jupyter server than a &quot;full&quot; dev machine, but a full dev machine seemed to be just a few ssh&#x2F;vs code configurations away.
评论 #39803694 未加载
评论 #39804166 未加载
gravypodabout 1 year ago
A lot of remote dev environments have limitations when it comes to certain types of development. For example, ios and android app development can be tricky. Or game development where you need to have GPUs and build artifacts may be slow to download to your machine.<p>Are there any guidances for how to fix this?
评论 #39802831 未加载
评论 #39802528 未加载
1shoonerabout 1 year ago
I&#x27;m very interested to learn more about this class of tool. I had seen[0] Coder including alpha support for .devcontainer, but I&#x27;m not aware of other OSS options.<p>0. <a href="https:&#x2F;&#x2F;coder.com&#x2F;docs&#x2F;v2&#x2F;latest&#x2F;templates&#x2F;devcontainers#devcontainers-alpha" rel="nofollow">https:&#x2F;&#x2F;coder.com&#x2F;docs&#x2F;v2&#x2F;latest&#x2F;templates&#x2F;devcontainers#dev...</a>
评论 #39803307 未加载
stephenrabout 1 year ago
It&#x27;s always interesting to see new approaches but I don&#x27;t see this replacing Vagrant for my projects any time soon:<p>- Vagrant already supports VM or Container environments, and has a well defined system for building and distributing &quot;base&quot; boxes;<p>- Vagrant uses a Ruby file to define the environment, so it&#x27;s much more powerful than a Yet Another Migraine Looming file.
评论 #39805788 未加载
sneakabout 1 year ago
This isn’t open source; one of the directories is licensed under a proprietary, subscriptionware nonfree license.<p>The remainder is AGPL, which many people (including myself) consider nonfree as well.
评论 #39805956 未加载
评论 #39813219 未加载
ojacquesabout 1 year ago
Another implementation in that space is <a href="https:&#x2F;&#x2F;devpod.sh" rel="nofollow">https:&#x2F;&#x2F;devpod.sh</a>
评论 #39807386 未加载
johnchristopherabout 1 year ago
I don&#x27;t understand. It&#x27;s installed on a remote server, okay.<p>But does it provide remote environments or local environments ?<p>And what&#x27;s an environment in this context ? A Docker compose file and a .env? Code or vim settings ? A vm à la vagrant ?
评论 #39802198 未加载
评论 #39805984 未加载
krm01about 1 year ago
Nice! Small design nitpick&#x2F;tip : center the text on your buttons to make them feel more like buttons. Left aligning them makes them look like labels to some. Small tweak, but can result in better conversion.
salamander014about 1 year ago
So, I know very little about this devcontainer spec.<p>Can I just ask, what value does this spec provide that a simple docker image containing the necessary tools does not already provide?<p>Why do we need another layer on top? What am I missing?
评论 #39802221 未加载
评论 #39802260 未加载
评论 #39806407 未加载
评论 #39802201 未加载
hagbard_cabout 1 year ago
Looks like Kasm Workspaces [1] for developers, I&#x27;ll give it a try.<p>[1] <a href="https:&#x2F;&#x2F;kasmweb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kasmweb.com&#x2F;</a>
iAkashPaulabout 1 year ago
Seems great, coming from having to install code-server(hosted VSCode on remote machines) along side SSH via local VSCode. A better managed experience for both would be pretty neat!
somethingsomeabout 1 year ago
Main current main pain point with devcontainers is to run a gui app remote, wathever I do, the gui opens only on the server. I&#x27;m wondering if this solution can export gui remotely?
ivanjermakovabout 1 year ago
Can I connect to the environment over https? I&#x27;m looking for a good solution to use nvim from the browser on my iPad on the go.
评论 #39805988 未加载
rcarmoabout 1 year ago
Nice, but with a Proxmox setup I can clone an existing VM&#x2F;container (and there are already dozens of templates), point VSCode at it, and I’m done.<p>What does this add, really? It’s not automation (I can automate a couple of clicks in Proxmox), it’s not resource management (Proxmox handles storage, etc.). Is it developer identity? Because that’s the only thing I’d need a (relatively simple) script to deploy SSH keys to an environment.
评论 #39813743 未加载
评论 #39807080 未加载
brunoqcabout 1 year ago
It&#x27;s open-core <a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapdev&#x2F;blob&#x2F;8eeb3cc3cbbf4c5bf4e79285f974d7ddd3f06ab3&#x2F;lapdev-enterprise&#x2F;LICENSE">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapdev&#x2F;blob&#x2F;8eeb3cc3cbbf4c5bf4e7928...</a> , if you care about that.
评论 #39806001 未加载
评论 #39803241 未加载
评论 #39802212 未加载
shantnutiwariabout 1 year ago
Requirements: Postgres<p>This immediately killed it for me. I need to install a Postgres server just to try out a tool? And if I recommend it to my team, do we need to run and maintain a Postgres instance?<p>OP- you are creating too much work for me. And don’t ask me to use your hosted version, the easiest solution is to use Vs code devcontainers
评论 #39807895 未加载