Live data from Hacker News

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

news.ycombinator.com

331–340 of 700 posts

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

#331
I'd say my project Super Graph it's a GraphQL to SQL compiler in GO. It saves developers thousands of man-hours and 10x their productivity. 80% of web backend coding is struggling with ORMs, SQL and writing APIs. Super Graph does away with all that. A simple GraphQL queries get you the data you need.

https://github.com/dosco/super-graph

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

#332

Earlier quoted context omitted.

I would never trust any self driving car that didn't use LiDAR. It's an essential sensor for helping to fix issues like this: https://www.youtube.com/watch?v=1cSw4fXYqWI&feature=emb_logo And it's not contrived since we've seen situations of Telsa Autopilot behaving weirdly when it sees people on the side of billboards, trucks etc.

Humans don’t need LiDAR to recognize billboards

[deleted]

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

#333

Holochain: https://developer.holochain.org When you eventually grasp it, makes blockchain look like we took took a wrong turn in 2008.

I took a quick look at Holochain and its got the regular set of better than bitcoin/ethereum claims that most alt coins say. Its saying its more efficient and safer to use than other blockchain languages. Now these are really big claims so let's see what its got!

Looking at https://holochain.org/ , most of my scam senses are not going off tooo much. Its got some weird testimonials and then a white paper! So far so good.

Ok, lets skip to the white paper. Now what I'm looking for here is mainly how do you verify computations are valid amidst BFT and sybil attacks.

So its got some stuff about how every message received can be verified by the receiver by using "validation rules". Okay... so we can use custom validation rules that each receiver can define and run themselves. Fine, one such rule could be Bitcoins proof of work.

So it can be as expensive as Bitcoin. Now of course there can be other rules that are less expensive of Bitcoin, but theres a big reason Bitcoin's PoW is so expensive... Its been battle tested and looked at by 1000s of people to verify that its correct and can resist just about anything up to a 51% bad node attack. Allowing any program to define its own set of validation rules in the hopes that they will be faster doesn't make things safer. It just makes it more likely for fails. This looks like the major contribution that Holochain is trying to make. Let everyone write their own proof of work functions that suits their needs and mess it up. The number of ethereum dapps that failed to write safe contract is proof enough that this will happen in an identical fashion.

Did I miss something? Maybe there really is something here thats new, but I'm not seeing it at first glance. Its doesn't look a scam though so its got that going for it

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

#334

Geometric algebra: https://www.youtube.com/watch?v=tX4H_ctggYo It makes a lot of hard physics problems (Maxwell's equations, relativity theory, quantum mechanics) much more understandable and (I'm told) unifies them in a common framework. I think it will help your average developer become comfortable with these areas of physics.

Is all math/logic most fundamentally geometry?

Don't think so. Geometry requires space, which has certain features which constrain its properties (sorry for a tautology). If you avoid such constraints, you can still have math, but it doesn't make sense to call it geometry.

Looks a bit surprising math definition include concept of space. Geometry looks underappreciated, yes, but to replace the whole math...

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

#335

Earlier quoted context omitted.

I would never trust any self driving car that didn't use LiDAR. It's an essential sensor for helping to fix issues like this: https://www.youtube.com/watch?v=1cSw4fXYqWI&feature=emb_logo And it's not contrived since we've seen situations of Telsa Autopilot behaving weirdly when it sees people on the side of billboards, trucks etc.

If I were driving I'd definitely stop for the person in the road projection at https://youtu.be/1cSw4fXYqWI?t=85 LiDAR also isn't a silver bullet. Similar attacks are possible such as simply shining a bright light at the sensor overwhelming the sensor as well as more advanced attacks such as spoofing an adversarial signal.

I don't think it's attacks we need to worry about (there's even an XKCD about dropping rocks off of overpasses). The issue is that without good depth and velocity data (so probably LiDAR) there are lots of fairly common situations that an ML algorithm is likely to have trouble making sense of.

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

#336

A friend of mine is working on coscout. It's in beta right now, but he showed me some pretty insane machine learning based insights for companies, investors and founders. Things like - When will this company raise the next round? - What is the net worth of ? - What is the probability that this investor will invest in you? (given your sector, founder age, pedigree, gender, market conditions, do you have an MVP or not…

Is there any way I can get access to this? The product seems intriguing and I can be a paid customer.

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

#337
Nix—It takes buy-in, but very worth it for us. Builds are reliable, reproducible, can exist alongside one another. Plug an S3 powered CloudFront cache into it, and you’re never building the same thing more than once.

Deno—Sandboxed by default seems a powerful way to offer our customers to run custom code. Native TypeScript, build single bins. I have still to play around with it but those all seem like compelling advantages over Node.js

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

#338
I am very interested in new energy solutions as a way to de-carbonize and provide consistent supply of low cost energy.

1. Green hydrogen production and fuel cells. We are just scratching the surface of green hydrogen production. Hydrogen can be the energy carrier we need in the various use cases where batteries are not viable.

2. Nuclear SMRs. Definitely something that is more of a "something to watch".

3. Pumped hydro. The longest lasting, highest capacity, lowest cost, 0 carbon, grid-scale energy storage solution. I have been closely follow a company I found on HN call Terrament. https://www.terramenthq.com

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

#339
post #207
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.

This is just tiddlywiki, no?

Considering that Tiddlywiki has around 4 plugins that are supposed to make it more like Roam, I’d say that probably Roam isn’t just like TiddlyWiki.

Now, I’m not a TW user, but I think things like block references, outliner features, and bi-directional linking aren’t there by default.

Post reply on HN