Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cx01
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Electric 1.0 Released
(electric-sql.com)
6 points
by
cx01
2y ago
|
0 comments
2.
▲
Arti, a pure-Rust Tor implementation
(blog.torproject.org)
4 points
by
cx01
5y ago
|
0 comments
3.
▲
First Preview of Android 12
(android-developers.googleblog.com)
4 points
by
cx01
6y ago
|
0 comments
4.
▲
Visual Studio Code January 2019 (version 1.31)
(code.visualstudio.com)
4 points
by
cx01
8y ago
|
1 comments
5.
▲
Simperium joins Automattic
(blog.simperium.com)
5 points
by
cx01
14y ago
|
1 comments
6.
▲
Python 3.3.0 released
(python.org)
346 points
by
cx01
14y ago
|
110 comments
7.
▲
Eclipse Juno Brings Eclipse 4 as Standard
(infoq.com)
32 points
by
cx01
14y ago
|
2 comments
8.
▲
GHC 7.4.1 released (kind polymorphism, constraint kinds, better profiler)
(haskell.org)
3 points
by
cx01
15y ago
|
0 comments
9.
▲
JetBrains AppCode 1.0, an IDE for Objective-C, now available
(blog.jetbrains.com)
3 points
by
cx01
15y ago
|
0 comments
10.
▲
by
cx01
15y ago
All of Pooter's posts have five hyphens on the last line. So maybe this triggers the spam filter.
11.
▲
by
cx01
15y ago
I found the following article: http://hiwaay.net/~becraft/FRS-myth.htm#hd25 Apparently the Fed's revenue is not 'destroyed' but transferred to the Treasury.
12.
▲
by
cx01
15y ago
No, I wanted to point out that the total amount of debt can be larger than the total amount of (physical) money.
13.
▲
by
cx01
15y ago
If there is only $100 in the economy, I can still owe you $105. To pay it back, I could start working for you and be paid $1 per hour. Now everytime you pay me $1, I would pay you back this dollar until my debt is zero. In the real-world, w
14.
▲
by
cx01
15y ago
> the client would declare all locks upfront But if the client crashes after acquiring the locks, wouldn't your system be deadlocked?
15.
▲
Android 3.1 Platform Highlights
(developer.android.com)
28 points
by
cx01
15y ago
|
9 comments
16.
▲
by
cx01
15y ago
The two generals problem doesn't mean distributed transactions are impossible. It just means that you cannot guarantee liveness, i.e. a distributed commit protocol might block if the network fails. But it will never yield an inconsistent st
17.
▲
by
cx01
15y ago
Did you even read the Paxos Commit paper? There is no single arbitrator. And what is 'unknown state' intended to mean? The system will obviously always be in a known state. It will just block as long as there is no network connectivity.
18.
▲
by
cx01
15y ago
The author is wrong. Distributed transactions are possible, for example using the Paxos algorithm. In Paxos, if the network fails, the system will block (i.e. become unavailable) until connectivity is restored. It's not possible for one nod
19.
▲
Blender 2.57 released (first stable release with completely new UI)
(blender.org)
141 points
by
cx01
15y ago
|
17 comments
20.
▲
by
cx01
16y ago
There's a set of video lectures, which seem to be pretty up-to-date: http://gryllus.net/Blender/3D.html
21.
▲
Swisslaunch: A Swiss Y Combinator clone
(swisslaunch.com)
22 points
by
cx01
16y ago
|
11 comments
22.
▲
by
cx01
16y ago
For apps sold on the Android market Google takes a 30% transaction fee, which is split between the payment processor and the carriers. Since AFAIK Google Checkout is the only supported payment processor, that should give them some revenue.
23.
▲
by
cx01
16y ago
> In a true free market scenario with freely floating currencies, currencies in countries like Spain, Italy, Ireland, Greece would have devalued. Germany's currency would have strengthened. This would have made German exports (to other
24.
▲
by
cx01
16y ago
Regarding point 2, I wonder how much of a benefit Itanium would see from JIT-compiled languages, because the JIT could then dynamically arrange instructions to maximize ILP.
25.
▲
by
cx01
16y ago
I agree. The US is in a deflation and I don't think the Fed will be able to stop it. So cash should gain in value. Just make sure to put it somewhere safe, as banks may go bankrupt in a deflation and the FDIC will most likely not be able to
26.
▲
by
cx01
16y ago
I would be skeptical of Schiff's investment advice. Look here for a rebuttal of his claims: http://globaleconomicanalysis.blogspot.com/2009/01/peter-sch...
27.
▲
by
cx01
16y ago
No. The WebSockets API in Javascript only allows acting as a client, not as a server.
28.
▲
by
cx01
16y ago
Distributed transactions generally use 2 phase-commit (2PC). If message loss happens, the 2PC algorithm will block, i.e. the transaction can neither be committed nor aborted. When the network gets reliable again, the algorithm will finish.
29.
▲
by
cx01
16y ago
ZMQ is much lower-level than AMQP. ZMQ is pretty much a thin layer on top of TCP (or alternatively UDP) which offers basic messaging semantics like Publish/Subscribe. You create ZMQ-sockets on multiple machines and data written to one socke
30.
▲
by
cx01
16y ago
Take a close look at the img-tag in the source code...
More ›