Search
The WebAIM Million—Updated
8.4.2020
This report made a big splash last year. It’s a large chunk of research that shows just how terribly the web does with accessibility. It’s been updated this year and (drumroll…) we got a little worse. I’ll use their blockquote:
The number of errors increased 2.1% between...
The Bitcoin Cash Network’s Block Reward Officially Halved – Block 630,000 Mined
8.4.2020
On April 8, 2020, the Bitcoin Cash network officially halved as of block 630,000 and BCH miners hashing away at the network will capture 6.25 coins per block going forward. The BCH halving is the first major SHA256 branch to halve its block reward, as BSV and BTC will halve as well within the next...
CSS Findings From The New Facebook Design
7.4.2020
Ahmad Shadeed digs around the new Facebook’s front-end code.
One that stood out to me:
.element {
inset: 4px 0;
/* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */
}
Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...
Blockchain Association Says Court ‘Erred’ With Decision to Block Telegram’s Token Issuance
7.4.2020
The advocacy group has supported Telegram's appeal over a U.S. district court's decision to block the firm's token issuance – even outside the country
ICO Crackdown: 11 Class-Action Lawsuits Filed Against Cryptocurrency Companies
5.4.2020
A number of class-action lawsuits have been filed against various digital asset firms and exchanges on Friday. The U.S.-based “litigation boutique,” Roche Cyrulnik Freedman, filed the lawsuit for three plaintiffs in the Southern District of New York. All three lawsuits claim that...
7 Crypto Firms Targeted by 11 Lawsuits in New York
5.4.2020
The lawsuits accuse the defendants of issuing unregistered securities and failing to seek requisite licensing for their activities
The Bitcoin Cash Halving Countdown – 50% Less Block Reward in 4 Days
4.4.2020
The Bitcoin Cash (BCH) network will face a halving in four days and many BCH proponents are getting ready for the big day. Unfortunately, the covid-19 outbreak has overshadowed the halving and BCH has dropped in value by roughly 30% since the end of February. Also Read: Bitcoin Halving Will Drop...
Some Typography Links
3.4.2020
I just can’t stop bookmarking great links related to typography. I’m afraid I’m going to have to subject you, yet again, to a bunch of them all grouped up. So those of you that care about web type stuff, enjoy.
I know there are lots of good reasons to be excited about variable...
Google’s Technical Writing Guide
3.4.2020
It’s good!
I’ve written up my advice (sprinkled with great advice from others), but this is way more straightforward nuts-and-bolts training on technical writing. It’s structured like an actual course, with exercises along the way.
I’m far from an expert here. But between...
What to Expect When You’re Expecting... the Bitcoin Block Halving
2.4.2020
Bitcoin’s price may not pump the same as it has following previous halving events, several experts explain
Accessibility Links
2.4.2020
Austin Gil has kicked off the first in a five-part series about “HTML Forms Right” and to starts with semantics. It’s talking to the “we build our front-ends with JavaScript” crowd. The first block of code is an example of an Ajax form submission where the data...
An Annotated Docker Config for Front-End Web Development
2.4.2020
Andrew Welch sings the praises of using Docker containers for local dev environments:
Here are the advantages of Docker for me:
• Each application has exactly the environment it needs to run, including specific versions of any of the plumbing needed to get it to work (PHP, MySQL...
Max Stoiber’s Strong Opinion About Margins
31.3.2020
Going with that title instead of the classic developer clickbait version Max used. ;)
We should ban margin from our components.
Don’t use margin?! This thing I’ve been doing my entire career and don’t have any particular problems with?!
Well, that’s not exactly Max’s...
Wide Gamut Color in CSS with Display-P3
31.3.2020
Here’s something I’d never heard of before: Display-P3 support in CSS Color Module Level 4 spec. This is a new color profile supported by certain displays and it introduces a much wider range of colors that we can choose from.
Right now the syntax looks something like this in CSS:
header...
BCH, BSV Block Halvings Will Force Miners to Bitcoin (BTC) — Report
31.3.2020
Bitcoin will take miner resources away from Bitcoin Cash and Bitcoin SV next month, but the picture is far from rosy, warns Coin Metrics
RSS Stuff
31.3.2020
Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too:
Sometimes the content is just an excerpt, encouraging you to read the rest of the content...
Bitcoin Mining Roundup: BTC Regains 100 Exahash, Miners Close Shop, Pre-Halving Shake-Up
30.3.2020
In 44 days, BTC miners will face the third reward halving as the block subsidy will soon shrink from 12.5 to 6.25 coins per block. Following the market carnage in mid-March, BTC’s hashrate plummeted 44% to a 2020 low of 75 exahash per second (EH/s). Since then the hashrate has climbed back...
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
Block.one Hires Team Behind Prominent Block Producer EOS New York
30.3.2020
The team behind the high-profile EOS New York Block Producer has been hired by EOSIO developer Block.one
DeFi Cannibalizes Ethereum Block Space
29.3.2020
New data suggests that a ‘flippening’ in which DeFi transactions overtake ETH transfers may be soon on the horizon for Ethereum