Live data from Hacker News

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

news.ycombinator.com

51–60 of 700 posts

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

#51
Materialize https://materialize.io/ Incremental update/materialization of database views with joins and aggregates is super interesting. It enables listening to data changes, not just on a row level, but on a view level. It's an approach that may completely solve the problem of cache invalidation of relational data. Imagine a memcache server, except it now also guaranties consistency. In addition, being able to listen to changes could make live-data applications trivial to make, even with filters, joins, whatever.

Similarly, someone is developing a patch for postgres that implements incrementally updating/materializing views[1]. I haven't tried it so I can't speak of its performance or the state of the project, but according to the postgres wiki page on the subject [2] it seems to support some joins and aggregates, but probably not something that would be recommended for production use.

[1] https://www.postgresql-archive.org/Implementing-Incremental-... [2] https://wiki.postgresql.org/wiki/Incremental_View_Maintenanc...

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

#52
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.

The hype on Twitter can get a bit annoying - but Roam is seriously awesome.

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

#53

Redpanda https://vectorized.io/

Looks like the ScyllaDB playbook i.e. rewrite a popular Java app in C++ and sell it as a much faster product. Going to be interesting to see if they survive as the pace of JVM improvements has been rapidly increasing in the last year or so.

thanks, though what we sell is operational simplicity. speed is nice, but not the main benefit. a single binary that's easy to run is what CIO seem to be interested. though we are young. fingers crossed it works :)

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

#56
Cloudflare workers. It was on my watch list at the beginning of the year and I’m just about to out a 20k page “static” (with tons of interactivity) site into production them.

Using it is an API gateway and Kv store for truly static assets is amazing.

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

#58
I recently wondered if you can take your saliva, or blood, and get a diffraction scan of it.

Kind of like a spectrograph. You’d feed this into a machine learning system, and it would match up your pattern against a known dataset.

This might allow for faster identification and recognition, of known viruses and diseases.

Especially if the technology can identify the virus from just your spit.

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

#59
Libresilicon [1]. Extremely important to our freedoms from corporate and state tyranny to make chip manufacturing libre.

> We develop a free (as in freedom, not as in free of charge) and open source semiconductor manufacturing process standard, including a full mixed signal PDK, and provide a quick, easy and inexpensive way for manufacturing. No NDAs will be required anywhere to get started, making it possible to build the designs in your basement if you wish so. We are aiming to revolutionize the market by breaking through the monopoly of proprietary closed source manufacturers!

[1] https://libresilicon.com/

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

#60
Sidewalk delivery robots.

The problem is a lot easier that driverless cars (everything is slower and a remote human can take over in hard places) and huge potential to shake up the short-to-medium distance delivery business. It's the sort of tech that could quickly explode into 100s of cities worldwide like escooters did a couple of years ago.

Starship Technologies is the best known company in the area and furthest advanced. https://www.starship.xyz/

Post reply on HN