patwalls | 6 years ago | on: Apps I pay for as a bootstrapped business
patwalls's comments
patwalls | 6 years ago | on: Apps I pay for as a bootstrapped business
- send me X top tweets from X user in last month
- send me all tweets with the words "XYZ"
And for the obvious reasons it keeps me off twitter and less subject to their addictive design/UI.
patwalls | 6 years ago | on: Apps I pay for as a bootstrapped business
Also, I wrote a little bit about my approach to freelancers, may give you some more context on that $1k/month: https://www.starterstory.com/hire-freelancers
patwalls | 6 years ago | on: Apps I pay for as a bootstrapped business
patwalls | 6 years ago | on: Ask HN: What Skills to Acquire in 2020?
patwalls | 6 years ago | on: Rejected from YC (Again)
patwalls | 6 years ago | on: We Created a Planning Diary Making $160K in 6 Months
I'm just one dude running a solo business and need to build automation things like that so I don't forget to post on Hacker News.
I never manipulated votes or anything like that.
patwalls | 7 years ago | on: I automated all of my social media
Yeah I agree, maybe I should have said if it's not in your "Top 3"
I think it also depends on your resources. If you're a solo founder then it can be hard to justify much time on social media.
And I also think you can have both. You can automate some posts, and also do ad hoc stuff. In my use case I publish articles on a consistent basis, why not automate the social media side of that?
patwalls | 7 years ago | on: Show HN: The 24 Hour Startup Challenge
I wrote more about that at https://starterstory.com/blog/how-i-built-a-startup-on-twitc...
So I wanted to create an organized event to let others try this too. One day, 50 streamers, and a web portal where you can see everyone building.
Say what you want about building a product in 24 hours, but I think it's a great way to:
- Get your idea out there & drop your ego
- Just build something & have fun!
- Exercise your programming and product building skills
- Build your audience.
What do you think of this idea? I'm pretty excited to see what comes out of a remote hackathon is also streamed on Twitch...
patwalls | 7 years ago | on: Show HN: Clout Report – A crowdsourced database of upcoming rappers
I compiled a list of over one hundred upcoming rappers and used APIs and scrapers to get over 3,000 total data points.
Sort, filter, and search by:
- Gender, age, location, record label, and region
- SoundCloud follower and track count
- Instagram, twitter, and facebook follower data
- YouTube subscriber data, plays, and video count
- Spotify popularity, followers, track count
I think this is particularly useful/monetizable for:
- record labels looking for new talent
- concert/entertainment venues that want to gauge the size of the audience of an artists
- artists looking to collaborate with other artists
Appreciate any feedback and ideas for new features that could be added.
patwalls | 7 years ago | on: Growing a Fruit Snack Business for a Good Cause
The founder also addressed more on this in this reddit post: https://www.reddit.com/r/EntrepreneurRideAlong/comments/9pbf...
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
People might crap on your idea because it relies on a Google product, but massive companies like Snapchat and Airbnb use Google Cloud.
Obviously GDocs are a bit different but lots of businesses are built on top of Google products (e.g. Google Maps)
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
For my blog that I mentioned in my top comment, I use Google Docs because I'm working with people that usually don't know Markdown (I'm interviewing e-commerce business owners).
I need it to be as easy as possible for them to get the written interview done. From my experience, a Google doc is the easiest way to do this, and it allows for very familiar features when I ask them for edits or provide feedback in-document.
Basically, I'm trying to make as little friction as possible to getting the document complete.
This is just my experience.
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
There's a recording on Twitch if you wanna skim through it (I linked to it in my top comment). Cheers
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
patwalls | 7 years ago | on: Ask HN: Who here has built a profitable startup while keeping their day job?
I actually wrote a blog post about balancing side project and full time job: https://starterstory.com/blog/full-time-job-and-full-time-si...
Not sure if that's what you're looking for but hope it helps.
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
After building this project I was thinking about a similar project where you could build a straight up website with Google Docs. Since Google's HTML export is pretty sophisticated (it also converts charts/shapes/etc) to HTML, it could work!
Almost a throwback to that Microsoft product? Can't remember the name..
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
There is a rate limit on their API although I don't think I will hit it at this point of the project, but I do plan to start thinking about how I can cache/save the export from the Google doc for pages that are getting hit really hard. Any ideas?
patwalls | 7 years ago | on: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
Contributions are very welcome!
Code is very hacky and I've been trying to manage making some changes between all the feedback I've gotten and my full time job.