Search
When is it “Right” to Reach for contain and will-change in CSS?
26.11.2021
I’ve got some blind spots in CSS-related performance things. One example is the will-change property. It’s a good name. You’re telling the browser some particular property (or the scroll-position or content) uh, will, change:
.el {
will-change: opacity;
…
The post When...
GraphQL Editor – The Journey from Initial Release to Version 5.0
22.11.2021
From the very beginning of our adventure with GraphQL, we were impressed by how great its community is. The amount of content, libraries and great tools generated by GraphQL users amazed us from the very start. The more time we spent working with GraphQL the more things we saw that could...
Popular Twitch Software Changing Name Following Plagiarism Accusations
17.11.2021
Yesterday, the Twitter account for the livestreaming software Lightstream accused rival streaming software maker Streamlabs of stealing marketing copy from its website. After Lightstream tweeted about how Streamlabs’ website text was modeled on its own, other companies began to corroborate with...
Iconic Staples Center, Home of Los Angeles Lakers, Changing Name to Crypto.com Arena
17.11.2021
Staples Center, one of the most iconic and globally recognized sports and entertainment arenas in the world, is changing its name to Crypto.com Arena. Crypto.com has also become an official cryptocurrency platform partner of the Los Angeles Lakers and the LA Kings. Staples Center’s New Name...
Jamstack TV
16.11.2021
That’s the name of Netlify’s YouTube Channel. Love that. I linked up Rich’s talk the other day, which was a part of this past JamstackConf, but now all the talks are up on there. Rich got to talk …
The post Jamstack TV appeared first on CSS-Tricks. You can support...
Wall Street Journal Reporter Chastised Over Satoshi Nakamoto ‘Unmasking’ Editorial
15.11.2021
During the last week, mainstream media outlets have been publishing reports that say “Bitcoin’s creator Satoshi Nakamoto could be unmasked at [a] Florida trial.” Alongside this, the name “Satoshi Nakamoto” has been trending in people’s discussions on social...
Id Software Is Trying To Stop A Man Who Wants To Name His Band 'Doomscroll'
13.11.2021
Doomscrolling is that thing where you spend way too much time flipping through Twitter or Instagram reading bad news. And apparently, a metal guitarist in Dallas, Texas thought it would be the perfect name for a new band. But after attempting to trademark the band name, Doom devs Id Software began...
Early Ethereum Name Service (ENS) adopters rewarded with a hefty five-figure airdrop
10.11.2021
Early adopters enjoy another five-figure payday as the Ethereum Name Service protocol airdrops its new governance token to domain holders
New Overwatch Comic Shows McCree Getting Existential On Name Change
10.11.2021
After receiving a name change last month, Overwatch’s Cole Cassidy has made his debut in a new digital comic series. The first issue of a five-part series by Dark Horse Comics, titled New Blood, sees the cowboy wrestling with his past as he embarks on a journey to become someone different. It’s...
Ethereum Name Service Token, ENS, Soars on First Day of Trading
9.11.2021
Ethereum (ETH)’s decentralized naming system, Ethereum Name Service (ENS), has just launched its highly-anticipated governance token via an airdrop that can be claimed by existing ENS users.
At 14:09 UTC, the ENS token traded at USD 46, up a whopping 156% in less than a day, with the majority...
Ethereum Name Service to Pivot to DAO Governance, Airdrops ENS Token to Domain Holders
9.11.2021
The Ethereum Name Service (ENS), the entity that controls the decentralized domains built on top of Ethereum, announced it would pivot to a decentralized governance model, opening the door to the formation of a DAO (decentralized autonomous organization). The ENS is now calling for delegates...
Ethereum Name Service's new token already has a fully-diluted cap of $3.1T
9.11.2021
Ethereum Name Service's freshly airdropped governance token $ENS is the talk of the town today
Array.prototype.at
8.11.2021
Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on external data APIs. JavaScript has added methods like find and `findIndex recently, but one syntax I love from languages like Python is retrieving values by negative indexes. When...
How to Create an Animated Chart of Nested Squares Using Masks
5.11.2021
We have many well-known chart types: bar, donut, line, pie, you name it. All popular chart libraries support these. Then there are the chart types that do not even have a name. Check out this dreamt-up chart with stacked (nested) …
The post How to Create an Animated Chart of Nested Squares...
Microsoft to Offer Mesh, a Corporate Metaverse for Teams
5.11.2021
Microsoft has announced the launch of a metaverse-inspired feature for its Teams app called Mesh. Mesh will allow users to introduce personalized avatars in digital worlds, making meetings more immersive. The platform is being announced on the heels of Facebook’s pivot to becoming...
Fast, Accurate Geolocation Data with IPWHOIS.io (Sponsored)
3.11.2021
In the world of marketing and content targeting, having accurate geolocation data can be the difference between a thriving enterprise and a floundering business. Accurate data is everything, especially in the targeted marketing. When you need trustworthy geolocation data, IPWHOIS.io is a great...
Ethereum Name Service to Pass Governance Over to Community, Details ENS Airdrop
3.11.2021
Ethereum Name Service (ENS), a distributed, open-source naming system based on the Ethereum (ETH) blockchain that has .ETH as its native name suffix, aims to pass governance over to its community through the launch of the ENS governance token and the creation of a decentralized autonomous...
Sometimes The Best Name For A Rat Sidekick Is None At All, Says Apex Legends Dev
28.10.2021
Last week, the folks at Respawn announced that Titanfall 2 antagonist Ash will be the next character to join the Apex Legends roster, complete with her very own adorable rat sidekick. The rat’s name? Well, that’s complicated.Read more
Report: Vicarious Visions Changing Its Name After Blizzard Merger
28.10.2021
Back in January it was announced that Vicarious Visions, the studio famous for its work on the Tony Hawk remakes and a whole library of excellent licensed games, was going to be merging with Blizzard. Now it’s emerged that this corporate move means the developer will be changing its name...
Command Line trash
24.10.2021
One of the first commands you learn when experimenting with command line is rm, the utility for deleting files and directories. Deletion is a core computer UI operation but operating systems use a “Trash” paradigm, where files are stored before truly deleted. With the rm utility...