Earlier quoted context omitted.
Crypto is the internet in 1996, and you are telling me I missed the train because SUN Microsystems is going to be the first trillion dollar company.
.. eventually going bust and being bought by Oracle?
Ask HN: What's a promising area to work on?
111–120 of 947 posts
Re: Ask HN: What's a promising area to work on?
#112Re: Ask HN: What's a promising area to work on?
#113Re: Ask HN: What's a promising area to work on?
#114Re: Ask HN: What's a promising area to work on?
#115I have a hunch that the Next Big Thing (TM) will be augmented reality: though the technology is currently in its infancy, when compelling AR glasses are finally released (Apple is rumored to be released theirs in 2020) I think that it will have a massive impact. AR frameworks are a dime a dozen, but if you're an Apple person look into ARKit + Swift.
What value does augmented reality add to anything?
Re: Ask HN: What's a promising area to work on?
#116Earlier quoted context omitted.
What value does augmented reality add to anything?
I'm thinking of assisting drivers. Projecting stuff into the road to guide the driver, or warn him when there are dangerous objects.
Re: Ask HN: What's a promising area to work on?
#117Unpopular 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…
Not sure what more recent xboxes are like, but the original xbox was a cut down windows 2000 running on Intel and Nvidia. It was really close to commodity hardware and software.
Only Nintendo bothers with writing custom kernels, and historically Sony with the PS2 having exotic "Cell" processor units.
Re: Ask HN: What's a promising area to work on?
#118I 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…
We had a whole slew of standard letters that we'd send out, most of the time requests would go to the typing pool (yes, this was a thing) that were basically "Do letter ABC for client XYZ", where letter ABC was a standard thing that always went to the same recipient.
I built a screen in our system that let you tell it to request a letter (only the simple letters, obviously), it would pull the relevant data out of the client file and write the request out as an XML file. On the other side of things, a VB6 program would watch a folder for those XML files to appear and go through OLE Automation (as it was called back then) to make Word fill in the letter, print it, print an envelope, and save the result in the client's folder.
This kind of thing is an absolutely incredible time saver.
Re: Ask HN: What's a promising area to work on?
#119Re: Ask HN: What's a promising area to work on?
#120I have a hunch that the Next Big Thing (TM) will be augmented reality: though the technology is currently in its infancy, when compelling AR glasses are finally released (Apple is rumored to be released theirs in 2020) I think that it will have a massive impact. AR frameworks are a dime a dozen, but if you're an Apple person look into ARKit + Swift.
What value does augmented reality add to anything?