Search
Ethereum 2.0 staking is coming to Coinbase
30.11.2020
The U.S. exchange plans to roll out support in early 2021
Hash War: Mystery Miner’s Empty Block Attack Makes ABC’s New Blockchain Almost Unusable
28.11.2020
According to various reports, the Bitcoin ABC pro-IFP chain has been under ‘attack’ for a number of consecutive days now. The mystery miner has been mining a great number of sequential blocks, but almost all of them have been empty. The miner who calls himself...
Tailwind versus BEM
25.11.2020
Some really refreshing technological comparison writing from Eric Bailey. Like, ya know, everything in life, we don’t have to hate or love everything. Baby bear thinking, I like to say. There are benefits and drawbacks. Every single bullet point here is well-considered and valid. I really...
Graphery SVG
24.11.2020
I’ve compared SVG and Canvas before. If you’re trying to decide between them, read that. I’d say the #1 difference between them is vector (SVG) versus raster (Canvas). But the #2 difference is how you work with them. SVG is declarative, as in, literal elements that express what they are through...
CipherTrace Says Homeland Security Work Gave Rise to Monero-Tracking Patent Filings
23.11.2020
CipherTrace has filed two patent applications it claims offer technologies that could help authorities in tracking monero transactions
Earn €120K a Year on Your Bitcoin and Euros with Less than 20 Minutes Work
20.11.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
As crypto investors we are always looking for the best return on our Bitcoin and Ethereum. But, while, for me, profits remain the number one priority, an opportunity that doesn’t eat into my day, requiring hours...
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
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....
A Bitcoin Multisig Primer: How Does it Work & What You Need To Know
12.11.2020
Bitcoin (BTC) multisig wallets provide an added layer of security for large bitcoin holders as they require more than one person to sign a transaction.
In this article, we will explore what multisig BTC wallets are, how they work, and discuss their most pressing pros and cons.
Understanding...
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...
Libraries for SVG Drawing Animations
11.11.2020
In 2013, Jake Archibald introduced this cool trick of animating an SVG path to look like it’s drawing itself. It’s 2020 now, and the trick is still popular. I’ve seen it on a lot of websites I’ve visited recently. I, too, feature an animated SVG loader on my website using one of the libraries I’ll...
Indian exchange offers ETH staking ahead of Ethereum 2.0 launch
11.11.2020
CoinDCX users to stake on ETH 2.0 with as low as 0.1 ETH, the exchange says
Ripple's Garlinghouse disses Bitcoin's energy use in advance of Biden administration
9.11.2020
With Joe Biden being declared the next President of the United States, Ripple CEO Brad Garlinghouse is making sure his company’s messaging aligns with the new administration
Chapter 5: Publishing
9.11.2020
Not long after HotWired launched on the web in 1994, Josh Quittner wrote an article entitled “Way New Journalism” for the publication. He was enthusiastic about the birth of a new medium.
I’m talking about a sea change in journalism itself, in the way we do the work of reporting and presenting...
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
Build an app for monday.com and potentially win BIG
5.11.2020
monday.com is an online Work OS platform where teams create custom workflows in minutes to run their projects, processes, and everyday work.
Over 100,000 teams use monday.com to work together.
They have launched a brand new app marketplace for monday.com, meaning you can add tools built...
This page is a truly naked, brutalist html quine.
4.11.2020
Here’s a fun page coming from secretGeek.net. You don’t normally think “fun” with brutalist minimalism but the CSS trickery that makes it work on this page is certainly that.
The HTML is literally displayed on the page as tags. So, in a sense, the HTML is both the page...
Additive Animations in CSS
3.11.2020
Daniel C. Wilson explains how with CSS @keyframe animations, when multiple of them are applied to an element, they do both work. But if any properties are repeated, only the last one works. They override each other. I’ve seen this limitation overcome by applying keyframes to nested elements...
Warren Buffett praises stocks Dollar-cost averaging — but does it work for Bitcoin?
1.11.2020
Warren Buffett likes to dollar-cost average into major stock market indices but data shows that the same strategy has worked very well for Bitcoin buyers too
Anima 4.0: Go Straight From Design to React in the Design Handoff
27.10.2020
Imagine this scenario: You get an email from the design team. It contains a link to a high-fidelity prototype of a React app they want you to build. You click the link and get ready to inspect the work only to find… the components have already been built.
Huh?
It might sound like a dream...