Viewing profile — fishstamp82
fishstamp82
HN member- Joined
- Sat, Jan 12, 2019, 12:39 PM UTC
- HN karma
- 4
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About fishstamp82
No profile information was provided.
Recent public activity
-
comment
Comment #46966423
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 not…
-
comment
Comment #46921826
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 …
-
comment
Comment #46862624
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 w…
-
comment
Comment #46835373
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 wor…
-
comment
Comment #45616995
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 followi…
-
comment
Comment #45165276
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 …
-
comment
Comment #23060093
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.
-
comment
Comment #22405620
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 no…