Search
Getting Clarity on Apple’s Liquid Glass
17.7.2025
Gathered notes on Liquid Glass, Apple’s new design language that was introduced at WWDC 2025. These links are a choice selection of posts and resources that I've found helpful for understanding the context of Liquid Glass, as well as techniques for recreating it in code.
Getting Clarity...
How To Block, Or Unblock, Someone On Nintendo Switch 2
11.6.2025
Look, I’m just going to say it: People can be assholes. Whether it’s someone cutting in front of you in line, an employee who just refuses to be helpful, or just a plain ol’ narcissistic person who refuses to concede when they’re wrong—people suck sometimes, so it’s you who has to make the choice...
SVG to CSS Shape Converter
21.5.2025
Shape master Temani Afif has what might be the largest collection of CSS shapes on the planet with all the tools to generate them on the fly. There’s a mix of clever techniques he’s typically used to make those shapes, …
SVG to CSS Shape Converter originally published...
One Of Monster Hunter Wilds’ Coolest Techniques Isn’t Even Properly Explained
17.4.2025
Although there are a lot of new mechanics that Monster Hunter Wilds puts front and center, quite a few are specific to certain weapons. Stalwart Guard is one such mechanic. And unfortunately there’s no real in-game explanation for how it works.Read more
Stas Bondar ’25: The Code & Techniques Behind a Next-Level Portfolio
25.3.2025
A look behind stabondar.com — a creative portfolio featuring advanced web animations with GSAP, Three.js, and physics-based effects
Styling Counters in CSS
17.3.2025
Going from the most basic ways to style lists directly in HTML to advanced customization techniques that are even capable of making things that aren't lists look like lists.
Styling Counters in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
Replicating CSS Object-Fit in WebGL: Optimized Techniques for Image Scaling and Positioning
11.3.2025
Explore optimized methods to achieve responsive image scaling and positioning in WebGL, similar to the CSS object-fit: cover behavior
WebGL Shader Techniques for Dynamic Image Transitions
22.1.2025
Learn how to create dynamic image transitions with WebGL shaders, exploring techniques like circle SDFs, noise patterns, smooth merging, and texture integration
Extremely Chill Spray Paint Simulator Wants To Be Your Next Power Wash-Style Obsession
1.10.2024
At PAX West, Kotaku got the chance to preview a previously unannounced game which has now officially been revealed to the public as Spray Paint Simulator. If you have played (dozens of hours of) PowerWash Simulator like I have, then you’ll be right at home with Spray Paint Simulator. We got...
Armenian Officials Trained on Essential Techniques and Tools for Effective Crypto-Crime Investigations
26.4.2024
A group of Armenian officials from various law enforcement agencies have been trained on crypto-asset investigations to combat crypto-related crimes.
The post Armenian Officials Trained on Essential Techniques and Tools for Effective Crypto-Crime Investigations appeared first on Cryptonews
Samourai Wallet Unveils Privacy-Enhancing BTC to XMR Atomic Swaps in Beta Launch
16.1.2024
According to the Samourai Wallet developers, the beta release of bitcoin/monero atomic swaps has been launched, marking an exciting development in privacy-preserving techniques. This new release of the desktop application streamlines the process of securely swapping bitcoin and monero via the...
AARP's Horrible AI-Powered Mario Hologram, Explained
10.1.2024
The Consumer Electronics Show (CES) is happening this week in Las Vegas and buried inside the massive convention floor—filled with new computers, a car you can drive with a PlayStation 5 controller, monitors, and other tech—is a strange, horrible, holographic Mario powered by AI and sponsored...
Wallet Drainers Make Off with $295 Million from 320,000 Users in 2023: Scam Sniffer
3.1.2024
Source: AdobeStock / Tomasz Bidermann Popular crypto phishing scams drained almost $300 million from 320,000 users in 2023 with figures increasing monthly as bad actors deploy sophisticated techniques. In a recent publication, cryptocurrency security firm, Scam Sniffers analyzed the market trends...
Balancing Act: Cryptocurrency, Data Mining, and Sustainability – Navigating the Right Path
25.12.2023
Source: Adobe / Photocreo Bednarek Data mining plays a crucial role in the cryptocurrency space as it is integral in providing market analysis, risk management, and ensuring security and integrity of transactions is in place. Traders and investors use data mining techniques to analyze market trends...
Vitalik Buterin Proposes Enshrined ZK-EVM for Enhanced Ethereum Main Chain Efficiency
14.12.2023
Source: ShutterStock Vitalik Buterin, Ethereum’s co-founder, has introduced a conceptual architecture called the enshrined Zero-Knowledge Ethereum Virtual Machine (ZK-EVM) to enhance the main chain’s efficiency. According to Buterin’s latest blog, this proposal of the enshrined...
Grow Protocol Raises Over $15k In First Hours Of ICO Start
1.12.2023
PRESS RELEASE. Token preseal is currently live – 11/17/23 Coinscribble – December 1st, 2023 / In a pioneering development in the Web3 realm, GROW Protocol announces its debut as the “world’s first real blockchain passive income coin”. Signifying a radical shift...
Report: Jump Trading Cuts Ties With Wormhole Amid Staff Reductions
19.11.2023
Based on a recent report, Jump Trading Group, known for its focus on algorithmic and high-frequency trading techniques, has reportedly severed ties with the Wormhole crypto initiative, known for its cross-chain communication services. Last year saw Wormhole suffer a significant loss of 120,000...
Fake Wallet APP Downloads and Malicious Backdoors are Leading Causes of Crypto Loss: Bitrace
30.10.2023
One of the leading causes of loss of crypto assets is the download of fake wallet applications from search engines. Fraudsters take advantage of search engine optimization (SEO) and search engine marketing (SEM) techniques to promote phishing links that lead to counterfeit wallet apps with...
The ultimate guide to password management for crypto enthusiasts
19.8.2023
Explore strong password creation, management and advanced protection techniques to secure crypto holdings
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...