Search
20 Bitcoin Block Rewards from 2010 Moved Today, Mystery Miner Spent $400 Million in BTC Since Black Thursday
28.2.2021
On Saturday, February 27, 2021, news.Bitcoin.com reported on the great number of 2010 and 2011 block rewards being spent this year. In that report, it was said that the mysterious whale entity we’ve been hunting “did not move a major string of bitcoin’s” since January...
The $282 Million Awakenings: 120 Bitcoin Block Rewards from 2010 and 2011 Woke Up This Year
27.2.2021
On February 25, onchain analysts noticed two 2010 block rewards that were transferred after sitting dormant for over a decade. A lot of old blocks have been spent in 2021, and after the large strings of 2010 block rewards spent on January 3rd and 10th, another massive string of 20 block rewards...
Gemini collaborates with The Giving Block and others, adds donations option
25.2.2021
Gemini has made digital asset giving more convenient for its users
Can a Bigger Block Size Solve Bitcoin’s Scalability Issues? Miners See a Vast Potential with Bitcoin8M
25.2.2021
The text below is an advertorial article that was not written by Cryptonews.com journalists.
Amid so many controversies, growing blockchain scalability problems force miners to reconsider a bigger block size through the ‘Bitcoin8M campaign’.
Scalability means the ability of the blockchain network...
Monday's Best Deals: Pokémon Switch Games, Weighted Snuggie Blanket, 107 Beauty Probiotic Set, Sunday Scaries CBD, Tacklife Rotary Tool, Massage Gun, and More
22.2.2021
A sale on Pokémon Switch games and a weighted snuggie blanket lead Monday’s best deals.Read more
Use CSS Clamp to create a more flexible wrapper utility
17.2.2021
I like Andy’s idea here:
.wrapper {
width: clamp(16rem, 90vw, 70rem);
margin-left: auto;
margin-right: auto;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
Normally I’d just set a max-width there, but as Andy says:
This becomes a slight issue in mid-sized viewports, such...
Privacy Coin Verge Suffers Third 51% Attack, Analysis Shows 200 Days of XVG Transactions Erased
17.2.2021
According to various reports, the cryptocurrency network Verge has suffered a 51% attack that led to a massive 560,000+ block reorganization. Analysts believe the Verge network attack could be the deepest blockchain reorganization (reorg) in history with roughly 200 days worth of verge transactions...
Maximally optimizing image loading for the web in 2021
16.2.2021
Malte Ubl’s list for:
8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display.
Fluid width images in CSS, not forgetting the height and width attributes
…
The post Maximally optimizing image...
The web didn’t change; you did
16.2.2021
I love this piece from Remy Sharp where he argues that the web didn’t get more complicated over the last 20 years, despite what we might think:
Web development did not change. Web development grew. There are more options now,
…
The post The web didn’t change; you did appeared first...
Front-End Dissatisfaction (and Backing Off)
13.2.2021
Asko Nõmm reached a breaking point with front end:
I want to have a personal life and not have to spend my nights reading up on some new flavour of *.js in fear that if I don’t I would soon
…
The post Front-End Dissatisfaction (and Backing Off) appeared first on CSS-Tricks.
You...
Responsible Web Applications
12.2.2021
Joy Heron bought a cool domain name and published an article there:
Luckily, with modern HTML and CSS, we can create responsive and accessible web apps with relative ease. In my years of doing software development, I have learned some
…
The post Responsible Web Applications appeared first...
Progressive Web Apps in 2021
12.2.2021
Maximiliano Firtman has a look at PWAs this year, including trying to get a bead on how widespread they are:
At the end of 2020, approximately 1% of websites included a Service Worker, and 2.2% had an installable Web App
…
The post Progressive Web Apps in 2021 appeared first...
HTML Video Sources Should Be Responsive
11.2.2021
Scott Jehl doesn’t mince words here:
Removing media support from HTML video was a mistake. It means that for every video we embed in HTML, we’re stuck with the choice of serving source files that are potentially too large or
…
The post HTML Video Sources Should...
How to Favicon in 2021
10.2.2021
I always appreciate someone looking into and re-evaluating the best practices of something that literally every website needs and has a complex set of requirements. Andrey Sitnik has done that here with favicons.
The final suggestion:
<link rel="icon" href="/favicon.ico"
…
The post...
The Differences in Web Hosting (Go with the Happy Path)
10.2.2021
One of our readers checked out “Helping a Beginner Understand Getting a Website Live” and had some follow up questions specifically about hosting providers. Here’s what they asked:
What’s the difference between hosting providers? For example, what is the difference...
Animating a CSS Gradient Border
8.2.2021
This little trick for gradient borders is super useful:
.border-gradient {
border: 5px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
Here’s some basic demos from our article on the subject. Sephanie Eckles was sharing around the idea...
(Jay Freestone’s) Front-end predictions for 2021
8.2.2021
React framework maturity, early container queries, WASM adoption, and monoliths. I’ll take all four, please. Not feeling like a particularly front-end-y? Jay says:
Interestingly, the biggest developments in the front-end are unlikely to be traditionally front-end concerns. Back...
The Block Founder Mike Dudas Takes Stablecoin Role at Paxos
3.2.2021
The serial entrepreneur, payments veteran and pugnacious tweeter will focus on building Paxos' white-labeled stablecoin business
Dynamically Switching From One HTML Element to Another in Vue
2.2.2021
A friend once contacted me asking if I had a way to dynamically change one HTML element into another within Vue’s template block. For instance, shifting a <div> element to a <span> element based on some criteria. The trick was …
The post Dynamically Switching From One HTML...
Open Web Docs
2.2.2021
Robert Nyman:
Open Web Docs was created to ensure the long-term health of web platform documentation on de facto standard resources like MDN Web Docs, independently of any single vendor or organization. Through full-time staff, community management, and
…
The post Open Web Docs...