Viewing profile — frankenst1
frankenst1
HN member- Joined
- Fri, Nov 13, 2020, 4:11 PM UTC
- HN karma
- 309
- Public activity
- 117 items
- HN profile
- View on Hacker News ↗
About frankenst1
No profile information was provided.
Recent public activity
-
comment
Comment #37941782
Oops, sorry. You can send it to frankenst1[at]freemailonline.us, much appreciated!
-
comment
Comment #37911886
I also have been waiting for months now, if you still have one, I'll gladly take it :D
-
comment
Comment #35819866
> No, this needs to have the plug pulled on it if we're to keep global warming to 2C. Bitcoin accounts for It incentivises renewables (by being a location agnostic buyer of first a…
-
comment
Comment #34787984
The reported frequency is with respect to A1, which in this case appears to be the major allele C. According to https://www.ncbi.nlm.nih.gov/snp/?term=rs114142727 , the minor allel…
-
comment
Comment #34763817
Can somebody who knows statistics explain something for me? They report ( https://www.nature.com/articles/s41588-022-01285-8/tables/1 , https://doi.org/10.1038/s41588-022-01285-8 )…
-
comment
Comment #34530939
Don't know about crypto, but for Bitcoin: ~11% of the Bitcoin supply is held by exchanges, and it decreases on average by 2,500 BTC per day or ~5% per year (over the last 3 years).…
-
comment
Comment #34530797
Just use Bitcoin. Don't trust anyone except yourself. You can store your coins in your phone, hardware wallet, paper wallet. You can encode it in steel and bury it in your backyard…
-
comment
Comment #33696673
Note that [3] https://holovolo.tv does not generate a mesh, but pipes the generated image trough a depth map estimator to create a parallax effect.
-
comment
Comment #33546055
In JavaScript: let zip = (as,bs) => as.slice(0, Math.min(as.length,bs.length)).map((a,i) => [a,bs[i]]);
-
comment
Comment #32849029
> Using regular cryptocurrencies is incredibly simple and elegant. It's only when people started to believe propaganda about disk space and cpu time (that never made sense with the…
-
comment
Comment #32843691
> lightning isn't on the bitcoin chain until it gets synchronized. That is literally the purpose of building second layers. We don't need to keep on-chain records of every microtra…
-
comment
Comment #32839832
Since LN's inception, liquidity and transaction count on the LN have roughly doubled with every year. In comparison, BCH has lost 80% of its transaction volume in the last year alo…
-
comment
Comment #32836344
Growth continued on second layers: Bitcoin's tx count on the Lightning Network has doubled over the last year. Forks of Bitcoin who attempted to scale by increasing the blocksize a…
-
comment
Comment #32137289
Selecting the text will show the source.
-
comment
Comment #31382968
Ukraine is a current example Fiat: - People unable to withdraw the money in Ukraine. - Refugees being robbed of their live saving during their escape. - Refugees unable to deposit/…
-
comment
Comment #31382845
> wouldn't harnessing some more useful proveable activity tied to a lottery system be better Yes, but such a puzzle needs to be - easy to generate at a certain difficulty - difficu…
-
comment
Comment #31376647
> I say "the price people were willing to pay" instead of "value" The price people are willing to pay is how you estimate the value of something. > For Bitcoin, the most popular on…
-
comment
Comment #31190456
> But even if all code was without mistakes, blockchains can’t do anything against threats like scams, fraud, hacking of devices with keys for the blochain or just plain old typos …
-
comment
Comment #30164770
Misleading title. "Printer driver" suggests a piece of software which makes the printer accessible for other programs. The software in this article merely converts an image into a …
-
comment
Comment #28906703
Interesting. >: "Whenever I hear a sound, I jump. A dog sits beside me. It barks. I " *** >: "Whenever I hear a sound, I jump. A dog sits beside me. It sleeps. I " <: "sneeze"
-
comment
Comment #28838119
> Last I checked the default keyboard samsung installs on their phones was collecting what you typed and sharing/selling that data with third parties. How did you check? Do you hav…
-
comment
Comment #28813095
https://old.reddit.com/r/SM64PC/comments/q3nm9f/sm64_has_bee... for everyone without the Reddit app.
-
comment
Comment #28813080
Try prefixing "old": https://old.reddit.com/r/SM64PC/comments/q3nm9f/sm64_has_bee...
-
comment
Comment #28788925
> I use a wired mouse with a 1000hz polling rate on an M1 Macbook Pro with vsync disabled system wide; it only actually disables vsync if you use an external monitor and close the …
-
comment
Comment #28785213
Do you have any experience if this actually improves things on Windows (not ChromeOS)? AFAIK DWM is the main culprit here (1-2 frames) and `desynchronized` does not circumvent it (…