Live data from Hacker News

Ask HN: Are there any startups making desktop apps?

news.ycombinator.com

41–50 of 83 posts

Re: Ask HN: Are there any startups making desktop apps?

#41
Sia: siacoin.com

github.com/NebulousLabs/Sia

We're ultimately trying to build a decentralized object store Platform, but our initial approach is a desktop application. We're hoping that the majority of embedded and streamed content on the web is stored on and fetched from our Platform.

Re: Ask HN: Are there any startups making desktop apps?

#42
post #30

Earlier quoted context omitted.

There are many reasons to build native apps in the enterprise IT (business software) world. For certain use cases, access to offline data and fast performance become critical requirements. Think of a traveling sales rep who is on the road and needs access to a product catalog and pricing information to take sales orders. HTML5 doesn't quite cut it in such a scenario.

clearly you haven't seen Breeze http://www.getbreezenow.com/

I've not worked with Breeze but have seen a couple of other HTML5-based frameworks that promise "native-like" capabilities. For the data-heavy enterprise world, none of them have worked.

Re: Ask HN: Are there any startups making desktop apps?

#43
post #22

Earlier quoted context omitted.

Electron, specifically... https://github.com/atom/electron/

Interesting. I haven't used it because they don't support Linux yet. (EDIT: I mean Slack, not electron)

You can build a wrapper (using a webview) of slack web with nw.js or electron... You'll get pretty much the same functionalities, including desktop notifications for the chats.

Re: Ask HN: Are there any startups making desktop apps?

#45

Evernote? https://www.crunchbase.com/organization/evernote

evernote's motto is "notes everywhere" or smt like that. They are building desktop app yes, but this app is also js and browser extension. not counts. sorry evernote, I loved you though.

That's nonsense. Evernote are a 'startup' in a sense, and have a desktop app (probably one of the primary ways people have interacted with it). It's literally exactly wha the author asked about.

It's exactly the sort of service that I want a desktop app for too. I mean, I stopped paying after it deleted a bunch of my content, but still…

Re: Ask HN: Are there any startups making desktop apps?

#47

Earlier quoted context omitted.

Why couldn't this sales rep use a mobile connected ipad to access a web app with pricing and ordering?

In several industries, sales reps often travel to locations without internet access (such as factory shop-floors, construction sites, mining sites etc). In such cases, the rep simply has to fire up the product catalog, capture orders, take notes etc and then sync up when he returns to an office/hotel room. This is in fact one of the most common reasons for companies to look for native apps.

You can use PhoneGap or similar libraries however to write the app in HTML5 so you can have a mobile app and an online version for minimal effort.

Re: Ask HN: Are there any startups making desktop apps?

#49
I've heard a few times that creating a decent desktop program with a GUI takes far more skill and experience. I can see why that is, since a fully fletched desktop program can be orders of magnitude more complex than most of the mobile and web apps.

I'd love to see more of the bleeding edge desktop software like the Adobe stuff, Blender, all the DAWs for Audio, etc. But it feels to me that not very many programmers have the skill to pull something like that off. Also, there doesn't seem to be much of an incentive left to invest into such things.

I would very much want that the mind set changes a little bit. Great desktop software makes a profit from selling to customers who value quality and awesome features. I wonder why that is not enough incentive for ambitious programmers. I only ever hear about developers for mobile and web apps getting a lot of money for things I seriously don't care about.

I have the feeling that we use desktop computers for the same things we used them ten years ago. I can't even remember when I had the last "I need that!"-moment for desktop software. So why can't we reinvent the desktop with software, like many try to reinvent what phones and web apps can be used for?

It's like the desktop computer in this day and age is slowly reduced to a platform (OS) for a platform (browser) for web apps. That's probably why many can get by with a tiny laptop or even a chromebook, which is probably the culmination of that thought.

However, I've not lost all hope. My bet is on virtual reality. If someone can build a really awesome VR application where everybody's like "I need that!!!", I can see how the desktop could return to its former glory, considering that a decent VR needs a ton of compute. But there's still the problem that VR is hard, GPU programming is hard, 3D is hard, parallelization is hard and optimizing is hard.

So are there any pioneers left with an enormous amount of skill and time who would risk to start such a glorious and uncertain journey without some VC guy dropping a few million dollars on the table? Or are we all going to end up as web developers because that's where the capital seems to be?

Post reply on HN