Hacker News new | past | comments | ask | show | jobs | submit | pie6k's comments login

https://screen.studio founder here:

Thanks for all the comments.

Why 5 minutes? Well I ask this question myself as well. I think it was bad and risky idea.

You create MVP and you make 20 decisions like this a day. I probably thought "why not" as it was stopping anyway and I released a few versions a day at times and wanted to get feedback and crash reports quickly.

I did change it now to 3 hours.

Why downloading it without user confirmation?

Well - because this is how Electron auto updater works under the hood (checking for update = downloading it) and it cannot be customized without implementing a lot of the logic by myself. I'll soon modify it and do exactly that, but I was creating MVP, got traction and as solo dev I had to carefully pick things to focus on. Electron auto updater works and is battle tested so I picked it knowing this limitation and suboptimal flow.

---

So I understand a lot of critique you're making and I agree with it. It's just I was making compromises, iterating quickly and making silly mistakes.


Comprehensible, very hard to nail everything on the first try, and a person often has to make tradeoffs.

> this is how Electron auto updater works under the hood (checking for update = downloading it)

Electron auto updater seems too raw, for an app that has a decent size.

> I did change it now to 3 hours.

In my opinion, it is still too frequent. Ideally, the user should be able to set his preference and the app should have a less aggressive default (once a day seem more than enough for most cases).


Or you should have 2 channels of updates.

1 for Alpha/dev/beta testing, whatever, and 1 for "stable".

Allow users the option of being beta testers and getting updates every 3 hours, and if they do not opt in, they're put in the weekly update "stable" group that gets the most reliable and solid but up-to-date version of the app at that time.


What's so big deal in all this 3h vs 24h? It is still downloading it only once anyway and if there is no update the network call it makes is really 300 times more lightweight than opening google.com. I really don't understand this.


It is understandable that you need to iterate quickly, but that should not be an excuse to not spend just 5 minutes to think through the potential scenarios. Also, you can have a function to query an end point to find latest version available as a string, compare that to a const string inside the build, if they are different then invoke the auto-updater. Simple and light weight.


What products did you ship last year?


None. But I also have never costed any of the companies I worked for 8k due to 1 line of code. It was a constructive feedback, but hey take it however you will.


There is a fundamental difference between working in a company and shipping products alone as a solo person.

I did have 3 months of savings left and wanted to pursue my dream of creating a start-up.

I did create a fully working desktop app, a high-quality design for it, a landing page, an entire deployment infrastructure for the website, and uploading new version artifacts. While doing that, I was also taking care of all this marketing (30k unique website visitors a month on avg - analytics is public here: https://plausible.io/screen.studio). And a lot of other shit I don't even remember.

At the same time, you were working at a company where very likely at least one person was working on each of those areas independently, and most of the people did not give a damn if there would be a month delay in some area.

And then, you simply explain to me to compare version strings as if you've discovered a circle. WTF. It is a damn obvious thing, and it, of course, happens. The bug was about a whole different thing, but I'll not even try to explain it as I already did and it didn't prevent you from writing this bs. I wonder if you ever think how would you feel if your co-worker wrote a code review pointing out obvious things you did correctly, not related to the context of the PR at all, and ending it with "Simple and light weight." punchline. Maybe it would give your team an amazing opportunity for a long lunch break to discuss things.

this is really annoying, and this triggered me to write my challenging question.

I really doubt you'd be so "mistakes-free" and "I know it all" if you switched roles with your CTO for a week while all devs will take a week-off. If you write comments to solo founders so confidently, maybe you should consider that or if you're not willing to, to fucking think twice before writing comments next time thinking you're a guru because you nail your full time work.

Looking at the confidence you express your opinion (you actually don't express an opinion, you state your opinion as a fact), I believe there is no slightest thought like "maybe I miss something" or "maybe I'd also do exactly the same thing in this person shoes" and other shit like that.

I admire you for being careful and always thinking through all possible scenarios. On the other hand, I enjoy my life as a founder of a startup that has traction (and all its benefits of it). I'll risk betting that this difference is there precisely because you likely never make such mistakes, and you look at people who do from a perspective of "I know it all, and I'll tell you what you should do." ("Simple and light weight.") (note: it is possible you simply don't dream about founding a start-up which is totally fine. But even then, I believe it is a fundamental mistake to look at people who do create start-ups from the perspective of full-time-work and projecting your perspective on theirs)

--------------

I have no idea why the hell I even discuss with your "compare strings" wisdom. I just wasted 1 hour and half the emotional energy I have for this day and it's 9AM.


> Why 5 minutes? Well I ask this question myself as well. I think it was bad and risky idea.

Fair enough people make mistakes...

> I did change it now to 3 hours.

lol


Shampoo


Is your response to your app still trying to update too often really just "shampoo" ?


Not much more I have to say about crying over 500 bytes json fetch request and policing others to make it at most once a day instead of every 3 hours.


> Well - because this is how Electron auto updater works under the hood (checking for update = downloading it) and it cannot be customized without implementing a lot of the logic by myself.

Yay, one more argument against Electron and the likes.


We always only hear success stories. Its simply because no one writes or likes 'normal failure stories'. Once in a while we have such a beautiful story that goes viral, but for 99% of normal stories of 'it just failed' never see the light of the day.

I believe I found my success (screen.studio), but first I had to give up on it to start having a healthy relationship with my career. Only then I was able to look at myself being proud, even while seeing everyone tweet (remember, only successful people tweet - thus 'everyone' is a bit biased) about their success.

Good luck!


Yes, I have written to Courtland Allen of indiehackers.com a number of times saying I want to hear more from those who fail. What I actually want is people working with mentors and the mentors saying why they are failing. But Courtland has always wanted to focus on the success stories, since those are the models to follow. I understand that logic. But still I want to hear from those who fail, especially those who are in the process of failing.


Interesting use case. Can you email me from the website? I'll think about this use case


Done!


I created https://screen.studio and it made 30k in first month after releasing it.

It allows you to create beautiful screen recordings in minutes.

Idea: my own pain both individually and when working with team. When you create any kind of app you often need some video of it, either for promo, landing, social media posts, tutorials, etc.

It was always taking way too long and was quickly getting outdated as app UI changes quickly.

Then I have seen stripe profile on Twitter and their promo videos and thought "how much of this video could be done automatically basing only on mouse movement and clicks info" and boom.

As a good entrepreneur I started by getting a domain of course. I got a really good one - screen.studio so I had to instantly start working on MVP


This looks great. I'm currently working on some screencasts on technical topics. Is this suited for something like that? These are videos of 30-60 minutes length, a lot of time spent in terminal, editor, web pages. Or is this really meant more for product glamour shot type videos?


Currently it might not be great for that just because of performance issues it could have when auto generating 30 minutes long animation. Tho it is on my radar as it is relatively common use case


Got it, thanks for the reply


Brilliant! I spent so long looking for a screen recording app that could simply follow the mouse and zoom automatically. Thought of building this myself. Good job executing on it so well. Will probably be a customer soon :)


Thank you!


Awesome! I absolutely like the way videos move.

How did you market this app?


How do you deal with heavyweight competition like Camtasia?


Well I love hooks


ps. it's working on Chrome only.


"Works" in Safari on MacOS.

However, there appears to be two phases of blur. The first starts immediately, the second is a total blur and starts well after I've started scrolling and doesn't unbar until well after I've stopped scrolling.

The whole thing is horrible from a UI perspective.


Works on latest Firefox. Chrome has better framerate though


Works on Firefox 84 for me (but laggy).


Github source link - https://github.com/pie6k/motionblur

My conclusion - it might look sweet, but usability is poor (especially when scanning looking for something)



Seems like nice idea, good luck!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: