Search
Old is Solid; New Gets Talked About
15.12.2020
When Chris asked me to write about “one thing I learned about building websites this year” I admit my brain immediately went through a list of techniques and CSS properties I started using this year. But then I paused. Other people can write about that much better than I can....
Trading Exchange Okex’s Crypto Reserves Nosedived After Withdrawals Opened
6.12.2020
Just recently, after the exchange paused cryptocurrency withdrawals, the trading platform Okex finally enabled digital currency withdrawals last Wednesday. Since then, the exchange seems to be experiencing an exodus of funds leaving, as onchain data shows Okex’s crypto-asset reserves like...
Akropolis DeFi protocol 'paused' as hackers get away with $2M in DAI
13.11.2020
Blockchain records show the hackers got away with more than $2,051,159 in DAI before moving the funds to a different address
Token Projects to Recover $130M from the Kucoin Hack, Devs Condemned for Centralization
29.9.2020
The cryptocurrency community has been discussing the Kucoin hack as a great number of ERC20 projects have frozen, paused, or reversed their smart contracts after the hack. Estimates say that at least $129 million ERC20 tokens affected are considered “safe” from the hacker’s...
Yearn Finance Vault Users Lock $139M: Farmers Claim Collateralized ETH Gathers 90% APY
4.9.2020
On September 3, 2020, the well known Yearn Finance defi project “paused” the popular ethereum liquidity vault (yETH) service, after locking in a significant $139 million. Yearn’s vault feature launched on Wednesday, and saw $100 million deposited on the first day. The vault hype...
Bitcoin-Backed Ethereum Token tBTC Paused Due to Poorly Tested Redemption Code
20.5.2020
A bug in tBTC meant the dapp couldn't tell different bitcoin addresses apart, the team has disclosed
How Are People Trading MIOTA When IOTA Mainnet is Paused?
27.2.2020
The IOTA (MIOTA) mainnet has been on pause for two weeks now, yet MIOTA is still trading. The question asks itself at this point really: how?
Following the discovery that the Trinity Desktop wallets have been compromised, starting with January 25, the Coordinator, a node run by the IOTA Foundation...
IOTA Network Still Down: How the Next Bitcoin Killer Screeched to a Halt
14.2.2020
On February 13, the IOTA network came to a screeching halt and the IOTA Foundation reports that $1.6 million worth of the native currency was stolen. The following day, the IOTA network status page still shows the mainnet is “not operational” and the development team has found...
Toggling Animations On and Off
9.1.2019
A nicely detailed tutorial by Kirupa that gets into how you might provide a UI with persisted options that control whether animations run or not.
The trick is custom properties that control the movement:
body {
--toggle: 0;
--playState: "paused";
}
Which are used within animations...