Search
Altseason and $30K in sight: 5 things to watch in Bitcoin as 2020 ends
28.12.2020
A Christmas full of cheer for hodlers tops out above $28,000, amid warnings that Bitcoin is already in regulators' crosshairs for 2021
clipPath vs. mask
27.12.2020
These things are so similar, I find it hard to keep them straight. This is a nice little explanation from viewBox (what a cool name and URL, I hope they keep it up).
The big thing is that clipPath (the element in SVG, as well as clip-path in CSS) is vector and when it is applied, whatever you...
The worst things on the internet in 2020
24.12.2020
Look, even without COVID, 2020 was going to be garbage. It was an election year, for fuck’s sake, so a glut of unhinged political punditry was destined to clog up our social media feeds and needle our glazed eyeballs. In keeping with tradition, it all turned out to be even worse than we could have...
2020 Roundup of Web Research
22.12.2020
It’s December! Lots of things are published this time of year, like developer advent calendars and organizations reflecting on the past year. We have even our own end-of-year series where we asked folks what they learned in 2020. But we also see lots of research come out around this time....
Stimulus checks meet BTC all-time highs: 5 things to watch in Bitcoin this week
21.12.2020
A vote on $600 payments to Americans combines with bank buybacks as one analyst says that institutional buying could mean the Bitcoin bull run "never stops."
Další služba Googlu se odporoučí. Android Things se začnou vypínat už v lednu
17.12.2020
Google v roce 2016 zveřejnil Android Things – platformu, která měla sloužit pro chytrá zařízení. To ale nevyšlo a od ledna příštího roku začne celý ekosystém ukončovat. Finální konec přijde začátkem roku 2022.
Náznak konce platformy nastal již před více jak rokem, kdy v lednu 2019 Google změnil
21M Bitcoin and the Promise of Scarcity
17.12.2020
In Bitcoin, the promise of a limited supply is great. This was one of the biggest things that initially appealed to me when I heard about Bitcoin. “No more than twenty one million bitcoins will ever exist!” But can this promise be kept in the long run? Has the Promise Already Been...
It’s Always Year Zero
16.12.2020
In the short term, opinions about technology often follow a compressed form of Laver’s Law:
Everything just before me was completely broken.
Everything that comes after me is completely unnecessary.
Everything I use right now is perfectly fine; stop changing things.
We tend to judge things based...
The Biggest Climate Wins of 2020
15.12.2020
Somehow, not everything was bad this year.Read more
Not Much
14.12.2020
What’s one thing I learned about building websites this year? Not all that much.
This year, unlike most previous years, I didn’t explore a lot of new technologies. For obvious reasons, it’s been a difficult year to be as engaged in the hot new topics and to spend time playing around with...
Big gaps and bigger buys: 5 things to watch in Bitcoin this week
14.12.2020
Another $1,000 CME futures gap opens but Bitcoin shows clear strength as it aims to tackle pivotal $20,000 resistance
There is No Normal
12.12.2020
This year I learned, or relearned maybe, that “normal” is subjective at best, and pretty misleading otherwise. If this forsaken year has taught us anything, it’s that there is no such thing as normal. Things change. People adapt. Everything is relative to everything else.
Besides being quite...
Let’s Create a Lightweight Native Event Bus in JavaScript
11.12.2020
An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between different components. It can also be thought of as publish/subscribe or pubsub.
The idea is that components can listen...
Founder David Sønstebø out of Iota Foundation after ‘unanimous' board decision
11.12.2020
The Iota board said it had “parted ways” with Sønstebø due to the fact its interests have “diverged significantly” with those of the co-founder
Very Extremely Practical CSS Art
9.12.2020
I’ve always enjoyed the CSS art people create, but I’ve never ventured into it much myself. I’m familiar with many of the tricks involved, but still find it surprising every time: the way people are able to make such fluid and beautiful images out of little boxes. I always end...
Styling Comment Threads
7.12.2020
Comment threads are one of those things that look really simple when executed right. When designing them yourself, you may find that they are rather deceptively simple. There is a lot that goes into designing nice and usable comment threads, and in this article, I will try my best to walk...
New US stimulus, Brexit and $20K: 5 things to watch in Bitcoin this week
7.12.2020
A mountain of fresh U.S. debt contrasts with a mountain of institutional cash potentially set to flow into Bitcoin thanks to major FOMO
Collective #638
3.12.2020
Making things move * Spline * Troubleshooting Caching * SPCSS * FarbVelo * TS belt
The post Collective #638 appeared first on Codrops
Amplify, Amplified
2.12.2020
First, quickly: AWS Amplify has a new Admin UI. Amplify always had a CLI that helps you build projects by setting up stuff like auth, storage, and APIs. That’s super useful, but now, you can do those things with the new Admin UI. And more, like model your data (!!), right from a local...
How to Make an Area Chart With CSS
2.12.2020
You might know a few ways to create charts with pure CSS. Some of them are covered here on CSS-Tricks, and many others can be found on CodePen, but I haven’t seen many examples of “area charts” (imagine a line chart with the bottom area filled in), particularly any in HTML and CSS alone. In this...