wildduck | 6 years ago | on: Ffsend – Share Files from the CLI: A Firefox Send Client Written in Rust
wildduck's comments
wildduck | 6 years ago | on: Can monoculture survive the algorithm?
wildduck | 6 years ago | on: What we know about you when you click on this article
wildduck | 6 years ago | on: Synchronous Messaging at Mozilla: The Decision
wildduck | 6 years ago | on: You might literally be buying trash on Amazon
wildduck | 6 years ago | on: Memories Can Be Injected and Survive Amputation and Metamorphosis
https://www.namahjournal.com/doc/Actual/Memory-transference-...
wildduck | 6 years ago | on: Memories Can Be Injected and Survive Amputation and Metamorphosis
Here is a link: https://www.medicaldaily.com/can-organ-transplant-change-rec...
We still don't know squats about how memory are stored. And cases like that can be a valid argument for memory and consciousness being a non-local phenomenon. Kinda like how client-server model in CS. ;-) . Are our brain just a browser?
wildduck | 6 years ago | on: The Essential Guide to Electronics in Shenzhen (2016) [pdf]
There is a book by Stephen Roach "Unbalanced: The Codependency of America and China" that take a good stab of explains this issue.
wildduck | 6 years ago | on: “My Car does not start when I buy Vanilla Ice Cream” (2015)
https://web.archive.org/web/20191213101529/https://www.digit...
wildduck | 6 years ago | on: FUSE for macOS is no longer open source
Sounds like he should have released it under GPL type of licensing.
wildduck | 6 years ago | on: Asciinema – Record and share terminal sessions
wildduck | 6 years ago | on: Depressed People See the World More Realistically (2017)
>That seems reasonable to me. I've often found optimism in others to be foolish.
"Stay hungry, stay foolish",- Steve Job's commencement speech at Stanford.
Sometime foolishness is what make a difference. It is really all about timing and context.
wildduck | 6 years ago | on: What it feels like to swim in sub-zero waters
wildduck | 6 years ago | on: How to pack a Norwegian sandwich, the world’s most boring lunch
wildduck | 6 years ago | on: Apple: We're not handing over Safari URLs to Tencent, just IP addresses
Any sources you can share?
wildduck | 6 years ago | on: The Future of PHP
Personally I wouldn't want to use any language that does not have closure and function as a first class citizen. It makes programming fun and productive.
BTW, the 2 + 0.3 thing you are mentioning are all fixed by ES15 and ES6.
wildduck | 6 years ago | on: Apple: We're not handing over Safari URLs to Tencent, just IP addresses
However, I don't anything about it. Maybe you can share.
wildduck | 6 years ago | on: Apple: We're not handing over Safari URLs to Tencent, just IP addresses
wildduck | 6 years ago | on: The Enduring Legacy of Dennis Ritchie (2012) [pdf]
wildduck | 6 years ago | on: Ask HN: What do you self-host?
python 2.7 >python -m SimpleHTTPServer 8080
python 3 > python -m http.server 8080