Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uvdn7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
uvdn7
5d ago
> But solving problems is only a tool and proxy for achieving the primary goal of conceptual understanding and insight. Forgetting this in the world of AI may turn the tool against the primary goal. I will quote Richard Feynman - “the pr
2.
▲
by
uvdn7
5mo ago
This is something AI would never take away from us.
3.
▲
by
uvdn7
7mo ago
It reminds me of Clay Christensen’s book How to Measure Your Life. In one of his talks, he talked about how companies get killed because they optimized for the wrong/short-term metrics. What we are seeing with AI could be a supercharge
4.
▲
by
uvdn7
1y ago
Is the non-trivial amount of time significantly less than you trying to ramp up yourself? I am still hesitant using AI for solving problems for me. Either it hallucinates and misleads me. Or it does a great job and I worry that my ability o
5.
▲
Integer Division in Bucketed Time Series
(uvdn7.github.io)
2 points
by
uvdn7
1y ago
|
0 comments
6.
▲
by
uvdn7
1y ago
You are also not locked down in C++. There are already a handful of coroutine and async runtime implementations out there.
7.
▲
by
uvdn7
1y ago
> I’m not totally sure if this is a GOOD idea to add to the c++ standard What are the downsides? Naively, it seems like a good idea to both provide a coroutine spec (for power users) and a default task type & default executor.
8.
▲
by
uvdn7
1y ago
I am not a native speaker and I joke about my typos and grammar mistakes being the evidence that none of my code or post is AI generated. Sorry about the typos. I just fixed all the ones I can find. Hope it's better now.
9.
▲
A Mental Model for C++ Coroutine
(uvdn7.github.io)
30 points
by
uvdn7
1y ago
|
19 comments
10.
▲
by
uvdn7
2y ago
Neat. It certainly makes oncall and maintenance easier! It is likely more resource efficient by e.g. minimizing idle compute, maximizing cache hit rate, etc.
11.
▲
by
uvdn7
2y ago
Love it! I wonder if the team knew this explicitly or intuitively when they deployed the strategy. > We created a rule in our central monitoring and alerting system to randomly kill a few instances every 15 minutes. Every killed instance
12.
▲
Open source AI can improve population estimates, sustainable energy
(engineering.fb.com)
1 points
by
uvdn7
2y ago
|
0 comments
13.
▲
by
uvdn7
2y ago
I was thinking the same. There are many mutexes out there, some are better at certain workloads than the rest. DistributedMutex and SharedMutex come to mind ( https://github.com/facebook/folly/blob/main/fo
14.
▲
Access the function return value in C++ scope guard
(blog.the-pans.com)
1 points
by
uvdn7
2y ago
|
0 comments
15.
▲
by
uvdn7
3y ago
Math, sure - doesn't the understanding of physics also go through changes? Do we really understand the reality of the world; or how do we know our current understanding of it won't change?
16.
▲
by
uvdn7
3y ago
The same happens in work place as well, when multiple people have similar ideas and it is unclear or impossible to credit who came up with the idea first. It is often the case that people with shared context had similar ideas independently
17.
▲
Caching partially materialized views consistently
(blog.the-pans.com)
3 points
by
uvdn7
3y ago
|
0 comments
18.
▲
Project Management Is a Concurrency Control Problem
(blog.the-pans.com)
2 points
by
uvdn7
4y ago
|
0 comments
19.
▲
PTP/TrueTime vs. HLC when it comes to snapshots
(blog.the-pans.com)
1 points
by
uvdn7
4y ago
|
0 comments
20.
▲
Describing state machines using math
(blog.the-pans.com)
1 points
by
uvdn7
4y ago
|
0 comments
21.
▲
Notes on the Spanner: becoming a SQL system paper
(blog.the-pans.com)
2 points
by
uvdn7
4y ago
|
0 comments
22.
▲
Linearizability is more than Capturing Causality Everywhere
(blog.the-pans.com)
1 points
by
uvdn7
4y ago
|
0 comments
23.
▲
by
uvdn7
4y ago
The biggest difference between automatically keeping an MV up to date vs keeping indices up to date is that the write amplification of the latter is a function of the index count you have, while the former is a function of data and query. I
24.
▲
by
uvdn7
4y ago
Apple claims that its Weather App has integrated DS’s features. However, for a few times it’s ridiculously wrong. It said it’s cloudy when it’s raining onto the very phone, which I don’t remember happened to DS. Forecast for the next hour f
25.
▲
by
uvdn7
4y ago
I think it boils down to cost. Digital content is extremely cheap to replicate and distribute; hence the quality of the content is assumed to be lower (and it’s usually the case). One doesn’t have to put in too much effort in producing digi
26.
▲
by
uvdn7
4y ago
Rust borrows c++’s modern memory model verbatim. C++ is a language that keeps innovating besides many legit reasons to hate the language. Having more competition is good. I would expect more rust/{your favorite language} concepts to sh
27.
▲
by
uvdn7
4y ago
By this reasoning, shouldn't Tesla pay users instead to enable FSD and collect data for them?
28.
▲
by
uvdn7
4y ago
And no abstraction is perfect, as by definition an abstraction hides some details from the layer beneath. A good abstraction is one that allows you to not look under the hood most of the time. One can be happily writing code in their favori
29.
▲
by
uvdn7
4y ago
A bit off topic, Eli Bendersky's entire blog is absolutely amazing. I started writing a technical blog inspired by his. Most of his recent blogs seem to be about Go, which I don't know much about. But I found myself going back to
30.
▲
IP as Distributed Data in the Cloud
(blog.the-pans.com)
1 points
by
uvdn7
4y ago
|
0 comments
More ›