Search
Bitcoin Network Sees a Massive Mining Pool Shift Following the Halving
14.5.2020
Following the third bitcoin halving on May 11, 2020, there’s been a big shift in mining pool distribution, as far as hashrate is concerned. At the time of publication, there’s around 100-115 exahash per second (EH/s) in search of bitcoin blocks and spectators have seen two relatively...
React Single File Components Are Here
13.5.2020
Shawn Wang is talking about RedwoodJS here:
… it is the first time React components are being expressed in a single file format with explicit conventions.
Which is the RedwoodJS idea of Cells. To me, it feels like a slightly cleaner version of how Apollo wants you to do it with useQuery....
Recent Episodes of ShopTalk Show
12.5.2020
There is a super cool new Podcast block for WordPress Gutenberg you use Jetpack (released in 8.5). I wanted to try it out, so below you’ll see recent episodes from ShopTalk Show. I’d tell you all about the recent episodes, except then this blog post wouldn’t age very well, because...
There’s Still a Non-Trivial Chance of a Ban on Bitcoin - Kraken CLO
12.5.2020
Even today, there is a non-trivial chance that governments try to ban Bitcoin (BTC), according to Marco Santori, the recently appointed Chief Legal Officer (CLO) of major crypto exchange Kraken.
“I don’t think it’s a 20% or 30% chance in the next five years, but I think it’s real. And it’s up to...
Bitcoin Cash Upgrade 3 Days Away – New Opcode Support, Chain Limit Extension, Sigchecks
12.5.2020
On May 15, the Bitcoin Cash (BCH) blockchain will be upgraded and there will be at least three new features added to the longest chain. The upgrade in three days is being discussed fervently by the community, because it follows the recent and controversial Infrastructure Funding Proposal (IFP)....
Dealing With Stale Props and States in React’s Functional Components
12.5.2020
There’s one aspect of JavaScript that always has me pulling my hair: closures. I work with React a lot, and the overlap there is that they can sometimes be the cause of stale props and state. We’ll get into exactly what that means, but the trouble is that the data we use to build our UI can...
min(), max(), and clamp() are CSS magic!
12.5.2020
Nice video from Kevin Powell. Here are some notes, thoughts, and stuff I learned while watching it. Right when they came out, I was mostly obsessed with font-size usage, but they are just functions, so they can be used anywhere you’d use a number, like a length.
Sometimes pretty basic usage...
Turning a Fixed-Size Object into a Responsive Element
11.5.2020
I was in a situation recently where I wanted to show an iPhone on a website. I wanted users to be able to interact with an application demo on this “mock” phone, so it had to be rendered in CSS, not an image. I found a great library called marvelapp/devices.css. The library implemented the device...
Let’s Take a Deep Dive Into the CSS Contain Property
8.5.2020
Compared to the past, modern browsers have become really efficient at rendering the tangled web of HTML, CSS, and JavaScript code a typical webpage provides. It takes a mere milliseconds to render the code we give it into something people can use.
What could we, as front-end developers, do...
I’m getting back to making videos
8.5.2020
It’s probably one part coronavirus, one part new-fancy-video setup, and one part “hey this is good for CodePen too,” but I’ve been doing more videos lately. It’s nice to be back in the swing of that for a minute. There’s something fun about coming back to an...
US Central Bank Blamed for 2020 Financial Crash: ‘The Fed Is Lawless Economic Government Unto Itself’
6.5.2020
The last two months dealing with the coronavirus outbreak have been strange, to say the least, and as data rolls in more people are becoming aware that there was quite a bit of overreaction from politicians, the media, and medical professionals. A small number of people are starting to focus on...
Bitcoin ATM Locations Surge to Over 7700 Worldwide Amid Global Crisis
6.5.2020
The number of bitcoin ATM locations has been growing rapidly amid nationwide lockdowns and the coronavirus crisis. With hundreds of new machines added each month, there are now more than 7,700 bitcoin ATMs spread all over the world. A new bitcoin ATM operator also installed its first bitcoin...
`lh` and `rlh` units
5.5.2020
There’s some new units I was totally unaware of from the Level 4 spec for CSS values! The lh unit is “equal to the computed value of line-height” and rlh is the same only of the root element (probably the <html> element) rather than the current element.
Why would that...
The Anatomy of a Tablist Component in Vanilla JavaScript Versus React
5.5.2020
If you follow the undercurrent of the JavaScript community, there seems to be a divide as of late. It goes back over a decade. Really, this sort of strife has always been. Perhaps it is human nature.
Whenever a popular framework gains traction, you inevitably see people comparing it to rivals....
No-Comma Color Functions in CSS
4.5.2020
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...
SEC Commissioner Sees Increasing Demand for Cryptocurrency
1.5.2020
Crypto-friendly commissioner with the U.S. Securities and Exchange Commission (SEC), Hester Peirce, said there is an increase in demand for cryptocurrency as investors seek to diversify their portfolios. The commissioner has been an avid proponent of the SEC approving bitcoin exchange-traded funds...
Market Wrap: There’s a Bright Side to Bitcoin’s Drop on Worsening Unemployment
30.4.2020
Bitcoin cooled off after jumping to its highest levels in nearly two months, when it was up as much as $9,478. Yet, stakeholders say crypto interest remains strong
A Book Apart Turning 10
30.4.2020
Early congratulations, A Book Apart! That’s a hell of a milestone. I’m quite sure I’ve read more A Book Apart books than any other tech book publisher.
Katel LeDu runs the ship over there, and she’s given me very special pack of discount codes that will get you my book...
Blockchain Technology: Government Use Cases
29.4.2020
A lot has been said about the possibilities of blockchain technology helping governments and people, but are there any realContinue Reading
The post Blockchain Technology: Government Use Cases appeared first on CoinMarketCap Blog
How to Redirect a Search Form to a Site-Scoped Google Search
29.4.2020
This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...