Earlier quoted context omitted.
It actually is. You could try it (lynx) and see for yourself. It considerably reduces distractions.
Replying from lynx; this is awesome. What kind of mods do people put on this?
I wandered off and built an IDE
261–270 of 273 posts
Re: I wandered off and built an IDE
#262Re: I wandered off and built an IDE
#263I like your humour, I like the joke about the mansion, I like how you casually assume that choosing the project over Anna was obvious as you move on. Nice article! You should do an interview with IndieHackers!
I like the way you list things you like. Never heard of IndieHackers, but I'd love to be interview by them if they'll have me. I'll check em out. Cheers for the tip and the kind words.
They used to be a lot more focused on interviews, but then Stripe bought them and they somewhat shifted focus a little, but the interviews are still there.
I guess the "right" thing to do now would be to add your product there? https://www.indiehackers.com/products
Either way, it should give you additional great exposure from a community you seem to belong to.
Re: I wandered off and built an IDE
#264Re: I wandered off and built an IDE
#265It would be helpful to have a link to pricing accessible on the front page of the site. Not seeing this on mobile at least. Businesses aren't afraid to spend $100/yr or $10/month for a useful tool. It cost more to have a meeting than to impulse buy. Not seeing pricing info on the site is kind of a turn off. Maybe that's just me?
Re: I wandered off and built an IDE
#266My usual approach when I reach the limit of my excel skills (and patience) is to save as csv, write a Python script to do the job, import back in excel for the graphs. This looks like it could nicely streamline the process, granted I learn a bit of C# (any excuse to pick up a new language I guess). Looking forward to try the tool the next time I battle a budget forecasting file. And kudos for the well-written and fun…
If you're already exporting to CSV, why bring it back in for the graphing? There are plenty of decent python graphing libraries. Or if you hated all of those, you could always just use R, which will make basically any graph you could ever need (...and do the data analysis for you too).
Re: I wandered off and built an IDE
#267Hey I am so glad this is working. I talked with you via reddit when you first started working on the project. It looks like it has grown dramatically over the years. Well done!
Hey, I remember, same username and all!:) Thanks for saying hi, man!:)
Re: I wandered off and built an IDE
#268Re: I wandered off and built an IDE
#269Re: I wandered off and built an IDE
#270FYI, Google Sheets has limited SQL support via their =QUERY() function: https://support.google.com/docs/answer/3093343?hl=en This has come in handy for me recently, but it's painful to try and edit even a simple SQL query in the cell edit field. However, it's super convenient to have this capability built into the spreadsheet. Marketing idea for QueryStorm: guides that apply your tool for specific data analysis/workf…