Earlier quoted context omitted.
Humans are underrated.
On driving? I would posit that most humans are vastly overrated . I suspect if you crunch the numbers, accidents are going to be above normal for a while after Covid-19 reopenings. Anecdotally, I'm seeing people doing mind-blowingly stupid things on the roadways right now. It seems like people have forgotten how to drive. I suspect the issue is that people rely too much on other cars to cue them how to behave and the…
Ask HN: What startup/technology is on your 'to watch' list?
311–320 of 700 posts
Re: Ask HN: What startup/technology is on your 'to watch' list?
#312Earlier quoted context omitted.
Cloudflare Workers and their KV service ( https://www.cloudflare.com/products/workers-kv/ ) is great. I built a side project ( https://tagx.io/ ) completely on their services from hosting the static site, auth flow and application data storage. KV is pretty cheap as well starting around $5/month with reasonable resources.
I am also very interested in using worker + kv. Can kv be used as a proper application database? Has anyone ever done that?
article:1 -> {"user": 1, "content": "..."}
user:1 -> {"name": "username"}
user:1:articles -> [1, ...]Re: Ask HN: What startup/technology is on your 'to watch' list?
#313Earlier quoted context omitted.
> Lightning Network - A way to do micropayments, if it works, You can stop the tape right there. You know it doesn't and it can't.
Genuinely curious, what’s wrong with the lightning network?
https://news.bitcoin.com/hidden-lightning-network-bug-allowe...
https://news.bitcoin.com/mishap-sees-user-lose-30000-btc-on-...
Re: Ask HN: What startup/technology is on your 'to watch' list?
#314Earlier quoted context omitted.
Seconded that dipping a toe in to Rust has changed how I think about C++ and object ownership. Loose pointers and copy constructors now make me feel un-clean! Move ftw. However I feel like most of the heavy lifting features came with C++11. Span, optional, variant and string_view are nice additions to the toolkit but more as enhancements rather than the paradigm shift of C++11 (move, unique_ptr, lambdas et-al).
> Seconded that dipping a toe in to Rust has changed how I think about C++ and object ownership. Loose pointers and copy constructors now make me feel un-clean! Move ftw. It's funny, because while it's certainly become more influential lately, that subculture existed as a niche in the C++ world before Rust and before C++11. So much so that when I first heard about Rust I thought "these are C++ people."
Re: Ask HN: What startup/technology is on your 'to watch' list?
#315Earlier quoted context omitted.
Tesla covering 3/6... stock price is definitely still low
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.
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.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#316AI assisted code completion.
I use this ~50% of the time.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#317Earlier 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.
LIDAR vs camera is a red herring. The fact that Elon and his fan club fixate on this shows you how little they understand about self driving. The fundamental problem is that there is no technology that can provide the level of reasoning that is necessary for self driving. Andrej Karpathy's most recent presentation showed how his team trained a custom detector for stop signs with an "Except right turn" text underneath…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#318Oxide Computer Company https://oxide.computer/ “True rack-scale design, bringing cloud hyperscale innovations around density, efficiency, cost, reliability, manageability, and security to everyone running on-premises compute infrastructure.” Corey Quinn interviewed the founders on his podcast "Screaming in the Cloud", where they explain the need for innovation in that space. https://www.lastweekinaws.com/podcast/scre…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#319We're just beginning to see the dam break on funding life extension R&D.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#320Earlier quoted context omitted.
You are right, for example, humans don't need anywhere near the amount of training data that AIs need.
I learned to drive a car when I was 13. My older cousin took me to warped tour, got hammered and told me I had to drive home. I didn’t know what a clutch was, let alone a stick shift. After stalling in the parking lot a couple of times, I managed to drive us from Long Beach all the way back to my parents house in Pasadena. Love to see an AI handle that cold start problem.