Search
Money Reimagined: How a Dangerous Idea Could Work
14.8.2020
Modern Monetary Theory, which says deficits don't matter, has some truth to it. But putting it into practice would be risky without modern controls
Stacked Cards with Sticky Positioning and a Dash of Sass
13.8.2020
The other day, I spotted this particularly lovely bit from Corey Ginnivan’s website where a collection of cards stack on top of one another as you scroll.
I started wondering how much JavaScript this would involve and how you’d go about making it when I realized — ah! — this must be the work...
Stacks Foundation Will Soon Put Those 100M Tokens to Work
12.8.2020
The blockchain governance foundation is stacking stacks
Passive Income via Digital Wealth: A Deep Dive Into Crypto Earning, Staking, Interest Bearing Accounts
12.8.2020
During the last two years investment vehicles that allow crypto asset holders to gather yields have grown exponentially and anyone can make passive income with a number of avenues. Staking validators, decentralized finance (defi) lending services, and interest rate earning accounts provide digital...
Ethereum Classic’s Terrible, Horrible, No Good, Very Bad Week
10.8.2020
Ethereum Classic suffered two 51% attacks in the same week. One week later, exchanges, investors and developers are split on the implications
zerodivs.com
10.8.2020
Pretty neat little website from Joan Perals, inspired by stuff like Lynn’s A Single Div. With multiple hard-stop background-image gradients, you don’t need extra HTML elements to draw shapes — you can draw as many shapes as you want on a single element. There is even a stacking order...
What does 100% mean in CSS?
7.8.2020
When using percentage values in CSS like this…
.element {
margin-top: 40%;
}
…what does that % value mean here? What is it a percentage of? There’ve been so many times when I’ll be using percentages and something weird happens. I typically shrug, change the value to something else...
Every Website is an Essay
7.8.2020
Every website that’s made me oooo and aaahhh lately has been of a special kind; they’re written and designed like essays. There’s an argument, a playfulness in the way that they’re not so much selling me something as they are trying to convince me of the thing. They use words and type and color...
font-weight: 300 considered harmful
7.8.2020
Tomáš Janoušek:
Many web pages these days set font-weight: 300 in their stylesheet. With DejaVu Sans as my preferred font, this results in very thin and light text that is hard to read, because for some reason the “DejaVu Sans ExtraLight” variant (weight 200) is being used...
US Congressmen Want IRS to Balance Taxation and Innovation in the Cryptocurrency Space
6.8.2020
A bipartisan quartet of US congressmen wants the IRS taxation policy not to dissuade taxpayers from participating in blockchain token staking. These politicians believe America’s ingenuity can help drive this promising staking technology. The four congressmen are Bill Foster (D) of Illinois...
Warp SVG Online
6.8.2020
The warping is certainly the cool part here. Some fancy math literally transforms the path data to do the warping. But the UX detail work here is just as nice. Scrolling the page zooms in and out via a transform: scale() on the SVG wrapper (clever!). Likewise, holding the spacebar lets you...
Chapter 1: Birth
5.8.2020
Tim Berners-Lee is fascinated with information. It has been his life’s work. For over four decades, he has sought to understand how it is mapped and stored and transmitted. How it passes from person to person. How the seeds of information become the roots of dramatic change. It is so fundamental...
2020 Is Becoming the Year of Staking With Some Major Achievements
3.8.2020
While both PoW and PoS have a lot to offer, this year, in particular, is promising to be a special one for proof-of-stake
Triple-Entry Bookkeeping: How Satoshi Nakamoto Solved the Byzantine Generals’ Problem
3.8.2020
In 2008, Satoshi Nakamoto essentially solved the infamous computational issue called the “Byzantine generals’ problem” or the “Byzantine Fault.” Throughout the history of man, people used ledgers to record economic transactions and property ownership. A ledger is often...
Single Miner Reorgs Ethereum Classic – Devs Report a Chain Split
1.8.2020
Members of the Ethereum Classic team reported that the network suffered a reorganization (reorg) today. The blockchain network is asking service providers to halt deposits while it carries out maintenance of the chain. The latest event follows a similar attack in January 2019, which led to some...
Ethereum 2.0: Closer Than Ever, Still Plenty of Work to Do
31.7.2020
Five years later, Ethereum is still chugging along as a decentralized platform for self-executing code. Eth 2.0 is quite close, but for real this time
Levels of Fix
20.7.2020
On the web, we have the opportunity to do work that fixes things for people. It’s fascinating to me how different the scope of those fixes can be.
Consider the media query prefers-reduced-motion. Eric wrote:
I think it’s also worth pointing out the true...
5 Most Common Developer Portfolio Mistakes (Sponsored)
20.7.2020
A portfolio site is one of the best marketing and sales tools you as a web developer have in your arsenal. And if it’s set up right, it’ll save you a bunch of time having to:  Chase down new clients,  Spend time convincing them to work with you, Answer questions about your experience as...
‘Wonder Woman’ Illustrator and British Artist Terry Flaxton to Sell Ethereum-Backed Art
17.7.2020
The non-fungible token (NFT) and blockchain-backed collectible economy continue to see demand and the digital art market Makerplace has seen enormous growth recently. A number of well known artists have started to participate, as work from the acclaimed comic book illustrator Jose Delbo and...
Irregular-shaped Links with Subgrid
16.7.2020
Michelle Barker covers a situation where you need offset rectangles part of a clickable area. The tricky part is having just the rectangles be clickable. That rules out using some parent element and making the whole larger encompassing rectangle clickable, which is a common (but equally tricky)...