obihill | 3 years ago | on: Show HN: Contact Form Delivery
obihill's comments
obihill | 3 years ago | on: Tell HN: Getting Ready for Unemployment
Here are a few questions you could ask yourself to get at an answer:
- Are there any challenges that C/C++ developers have that I can solve with a product I can create within a short period of time?
- Are there any problems that I see around me, problems experienced by others that I can resolve with a C/C++ powered solution?
- Are there any technologies similar to C/C++ that I can learn to help me build something that someone may find useful and pay for, or make a transition to another job opportunity that is not specifically C/C++?
- Can I teach or tutor someone [or a small group] C/C++ and earn something to keep me going?
Maybe the next phase for you isn't a new job. I would encourage you to ask yourself questions about how you can use what you know [and are good at] to impact someone else positively and eventually earn a living doing so.
I've read quite a few good suggestions in this post and I would urge you to stay on-board. Storms don't last that long, but you will be changed for the better if you can make it through them.
obihill | 3 years ago | on: Ask HN: Is there still an opportunity for an affordable CPanel alternative?
It appears it would be unwise to just build a direct competitor to CPanel, Plesk, etc. Not only would that be short-sighted (given the competitiveness you've highlighted), it would be unnecessary (because control panels don't appear to be required tooling for the people buying cloud infrastructure).
According to Gartner, Cloud IaaS revenue was $90B in 2021, but the combined revenues of CPanel and Plesk in the same year couldn't break $100M (according to data from Datanyze and ZoomInfo). This is a clear signal that those who are buying cloud infrastructure from Amazon, Microsoft, et al. don't have an essential need for these tools. And even at the smaller providers like DigitalOcean, Linode, etc. you'd have to be unreasonable to pay $20 per month for a license to manage a $5 per month droplet; the panel won't even install on a $10 droplet.
It's kind of funny, because the things that can be done on that single droplet/server are incredible. What can't you build? Unfortunately, control panels as they are setup (and have been setup for ages) can't cater to aspirations. People need user-friendly tools they can use to build things on servers; by themselves and/or with others.
You're right about the innovator's dilemma though. Your customers aren't going to tell you what could be, only how 'what currently is' could be a little different. It's going to take some kind of leap, but the companies seemingly thriving in this space may have become too comfortable collecting license fees to make it. Maybe they've seen it (or something like it), but the refactoring cost and mental paradigm shift constitutes too much inertia to overcome their comfort zone without a looming existential calamity staring at them in the face.
'Going to take a crack at it. I have a few ideas I think could work, but I'll never know unless I test them out. There'll be a server management aspect to it, but that's not going to be the main. And I don't think 10 months is too optimistic for an MVP. Again, it's not going to be a CPanel clone; not that many folks really need that.
Is it ok to check in with you later in the process and perhaps bounce a few ideas off?
obihill | 3 years ago | on: Ask HN: Is there still an opportunity for an affordable CPanel alternative?
7 to 10 months seems doable for an MVP, but we'll see. I'm looking to have something that a CPanel/Plesk client would be comfortable using.
obihill | 3 years ago | on: Ask HN: Is there still an opportunity for an affordable CPanel alternative?
Could you share what it was in the four you looked at that didn't meet your expectations? What were you looking for specifically?
obihill | 3 years ago | on: Ask HN: Is there still an opportunity for an affordable CPanel alternative?
obihill | 3 years ago | on: Ask HN: Is there still an opportunity for an affordable CPanel alternative?
Also, the problem with this is that it's going to be a massive hassle when you want to move to another hosting provider.
obihill | 8 years ago | on: Show HN: JavaScript regex tester for macOS
obihill | 8 years ago | on: Show HN: JavaScript regex tester for macOS
obihill | 9 years ago | on: Ask HN: Why is Angular 2 size acceptable?
I'd actually like to know what impact that TypeScript has on all this?
obihill | 9 years ago | on: Building an $80k/month business with a software testing community
It's incredible looking at the revenue breakdown just how much 'training courses and events' were bringing in compared to the actual 'testing services'.
I'm launching 2 free and open-source toolkits for Web designers/developers next month and your revenue breakdown has convinced me that my initial plan of monetizing on training is probably the way to go.
Do you have any specific tips on how you built up that initial community (besides setting up the forum)? What were some of the specific tactics you used to draw those initial users in?
obihill | 9 years ago | on: Show HN: Restive.js – designer-friendly jQuery toolkit for responsive Web design
obihill | 9 years ago | on: Ask HN: Non-tech books that have helped you grow professionally?
obihill | 9 years ago | on: Show HN: MoonQuery.js Mongo like querying of arrays in JavaScript
obihill | 9 years ago | on: Samsung Stops Galaxy Note 7 Smartphone Shipments as Safety Suspicions Spread
obihill | 9 years ago | on: Commands as a Service with Cmd.io
obihill | 9 years ago | on: Ask HN: What's your biggest gripe with CSS Media Queries?
obihill | 9 years ago | on: Only 13 percent of enterprise websites are mobile-friendly and fast
obihill | 9 years ago | on: Only 13 percent of enterprise websites are mobile-friendly and fast
We're not exactly sure why performance lags so far behind mobile-friendliness, but we'd like to get some thoughts on this.
obihill | 9 years ago | on: Show HN: In-view.js – Get notified when DOM elements enter or exit the viewport
Also, it might be helpful to have a video showing how to set it up as the source code screenshot seems overly targeted to developers.
Finally, your page still says 2017... It may make sense to use a script like this instead:
<p>Copyright © 2017 — <script type="text/javascript">var dt = new Date(); var d = dt.getFullYear(); document.write(d);</script> Nivel Technologies Ltd. All rights reserved.</p>
This way, you don't have to keep manually updating your web pages once a year.