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.

Dark emerges with ‘deployless’ software model

97 pointsby yagurastationalmost 6 years ago

40 comments

mrochealmost 6 years ago
&gt; If you build your application in Dark’s language inside of Dark’s editor, the reward is you can deploy it automatically on Dark’s infrastructure on Google Cloud Platform without worrying about all of the typical underlying deployment tasks.<p>&gt; ... Ellen Chisa, CEO and co-founder at the company, admits that the Dark approach requires learning to use her company’s toolset, but she says the trade-off is worth it because everything has been carefully designed to work in tandem.<p>So this “deployless” method is really you just offset the deploying mechanism and control (probably to varying degrees) to a third party that’s dependent on another third party. I don’t buy that. There are so many tools that make web application deployment simple and easy without constraining what tools you get to use and what platform you get to run it on.<p>I’d have to look more at the project itself, but just reading that article I have a number of concerns&#x2F;questions with this idea. I would be interested in who they are trying to market this to. One size fits all sounds great in theory, but rarely ever works out well in practice.
评论 #20562559 未加载
评论 #20562551 未加载
评论 #20562581 未加载
danpalmeralmost 6 years ago
I&#x27;m excited by almost everything about this. I think it could be transformational in some categories of software engineering, but I do have a big concern...<p>&gt; I think the biggest downside of Dark is definitely that you’re learning a new language...<p>But this is not it. Learning new languages isn&#x27;t that hard, and a language so well designed for an ecosystem would likely be a pleasure to use. They are probably giving this as their &quot;big downside&quot; because it&#x27;s not actually their big downside.<p>The real big downside is proprietary lock-in. My tools right now are open source, developed in the open, things I can contribute to or at least understand at a fundamental level. &quot;Python&quot; can&#x27;t go out of business, &quot;Postgres&quot; won&#x27;t get acquihired and shut down with 30 days notice, and Docker images can run on plenty of hosting providers where there&#x27;s lots of competition.<p>While I might bet a company on a new technology I&#x27;m not going to bet a company entirely on the whim of a company, who may pivot, get bought, shut down, raise prices, etc. Hosting is the closest I&#x27;d get to this level of lock-in, but if that changes I don&#x27;t have to rewrite all of my code, reproduce business logic, and also rewrite from a high level language like Dark to something that doesn&#x27;t provide any of the same primitives.
评论 #20566509 未加载
andralmost 6 years ago
I&#x27;ve played with some early betas of Dark and I must say being deployless may make a good headline, but there are many more-exciting features. There&#x27;s visual programming, a concise OCaml-style language, a unique pub-sub mechanism baked right in, and integrated database support. It&#x27;s a really fresh approach.
评论 #20563108 未加载
评论 #20566652 未加载
评论 #20562666 未加载
评论 #20562668 未加载
maximilianroosalmost 6 years ago
The tone here is _extremely_ cynical.<p>Before you jump from thinking a specific feature is wrong, to asserting the whole project is a waste of time: please take a moment to consider where your broad assertion might be wrong.<p>In the words of Sam Altman: &quot;it&#x27;s easy&#x2F;fun to say every new startup you hear about is bad. you will usually be right. you will never be successful.&quot;<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;sama&#x2F;status&#x2F;571733273996488704" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;sama&#x2F;status&#x2F;571733273996488704</a>
评论 #20562933 未加载
评论 #20563048 未加载
评论 #20565657 未加载
评论 #20564621 未加载
评论 #20564461 未加载
评论 #20565436 未加载
theon144almost 6 years ago
I&#x27;m getting serious &quot;Building Dropbox is trivial with with curlftpfs, SVN and CVS&quot;[0] vibes from this thread.<p>Sure, all it provides is already technically possible with what exists - but what if the 10% they shave off turns out to be the crucial 10% that carve out a completely new area in programming? Maybe having a fully integrated development experience actually is the &quot;retrospectively obvious&quot; missing thing...<p>That said, their exclusivity-first approach whose first step essentially is full and complete vendor lock-in makes me skeptical too. I personally don&#x27;t think they&#x27;ll be too successful, as the model they&#x27;re proposing is both uninviting to newcomers and fraught with sustainability perils for any serious long-term project. And that&#x27;s just from a business perspective, I can&#x27;t overstate how important I consider open technologies to be.<p>But I can&#x27;t get rid of the &quot;future of programming&quot; tingling, which a few people here have alluded to as well. The &quot;open-decentralized-interoperable&quot; bazaar and the &quot;monolithic-integrated&quot; cathedral conflict is as old as time. And while zero-friction infrastructure is a nice selling point, I&#x27;m personally more interested in what&#x27;s allowed by having the language, editor, and apparently the entire ecosystem be developed hand-in-hand from the first step - a lot of fancier features (smart code completion, thorough static analysis, code exploration, automatic diagramming, proper e2e testing) is hard specifically because it needs to built on top of what already exists.<p>Having a garden with walls this high might actually bring a lot of surprises.<p>0: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8863" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8863</a>
评论 #20564858 未加载
mirekrusinalmost 6 years ago
Radical approach - they flip the whole thing upside down. The biggest challange is not new language or ide per-se imho - but detachment from git, this has implications ie. it seems open-source hostile (you can&#x27;t use it for open-source code, or am I wrong?); what about libraries?<p>Technically very interesting.<p>Practically I&#x27;m not sure it&#x27;ll fly, at any complexity project development means in big part playing around locally before pushing ideas up. On dark platform the code seems to be in compiled = deployed state only, or am I wrong? What about documentation, how is testing done, benchmarking, integration tests, if the system goes crazy, is there a way to actually stop it? What about recovery from backups? Reverting to past history code? After reverting is the new code still available so it can be fixed before next deployment?<p>The scope they&#x27;re claiming is gigantic, they must be taking compromises somewhere. There&#x27;s no way is all unicorns and rainbows.<p>However if they manage to execute it well, the potential is huge - they can create marketplace for libraries&#x2F;services, they can become appstore+github+aws in one for execution-ready solutions (libraries, services etc), which could be huge.<p>Wolfram does something similar. Salesforce as well. Dark seems similar but for webdev, it&#x27;s like serverless&#x2F;lambda v10.
评论 #20566943 未加载
评论 #20563959 未加载
ralphstodomingoalmost 6 years ago
I am doubtful. My view of the future of software engineering is that developers will be better equipped to handle _more_ complexity, not _less_. And we all know what happens when there&#x27;s black boxes. Not to mention you&#x27;re locked in to a particular editor and language.<p>Imagine this, but with any editor or language of your liking, and the option to go deeper into the machine if things go awry. Wait, isn&#x27;t that how things are right now?<p>&gt; Infrastructure is time consuming and difficult, especially as services start to scale.<p>It doesn&#x27;t have to be, and it&#x27;s particularly easy when you&#x27;re starting out. Most of the time it&#x27;s just premature optimization. When services start to scale, maybe you can invest a little more effort into this area, too, so why use Dark?
datpuzalmost 6 years ago
This would have appealed to me before building a rather large side project with Google Cloud&#x27;s proprietary Firestore database. There are loads of drawbacks that slowly become apparent the more I build and the deeper I dig myself into that hole. I loved how quickly I was able to get something up and running, and was super excited about it at first. But as I&#x27;ve had to add more and more features and turn it into a real project, being limited to only the tools provided by the vendor has become a real drag. Migration, testing, debugging, is all so much more of a pain. Can&#x27;t even run my application locally without an internet connection. On top of all of that, there may be pricing hikes, or the service could go away all together.<p>With that experience, it would be hard for me to be convinced that something like Dark would be worth the risk. With things like this, you don&#x27;t always realize the drawbacks until it&#x27;s too late. Now, for my side project, I&#x27;m only really stuck with the database - locking myself into a programming language and even a text editor sounds like a nightmare.
MrLeapalmost 6 years ago
In high school, I think I worked for a company that has prior art on deployless software. We wrote php and perl directly on the prod server with vi through putty. No deploy necessary!<p>What&#x27;s old is new again I guess.
评论 #20562553 未加载
评论 #20562567 未加载
评论 #20566970 未加载
评论 #20562619 未加载
评论 #20562613 未加载
tnoletalmost 6 years ago
This reminds me a lot of the Salesforce Apex platform where the language, runtime, datamodel, hosting and all infra is part of one package.<p>But Salesforce has a very specific niche, this seems to be for general purpose web dev and I’m pretty sure it will be a hard time getting people to switch.
评论 #20563221 未加载
评论 #20562731 未加载
jasimalmost 6 years ago
I&#x27;m very excited about this idea and have even asked for an early access invite.<p>These days I don&#x27;t care about being in full control of my back-end stack - I just want to build something and ship it with least hassle as possible. I don&#x27;t want to deal with provisioning, infra as code, containers, orchestration, message queues, load balancing, autoscaling, build configs and sundry.<p>I just need a statically typed functional language in which I can do that, which Dark is - it seems to have an Elm&#x2F;OCaml inspired language.<p>Being fully tied to their platform with no alternative to migrate away to is the least pleasant aspect of the product as it stands today. But the product isn&#x27;t even public yet - it is a difficult problem space that is badly in need of innovation and simplification - and many things are yet to be figured out. I&#x27;d be charitable to that aspect and see what as an industry we can learn from what Dark is doing.
评论 #20563006 未加载
dmanalmost 6 years ago
The page for the language is here - <a href="https:&#x2F;&#x2F;darklang.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;darklang.com&#x2F;</a> but sadly no technical details appear to be publicly available at this time.
评论 #20562457 未加载
评论 #20567282 未加载
vbstevenalmost 6 years ago
After the Parse.com fiasco I am not touching a high-vendor lock-in BaaS ever again.
评论 #20562575 未加载
bgnm2000almost 6 years ago
I’ve used Dark for the backend of a mobile app (&gt; 20k installs) during the beta, and it has been an incredible experience. Something like 30 lines of code do it all.<p>Dark is a game changer in my opinion for getting a prototype online as quickly as possible, or a lightweight backend - and I imagine it can and will support much more.
anm89almost 6 years ago
This seems misguided to me. How do you get people into an ecosystem like this that is totally isolated.<p>If I&#x27;m a startup am I going to choose a language that has no developer base and no experienced devs and no ecosystem, without git, that&#x27;s closed source so I can avoid hiring some devops manpower?<p>It seems like only a company with a massive builtin captive audience could pull this off. This makes it feel like they are doing this to be acquired which makes the whole thing even less appealing.
trevynalmost 6 years ago
Should probably replace with the first-party article: <a href="https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;dark-announces-3-5m-in-seed-financing-d64af8a58c1d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;dark-announces-3-5m-in-seed-fina...</a>
评论 #20562530 未加载
tnoletalmost 6 years ago
The marketing reminds me of the famo.us launch.<p>“Everything completely different and proprietary and we don’t have any actual real life examples”
评论 #20563216 未加载
StyloWalmost 6 years ago
It sounds pretty cool until the point where you read something like: &quot;Deployment is risky because you’ve only tested on your own machine, and now you need to run the same code on many different machines, to serve (millions of) users.&quot; Which makes it seem like they don&#x27;t even know about the existence of Docker; making me doubt most of what they&#x27;ll try to sell us.
评论 #20567248 未加载
评论 #20564135 未加载
bump64almost 6 years ago
For the last 10 years I&#x27;ve been working mostly on CI and CD automation for a few projects that as part of their offering tried to automate the deployment for their clients.<p>In general when you try to simplify a process you increase the level of abstraction which leads to additional complexity in terms of customization and integration with third party systems and tools. Then you decide that it is a good idea to offer integration with the third party systems and tools and you increase the abstraction even more which increases the complexity even more. Also in the end you wonder if you are in the CD tools business or you are offering your core product.<p>It is much more productive to develop the product in mind with the tools for deployment that are already available. Unless you want to have a product and a &quot;Services&quot; division that configures and operates your product for the clients...
评论 #20565617 未加载
ilakshalmost 6 years ago
I&#x27;ve been coding since I was a kid, for about 33 years. I actually think they are right about all of this stuff.<p>Including the part about combining everything together into a holistic solution.<p>It sounds like a terrific idea. Unfortunately most people seem to hate good ideas. Especially if they represent a significant change from the status quo.<p>And programmers are afraid to touch anything that&#x27;s &quot;easy&quot; or moves away from colorful text representing complex obscure systems -- because sadly that is actually the only definition of programming that has stuck. And if there isn&#x27;t enough of that stuff, programmers are worried they may be mistaken for users.<p>But maybe even though its a structured editor that makes things easier, it will still look like code and &quot;count&quot; psychologically as programming.<p>Anyway maybe it will actually become popular. Who knows. Good luck.
评论 #20563001 未加载
评论 #20564003 未加载
评论 #20562724 未加载
nudpiedoalmost 6 years ago
I think that&#x27;s the future. Perhaps not exactly Dark itself since we know nothing about it but a toolset that integrates all moving parts from current computation and information engineering and sets them in a well coupled system. Reinvent the wheel at higher levels.
tigersharkalmost 6 years ago
Previous discussions with answers from the founder: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19274083" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19274083</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20394166" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20394166</a><p>From my point of view I don’t think I could inextricably bind my projects to a third party without any recourse in case something on their side changes. Deployment is not really a big deal nowadays, unless you work at a huge scale. But if you are working at that scale I don’t really think that you are eager to commit yourself completely to a small startup.
twicalmost 6 years ago
I have a hunch that Dark won&#x27;t generalise well. It might be good for making simple data-backed web applications. But a business of any nontrivial size has more than just simple data-backed web applications.<p>Do you use Dark for part of your business, and traditional tech for the rest, in which case you now have the problem of integrating your traditional stuff with Dark&#x27;s black-box infrastructure?<p>Or do you build an MVP on Dark, then migrate on to traditional tech when you grow, in which case you now have the problem of migrating your entire business?<p>Or do you bet that Dark will pull more rabbits out of their hat, and you won&#x27;t need to migrate?
评论 #20568709 未加载
theshadowknowsalmost 6 years ago
I mean I guess. Salesforce did it with Apex and Wolfram did it with Wolframlang or whatever Steve is calling it these days. But I feel like this is a solution in search of a problem. The issue isn’t complexity or even accidental complexity. It’s that businesses usually have many competing and often conflicting needs. I can already hear the angry snort when I go to the head DBA and ask if I can use some new hosted product to replace our on prem data warehouse. It’ll never happen. And it’s not even an “old school” thing. We just have a variety of reasons why it’s a bad solution. So now we talk about setting up small web apps hosted in Dark’s cloud. How is it any better than what we have hosted in Amazon, Google, and Azure where we also have the ability to at any minute tap in to a huge market of developers? I guess then we look at this for new projects that aren’t interfacing with production stuff? In that case I guess it’s an interesting experiment. But the reality is that most corporate things (from my experience anyway) have an if it ain’t broke don’t fix it mentality and with good (often painfully learned) reasons. I’m not debating the values of this (it’s hard to since their entire site is marketing buzzwords) but I’m saying it doesn’t seem on the face of it to be a realistic problem solver. I’m very likely wrong but that’s how it feels to me.
chvidalmost 6 years ago
They really need a good bottom-up example showing what Dark is and why it is different from ssh-ing into a production server and fiddle with some php-scripts.<p>They write about feature flags, non-text code and a fully integrated environment. So what they are trying to do is different however these ideas has been around for some time (Smalltalk&#x2F;Self&#x2F;some databases) but have been not been adapted by the industry of practical software development.<p>Probably because the implementation was never really good enough.
dkerstenalmost 6 years ago
I don&#x27;t get it. I tried to find out anything about what Dark is, how it works, or what it looks like and found almost nothing. They make claims like &quot;holistic programming language&quot; but don&#x27;t show me what they mean. The What is Dark[1] blog post makes a lot of claims, but I&#x27;ve seen these claims made many times and they rarely live up to the hype. They don&#x27;t show me how they plan to meet these claims or what it looks like. Finally, their marketing focus is on deployment, but honestly, deployment really has never been the biggest pain point for me. Sure, it can be a headache, but its nowhere near as much work as actually writing the applications themselves. I&#x27;m not convinced.<p>[1] <a href="https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;the-design-of-dark-59f5d38e52d2" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;the-design-of-dark-59f5d38e52d2</a>
maximilianroosalmost 6 years ago
This is hardly &quot;emerging from stealth&quot;. This was a blog post from February! <a href="https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;the-design-of-dark-59f5d38e52d2" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;the-design-of-dark-59f5d38e52d2</a>
评论 #20562590 未加载
评论 #20563020 未加载
al2o3cralmost 6 years ago
&quot;Emerges&quot; my foot, this is a marketing rollout. Code or GTFO
twicalmost 6 years ago
Looks like one thing the infrastructure doesn&#x27;t automate is using the right SSL certificate:<p><a href="https:&#x2F;&#x2F;hellobirb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hellobirb.com&#x2F;</a><p>(that company is an early adopter mentioned in <a href="https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;dark-announces-3-5m-in-seed-financing-d64af8a58c1d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;darklang&#x2F;dark-announces-3-5m-in-seed-fina...</a> )
评论 #20567306 未加载
评论 #20562810 未加载
adrianNalmost 6 years ago
I now almost nothing about Dark, but I don&#x27;t understand why it is necessary to do this with a new language and a new editor.
评论 #20562841 未加载
评论 #20562958 未加载
评论 #20562529 未加载
inlinedalmost 6 years ago
One question&#x2F;unsolicited advice: the articles frequently mention “feature flags,” but these will cause simultaneous rollout in prod without any real testing or canary.<p>It seems like an experiment framework (eg whitelisted customers or IP addresses for alpha testing and percent rollouts) is a min bar for any reasonable implementation in Dark.
评论 #20570334 未加载
etxmalmost 6 years ago
I’ve only seen self pleasure articles about this company.<p>Has anyone seen what the language or editor looks like?
pkulakalmost 6 years ago
Is there a code sample I can read? Seems like this will all hinge on this new language.
unfuncoalmost 6 years ago
I said this last time I read about it and I&#x27;ll say it again because all I keep reading are puff-pieces with nothing to back it up, it sounds like a convoluted version of Geocities, funded by a seed round from Russ Hanneman.
pbiggaralmost 6 years ago
Cofounder&#x2F;CTO here. Sorry this went up when I was sleeping, so I missed the discussion. I&#x27;ll answer some things through the threads but if you have any questions for me I&#x27;m here.
rowanG077almost 6 years ago
similar things have been possible for years with C# in visual studio where you can deploy to azure with the click of a single button if you want to.
freeone3000almost 6 years ago
How do they make money?
评论 #20568769 未加载
评论 #20562569 未加载
评论 #20562560 未加载
评论 #20564141 未加载
sifflandalmost 6 years ago
So is it a &#x27;deployless&#x27; software model, in a &#x27;serverless&#x27; environment¿<p>sorry i could not resist.
choiwayalmost 6 years ago
So it&#x27;s a lame version of dot net &#x2F; Azure?
评论 #20562690 未加载
shinryuualmost 6 years ago
Personally I’d be surprised if this startup is around in five years
评论 #20562548 未加载
评论 #20562562 未加载
评论 #20564147 未加载
评论 #20562558 未加载