Live data from Hacker News

The Deno Company

deno.com

41–50 of 446 posts

Re: The Deno Company

#42
Nice to see! How do they plan to monetize? I either became blind or missed it somehow. The article does say how they DON'T plan on monetize:

    "Rest assured that Deno will remain MIT licensed. For Deno to grow and be maximally useful, it must remain permissively free. We don’t believe the “open core” business model is right for a programming platform like Deno."
There are some hints though:

    "If you watch our conference talks, you will find we've been hinting at commercial applications of this infrastructure for years. We are bullish about the technology stack we've built and intend to pursue those commercial applications ourselves. Our business will build on the open source project, not attempt to monetize it directly."
Does anyone have some insight into those? I haven't watch any Deno talk (maybe one actually?) so it feel a bit strange to make people watch technical talks to find hints of the monetization strategy.

PS, if I was a rich investor I'd throw money at this project even as a donation, so no complain at all, but I'm very curious on the monetization plan.

Re: The Deno Company

#43
post #38
post #35

Earlier quoted context omitted.

Wasn't that more of an ideological than technical split? Deno is more of an ecosystem reboot than a fork, I would think.

Yeah, with the use of "it feels" this time I was literally trying to express the feeling of "oh no, another big divergence in js" like it felt at the time (even if it was indeed ad "ideological split" as you say, I remember clearly at the time a lot of blog posts about how it meant that in the long run we COULD have different ways of doing things / calling apis / build frameworks / etc... )

Fair enough.. I agree that we'll have to see where this goes, and hopefully a technical effort doesn't get overshadowed by an ideological one..

Because you know this blog post and announcement will draw some strong reactions from entrenched interests.

Re: The Deno Company

#44

If I understood correctly this is how they intend to make money: > Not every use-case of server-side JavaScript needs to access the file system; our infrastructure makes it possible to compile out unnecessary bindings. This allows us to create custom runtimes for different applications: Electron-style GUIs, Cloudflare Worker-style Serverless Functions, embedded scripting for databases, etc. So it's basically more of…

I recall Ryan regreting nodes full-permission approach. Not every script should be able to access the fs for securities sake.

Re: The Deno Company

#45
post #31

Earlier quoted context omitted.

I've only dipped my toes in the water with Deno, but it solves a few pain points I've felt with Node. Direct deps via url vs npm as middleman, a standard library (thank goodness!), and single binary distribution. Types are great too, but these other things would be enough for me.

Honestly a standard library was needed since a decade but... I would have preferred a coordinated effort between browsers and node/deno. At this point even if just the browsers and deno get two different stdlib we risk _a_lot_ of useless fragmentation and headaches.

_If_ the browsers do get a std lib akin to what we've built for deno, I would be comfortable archiving the deno_std repo and pointing people to use the browser one. We're not yet 100% compatible with browsers in the stdlib, but being compatible as much as possible is one of our goals, specifically to address the browser/server-side divide and generally make it simpler and more enjoyable to program in JavaScript

Re: The Deno Company

#46
post #22

Earlier quoted context omitted.

The blog post specifically says that that will not happen

Let's make a gentlemens' bet. If Deno is still completely free in 5 years, I'll give you $500. You up for that?

> If Deno is still completely free in 5 years, I'll give you $500. You up for that?

Heck, sign me up. Who wouldn't be up for that? What's the downside supposed to be?

Re: The Deno Company

#47

Nice to see! How do they plan to monetize? I either became blind or missed it somehow. The article does say how they DON'T plan on monetize: "Rest assured that Deno will remain MIT licensed. For Deno to grow and be maximally useful, it must remain permissively free. We don’t believe the “open core” business model is right for a programming platform like Deno." There are some hints though: "If you watch our conference…

Sounds to me that they will build some sort of hosted service or maybe PaaS based on the Deno runtime (like AppEngine or AWS lambda), but yeah it's pretty vague.

Re: The Deno Company

#48
post #15

Happy to see Deno get some financial backing! I've been building my new multiplayer games website [1] with Deno over the last 4 months and apart from some minor growing pains, it's been a joy to use. The lack of unnecessary package management, and the TypeScript-by-default approach makes Web dev much nicer. We're also using TypeScript on the client-side, relying on VSCode for error reporting. We use sucrase to strip…

https://sparks.land doesn't load properly on mobile (iOS, Firefox)

Re: The Deno Company

#49

Nice to see! How do they plan to monetize? I either became blind or missed it somehow. The article does say how they DON'T plan on monetize: "Rest assured that Deno will remain MIT licensed. For Deno to grow and be maximally useful, it must remain permissively free. We don’t believe the “open core” business model is right for a programming platform like Deno." There are some hints though: "If you watch our conference…

Glad to see I'm not the only one having a hard time figuring out just how they intend to make money. My best guess was that they will offer a tailored Deno to companies that want to embed it (my comment about it is swimming somewhere here).

Other than that, there is the following vague statement at the end of the post:

> The Deno company hopes to enable the millions of web programmers out there to maximally leverage their craft in other domains.

Re: The Deno Company

#50
> Of these, the web browser scripting language (JavaScript) is the fastest, most popular, and the only one with an industrial standardization process.

Most popular, I can agree. Fastest, & only one with industrial standardization process? Have they met Erlang?

edit: you have to be kidding me, downvoted to oblivion for an honest observation. Sorry I hurt javascript's feelings.

Post reply on HN