Search
Recipes for Detecting Support for CSS At-Rules
7.10.2024
The @supports at-rule has been extended several times since its initial release. Once only capable of checking support for property/value pairs, it can now check for a selector using the selector() wrapper function and different font formats and techs using …
Recipes for Detecting Support...
Color Mixing With Animation Composition
24.9.2024
Mixing colors in CSS is pretty much a solved deal, thanks to the more recent color-mix() function as it gains support. Pass in two color values — any two color values at all — and optionally set the proportions.
background-color:
…
Color Mixing With Animation Composition originally...
Anchor Positioning Quirks
10.9.2024
I am thrilled to say, that from this week onwards, the CSS-tricks Almanac has an entry for each property, function, and at-rule related to the new Anchor Positioning API! For the last month, I have tried to fully understand this …
Anchor Positioning Quirks originally published on CSS-Tricks...
Maker, now Sky’s, new stablecoin lashed over ‘freeze function’
28.8.2024
The new USDS stablecoin from Maker, now Sky, has a freeze function which the project's founder claims won't be part of the token at launch
Scammer returns $9.3M DAI to victim 10 months after phishing them
15.7.2024
In a strange turn of events, a phishing scammer has returned a large portion of funds it stole from a victim last September
Scammer returns $9.3M DAI to victim 10 months after phishing them
15.7.2024
In a strange turn of events, a phishing scammer has returned a large portion of funds it stole from a victim last September
Solana Client Developer Jito Announces End of 'Mempool' Function
9.3.2024
The mempool was a key part of its technology stack that nonetheless allowed for "sandwich" attacks
Uniswap Releases Browser Extension and Tools to Improve Transactions
28.2.2024
The decentralized exchange Uniswap has unveiled a browser sidebar extension, a limit order placement function, and additional tools for simplifying and improving users’ crypto transaction experience.
The post Uniswap Releases Browser Extension and Tools to Improve Transactions appeared first...
Taproot Wizards Reveal Bitcoin’s Onchain Payment Struggles During $15M Sale
19.2.2024
Sending bitcoin onchain remains a poor payment experience despite the hype surrounding the leading crypto asset, according to Taproot Wizards founder Udi Wertheimer. In a recent post-mortem of a high-volume sale using bitcoin, Wertheimer detailed several pain points with onchain payments including...
Satoshi-Era Bitcoin Function 'OP_CAT' Dusted Off as Development Fervor Grows
14.2.2024
Developers Ethan Heilman and Armin Sabouri view OP_CAT as a simple opcode that offers some of the general purpose functionality currently missing in Bitcoin
Failure of Multi-Function Crypto Firms a Limited Threat to 'Real Economy': FSB
28.11.2023
A new report by the Financial Stability Board said further assessments of possible implications are required because "significant information gaps remain."
White Hat Hackers Awarded $300K After Uncovering Critical Chainlink VRF Vulnerability
15.11.2023
White hat hackers earn $300K Chainlink bounty for responsibly disclosing critical VRF vulnerability. Image by ZayNyi, Adobe Stock. Decentralized oracle network Chainlink recently awarded white hat hackers Zach Obront and Or Cyngiser of Trust $300,000 for uncovering a critical vulnerability in...
Uniswap launches Android wallet app with built-in swap function
14.11.2023
The Uniswap Android app has finished beta testing and is now publicly available
PancakeSwap Integrates Bril’s Portfolio Manager to Diversify Liquidity Pools
30.10.2023
As decentralized finance (DeFi) continues to plug along in its quest to capture market share, PancakeSwap, one of the leading decentralized exchanges, has recently taken a step toward optimizing its service offerings. On Monday, PancakeSwap announced a collaboration with DeFi protocol Bril Finance...
PancakeSwap adds portfolio manager function in partnership with Bril
30.10.2023
The crypto exchange added a feature that allows users to deposit single assets into a vault, which are then automatically invested into diverse liquidity pools
‘Islamic Coin’s Legitimacy as a Sharia-Compliant Cryptocurrency Is Proven by Its Fatwa’ — Co-Founder
10.9.2023
According to Mohammed AlKaff AlHashmi, the co-founder of “Islamic Coin,” Muslim scholars will increasingly view cryptocurrencies as being “Shariah-compliant” if they function as a store of value or are used as a medium of exchange. Alhashmi added that Islam’s...
Sum an Array of Numbers with JavaScript
7.9.2023
It’s rare that I’m disappointed by the JavaScript language not having a function that I need. One such case was summing an array of numbers — I was expecting Math.sum or a likewise, baked in API. Fear not — summing an array of numbers is easy using Array.prototype.reduce!...
MetaMask launches feature to sell ETH for fiat
5.9.2023
The sell feature on MetaMask Portfolio came roughly five months after the wallet allowed users to purchase crypto using fiat from bank accounts, PayPal, and debit and credit cards
queryLocalFonts
11.8.2023
One of the larger downloads when requesting a webpage are custom fonts. There are many great techniques for lazy loading fonts to improve performance for those on poor connections. By getting insight into what fonts the user has available, we can avoid loading custom fonts. That’s where...
IQ.wiki Empowers Crypto Users with ChatGPT-Enhanced Search Function
11.8.2023
Blockchain encyclopedia IQ.wiki has launched a GPT-4 search engine for crypto users based on OpenAI's ChatGPT, and it plans to integrate more artificial intelligence (AI) features.
Released in 2023, Generative Pre-trained Transformer version 4 (GPT-4) is a neural network based on OpenAI’s large...