Live data from Hacker News

Ask HN: What startup/technology is on your 'to watch' list?

news.ycombinator.com

11–20 of 700 posts

Re: Ask HN: What startup/technology is on your 'to watch' list?

#11
Rainway: https://rainway.com/ Google Stadia: https://stadia.google.com/

It's not even about gaming. Fuck gaming. It's about the underlying streaming technology.

Imagine this same tech being used by a surgeon to perform surgery remotely. That's the type of use case I'm thinking about!

Re: Ask HN: What startup/technology is on your 'to watch' list?

#12

Earlier quoted context omitted.

I've heard many good things about Cloudfare Workers. Excuse my ignorance & N00Bness, but are they essentially a Cloudfare version of AWS Lambdas, Google Cloud Functions and Netlify functions, or are they something different/better?

IIRC Cloudflare Workers run at each Cloudflare PoP, which have higher geographical density than AWS regions, so latency experienced by end-users may be lower.

Nice. Will check them out. IIRC they are really affordable too (like all serverless stuff tbh)

Re: Ask HN: What startup/technology is on your 'to watch' list?

#13

Earlier quoted context omitted.

I've heard many good things about Cloudfare Workers. Excuse my ignorance & N00Bness, but are they essentially a Cloudfare version of AWS Lambdas, Google Cloud Functions and Netlify functions, or are they something different/better?

IIRC Cloudflare Workers run at each Cloudflare PoP, which have higher geographical density than AWS regions, so latency experienced by end-users may be lower.

AWS has the same thing with Lambda@Edge

Re: Ask HN: What startup/technology is on your 'to watch' list?

#19
Web Assembly

It's interesting in a bunch of ways, and I think it might end up having a wider impact than anyone has really realized yet.

It's an ISA that looks set to be adopted in a pretty wide range of applications, web browsers, sandboxed and cross platform applications, embedded (into other programs) scripting, cryptocurrencies, and so on.

It looks like it's going to enable a wider variety of languages on the web, many more performant than the current ones. That's interesting on it's own, but not the main reason why I think the technology is interesting.

Both mobile devices, and crypto currencies, are places where hardware acceleration is a thing. If this is going to be a popular ISA in both of those, might we get chips whose native ISA is web assembly? Once we have hardware acceleration, do we see wasm chips running as CPUs someday in the not too distant future (CPU with an emphasis on Central)?

A lot of people seem excited about the potential for risc-v, and arm is gaining momentum against x86 to some extent, but to me wasm actually seems best placed to takeover as the dominant ISA.

Anyways, I doubt that thinking about this is going to have much direct impact on my life... this isn't something I feel any need to help along (or a change I feel the need to try and resist). It's just a technology that I think will be interesting to watch as the future unfolds.

Re: Ask HN: What startup/technology is on your 'to watch' list?

#20
post #2

1. Cloudflare Workers, I don't have the bandwidth to experiment with it right now but it interests me greatly. https://workers.cloudflare.com/ 2. Rust - definitely will be the next language I learn. Sadly the coronavirus cancelled a series of meetings in Michigan promising to give a gentle introduction to Rust. https://www.rust-lang.org/learn

Cloudflare Workers and their KV service (https://www.cloudflare.com/products/workers-kv/) is great. I built a side project (https://tagx.io/) completely on their services from hosting the static site, auth flow and application data storage. KV is pretty cheap as well starting around $5/month with reasonable resources.
Post reply on HN