Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aptxkid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
I think DeWitt Clause is good for the users
(twitter.com)
1 points
by
aptxkid
5y ago
|
0 comments
2.
▲
Fix Flickering Relay Switch caused by Nest Learning Thermostat
(blog.the-pans.com)
1 points
by
aptxkid
5y ago
|
0 comments
3.
▲
by
aptxkid
5y ago
Personally I think it’s a great response and very well written. I didn’t jump on the congrats-Databricks wagon when the result first came out because of the weird front page comparison against snowflake. Both companies are doing great work.
4.
▲
by
aptxkid
5y ago
People have different skill sets. I bet there are engineers out there feeling more comfortable building a mobile app than a webapp.
5.
▲
by
aptxkid
5y ago
To understand how they are different, you need to know Default Initialization, Direct List Initialization, Aggregate Initialization, Default Member Initialization, List Initialization, Value Initialization, Zero Initialization. https:/
6.
▲
Another reason why C++'s horrifying – initialization
(twitter.com)
2 points
by
aptxkid
5y ago
|
1 comments
7.
▲
by
aptxkid
5y ago
I agree that positive vs. negative is beside the point. But deadlock and positive feedback loop are different things though.
8.
▲
C++ memory model as a distributed system
(blog.the-pans.com)
1 points
by
aptxkid
5y ago
|
0 comments
9.
▲
by
aptxkid
5y ago
It sounds more like deadlock than a positive feedback loop (also it’s weird that he calls it negative feedback loop).
10.
▲
by
aptxkid
5y ago
Proud to be a Bostonian!
11.
▲
DNS – The First Distributed Database
(blog.the-pans.com)
3 points
by
aptxkid
5y ago
|
1 comments
12.
▲
There’s nothing 100% in computer science
(blog.the-pans.com)
3 points
by
aptxkid
5y ago
|
0 comments
13.
▲
by
aptxkid
5y ago
I wrote a post explaining FDB as well, which got retweeted by @FoundationDB https://mobile.twitter.com/aptxk1d/status/141786976657708237... My post focuses on the correctness, proof of the correctness of FDB’s fai
14.
▲
by
aptxkid
5y ago
It does, which one can argue it’s an implementation detail. The differences I mentioned above eg sharding, transaction boundary, secondary indices, etc. should be generally applicable to a non-relational db and not unique to TAO. I could be
15.
▲
by
aptxkid
5y ago
How a graph DB index the data to support this query?
16.
▲
by
aptxkid
5y ago
This is a great topic. I have been working on TAO for many years. I am not very familiar with other graph databases; I assume fundamentally they are more or less the same. Here are some differences between RDB and a graph db IMHO, 1. shardi
17.
▲
by
aptxkid
5y ago
Marketing pitch doesn’t have to make sense to be successful. Andy is a marketing genius.
18.
▲
How FoundationDB works and why it works
(twitter.com)
5 points
by
aptxkid
5y ago
|
0 comments
19.
▲
Notes on the FoundationDB Paper with Additional Proof of Correctness
(blog.the-pans.com)
4 points
by
aptxkid
5y ago
|
0 comments
20.
▲
Paxos vs. Quorum-Based Consistency
(blog.the-pans.com)
2 points
by
aptxkid
5y ago
|
0 comments
21.
▲
by
aptxkid
5y ago
Internet is a utility. Google/Facebook is not. It’s like water is utility but having ice delivered to you is a service not a utility.
22.
▲
Building Folly:Coro with GCC
(blog.the-pans.com)
1 points
by
aptxkid
5y ago
|
0 comments
23.
▲
You don't need virtual base dtor with smart pointers
(blog.the-pans.com)
1 points
by
aptxkid
5y ago
|
0 comments
24.
▲
How `Auto_increment` Works on MySQL
(blog.the-pans.com)
3 points
by
aptxkid
5y ago
|
0 comments
25.
▲
MyRocks' repeatable read isolation is actually snapshot isolation
(blog.the-pans.com)
2 points
by
aptxkid
5y ago
|
0 comments
26.
▲
C++ Map Lookup Memoization
(blog.the-pans.com)
2 points
by
aptxkid
5y ago
|
0 comments
27.
▲
by
aptxkid
5y ago
The tweet is certainly loaded, hence the point of this HN post lol. First of all there's std::function, which uses Type Erasure https://blog.the-pans.com/type-erasure/ . It means std::function<void(int)> can
28.
▲
by
aptxkid
5y ago
The answer is yes. And you can verify this by checking std::is_trivially_copyable<FnPtrType>::value using FnPtrType = int (*)(int) // for example
29.
▲
by
aptxkid
5y ago
folly::Function was added for exactly this reason I think https://github.com/facebook/folly/blob/master/folly/docs/Fun...
30.
▲
Why C++ Is Terrifying
(twitter.com)
17 points
by
aptxkid
5y ago
|
14 comments
More ›