It’s a bold move. I like it, but I’m alarmed at how many people are acting like $3k isn’t worth taking. If I wasn’t solidly anchored on the east coast (Jacksonville, FL) I’d be taking a serious look at this, since it would give me about a 30% better chance at bootstrapping and avoiding taking on funding or other debt to build something cool.
We'll pay you $3000/mo to build your startup on Dark
91–100 of 132 posts
Re: We'll pay you $3000/mo to build your startup on Dark
#92Lots of folks asking exactly what Dark is so answering separately. tl;dr Dark is a programming language and service. Our goal is to allow you to build backends without having to deal with the endless accidental complexity in software today. (Accidental complexity meaning everything from infrastructure and storage, to syntax errors, etc). What does that mean exactly? Dark is a language, and editor and a PaaS, combined…
Will it be possible to deploy Dark apps outside your platform? I don't mind paying for the language and SDK. We already do that for Visual Studio and C#. But being locked in your PaaS forever is a nonstarter.
Re: We'll pay you $3000/mo to build your startup on Dark
#93It’s a bold move. I like it, but I’m alarmed at how many people are acting like $3k isn’t worth taking. If I wasn’t solidly anchored on the east coast (Jacksonville, FL) I’d be taking a serious look at this, since it would give me about a 30% better chance at bootstrapping and avoiding taking on funding or other debt to build something cool.
But the whole point is it isn't in Jacksonville. It's in San Francisco, where $3k will pay your rent and that's about it. So you'd really want to reconsider not taking other funding or debt.
Re: We'll pay you $3000/mo to build your startup on Dark
#94Does anyone not even realize that if Dark really is so easy to use that you can build a scalable app in an afternoon, it will not even take a month for a startup to build their backend, and thus they will pay nothing?
I hope this idea works out for them though. It's about time someone paid the users of the software.
Re: We'll pay you $3000/mo to build your startup on Dark
#95Tangential to the post, but the pages on darklang.com are really fast. They load instantly . I clicked the Medium link and it took a couple seconds to load what was essentially a blank page. The darklang.com homepage took 70 msec for DOMContentLoaded and was only 25.5 KB total page weight. That's even including two fonts! Hacker News is usually my gold standard for a lightweight fast page. And while HN is only 13 KB…
Re: We'll pay you $3000/mo to build your startup on Dark
#96I get the feeling a lot of people in the comments here didn't actually read the article. If you're complaining that $3k isn't enough to live in SF, you missed the point. Dark isn't trying to pay you a $3k salary. They're not looking to hire someone to build a random app. They're looking for an employee of some other startup to camp out in their office for 3 months and use Dark to build the backend for that startup, a…
I feel that you are extrapolating on one data point. The quote I think you're using to say "this is for startups": > We pay you (or your company) $3000 a month. In contrast to the multitude of other more personal references: > We'll pay you $3000/mo > Dark is a new tool to help you build a complete scalable app in an afternoon. How many startups are working on "building an app in an afternoon"? > You come to the offi…
I guess the important point here is you're not supposed to quit your day job with the expectation that Dark will pay you a livable wage to build your pet project.
Re: We'll pay you $3000/mo to build your startup on Dark
#97Lots of folks asking exactly what Dark is so answering separately. tl;dr Dark is a programming language and service. Our goal is to allow you to build backends without having to deal with the endless accidental complexity in software today. (Accidental complexity meaning everything from infrastructure and storage, to syntax errors, etc). What does that mean exactly? Dark is a language, and editor and a PaaS, combined…
Adopting a new language with no ecosystem of libraries seems like a hard way to build useful applications. Or does Dark build upon an existing ecosystem like Elixir and Erlang? Dark's feature set reminds me a lot of Erlang.
Re: We'll pay you $3000/mo to build your startup on Dark
#98If I were to take advantage of this opportunity, my main question would be about darklang. While it is interesting to be paid to give some feedback to a system and maybe learn something, it would be interesting to know just what it was. Consider: if you told me darklang was a python based language that was built on top of django/AWS and automated a lot of the work around it. Consider: you told me darklang was a JSON…
Good question. Conceptually, Dark is most similar to your django/aws example. There's a lot more types, though in a really good way. We're aiming for all the advantages of static typing, coupled with all the advantages of dynamic typing. For example, you use the same types all the way from DB schemas to API validation.
Sounds like what Microsoft tried to do with the .NET ecosystem, but with cloud integration (which Microsoft should be doing for their own cloud) and API validation.
Someone needs to actually succeed at doing this. Most of the type-checking/inference problems in this domain are decidable -- it's really a tooling/tooling integration problem. Creating a single unified tool instead of having developers clobber together libraries (JSON schema validator, ORM, MVC framework, deployment workflow for all of that, etc.) would be a huge value-add.
Suggestion: code example/screenshot/workflow video on your homepage, and a link to your homepage in the advert. Nearly every programming language/library out there has a concise "hello, world" example on their homepage. Nearly every software development tool has a screenshot of sorts on their homepage. Those examples are worth a million words. Even an appropriately caveated "Wizard of Oz" (https://en.wikipedia.org/wiki/Wizard_of_Oz_experiment) demo would go a long way.
Re: We'll pay you $3000/mo to build your startup on Dark
#99There's a namespace clash here; I'm quite amused at the idea of basing my startup on https://esolangs.org/wiki/Dark
Re: We'll pay you $3000/mo to build your startup on Dark
#100Earlier quoted context omitted.
Adopting a new language with no ecosystem of libraries seems like a hard way to build useful applications. Or does Dark build upon an existing ecosystem like Elixir and Erlang? Dark's feature set reminds me a lot of Erlang.
We're mindful of this. Our goal is making coding much easier, and obviously that will need libraries. Our plan is that in the early days we'll make it very clear what Dark is useful for, and what's outside of its capabilities.