Ask HN: What's a promising area to work on?
181–190 of 947 posts
Re: Ask HN: What's a promising area to work on?
#182Re: Ask HN: What's a promising area to work on?
#183tools for micro-entrepreneurs: with the growth of automation (e.g. RPA and AI) and the consequent decline of the world middle class, many people are being forced to work informally as a food deliverer or be an uber driver. others will become micro-entrepreneurs (solo-entrepreneurs for many). the opportunity is that these entrepreneurs will need all kinds of specialized tools during their journey (payment, marketing,…
In calling these people entrepreneurs you are really contorting the language. The entrepreneurs in this system are the creators and owners of the system. The other people are something else entirely.
Re: Ask HN: What's a promising area to work on?
#184Cooperatives. The economy needs to shift away from giant companies with pay ratios of a thousand to one between CEOs and average employees and employees need control over their workplace to move to the next stage of capitalism. Make it easier for collectives to start up businesses that aren't purely focused on profit and instead focused on employees taking ownership of their work. It may not be the biggest profit pos…
I've always thought it would be interesting to figure out the smallest number of people needed to create a pop-up town or microtown. If you get a sufficient number of people together, plop them down anywhere, run water/electricity/sewer, and start a community. It might be that most of them would have to telecommute for revenue, but then you'd also have the local general store or whatever else you'd need. But the peop…
But I think that 15-20 is about right for a sustainable group generally as long as you've got the right skills in the mix. Fewer than that and a few lazy people and things fall apart. More than that and you start forming cliques.
Once you get into multi-generational it gets interesting. I know at least one place like this where a bunch of families sort of just went in on some land and then coparent as a community.
Re: Ask HN: What's a promising area to work on?
#185I work in this field so I'm incredibly biased: automated business solutions that cut entry-level data employees out of the equation. You save TONS on the bottom line, and cut out human-driven process that is error prone and difficult to manage. I'm talking about things beyond "API-driven dev", more in the realms of Puppeteer, Microsoft Office automation, screen-scraping (mouse/keyboard), etc. I make API's out of thin…
Re: Ask HN: What's a promising area to work on?
#186New pharmaceuticals are immensely expensive to develop, but that's largely because pharma companies aren't using available data to its full potential.
Its never been easier to start a software business, which is bad for most software companies since it means that they'll have no opportunity to create monopolies.
AI-driven pharma companies are defensible since their work is much more patentable than a typical software-enabled business, and because they'll benefit from data network-effects in the long term.
Re: Ask HN: What's a promising area to work on?
#187Unpopular opinion: Domain driven stack. We have been living in the golden era of software industry, thanks to Moore's law. We were able to afford RISC (= general purpose CPU arch), general purpose operating systems, general purpose languages, general purpose databases etc all because the hardware was going to evolve and get faster anyway. Now with Moore's law showing signs of death, the future for better computing wo…
Re: Ask HN: What's a promising area to work on?
#188Build the smallest OS possible that can run Kubernetes at scale in Rust You’ve just deprecated Linux & C in the data center :-D
Although Kubernetes is for containers, so you'd also need to re-implement Linux in Rust.
You’d need to reimplement a variety of layers and could leave out of a lot too.
Personally a rudimentary BIOS type system in hardware that can read/write to an OS layer would be the design I’d start with
The OS doesn’t need userland tooling then
But no one cares about the OS that powers everything being an archaic mess. Gotta fetishize where the profit is
Re: Ask HN: What's a promising area to work on?
#189Re: Ask HN: What's a promising area to work on?
#190I work in this field so I'm incredibly biased: automated business solutions that cut entry-level data employees out of the equation. You save TONS on the bottom line, and cut out human-driven process that is error prone and difficult to manage. I'm talking about things beyond "API-driven dev", more in the realms of Puppeteer, Microsoft Office automation, screen-scraping (mouse/keyboard), etc. I make API's out of thin…
How do you find processes that can be automated? I've often thought that there must be a ton of this stuff in various industries where programmers aren't typically embedded.