Live data from Hacker News

No-code startup Bubble raises $100M

reuters.com

171–180 of 327 posts

Re: No-code startup Bubble raises $100M

#173
I look at No-Code the same way I look at Canva — one can create powerful designs in Canva that were once the exclusive domain of expert photoshop/illustrator designers. It does not replace them but reduces the barriers to entry for others which is a fantastic thing! There are many ideas that can be set free and realized with No-Code platforms that otherwise wouldn’t due to the difficulty. I say this as a software engineer. No-code won’t necessarily replace us but it will elevate the game.

Re: No-code startup Bubble raises $100M

#174

Can someone help me understand the no-code movement and what supposedly has changed in the last few years? I know Microsoft tried to allow non-developers to create apps without developers, and they have been trying for decades. But failed! They built an app that allowed you to drag and drop blocks, and they tried a visual query builder(not sure what the exact name was) for SQL. They added a workflow builder to ShareP…

> Can someone help me understand the no-code movement and what supposedly has changed in the last few years? It's a basic error of attribution. We need complex systems, and we build them typically by text source, which is the most efficient way of coding a system (as we've found over the decades). Because the source looks arcane to an untrained eye, people attribute the complexity to the form of the code: text source…

This is an excellent comment, I love how you phrase it. I've had people (even on HN) get angry at me when I suggest that we do have a wonderful visual/graphical was to write software: text. Text is a graphical representation of ideas. One that, as you point out, has been honed over hundreds of years for expressing ideas, and decades for expressing code.

Text is so amazingly intuitive that don't even think of it as graphical, but it is. As you also point out, the reason it looks complex is because software is complex.

Re: No-code startup Bubble raises $100M

#175
What's the difference between no/low-code and just an application? Most of these just seem like a solidly built application that allows users to do complex things. MS Word is a no-code application to generate documents, Photoshop is a no-code application to generate images, Chrome is a no-code application to explore the web.

"no-code" just seems like a marketing term.

Re: No-code startup Bubble raises $100M

#178
post #77

Can someone help me understand the no-code movement and what supposedly has changed in the last few years? I know Microsoft tried to allow non-developers to create apps without developers, and they have been trying for decades. But failed! They built an app that allowed you to drag and drop blocks, and they tried a visual query builder(not sure what the exact name was) for SQL. They added a workflow builder to ShareP…

Visual Basic was incredibly successful. From VB3 adding database support until VB6-ish started integrating with .NET, 10s of millions of developers built applications that you've just never heard of. What killed RAD tools was the web, not them being a failure.

> until VB6-ish started integrating with .NET

Minor nitpick :)

VB6 never had tooling to integrate with .NET.

Rather, .NET could provide an "interop" layer to allow you to consume components written in VB6, or just COM in general. You can also create COM visible components written in .NET that could be consumed by VB6 or even scripting languages such as VB script. But the tooling for that was delivered through the .NET SDK/VS.

But on your other point, you're right, there are probably a bazillion unknown VB apps out there still chugging along doing their one thing for a specific department or company.

Re: No-code startup Bubble raises $100M

#179

What's the difference between no/low-code and just an application? Most of these just seem like a solidly built application that allows users to do complex things. MS Word is a no-code application to generate documents, Photoshop is a no-code application to generate images, Chrome is a no-code application to explore the web. "no-code" just seems like a marketing term.

As far as I can tell, "no code" just means you can create automation workflows with a visual editor, "low code" means you have some extension points that support scripting. The terms only make sense in the context of automation I think.

Re: No-code startup Bubble raises $100M

#180
post #94

Earlier quoted context omitted.

It's frustrating. Especially now that I'm nearing 15 years as a professional coder, I already spend less and less time typing and more thinking and working on different views on the problem. Typing or reading text is not difficult!

This touches on the real issue here -- the assumption that, somehow, the logic gets easier to understand if it's in diagrams instead of text. Text is the arguably the best way to reason about logic, since there are millions of people wo do nothing else but read text-code all day, me included. All you do with no-code programming is outsourcing writing the actual code to some other company, who already did all the work…

> Text is the arguably the best way to reason about logic

Math used to be written in prose. Arguably symbols are better.

I think feedback systems are a good example of where diagrams are nice.

Post reply on HN