Live data from Hacker News

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

news.ycombinator.com

241–250 of 700 posts

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

#241
post #95

Self-driving cars. Now that the hype is over and the fake-it-til-you-make-it crowd has tanked, there's progress. Slowly, the LIDARs get cheaper, the radars get more resolution, and the software improves. UE5's rendering approach. They finally figured out how to use the GPU to do level of detail. Games can now climb out of the Uncanny Valley. The Playstation 5. 8 CPUs at 3.2GHz each, 24GB of RAM, 14 teraflops of GPU,…

> The Playstation 5. 8 CPUs at 3.2GHz each, 24GB of RAM, 14 teraflops of GPU, and a big solid state disk. That's a lot of compute engine for $400. Somebody will probably make supercomputers out of rooms full of those. Mmm, this sounds like exactly what people said at the time the PS3 was going to be released, and I can only recall of one example where the PS3 was ever used in a cluster and that probably was not that…

Are you referring to the time the US air force built a cluster out of 2000 PS3s? Seems good.

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

#242
post #106
post #37

Roam Research https://roamresearch.com/ A tool for networked thought that has been an effective "Second Brain" for me. I'm writing way more than ever through daily notes and the bi-directly linking of notes enables me to build smarter connections between notes and structure my thoughts in a way that helps me take more action and build stronger ideas over time.

How's this different from hypertext? (I genuinely don't know)

[deleted]

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

#243

Earlier quoted context omitted.

> C++ getting serious about safety. Buffer overflows and bad pointers should have been eliminated decades ago. We've known how for a long time. Would love some links to read over weekend. Thanks!

Things like: - std::string_view - std::span - std::unique_ptr - std::shared_ptr - std::weak_ptr (non owning reference to shared_ptr, knows when the parent is free'd) - ranges - move semantics - move capture in lambdas - std::variant - std::optional To be honest, learning rust has made me a better c++ programmer as well. Having to really think about lifetimes and ownership from an API perspective has been really neat.…

Seconded that dipping a toe in to Rust has changed how I think about C++ and object ownership. Loose pointers and copy constructors now make me feel un-clean! Move ftw.

However I feel like most of the heavy lifting features came with C++11. Span, optional, variant and string_view are nice additions to the toolkit but more as enhancements rather than the paradigm shift of C++11 (move, unique_ptr, lambdas et-al).

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

#244
post #222

Earlier quoted context omitted.

> The Playstation 5. 8 CPUs at 3.2GHz each, 24GB of RAM, 14 teraflops of GPU, and a big solid state disk. That's a lot of compute engine for $400. Somebody will probably make supercomputers out of rooms full of those. Mmm, this sounds like exactly what people said at the time the PS3 was going to be released, and I can only recall of one example where the PS3 was ever used in a cluster and that probably was not that…

The key differentiator is x86 vs PPC and 1 TB/s bus.

PPC was ok, the killer was that you had to write code specifically for the Cell (co)processors and their limited memory addressing if you wanted the promised compute performance.

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

#245
post #213
post #198

Earlier quoted context omitted.

What are you adding to the discussion? This is a technical forum, the least you could do is comment on the use of Web Assembly in Ethereum or maybe anything of substance. There's a bunch of technically interesting topics to bring up but somehow I doubt you know anything about them.

I speak up against cryptocurrency because it's a cancer. It's a hype adding to climate change without any real world use case whatsoever.

Most new cryptocurrencies are moving away from PoW because a.) it's a massive waste of electricity and b.) it's not actually secure anyway, because we've seen a consolidation of mining power with major ASIC customers who have cheap power costs (notably in China). Ethereum's moving to it in 2020 or 2021, and EOS, Stellar, Tezos, Cardano, etc. are already PoS or derivatives.

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

#247

Earlier quoted context omitted.

Things like: - std::string_view - std::span - std::unique_ptr - std::shared_ptr - std::weak_ptr (non owning reference to shared_ptr, knows when the parent is free'd) - ranges - move semantics - move capture in lambdas - std::variant - std::optional To be honest, learning rust has made me a better c++ programmer as well. Having to really think about lifetimes and ownership from an API perspective has been really neat.…

string_view, span and ranges are not conductive to safety, quite the opposite.

Yeah, if anything, C++ is getting less serious about safety by piling features over features. Just write Rust instead.

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

#249

Earlier quoted context omitted.

Humans are underrated.

You are right, for example, humans don't need anywhere near the amount of training data that AIs need.

Depends on how you quantify data a human processes from birth to adulthood.
Post reply on HN