Search
Arbitrum Shows Just How Messy (and Tricky) Crypto Airdrops Can Be
29.3.2023
Bugs, server crashes and scammers continue to plague crypto airdrops. Will regulatory pressures be next?
SEC in a Pickle: Crypto’s Tricky Trio Stirs Up Trouble in 2023
23.3.2023
2023 is shaping up to be a painful year for the U.S. Securities and Exchange Commission (SEC) as it finds itself entangled in battles with the ever-evolving and innovative cryptocurrency industry. From Ripple to Coinbase and Tron, the SEC faces fierce opposition with potentially huge consequences....
Sequoia Capital, Paradigm among VCs facing "tricky" FTX investor lawsuit
15.2.2023
It’s a “tricky case,” as it is unknown what obligation these firms actually had to “completely separate investors,” suggests a crypto lawyer
Xbox PC Now Tells You How Long A Game Should Take To Finish, Which Is Tricky
15.9.2022
The ways people judge their video games are many and various, with few agreeing on hard and fast rules for what truly imbues gaming time with value. But surely one of the most controversial is the length of a game. And now, “how long to beat” is a metric Microsoft has just added to its PC version...
Zooming Images in a Grid Layout
8.8.2022
Creating a grid of images is easy, thanks to CSS Grid. But making the grid do fancy things after the images have been placed can be tricky to pull off.
Say you want to add some fancy hover effect to …
Zooming Images in a Grid Layout originally published on CSS-Tricks, which is part of...
Liquidators can subpoena 3AC founders despite 'tricky issues' with crypto assets
13.7.2022
The counsel for liquidators said he didn’t know the current location of Zhu or Davies, alleging the duo have not provided "meaningful cooperation" with the liquidators
Demystifying TypeScript Discriminated Unions
27.1.2022
TypeScript is a wonderful tool for writing JavaScript that scales. It’s more or less the de facto standard for the web when it comes to large JavaScript projects. As outstanding as it is, there are some tricky pieces for the …
Demystifying TypeScript Discriminated Unions originally published...
Fractional SVG stars with CSS
2.12.2021
Some ⭐️⭐️⭐️⭐️⭐️ star rating systems aren’t always exactly even stars. Say you want to support rating something 2.25 stars. To do that you could “fill” the shape of the stars partially. I like this idea by Samuel...
'Extreme Volatility' Expected as Bitcoin Investors Learn to Value It
29.9.2021
-tell-about-3156.htm">NVT), finding the correct way to value bitcoin (BTC) has proven tricky. But according to Nik Bhatia, Bitcoin advocate and author of Layered Money, there is no single way to go abou
Golem releases laptop app to mine Ethereum … but turning a profit is tricky
24.9.2021
Mining Ethereum on a home PC can be done, but profits will be few and far between
Robinhood Testing New Crypto Wallet and Cryptocurrency Transfer Features: Report
21.9.2021
Stock trading and investing app Robinhood has reportedly been testing new features, including a crypto wallet and cryptocurrency transfers. “The ability to deposit and withdraw cryptocurrencies is tricky to do with scale, and we want to make sure it’s done correctly...
13 Years Later, Fan Gets Tricky Zelda Record In Smash Bros.
25.8.2021
Legend of Zelda: Ocarina of Time is one of the most frequently, and thoroughly, speedrun games on the planet. Having been released almost 25 years ago, the game has been explored to death, and yet gamers find a way. There was one version of Ocarina of Time left undefeated for 13 years: the five...
Tabs in HTML?
17.8.2021
Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
The post Tabs in HTML? appeared first on CSS-Tricks. You can support CSS-Tricks by being an...
Cutouts
16.8.2021
Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things.
The first thing …
The post Cutouts appeared...
The Tricky, Essential Art of Preserving Canceled Games Like Starfox 2
4.8.2021
What we know of history is preserved in the art we create, and what we leave behind. Cave paintings tell stories of great hunting feats, crumbling texts give us a glimpse into ancient cultures, and film reels show us how far life has come. In the same way, these artifacts represent the breadth...
Buterin’s $1B SHIB donation tricky to cash out, says fund manager
28.7.2021
Realizing Vitalik Buterin's $1 billion donation in Shiba Inu coins to the Covid Crypto Relief Fund in India has turned out to be a labyrinthine process for the fund's creator
Flash of inAccurate coloR Theme (FART)
16.4.2021
There is a lot to think about when implementing a dark mode theme on a website. We have a huge guide on it. There are some very clever quick wins out there, but there are also some quite tricky things …
The post Flash of inAccurate coloR Theme (FART) appeared first on CSS-Tricks.
You...
On Auto-Generated Atomic CSS
15.1.2021
Robin Weser’s “The Shorthand-Longhand Problem in Atomic CSS” in an interesting journey through a tricky problem. The point is that when you take on the job of converting something HTML and CSS-like into actual HTML and CSS, there are edge …
The post On Auto-Generated Atomic...
How to Get Sticky and Full-Bleed Elements to Play Well Together
4.12.2020
I had a unique requirement the other day: to build a layout with full-bleed elements while one element stays stuck to the top. This ended up being rather tricky to pull off so I’m documenting it here in case anyone needs to re-create this same effect. Part of the trickiness was dealing with logical...
A Dynamically-Sized Sticky Sidebar with HTML and CSS
20.11.2020
Creating page content that sticks to the viewport as you scroll, something like a jump-to-anchor menu or section headings, has never been easier. Throw a position: sticky into your CSS ruleset, set the directional offset (e.g. top: 0) and you’re ready to impress your teammates with minimal effort....