TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

DotSlash: Simplified Executable Deployment

31 点作者 microflash3 个月前

7 条评论

mbreese3 个月前
I&#x27;m not sure how to feel about this.<p>On one hand, it&#x27;s an appealing way to manage dealing with different OS&#x2F;Arch for a binary. On the other hand, this is not something I&#x27;d want to use in production, as it&#x27;s very implicit. I&#x27;d rather explicitly call specific versions of installed binaries over implicitly call files installed in $DOTSLASH_CACHE (particularly if the binary is fetched on-demand).<p>This looks like it could be a useful tool in certain situations, such as shared&#x2F;consistent dev environments. But generating the dotslash file (with hashes, urls, etc...) seems quite manual, which will limit adoption. In this way, it&#x27;s not too different from traditional environmental module files, but it does automate a good chunk. If the main use-case is development, I&#x27;m not sure if this is better than devcontainers.<p>It seems like a useful tool, but I&#x27;m not sure where I&#x27;d <i>actually</i> use it. Maybe I&#x27;m missing the main use cases?
评论 #43120314 未加载
0cf8612b2e1e3 个月前
What’s the sell on this vs committing a mise&#x2F;asdf&#x2F;etc configuration with pinned versions?
mrbluecoat3 个月前
&gt; executing a DotSlash file could &quot;run anything,&quot;<p><a href="https:&#x2F;&#x2F;dotslash-cli.com&#x2F;docs&#x2F;motivation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dotslash-cli.com&#x2F;docs&#x2F;motivation&#x2F;</a><p>Seems promising but obviously security around the dotslash file needs to be well thought out.
评论 #43118793 未加载
umvi3 个月前
This seems like it could be a good way to manage multiple toolchains as well (multiple golang, etc)
mhh__3 个月前
Absolutely love this style of tool management. Why do we ever install anything?<p>Edit: consider also git bisect!
评论 #43119052 未加载
评论 #43118321 未加载
评论 #43118534 未加载
VyseofArcadia3 个月前
Not to be confused with Slashdot, the tech and tech-adjacent news aggregator of yore.
mvuksano3 个月前
Looks like one more open source project used to show &quot;external impact&quot; for a PSC.
评论 #43118645 未加载