Search
New analysis suggests Satoshi Nakamoto was a Londoner
26.11.2020
A new take on an old investigation potentially sheds light on the whereabouts of Satoshi Nakamoto — at least while he was working on Bitcoin
New Research Suggests Satoshi Nakamoto Lived in London Creating Bitcoin
26.11.2020
The hunt for the mysterious Bitcoin inventor, Satoshi Nakamoto continues to this day, as new data-driven research has been recently deployed in order to figure out the creator’s location while he/she or they worked on the network. The researchers analyzed Satoshi’s 539 Bitcointalk...
The Core Web Vitals hype train
24.11.2020
Some baby bear thinking from Katie Sylor-Miller:
my excitement for Core Web Vitals is tempered with a healthy skepticism. I’m not yet convinced that Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS) are the right metrics that all sites should...
console.log({ myVariable });
19.11.2020
I think this might be my most popular tweet of all time, but I’m not sure how to verify that these days. I’ll restate this neat little trick here because blogging is cool and fun.
I used to do this a lot while debugging JavaScript:
console.log("myVariable: ", myVariable);
But now I...
OCC’s Brian Brooks Says China Owns Bitcoin but Crypto World Disagrees: Chinese Crackdown Pushes Miners Away
19.11.2020
Bitcoiners on social media have panned remarks by acting U.S. currency comptroller Brian Brooks that bitcoin is owned by China due to the country’s disproportionate share of the crypto’s mining power. The bitcoiners argue that the disproportionate number of miners stationed in China...
Bitcoin mining revenue hits yearly high, after return to pre-halving levels
19.11.2020
Bitcoin mining revenue has topped $20 million per day, its highest level this year
Firefox 83
19.11.2020
There’s a small line in the changelog that is is big news for CSS:
We’ve added support for CSS Conic Gradients (bug 1632351) and (bug 1175958).
🎉🎉🎉
Conic gradients are circular, just like their radial counterpart, but place color stops...
Measuring Core Web Vitals with Sentry
17.11.2020
Chris made a few notes about Core Web Vitals the other day, explaining why measuring these performance metrics are so gosh darn important:
I still think the Google-devised Core Web Vitals are smart. When I first got into caring about performance, it was all: reduce requests! cache things! Make...
Jetpack Backup
17.11.2020
It’s no secret that CSS-Tricks is a WordPress site. And as such, we like to keep things WordPress-y, like enabling the block editor and creating some custom blocks. We also rely on Jetpack for a number of things, which if you haven’t tried, is definitely worth your time as it’s...
Logical layout enhancements with flow-relative shorthands
16.11.2020
Admission: I’ve never worked on a website that was in anything other than English. I have worked on websites that were translated by other teams, but I didn’t have much to do with it. I do, however, spend a lot of time thinking in terms of block-level and inline-level elements....
Hash Watch: The Highly Anticipated Bitcoin Cash Fork Is Now Complete
15.11.2020
The Bitcoin Cash community has been patiently waiting for weeks for the November 15, 2020 upgrade and the day is finally here. Every six months the Bitcoin Cash network upgrades, but this time around, a conflict sparked over Bitcoin ABC’s Infrastructure Funding Plan (IFP). During the course...
CZ: Binance traders find ‘intelligent’ ways to circumvent US block
13.11.2020
CZ admits it's not always easy weeding out US traders from the global Binance exchange
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
Ethereum Suffers from Unintended ‘Chain Split,’ Few Third-Party Services ‘Got Stuck on Minority Chain’
11.11.2020
According to a number of third party infrastructure providers, the Ethereum blockchain suffered an unintended hard fork or chain split on Wednesday. The service providers Infura, Binance, and Blockchair all reported issues with consensus at block height 11,234,873. The cryptocurrency community...
Understanding flex-grow, flex-shrink, and flex-basis
11.11.2020
When you apply a CSS property to an element, there’s lots of things going on under the hood. For example, let’s say we have some HTML like this:
<div class="parent"<div class="child"Child</div<div class="child"Child</div<div class="child"Child</div</div
And...
ARIA in CSS
11.11.2020
Jeremey reacting to Sara’s tweet, about using [aria-*] selectors instead of classes when the styling you are applying is directly related to the ARIA state.
… this is my preferred way of hooking up CSS and JavaScript interactions. Here’s [an] old CodePen where you can see...
Grin Network Victim of 51% Attack, Unknown Miner Commands 58% of the Hashrate
10.11.2020
The privacy-centric cryptocurrency network Grin (GRIN) has been the victim of a 51% attack according to a number of reports. Allegedly an unknown entity gained control of over 57% of the network hashrate on Saturday. According to the Grin website, the team is recommending people wait...
20 More Block Rewards from 2010 Spent Today— Why Are Decade-Old Bitcoins Waking Up?
8.11.2020
Following the 21 coinbase rewards from 2010 spent on November 7, another long string of so-called ‘sleeping bitcoins’ mined a decade ago were transferred on Sunday morning. According to onchain data, the 20 block rewards from 2010 with 1,000 BTC were transferred at 4:02 a.m. EST. A...
Another Mysterious String of 1,000 ‘Satoshi Era’ Bitcoins Mined in 2010 Moved Today
7.11.2020
On November 7 at around 12:37 a.m. (EST), another string of so-called ‘sleeping bitcoins’ were moved for the first time since 2010. The peculiar movement stemmed from 20 blocks from 2010 with approximately 1,000 BTC spent ($15.5 million) in a single block. 2020 has been a wild year...
Bidirectional scrolling: what’s not to like?
6.11.2020
Some baby bear thinking from Adam Silver.
Too hot:
[On horizontal scrolling, like Netflix] This pattern is accessible, responsive and consistent across screen sizes. And it’s pretty easy to implement.
Too cold:
That’s a lot of pros for a pattern that in reality has some critical...