Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fishstamp82
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fishstamp82
7mo ago
The schroedinger equation could be rewritten as two coupled equations without the need for complex numbers. Complex numbers just simplify things and "beautify it", but there is nothing "fundamental" about it, its just re
2.
▲
by
fishstamp82
7mo ago
For example 1) Let's be clear about what we are doing. If you are running in RC isolation, and perform a select sum() from table, you are reading values committed by other threads BEFORE the select statement began, you are not getting
3.
▲
by
fishstamp82
8mo ago
Postgres as an example is ACID compliant if you want it to be. All those databases that have full serialization possible do utilize RC by default which is enough to prevent dirty writes and was my original point. Thanks for the link still,
4.
▲
by
fishstamp82
8mo ago
RE: "All it knows is that you're trying to write a 6. If someone else wrote a 6 or a 7 in the meantime, then your transaction may have 'meant' (+0) or (-1)." This is not how it works at all. This is called dirty wri
5.
▲
by
fishstamp82
11mo ago
I had this problem for a long time, the only thing that worked was installing an ad on that removes recommendations. The only thing I use youtube for today is intentionally following ASL (starcraft broodwar) in korea. The ad-on makes the ho
6.
▲
by
fishstamp82
1y ago
The tickers for months are not obvious to me, and since its a 6-week moving average and not point in time, the numbers are a bit hard to intuitively grasp. To me it looks like the drop is harder since averaging smooths out the points, so en
7.
▲
by
fishstamp82
6y ago
I would recommend arch linux, everything exists in the aur and most things work out of the box. Dont buy the hype that arch is hard, its a really simple system imo.
8.
▲
by
fishstamp82
7y ago
I think verifying that your code calls this and that is that it actually works the way you expect. Without such test we might assume code works in one way when the happy path is not even reached. I find it valuable at times, depending on th