Readit News logoReadit News
Doolwind commented on Ask HN: How many of you are self employed?    · Posted by u/asim
ewuhic · 2 years ago
What tools do you use to edit your videos?
Doolwind · 2 years ago
Davinci resolve for everything. It’s amazing and free
Doolwind commented on Ask HN: How many of you are self employed?    · Posted by u/asim
ewuhic · 2 years ago
What's your experience with tiktok? How well does it perform in terms of attracting people to buy your stuff? Do videos besides plays on popular memes du jour do any good?
Doolwind · 2 years ago
It’s been amazing. I’ve had about 30% of people that follow me join my Discord which is 10x higher than I expected. Meme videos do the best but a loyal fan base see and enjoys my regular dev style videos too. I do the same on Reels and Shorts with less success. But I enjoy learning which videos do better on each platform.
Doolwind commented on Ask HN: How many of you are self employed?    · Posted by u/asim
Doolwind · 2 years ago
I make video games [1] and TikToks [2] about them. I’m a solo game dev doing the coding, design and business/marketing stuff. I’ve worked in mainstream games and as a CTO at a few companies but my passion is making small games I can prototype in a few days and release within a week or so. After trying a lot of different roles the satisfaction of building something hundreds of thousands of people play that I have total control over is deeply fulfilling.

[1] https://attackmove.io/playit

[2] https://tiktok.com/@attackmove

Doolwind commented on Stop Interviewing with Leet Code   fev.al/posts/leet-code/... · Posted by u/charles_f
throwaddzuzxd · 3 years ago
In my team we do technical interviews in three steps:

- an algorithmic challenge. It's related to what we do day to day. I work in domain names so we ask to parse a domain name. There are oddities with domain names so we check multiple things: does the candidate know what basic string manipulation functions exist? do they ask questions to get more info? how do they react when we give additional info that break the code they did so far? What we don't check: whether the code compiles or actually works. We don't care. We explicitly tell the candidate they can write pseudo code or comments defining the steps of the algorithm. We're interested in their reflection.

- an architecture challenge. We ask the candidate how they would scale an API worldwide. There's no code, it's an open discussion. They can talk about whatever they want: asynchronous, statelessness, load balancing, replication, anycast, whatever. We can also guide the candidate to know whether they know some specifics concepts (for example I can ask "what would you do if you have a GET REST endpoint that returns the same thing every time" and expect "cache its result", even with this question I get different answers (which is great), some will talk about HTTP cache headers, others will talk about Redis or in memory caching, rarely do candidates talk about both)

- a refactoring challenge. We work with tons of legacy code. So we show the candidate a crappy piece of code with performance issues and no tests and ask them for what their strategy would be. No writing code here, just thinking and discussion.

So yeah, just a quick screening to check if the candidate can write basic code (you'd be surprised of the results), and open discussions on our day to day problems.

Doolwind · 3 years ago
I really like the refactoring challenge idea. Any tips on what’s worked or not? Do you do domain specific code or try and keep it generic? I think having them not write code is particularly good way to handle this.

u/Doolwind

KarmaCake day675July 1, 2013
About
I make games: http://games.doolwind.com Play my latest game: http://attackmove.io/playit
View Original