Search
39 Shirts – Leaving Mozilla
6.10.2020
In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell in love with Mozilla — a browser that...
Using JavaScript to Adjust Saturation and Brightness of RGB Colors
6.10.2020
Lately I’ve been taking a look into designing with color (or “colour” as we spell it where I’m from in New Zealand). Looking at Adam Wathan and Steve Schroger’s advice on the subject, we find that we’re going to need more than just five nice looking hex codes from a color palette...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Abkhazia Lifts Two-Year Ban on Bitcoin Mining, Moves to Regulate the Sector
3.10.2020
Abkhazia, the self-governing but disputed territory of just 245,000 people sandwiched between Russia and Georgia, has lifted its two-year ban on cryptocurrency mining. The ban came into effect in December 2018 after a surge in mining activity left the region facing an energy crisis. Now,...
Parsel: A tiny, permissive CSS selector parser
2.10.2020
If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back.
If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...
It looks like the SEC isn't done with trading app Abra just yet
1.10.2020
The SEC's investigation into the crypto trading firm, which paid fines of $300,000 in July, apparently continues
Achieving Vertical Alignment (Thanks, Subgrid!)
30.9.2020
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and aligning things horizontally across a page using a 12-column grid. Media queries came along which required a serious mental shift. It solved...
Uniswap Captures $2 Billion Locked, Dex Volume Outpaces Second-Largest Centralized Exchange
30.9.2020
The decentralized exchange (dex) built on Ethereum, Uniswap has accumulated a whopping $2 billion in total value locked (TVL) this week. Tuesday’s data shows out of all the decentralized finance (defi) application’s Uniswap dominates the $11 billion landscape by over 18%. Just recently...
Coinbase’s New Policy: Anti-Woke or Just a Joke?
29.9.2020
CEO Brian Armstrong’s letter has not just the crypto world but the larger world of tech and business talking about the role of corporations in society
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
$2B Locked: Uniswap Now Bigger Than Entire DeFi Industry Just Two Months Ago
28.9.2020
After passing $2 billion in locked assets, there's now more value in Uniswap than there was in the entire DeFi space on July 9
DeFi hype has just begun says Neo founder
27.9.2020
DeFi is the word on everybody’s lips
Dave Portnoy meets Pomp: ‘Bitcoin is just one big Ponzi scheme’
25.9.2020
Famous day trader Dave Portnoy says he misses crypto in a candid interview with Anthony Pompliano
DeFi Sell-Off Just ‘a Pullback,’ Boom Not Over Yet - Analysts
24.9.2020
Despite a recent slump in the prices of many popular DeFi-related tokens, the ‘DeFi summer’ of 2020 is not over yet, analysts claim.
According to data from Coinpaprika, the absolute majority of the tokens that are listed in the site’s ‘DeFi’ category are now in the red over the past...
Chainlink Token Down 60% in Under 40 Days: Opponents Ask If the Bubble Has Finally Burst?
24.9.2020
After reaching an all-time high of $19.20 on August 14, the Chainlink token now trades lower after losing more than 50% in value in just over a month. The token, which briefly overtook Bitcoin Cash as the fifth-ranked crypto in market capitalisation terms, was ranked 9th on Markets.Bitcoin.com...
A Deep Dive Into Polkadot and How DOT Became a Top Ten Crypto Contender
24.9.2020
Just recently a new project called Polkadot joined the top ten crypto coin list almost immediately after the project officially launched. Today, the Polkadot network is the sixth-largest blockchain in terms of market capitalization. The blockchain is considered an Ethereum competitor by a...
For These Blockchain Commons Interns, Their Open Source Careers Are Just Beginning
23.9.2020
The Blockchain Commons took on 7 interns this year to build out the organization’s many open-source projects
SBTC Plummets by 99% as Devs Announce Dissolution of Token
23.9.2020
The price of SBTC plunged by nearly 98% in just over an hour on September 21 as devs announced the dissolution of the token. The dissolution announcement came more than a month after the token reached an all-time high of $5.07. At the time of writing, the token was quoted at $0.007 down from $0.64....
Accessible Web Animation: The WCAG on Animation Explained
22.9.2020
It’s true, web animation can be accessible! Sometimes it just takes a little extra effort to make sure that it is. There are strategic things we can do to make sure our animations have a positive impact on accessibility, like planning how they contribute to the overall UX and ease of use of...
Remove the Search Input Clear(x) Icon
21.9.2020
I really appreciate the amount of different <input> elements we’ve received over the past decade. These elements don’t just bring a new semantic advantage, but also provide UI helpers, which in many cases are useful. In a recent case, I found a UI element not useful: the x (clear)...