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.

DotSlash: Simplified Executable Deployment

31 pointsby microflash3 months ago

7 comments

mbreese3 months ago
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 months ago
What’s the sell on this vs committing a mise&#x2F;asdf&#x2F;etc configuration with pinned versions?
mrbluecoat3 months ago
&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 months ago
This seems like it could be a good way to manage multiple toolchains as well (multiple golang, etc)
mhh__3 months ago
Absolutely love this style of tool management. Why do we ever install anything?<p>Edit: consider also git bisect!
评论 #43119052 未加载
评论 #43118321 未加载
评论 #43118534 未加载
VyseofArcadia3 months ago
Not to be confused with Slashdot, the tech and tech-adjacent news aggregator of yore.
mvuksano3 months ago
Looks like one more open source project used to show &quot;external impact&quot; for a PSC.
评论 #43118645 未加载