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?
401–410 of 700 posts
Re: Ask HN: What startup/technology is on your 'to watch' list?
#402Combining statistics-based AI with GOFAI to create systems that can both recognize objects in a sea of data and reason about what they saw. The MiSTer FPGA-based hardware platform. RISC-V is gonna change everything. Yeah, RISC-V is good.
How do you combine statistics-based AI with GOFAI?
Re: Ask HN: What startup/technology is on your 'to watch' list?
#403There are a lot of advantages, but this 5min video comparing React hooks to Svelte should be enough to trigger interest: https://www.youtube.com/watch?v=YtD2mWDQnxM
Re: Ask HN: What startup/technology is on your 'to watch' list?
#404If true we could be at a watershed for robotics adoption and progress as large scale deployments generate the data to train on more complex tasks, leading to more deployments and so snowballing onwards
This seems like a much more likely process that will lead to a type of “general AI” than researchers pushing us all the way there
Covariant AI (and their partnerships) is what got me thinking: https://covariant.ai/
Re: Ask HN: What startup/technology is on your 'to watch' list?
#405Earlier quoted context omitted.
I am also very interested in using worker + kv. Can kv be used as a proper application database? Has anyone ever done that?
If by application database you mean to the level of an RDBMS then no. It's a key-value data store. You get your CRUD operations, expiry, key listing and the ability to do pagination with keys always returning in lexicographically sorted order. Any relation data you want to have would be using the key prefixes, e.g.: article:1 -> {"user": 1, "content": "..."} user:1 -> {"name": "username"} user:1:articles -> [1, ...]
postid:someid/text
postid:someid/author
etc.
the relation aspect doesnt daunts me. As long as I can have a list/collection as a value, i can define a working schema.
I am more worried about if its costlier than normal dbs. and if there are any other gotchas to keep in mind as kv workers have scant documentation.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#406Web 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…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#407Earlier quoted context omitted.
This exactly. The PS5 and Xbox One X are commodity PC hardware, optimized for gaming, packaged with a curated App Store. Sony also won’t just sell you hundreds or thousands of them for some kind of groundbreakingly cheap cluster. They will say no, unless you’re GameStop or Walmart. Everyone with a high-mid-range PC already has more horsepower than a PS5 and it’s not doing anything particularly innovative or groundbre…
I think you've vastly understating current hardware prices. An 8 core 2nd generation Zen chip appears to retail for $290. The PS5 reportedly has a custom GPU design, but for comparison a Radeon 5000 series card with equivalent CU count (36) currently retails for $270 minimum. Also, that GPU only has 6GB GDDR6 (other variants have 8GB) but the PS5 is supposed to have 16GB. And we still haven't gotten to the SSD, PSU,…
I haven't looked at what a GPU equivalent would be, but by the time PS5 hits the market, I doubt going to be anywhere near 270$.
As long as there aren't any supply chain disruptions (as there are now).
It appears that the real killer is the hardware-accelerated decompression block pulling the data straight from SSD into CPU/GPU memory in the exact right location/format without any overhead, which isn't available on commodity PC hardware at the moment.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#408Re: Ask HN: What startup/technology is on your 'to watch' list?
#409Earlier quoted context omitted.
Opportunity to give people leukemia. These ideas are at a prehistoric level of biology. We're way beyond this silliness now.
I am talking about work being done in clinical trials at reputable medical clinics. They may be mistaken but I don't think it's "silliness." Here is a recent clinical trial evaluating UVBI https://www.tandfonline.com/doi/full/10.1080/2331205X.2019.1... Of course there are many other mainstream treatments that came from somewhat oddball ideas: Sister Kenney's treatments for polio, the Nobel prize winning discovery by…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#410Svelte is my go-to for personal projects. My speculative hunch is it will begin to rival React within the next 5 years for its simplicity and thus cost reductions. There are a lot of advantages, but this 5min video comparing React hooks to Svelte should be enough to trigger interest: https://www.youtube.com/watch?v=YtD2mWDQnxM
Svelte always seems really cool in these toy examples, but I want to see a significant app built with it instead.