Search
Bitcoin Price Predictions by Top Analysts Are Usually Wrong — Here’s Why
19.7.2020
Top analysts often make wild Bitcoin price predictions, while BTC options implied volatility produces conservative estimates. Which group fared better?
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)...
Twitter Hack Used Bitcoin to Cash In: Here’s Why
16.7.2020
You can send bitcoin from your phone or computer to anyone else, just about anywhere in the world. And once you’ve sent it, you can’t get it back
Tradeoffs and Shifting Complexity
16.7.2020
This is a masterclass from Dave:
After you hit the wall of unremovable complexity, any “advances” are a shell game, making tradeoffs that get passed down to the user … you get “advances” by shifting where the complexity lives.
You don’t get free reductions in complexity. In CSS land...
Obama, Biden, Netanyahu, Musk: Here’s a List of Every Hacked Twitter Account
16.7.2020
Twitter got hacked. Prominent users are shilling sketchy crypto addresses. Here's a list of victims
Running spot instances effectively with Amazon EKS
14.7.2020
I know this is a little outside the normal scope of CSS-Tricks stuff, but I find the whole concept of spot instances fascinating. Here’s the gist from a very-non-expert (me). You can just buy and pay for web servers, for example, Amazon EC2. You can save a bunch of money if you buy them...
Chainlink (LINK) Surges 39.5% to a New All-Time High — Here’s Why
13.7.2020
Surging volume, price discovery, and new partnerships pushed Chainlink price to a new all-time high at $8.48
This Exchange Crashed Bitcoin Price to $9K: Here’s Why That’s Bullish
11.7.2020
The drop in the price of Bitcoin on July 10 to $9,100 was led by Bitstamp, data finds, coinciding with selling by BTC miners
Bitcoin Price Will Now Never Officially go to Zero — Here’s Why
9.7.2020
A massive 18.52 million BTC buy order on Bitfinex will save Bitcoin from dropping to $0, thanks to Alistair Milne
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...
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 —...
Here’s How to Expand Who Contributes to Bitcoin Core
3.7.2020
A Bitcoin Core dev and her exchange partner discuss Bitcoin and privacy and how to incentivize more developers to contribute to the protocol
Fluid Images in a Variable Proportion Layout
3.7.2020
Creating fluid images when they stand alone in a layout is easy enough nowadays. However, with more sophisticated interfaces we often have to place images inside responsive elements, like this card:
For now, let’s say this image is not semantic content, but only decoration. That’s...
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...
Crypto Use-Cases in Africa on the Rise, According to Luno
3.7.2020
Twitter and Square CEO, Jack Dorsey recently said “Africa will define the future (especially the Bitcoin one!)” But was he right? Crypto in Africa on the Rise Sad to be leaving the continent…for now. Africa will define the future (especially the bitcoin one!). Not sure where...
How-to guide for creating edge-to-edge color bars that work with a grid
1.7.2020
Hard-stop gradients are one of my favorite CSS tricks. Here, Marcel Moreau combines that idea with CSS grid to solve an issue that’s otherwise a pain in the butt. Say you have like a 300px right sidebar on a desktop layout with a unique background color. Easy enough. But then say you want...
XRP Price Can Outperform Bitcoin in the Short Term — Here’s Why
1.7.2020
As Bitcoin price continues to range sideways, the momentum may be shifting to XRP for the next big move
New in Chrome: CSS Overview
1.7.2020
Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of unused declarations… even down to the total number of defined media queries.
Again, this is an experimental feature. Not only does that...
Timothy C. May: Libertaria in Cyberspace
27.6.2020
Here are a few points about why “cyberspace,” or a computer-mediated network, is more hospitable than physical locations for the kind of “crypto-anarchy” libertarian system I’ve been describing. Several folks have commented recently about ocean-going libertarian...
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...