Earlier quoted context omitted.
Why on earth would anyone want their CDN traffic to drop? Rise in traffic usually comes with a rise in revenue - it's a good problem to have.
Unless the traffic increase is a DDoS, then you're spending money on people who are attacking you...
Ask HN: What problem in your industry is a potential startup?
711–720 of 734 posts
Re: Ask HN: What problem in your industry is a potential startup?
#712Normally I live in China, and rarely eat western breakfast. Recently I returned to Australia to spend some Christmas time with my extended family. A few mornings ago, I put some real bread I cut from a sourdough loaf in a toaster. Due to its irregular size, when it popped it didn't pop out completely, resulting in a sort of "toaster is too hot to insert fingers, toast is too hot to hold, toast is ready, find metallic…
> Someone should really fix toasters. They have. They're called dualit. https://www.amazon.com/Dualit-20293-2-Slice-Toaster-Chrome/d...
Haha ofc
Re: Ask HN: What problem in your industry is a potential startup?
#713Earlier quoted context omitted.
I might be working on something that you would be interested in. MVP is at www.cadwolf.com. I am a structural engineer with an MS from UT Austin. Website in written with php using Laravel and angular framework for JS. The plan is to link CAD to the mathematics and then link the finite element to this as well. The system would also function as a sort of github for engineering where users can find and use functions to…
I checked out cadwolf and as an engineer myself I find it very interesting. I am curious to understand a few points: - Why do you center everything around documents? Is it more because people are used to it, or do you believe that they are best fit for design-tasks? - I saw that to update multiple documents after a requirement changes, you need to open them one by one, in the order of their dependencies. Have you tes…
There are places for users to upload and store data as well - datasets.
As of now, the code solves equations in javascript within the browser. This is why documents have to be opened when a requirement changes - because I have no server side of the code to solve them without the browser. It isn't a long term solution, merely a step in the building on the platform. My next step is to add a server side code that is capable of solver more complex and larger equations on the server. When that is done, changes to requirements will update documents without the need to open them manually. I plan on using python and there are several large libraries available.
This will allow me to link documents to CAD. When the math changes, the CAD will change as well. Once that is done, I will add a finite element meshing and solution system to create an engineering platform that essentially does everything.
I like your site. It's nice to see other people addressing these problems. I am also an aerospace guy. I worked on the shuttle for a while and then designed some components for the Orion. Shoot me an email if you want to talk more.
Re: Ask HN: What problem in your industry is a potential startup?
#714Earlier quoted context omitted.
I work in the healthcare industry. Basically we ARE the industry nowadays, and we use excel and word to keep everything "organized". There are some half-ass designed software,websites, and databases that are used as well, but it's amazing how a multi-billion dollar company can rely on this level of technology. I think they get these bids to run state government programs, and have absolutely no plan in place. And for…
"it literally sickens me." Goo thing you're in healthcare...
Re: Ask HN: What problem in your industry is a potential startup?
#715The oil and gas industry is ripe with potential start ups. Here are a few that come to mind: 1. A better system for automation and measurement. Current solutions aren't ideal when it comes to setting up new systems as well as updating and maintaining existing systems. We build several million dollar facilities a month and each one has automation and measurement equipment that has to be individually set up and program…
Re: Ask HN: What problem in your industry is a potential startup?
#716Re: Ask HN: What problem in your industry is a potential startup?
#717Data management. 1) Cleaning the data as it comes in rather than in batches so we can use it sooner, invalid data is discarded, outlier detection, normalizing inputs etc.... 2) Warehousing of the data with proper indexes so you can perform some advanced queries on unstructured data 3) Some data is sent in bulk at the end of day, some of the data is streamed in fire hose style. How can we preprocess the fire hose data…
Great questions. I worked on similar problems in the weather/ag space for a few years, trying to minimize the time between data was acquired and data is ready to inform a decision. We threw every rule out the window in the name of performance _when fetching raw data from external sources_. So we had weather station networks, NOAA forecast runs and NASA satellite data in a workable schema in our shop way faster than a…
Re: Ask HN: What problem in your industry is a potential startup?
#718Re: Ask HN: What problem in your industry is a potential startup?
#719In filmmaking, there's a space for a relatively small and potentially cheap(er) hybrid manual/motion control grip unit. Something between a panther dolly (no tracks), a crane and a milo motion control with a stabilised head. If you're into robotics, this is your space. Companies have started to work on these issues, but part at a time (like DJI's Ronin). It's not enough though. Imagine a giant (3-5m reach) monitor ar…
Re: Ask HN: What problem in your industry is a potential startup?
#720Email parsing and extracting data from it, (input data in multiple languages), that is not strictly depending on predefined templates but being able to adjust itself. Think parsing emails from multiple providers of certain kind of service and exposing common data model. Looks like perfect usage of machine learning.