Earlier quoted context omitted.
While i'm with you in principle, over the years i've learned that we should not talk down good UI/UX, if that's what the wrapper adds. It's a crucial component to the value of a piece of software for the end user.
He actually himself writes that he doesn't want to spend too much time on his apps: > now i have lession that i shouldnt build apps that consumes so much time. Sounds like somebody really devoted to the perfect UI experience. Look, I don't want to talk down this kid. Everybody starts somewhere and I like the enthusiasm. But him expecting to make $30 off everybody for plumbing together a bunch of FOSS libs is rubbing…
Show HN: I completed shipping my desktop app
161–170 of 304 posts
Re: Show HN: I completed shipping my desktop app
#162“This deployment has been disabled”. You should check your hosting provider
Re: Show HN: I completed shipping my desktop app
#163AWS can make billions from open source. On the other hand, solo developers who try the same path are basically seen as scammers. Ironic. And creating a good user interface is very, very hard. Otherwise Gimp wouldn't be the monstrosity it is.
Re: Show HN: I completed shipping my desktop app
#164Out of curiosity, what programming language and GUI is this written with? Can you write a bit about what the experience was like writing a multi-platform GUI desktop application?
Re: Show HN: I completed shipping my desktop app
#165Earlier quoted context omitted.
The problem with distributing standalone installers on Windows is that all non-popular apps are immediately regarded as malware by Windows Defender unless you go through the horrendous process of signing your app, which requires obtaining a certificate (which also requires forming a company that is not an LLC) and waiting more than a month while navigating multiple rounds of bureaucracy. I’ve done it for my app, and…
> which also requires forming a company that is not an LLC I always thought that an LLC was sufficient, what's the actual requirement if an LLC is not enough?
An additional detail is that there are two levels of code signing certificates, normal and EV (extended validation) certificate. EV certificates make windows completely drop the low-reputation screen and causes many antivirus solutions to trust you but are expensive and are a bit of a pain to get. Normal certificates are cheaper and comparatively easier to acquire, but only give partial benefits (less scary screen from Windows, some leeway from antivirus).
Re: Show HN: I completed shipping my desktop app
#166AWS can make billions from open source. On the other hand, solo developers who try the same path are basically seen as scammers. Ironic. And creating a good user interface is very, very hard. Otherwise Gimp wouldn't be the monstrosity it is.
AWS makes billions from managing servers at scale.
Re: Show HN: I completed shipping my desktop app
#167Earlier quoted context omitted.
It does not require that you do that. It only requires you to open source any modifications you've made to ffmpeg.
it is slightly more nuanced, if you do static linking it is considered derivative work and does requires you to open it. Since the app is based on ffmpeg which is GPL(core is LGPL) i am curious to know how it is getting used.
Making your own code public is not the only way to achieve this.
You can also make available to customer object files and build instructions to recreate your software with the (modified) statically linked LGPL content. (if it's LGPL > 2.1 you have extra requirements: you need to provide all toolchains/dependencies and it must be actually possible to install a modified version on the hardware)
Granted, this is not commonly used but I've used this on some projects where dynamic linking was not available/desired by client.
Re: Show HN: I completed shipping my desktop app
#168While you are not too far into selling - a word of advice. Switch to offering a year of free updates and charge a small fee after that. Trust me. You will coverge to this scheme sooner or later, so do it now. - Standalone Windows installer is a must. Windows Store is still a deserted wasteland and is not a default choice for the vast majority of Windows users. You are losing a ton of users over this. - ffmpeg and oth…
100% agree! I've been using Windows for over 20 years and I haven't installed a single app through Windows Store.
Re: Show HN: I completed shipping my desktop app
#169Earlier quoted context omitted.
AWS makes billions from managing servers at scale.
Come on, that's not all they do. They also resell open source as better-UXified tooling. RDS is "just" repackaged postgres/redis/etc with a more convenient dont-have-to-peek-under-the-hood as much dev experience.
But Aurora is not “just” a repackaged MySQL, the entire storage layer was rewritten.
Re: Show HN: I completed shipping my desktop app
#170Earlier quoted context omitted.
He actually himself writes that he doesn't want to spend too much time on his apps: > now i have lession that i shouldnt build apps that consumes so much time. Sounds like somebody really devoted to the perfect UI experience. Look, I don't want to talk down this kid. Everybody starts somewhere and I like the enthusiasm. But him expecting to make $30 off everybody for plumbing together a bunch of FOSS libs is rubbing…
Yes just like instead of Dropbox for a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.
That's not true Dropbox was in the technical edge when it came, and old time ago, was barely possible, and the recurrent cost of the severs and operation cost is clearly not the same. And pay Foss GUIs are sad state of reality