Search
Tokyo-Based Zigmabit Offers Mining Rigs for Homes and Offices
14.1.2020
Cryptocurrency mining develops rapidly like any high tech sector. Improvements in the hardware and auxiliary systems make it possible to design mining rigs that are more compact and silent than they used to be, while also profitable to run. Zigmabit is a manufacturer that assembles units suitable...
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Online Bullion Marketplace Onegold Sees $50 Million in Crypto Payments
13.1.2020
On January 13, the online bullion marketplace Onegold announced the launch of a new mobile application so customers can buy, sell or redeem precious metals at any time. Since 2018, Onegold has accepted cryptocurrencies like BCH and BTC and the firm currently gives customers a 2% discount for paying...
Why do we have different programming languages?
13.1.2020
"But why do I have to learn Python?" She wailed, "I like Scratch!"
"I know," I said, "But there are different programming languages for different sorts of tasks."
"That's stupid" she said
I can empathize with the little girl in Terence Eden's story. In high school, I got super into Turbo Pascal....
Institutional and Retail Bitcoin Futures Demand Continues to Climb
12.1.2020
2019 saw significant bitcoin derivatives action from firms like CME Group and Bakkt. This year, demand for CME’s bitcoin futures remains strong and the firm’s options products may be available this week. Additionally, Bakkt’s physically-delivered bitcoin futures have consistently...
Is Bitcoin in 2020 Really Like the Early Internet?
11.1.2020
Bitcoin may be behind the internet’s timeline in terms of commercial use cases, but it has already achieved comparable social functions
Experts Share: What Will Bitcoin’s Price Look Like in 2020?
10.1.2020
Cointelegraph asked experts about their predictions for the minimum and maximum prices Bitcoin might have in 2020
Things you can do with a browser in 2020
10.1.2020
I edit a good amount of technical articles about the web, and there is a tendency for authors to be super broad in their opening sentence, like "What we're able to do on the web has expanded greatly over the years."
I tend to remove stuff like that because it usually doesn't serve the article well...
Our Learning Partner: Frontend Masters
10.1.2020
I'd like to think there is a lot to learn on CSS-Tricks. But we don't really offer much by the way of courses. You're probably reading this because you just generally read this site, and you land on CSS-Tricks otherwise mostly because you are looking for an answer to some front-end...
let vs. const
9.1.2020
There are multiple ways to declare variables in JavaScript. We had var, and while that still works like it always has, it is generally said that let and const are replacements to the point we rarely (if ever) need var anymore. This doodle explanation does a pretty good job, if you need...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
Why the Counter Economy Is Necessary to Bitcoin’s Survival as a Disruptive Currency
9.1.2020
As Bitcoin is adopted by more and more traditional financial institutions, and becomes regulated by governments worldwide, the question of its survival as a truly disruptive alternative to legacy financial systems is raised. After all, if governments like Qatar’s can ban it, and international...
The Auto-Flowing Powers of Grid’s Dense Keyword
8.1.2020
Let's say we're working on the homepage of a news website. You're probably used to seeing some card-based content in a grid layout, right? Here's a classic example, The New York Times:
Yeah, something like that.
There are going to be some cards/elements/boxes/whatever that need to take up more...
Why every website wants you to accept its cookies
6.1.2020
I'm probably in the minority on this, but I've never ever built one of those "This site uses cookies, here's some kind of explanation of why, and please click this OK button to accept that" bars that feels like they are on half of the internet.
Emily Stewart:
Most of us just tediously click “yes”...
Crypto Fundraising Is Changing Again in 2020
4.1.2020
Funding is a prerequisite for any new crypto project, but with IEOs likely to play a reduced role in 2020, where will the all-important capital come from? While minted entities like Ripple, Tezos, and Tron certainly have the means to plow tens of millions into their chosen ventures, they...
Is “is” Useful?
3.1.2020
God I'm funny.
Anytime we have fairly repetitive selectors that have a common parent, it's probably a place we can use the :is() pseudo-selector.
Holger Bartel demonstrates like this:
section section h1, section article h1, section aside h1, section nav h1,
article section h1, article article...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...