Search
Hodlers Can Donate Crypto to Charity to Minimize Tax Payments
14.7.2020
Donating crypto means it won’t be taxed, say The Giving Block and TAXbit, which published a guide to facilitate such donations
We need more inclusive web performance metrics
10.7.2020
Scott Jehl argues that performance metrics such as First Contentful Paint and Largest Contentful Paint don’t really capture the full picture of everyone’s experience with websites:
These metrics are often touted as measures of usability or meaning, but they are not necessarily meaningful...
HBZ Investors Urge Court to Block Smart Contract Destruction
10.7.2020
A class-action lawsuit seeks to prevent e-scooter firm Helbiz from destroying the smart contract underpinning its ERC-20 token
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...
How to Make a List Component with Emotion
8.7.2020
I’ve been doing a bit of refactoring this week at Sentry and I noticed that we didn’t have a generic List component that we could use across projects and features. So, I started one, but here’s the rub: we style things at Sentry using Emotion, which I have only passing experience with and...
How to delete all node_modules directories from your computer
8.7.2020
Nice tip from Chris Ferdinandi:
My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some cases. Over a few dozen projects, that really adds up!
Two dozen projects with 200 MB worth of node_modules? That’s nearly 5 GB of space for...
Improving Chromium’s browser compatibility in 2020
7.7.2020
This is exactly what I love to hear from any browser vendor:
When it comes to browser compatibility, there are still too many missing features and edge-case bugs. But it doesn’t have to be this way. Things can and will get better, if browser vendors can understand what is causing the most...
Block.One Co-Founder Brock Pierce Files to Run for US President
7.7.2020
Brock Pierce has formally filed to run for President of the United States
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Settling down in a Jamstack world
3.7.2020
One of the things I like about Jamstack is that it’s just a philosophy. It’s not particularly prescriptive about how you go about it. To me, the only real requirement is that it’s based on static (CDN-backed) hosting. You can use whatever tooling you like. Those tools, though...
UK Court Denies Maduro Access to $1 Billion of Venezuela’s Gold
3.7.2020
The UK is denying Nicolas Maduro access to Venezuela’s gold worth about $1 billion, stored at the Bank of England. The UK High Court has ruled that the country does not recognize Maduro as president of Venezuela, blocking him from accessing the much-needed gold. England Denies Maduro Access...
Responsive Styling Using Attribute Selectors
30.6.2020
One of the challenges we face when implementing class-based atomic styling is that it often depends on a specific breakpoint for context.
<div class="span-12"</div<!-- we want this for small screens --<div class="span-6"</div<!-- we want this for medium screens --<div...
Five 5-minute Videos from Ethan on Design & Accessibility
30.6.2020
Ethan:
I’ve been working with Aquent Gymnasium to produce a series of five short tutorial videos, which have been launching over the course of this past week. Since the last video just went live, I’m thrilled to share the whole list with you:
• Introduction to using VoiceOver on macOS•...
Visualize Crypto Transaction Privacy Scores With Blockchair’s ‘Privacy-o-Meter’
29.6.2020
On June 24, the block explorer and blockchain data platform, Blockchair, announced the launch of a new privacy tool called the “Privacy-o-meter.” According to Blockchair, the new service combats blockchain surveillance companies by highlighting privacy issues for crypto transactions....
Quick Tips for High Contrast Mode
27.6.2020
Sarah Higley has some CSS tricks up her sleeve for dealing with High Contrast Mode on Windows, which I learned is referred to as WHCM.
Here’s the first trick:
[…] if the default CSS outline property doesn’t give you the visual effect you want [in WHCM] for focus states...
Grid for layout, flexbox for components
26.6.2020
When should we reach for CSS grid and when should we use flexbox? Rachel Andrew wrote about this very conundrum way back in 2016:
Flexbox is essentially for laying out items in a single dimension – in a row OR a column. Grid is for layout of items in two dimensions – rows AND columns.
Ahmad...
Consumer Watchdog Moves to Block Canadian Bitcoin Miner From US Power Grid
25.6.2020
Public Citizen warned the U.S. Dept. of Energy that DMG Blockchain's bid to export electricity could set a dangerous precedent
Hide Scrollbars During an Animation
24.6.2020
CSS still can’t animate to auto dimensions.
.dropdown {
transition: 0.2s;
height: 0;
}
.dropdown.open {
/* the height will change, but it won't animate. */
height: auto;
}
There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....
WebP Image Support Coming to iOS 14
24.6.2020
Apple announced a ton of new updates at yesterday’s WWDC20 keynote address, from new hardware to updated applications. There’s lots to gawk at and enough device-envy to go around.
But there’s one little line in the Safari 14 Beta release notes that caught my eye:
Added WebP image...
HaruBank Collaborates with BitGo to Ensure Security of Its Clients’ Crypto Asset
19.6.2020
BitGo, a market leader and a multi-sig technology pioneer, will now offer its business hot wallet services to HaruBank. Users of HaruBank will have their assets secured by BitGo, ensuring peace of mind. HaruBank was established in 2019. It operates a crypto depository service, which experienced...