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…
Ask HN: What startup/technology is on your 'to watch' list?
241–250 of 700 posts
Re: Ask HN: What startup/technology is on your 'to watch' list?
#242Roam 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)
Re: Ask HN: What startup/technology is on your 'to watch' list?
#243Earlier 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.…
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?
#244Earlier 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.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#245Earlier 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.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#246Programming languages count as technology, right? I'm really excited for what Julia is doing - making a really nice ecosystem of modern, dynamic, high performance code.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#247Earlier 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.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#248Not sure if this counts, but I look forward to seeing the future of meat alternatives - impossiblefoods.com, beyondmeat.com, eatnuggs.com, etc.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#249Re: Ask HN: What startup/technology is on your 'to watch' list?
#250No/low code platforms such as bubble.io
Any other platforms that have caught your attention?