Search
$10M Investment From Tether Won’t Change Celsius’ Mission of Sharing
22.6.2020
Alex Mashinksy says that new equity investors, including Tether, will have no say in Celsius’ mission of sharing 80% of profit with its users
Bitcoin Whale Transfers $2.2 Billion Worth of BTC for Just $7
19.6.2020
Whale alert reports that a so-called whale has transferred the equivalent of $2.24 billion in bitcoin for less than $7. In a series of tweets on Friday, the crypto tracking tool said the bitcoin (BTC) whale sent a total of 241,500 BTC in seven successive transactions within one hour. Each...
Unforgettable: How Blockchain Will Fundamentally Change the Human Experience
18.6.2020
In committing our memories to blockchain’s immutable ledgers, will we unwittingly force ourselves to live in a new normal that’s not what we wanted at all?
American Gaming Association Urges Policy Change On Digital Payments
17.6.2020
The American Gaming Association laid out a proposal of new guidelines for gambling payments
Bitcoin Market Dynamics See Change After BTC Reward Halving
13.6.2020
One month after the Bitcoin halving, several key factors seem to point to a pivotal change in the BTC market and investor behavior
This Political Conversation With Vitalik Buterin Shows How Ethereum Could Change the World
10.6.2020
Congressional candidate Jonathan Herzog hosted a live YouTube broadcast with Ethereum creator Vitalik Buterin on Monday, along with author Glen Weyl
Blockchain to Disrupt Music Industry and Make It Change Tune
6.6.2020
Blockchain technology is tipping the scales of the music industry, shifting the power from intermediaries back to artists
CoinMarketCap Wraps Up First Phase of Exchange Ranking Algorithm Change
4.6.2020
Following the last exchange ranking update on May 14, we have just implemented a new algorithm to replace the previousContinue Reading
The post CoinMarketCap Wraps Up First Phase of Exchange Ranking Algorithm Change appeared first on CoinMarketCap Blog
Chrome 83 Form Element Styles
3.6.2020
There have been some aesthetic changes to what form elements look like as of Chrome 83. Anything with gradient colorization is gone (notably the extra-shiny <meter stuff). The consistency across the board is nice, particularly between inputs and textareas. Not a big fan of the new <select...
The Crypto Fraternity Stands In Solidarity; It’s Time For Change
2.6.2020
The world is standing strong in the wake of the terrible murder case of George Floyd; the citizens of America have been on the streets for quite somedays now. And now the entire country is demanding justice for George Floyd and other victims who suffered the brutality. The protests have given rise...
Review: Cointelegraph-Inspired Climate Change Art Exhibition
30.5.2020
Cointelegraph reviews a digital art show inspired by a series of articles examining the space where cryptocurrency and climate change collide
ViaBTC Group Announces Strategic Upgrade to Advance Innovation and Improve Customer Experience
30.5.2020
Hong Kong, 30 May, 2020 – ViaBTC Group, an innovative technology company specialized in blockchain and dedicated to providing users with comprehensive digital asset management services, today announced a strategic upgrade, which included a new organizational structure, product innovations...
Leading Australian Regulated Micro-Investing App Adds Bitcoin Option for Investors
28.5.2020
Popular demand for cryptocurrency has prompted Australia’s leading micro-investing platform Raiz (formerly Acorns) to add a bitcoin investment option. Individual investors can round up their spare change and regularly invest in a bitcoin investment portfolio. Leading Australian...
CSS Tips for New Devs
27.5.2020
Amber Wilson has some CSS Tips for New Devs, like:
It’s not a good idea to fix shortcomings in your HTML with CSS. Fix your HTML first!
And…
You can change CSS right in your browser’s DevTools (to open them, right-click the browser window and choose “inspect”...
Recent Episodes of ShopTalk Show
12.5.2020
There is a super cool new Podcast block for WordPress Gutenberg you use Jetpack (released in 8.5). I wanted to try it out, so below you’ll see recent episodes from ShopTalk Show. I’d tell you all about the recent episodes, except then this blog post wouldn’t age very well, because...
min(), max(), and clamp() are CSS magic!
12.5.2020
Nice video from Kevin Powell. Here are some notes, thoughts, and stuff I learned while watching it. Right when they came out, I was mostly obsessed with font-size usage, but they are just functions, so they can be used anywhere you’d use a number, like a length.
Sometimes pretty basic usage...
No-Comma Color Functions in CSS
4.5.2020
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...
Enable Gatsby Incremental Builds on Netlify
1.5.2020
The concept of an “incremental build” is that, when using some kind of generator that builds all the files that make for a website, rather than rebuilding 100% of those files every single time, it only changes the files that need to be changed since the last build. Seems like...
China's Attitude to Crypto Can’t Change Significantly in the Short Term: Expert
29.4.2020
Analyst at a Chinese-led investment research firm said he does not expect China to change its stance towards crypto rapidly
Click Once, Select All; Click Again, Select Normally
29.4.2020
A bonafide CSS trick from Will Boyd!
Force all the content of an element to be selected when clicked with user-select: all;
If you click a second time, let the user select just parts of the text as normal.
Second click? Well, it’s a trick. You’re really using a time-delayed...