Log in
Enquire now
User profile

Player One

I see the goal, I don't see any obstacles.
Joined January 2022
32
Contributions
ContributionsActivity
Berehynia NFTBerehynia NFT was edited byPlayer One profile picture
Player One
"Edit from table cell"
July 12, 2022 6:25 pm
Infobox
Published date
March 10, 2022
Published date
March 12, 2022
Berehynia NFTBerehynia NFT was edited byPlayer One profile picture
Player One
"Edit from table cell"
July 12, 2022 6:22 pm
Infobox
Published date
March 10, 2022
Bulletproof CoffeeBulletproof Coffee was edited byPlayer One profile picture
Player One
July 2, 2022 2:12 pm
Topic thumbnail

Bulletproof Coffee

The recipe for a coffee drink with an abundance of fats, which was invented by Dave Asprey.

Bulletproof CoffeeBulletproof Coffee was edited byPlayer One profile picture
Player One
July 2, 2022 2:10 pm
Infobox
Launch date
April 21, 2015
0
Founder
‌
Dave Asprey
Industry
Ketogenic diet
Ketogenic diet
Food
Food
Product parent company
Bulletproof 360 Inc
Bulletproof 360 Inc
0
Bulletproof CoffeeBulletproof Coffee was edited byPlayer One profile picture
Player One
July 2, 2022 2:07 pm
‌

bulletproof coffee Bulletproof Coffee

The recipe for a coffee drink with an abundance of fats, which was invented by Dave Asprey.

Article  (+374 characters)

Bulletproof Coffee is an unusual novelty, coffee with butter. Coffee, to which many attribute amazing properties: it helps to lose weight, quickly saturates and energizes. It warms and helps to concentrate. At first glance, this may sound strange and not very appetizing, but bulletproof coffee has a very pleasant silky-creamy consistency and really saturates very quickly.

Timeline  (+1 events) (+65 characters)

April 21, 2015

Buttered Coffee Could Make You Invincible. And This Man Very Rich
Bulletproof CoffeeBulletproof Coffee was created byPlayer One profile picture
Player One
"Created via: Web app"
July 2, 2022 1:52 pm
Bulletproof Coffee

Bulletproof Coffee

The recipe for a coffee drink with an abundance of fats, which was invented by Dave Asprey.

Michael GregerMichael Greger was edited byPlayer One profile picture
Player One
June 27, 2022 9:36 am
Infobox
Full address
P.O. Box 11400 Takoma Park, MD 209130
Michael GregerMichael Greger was edited byPlayer One profile picture
Player One
June 27, 2022 9:33 am
Infobox
Instagram URL
https://www.instagram.com/michaelgregermd/?hl=en
Instagram URL
https://www.instagram.com/michaelgregermd
Pinterest URL
http://www.pinterest.com/drgreger/
Contact page URL
https://nutritionfacts.org/contact/
Michael GregerMichael Greger was edited byPlayer One profile picture
Player One
June 27, 2022 9:24 am
Infobox
YouTube channel
https://www.youtube.com/user/NutritionFactsOrg
Michael GregerMichael Greger was edited byPlayer One profile picture
Player One
June 27, 2022 9:13 am
Infobox
Occupation
0
SolanaSolana was edited byPlayer One profile picture
Player One
February 26, 2022 4:27 am
Article  (+46/-46 characters)

Solana is an open source project implementing a new, high-performance, permissionless blockchain. The Solana Foundation is based in Geneva, Switzerland and maintains the open sourceopen source project.

...

Anatoly watched as blockchain systems without clocks, such as Bitcoin and Ethereum, struggled to scale beyond 15 transactions per second worldwide when centralized payment systems such as Visa required peaks of 65,000 tps. Without a clock, it was clear they'd never graduate to being the global payment system or global supercomputer most had dreamed them to be. When Anatoly solved the problem of getting computers that don’t trust each other to agree on time, he knew he had the key to bring 40 years of distributed systems research to the world of blockchainblockchain. The resulting cluster wouldn't be just 10 times faster, or a 100 times, or a 1,000 times, but 10,000 times faster, right out of the gate!

...

Anatoly's implementation began in a private codebase and was implemented in the C programming language. Greg FitzgeraldGreg Fitzgerald, who had previously worked with Anatoly at semiconductor giant Qualcomm Incorporated, encouraged him to reimplement the project in the RustRust programming language. Greg had worked on the LLVM compiler infrastructure, which underlies both the Clang C/C++ compiler as well as the Rust compiler. Greg claimed that the language's safety guarantees would improve software productivity and that its lack of a garbage collector would allow programs to perform as well as those written in C. Anatoly gave it a shot and just two weeks later, had migrated his entire codebase to Rust. Sold. With plans to weave all the world's transactions together on a single, scalable blockchain, Anatoly called the project Loom.

...

On February 13th of 2018, Greg began prototyping the first open source implementation of Anatoly's whitepaper. The project was published to GitHubGitHub under the name Silk in the loomprotocol organization. On February 28th, Greg made his first release, demonstrating 10 thousand signed transactions could be verified and processed in just over half a second. Shortly after, another former Qualcomm cohort, Stephen Akridge, demonstrated throughput could be massively improved by offloading signature verification to graphics processors. Anatoly recruited Greg, Stephen and three others to co-found a company, then called Loom.

SolanaSolana was edited byPlayer One profile picture
Player One
February 26, 2022 4:22 am
Article  (+3724/-11 characters)

Solana is an open source project implementing a new, high-performance, permissionless blockchain. The Solana Foundation is based in Geneva, Switzerland and maintains the open sourceopen source project.

History

In November of 2017, Anatoly Yakovenko published a whitepaper describing Proof of History, a technique for keeping time between computers that do not trust one another. From Anatoly's previous experience designing distributed systems at Qualcomm, Mesosphere and Dropbox, he knew that a reliable clock makes network synchronization very simple. When synchronization is simple the resulting network can be blazing fast, bound only by network bandwidth.

Anatoly watched as blockchain systems without clocks, such as Bitcoin and Ethereum, struggled to scale beyond 15 transactions per second worldwide when centralized payment systems such as Visa required peaks of 65,000 tps. Without a clock, it was clear they'd never graduate to being the global payment system or global supercomputer most had dreamed them to be. When Anatoly solved the problem of getting computers that don’t trust each other to agree on time, he knew he had the key to bring 40 years of distributed systems research to the world of blockchain. The resulting cluster wouldn't be just 10 times faster, or a 100 times, or a 1,000 times, but 10,000 times faster, right out of the gate!

Anatoly's implementation began in a private codebase and was implemented in the C programming language. Greg Fitzgerald, who had previously worked with Anatoly at semiconductor giant Qualcomm Incorporated, encouraged him to reimplement the project in the Rust programming language. Greg had worked on the LLVM compiler infrastructure, which underlies both the Clang C/C++ compiler as well as the Rust compiler. Greg claimed that the language's safety guarantees would improve software productivity and that its lack of a garbage collector would allow programs to perform as well as those written in C. Anatoly gave it a shot and just two weeks later, had migrated his entire codebase to Rust. Sold. With plans to weave all the world's transactions together on a single, scalable blockchain, Anatoly called the project Loom.

On February 13th of 2018, Greg began prototyping the first open source implementation of Anatoly's whitepaper. The project was published to GitHub under the name Silk in the loomprotocol organization. On February 28th, Greg made his first release, demonstrating 10 thousand signed transactions could be verified and processed in just over half a second. Shortly after, another former Qualcomm cohort, Stephen Akridge, demonstrated throughput could be massively improved by offloading signature verification to graphics processors. Anatoly recruited Greg, Stephen and three others to co-found a company, then called Loom.

Around the same time, Ethereum-based project Loom Network sprung up and many people were confused about whether they were the same project. The Loom team decided it would rebrand. They chose the name Solana, a nod to a small beach town North of San Diego called Solana Beach, where Anatoly, Greg and Stephen lived and surfed for three years when they worked for Qualcomm. On March 28th, the team created the Solana GitHub organization and renamed Greg's prototype Silk to Solana.

...

In June of 2018, the team scaled up the technology to run on cloud-based networks and on July 19th, published a 50-node, permissioned, public testnet consistently supporting bursts of 250,000 transactions per second. In a later release in December, called v0.10 Pillbox, the team published a permissioned testnet running 150 nodes on a gigabit network and demonstrated soak tests processing an average of 200 thousand transactions per second with bursts over 500 thousand. The project was also extended to support on-chain programs written in the C programming language and run concurrently in a safe execution environment called BPF.

SolanaSolana was edited byPlayer One profile picture
Player One
February 26, 2022 4:15 am
Article  (+190/-403 characters)

Solana is a highly functional open source project, that banks on blockchain technology’s permissionless nature to provide decentralized finance (DeFi) solutions. While the idea and initial work on the project began in 2017, Solana was officially launched in March 2020 by the Solana Foundation with headquarters in Geneva, Switzerland.

To learn more about this project, check out our deep dive of Solana.

Solana is an open source project implementing a new, high-performance, permissionless blockchain. The Solana Foundation is based in Geneva, Switzerland and maintains the open source project.

SolanaSolana was edited byPlayer One profile picture
Player One
February 26, 2022 4:06 am
Timeline  (+1 events) (+38 characters)

February 24, 2022

Solana Wallet Slope Finance Raises $8M
Oasis FoundationOasis Foundation was edited byPlayer One profile picture
Player One
"This is an incorrect link. It leads to a third-party site that has nothing to do with the Oasis Network project."
February 25, 2022 10:58 am
Infobox
Website
http://playoasis.xyz
Oasis FoundationOasis Foundation had a suggestion from Golden's AI approved byPlayer One profile picture
Player One
"Approved suggestion #1344767 from source: https://medium.com/oasis-protocol-project"
February 25, 2022 10:55 am
Infobox
Facebook
https://facebook.com/oasisprotocol
Oasis FoundationOasis Foundation was edited byPlayer One profile picture
Player One
February 24, 2022 3:47 pm
Timeline  (+2/-1 events) (+81/-44 characters)

February 16, 2022

WePiggy Officially Launches on Oasis Network

February 16, 2022

WePiggy Officially Launches on Oasis Network

February 2, 2022

Bitmark integrates with Oasis Network

Oasis FoundationOasis Foundation was edited byPlayer One profile picture
Player One
February 24, 2022 3:43 pm
Timeline  (+2 events) (+84 characters)

February 16, 2022

WePiggy Officially Launches on Oasis Network

February 16, 2022

Oasis Network integrates with Multichain
Oasis FoundationOasis Foundation was edited byPlayer One profile picture
Player One
February 24, 2022 3:38 pm
Infobox
Blog
https://medium.com/oasis-protocol-project
Oasis FoundationOasis Foundation was edited byPlayer One profile picture
Player One
February 24, 2022 3:33 pm
Timeline  (+1 events) (+78 characters)

February 7, 2022

New partnership with Celer cBridge enables asset bridging on the Oasis Network