I’m a little surprised that there aren’t any mentions of Obsidian, while there are at least two mentions of Roam. To all Roam lovers, and to all intellectuals in general, I’d recommend you to check out Obsidian [1] from the makers of Dynalist. It’s also a tool made mainly for Zettelkasten, but it is offline and local by default. It’s not an outliner like Roam, but rather a free-form text editor. I feel that Obsidian’…
I’m a little surprised that there aren’t any mentions of Obsidian, while there are at least two mentions of Roam. To all Roam lovers, and to all intellectuals in general, I’d recommend you to check out Obsidian [1] from the makers of Dynalist. It’s also a tool made mainly for Zettelkasten Just so you know, I consider myself probably a fairly typical HN user. Got my own little daily tech concerns, but keep a toe in th…
Ask HN: What startup/technology is on your 'to watch' list?
441–450 of 700 posts
Re: Ask HN: What startup/technology is on your 'to watch' list?
#442Solid state batteries. The tech is tantalizingly close, although not perfected yet. If and when they become available, these batteries will have a far higher energy density and degrade at a far lower rate than existing batteries.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#443Self-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,…
So I learnt very recently that the PS5 has a cool approach where all memory is shared directly between the CPU and the GPU (if this is wrong someone please correct me). I would be really interesting to see how well the GPU in this could handle DL specific workloads, and if necessary, could it be tweaked to do so?
Because if so, that could be an absolute weapon or a DL workstation. If it does turn out to be feasible, I think it could be very easily justifiable to buy a few of those (for less than it would cost you to buy a major cloud provider GPU equipped instance for a couple of months) and have a pretty capable cluster. Machines get outdated or cloud provider cost comes down? Take them home and use them as actual gaming consoles. Win win.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#444Earlier quoted context omitted.
You are right, for example, humans don't need anywhere near the amount of training data that AIs need.
Self-driving cars could work more like a hive mind. Humans can share ideas, but not reflexes and motor memory. So we practice individually, and we're great at recognizing moving stuff, but we never get very good at avoiding problems that rarely happen to us . And we know we shouldn't drive tired or angry or intoxicated but obviously it still happens.
As soon as you get experience-sharing - culture, as humans call it, but updateable in real time as fast as data networks allow - you can build an AI mesh that is aware of local driving conditions and learns all the specific local "map" features it experiences. And then generalises from those.
So instead of point-and-hope rule inference you get local learning of global invariants, modified by specific local exceptions which change in real time.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#445Sidewalk 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 a…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#446Svelte Flutter Zig, Nim & Crystal programming languages Please.build (bazel clone in Go) GraalVM's native image and CoreRT for .NET (though not much is heard about progress on CoreRT)
Re: Ask HN: What startup/technology is on your 'to watch' list?
#447Earlier quoted context omitted.
> UV light treatment of blood. What? No... No don't do this. This is a discarded idea from the era before molecular biology, and it was discarded for very good reason.
Opportunity can come from ideas that are correct but not generally accepted as correct. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4783265/ If it were to work it would be a useful new modality. I am not promoting it, but it's on my "watch list" due to efforts by AYTU at Cedars Sinai.
https://my.clevelandclinic.org/health/articles/8493-mycosis-...
Re: Ask HN: What startup/technology is on your 'to watch' list?
#448Earlier 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…
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…
The fact that it can stream 5.5gb/s from disk to RAM says otherwise. Commodity hardware, even high end m.2 drives can’t match that.
* it’s my understanding that it directly shares RAM between the CPU and the GPU which means way less latency and more throughput.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#449Self-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,…
> Somebody will probably make supercomputers out of rooms full of those. So I learnt very recently that the PS5 has a cool approach where all memory is shared directly between the CPU and the GPU (if this is wrong someone please correct me). I would be really interesting to see how well the GPU in this could handle DL specific workloads, and if necessary, could it be tweaked to do so? Because if so, that could be an…
This is also useful in computers since adding more RAM also adds more VRAM
Re: Ask HN: What startup/technology is on your 'to watch' list?
#450I guess I'm much more conservative than other folks, but I think we've scratched only 10% of the surface of the benefits that things like Kubernetes, Consul, Vault and Terraform should/will provide. So they're on the list. I feel like at my job I'm pushing at the edges (as far as running large scale, stable production) and we've still got miles left. Also Bazel. I guess this is a boring answer.
Is there anything like "terraform provider for bare metal"? Would be soo convenient to just go from full nuke and pave to functional dev machine with a single config repo.