Live data from Hacker News

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

news.ycombinator.com

401–410 of 700 posts

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

#401
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…

Most of that power came from the Cell processor, which was awesome but supposedly hard to develop for. I assume they’ve learned that lesson.

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

#402
post #40

Combining 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?

GOFAI basically consists of inference and reasoning techniques, some of which cease to work well when you scale them up too much (computational complexity) or when there is uncertainty involved. There have been some efforts to scale reasoning towards greater scale (description logics) as well as problems with uncertainty (ILP, Markov Logic), but they've been de-emphasized or forgotten in recent times because you get a lot of mileage out of end-to-end deep learning - where essentially hidden state within the network deals with the uncertainty on its own, and where the additional compute overhead + rule engineering effort doesn't seem warranted.

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

#403
Svelte 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

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

#404
Robotics + Deep Learning - I think we just quietly passed a milestone where robots using deep learning can perform useful real world tasks (selecting items, packing boxes etc)

If 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?

#405
post #312

Earlier 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, ...]

yep. thats the plan. i will have keys like

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?

#406
post #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…

[deleted]

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

#407
post #329
post #264

Earlier 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,…

Ryzen 2nd-gen 2700 is out of stock currently, but it used to go for as low as $135-150, it's absolutely not a $290 CPU (perhaps you're looking at 3rd gen ryzen? 3700x?).

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?

#409
post #309

Earlier 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…

It should never have been signed off on by an IRB. It is irresponsible and horrific that this has been trialed on people in this century.

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

#410

Svelte 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

I’m really curious how my 100kloc enterprise app would work in Svelte, but my hunch is it just wouldn’t be possible to build.

Svelte always seems really cool in these toy examples, but I want to see a significant app built with it instead.

Post reply on HN