Search
How US authorities are using old AML tools to crack down on crypto
24.10.2020
With new changes to the Travel Rule up for discussion and a bevy of new cases in the courts, it's time to look at how U.S. AML law is shifting to cope with crypto
ConsenSys and Protocol Labs team up to integrate Filecoin into Ethereum's dev tools
21.10.2020
Filecoin’s devs, miners, and even users will have a chance to access ConsenSys' Ethereum-native tools
Announcing the 2020 State of CSS Survey
20.10.2020
Last year’s State of CSS Survey yielded interesting results. There’s the quick adoption of features, like calc() and CSS custom properties. There’s also the overwhelming opinion that CSS is fun to write even as we see a growing reliance on CSS-in JS. We also saw some predictable...
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
The DOJ’s ‘Crypto Enforcement Framework’ Argues Against Privacy Tools and for International Regulation
8.10.2020
The Justice Department's new crypto enforcement framework lays out its case for prosecuting alleged crimes around the world while taking aim at privacy-enhancing tools
Group Backed by ING Bank, Fidelity and Standard Chartered Releases Crypto AML Tools
8.10.2020
The Travel Rule Protocol working group has published v1 of its TRP API
Looking at AWS Amplify
7.10.2020
AWS Amplify is a collection of tools from AWS to help you build applications.
Allow me to set the stage here to try to make that as clear as I know how. I have a friend (true story) who wants to build an app centered around physical training. His wife is a physical trainer, and they think perhaps...
Chainalysis and Integra Win $1.25 Million IRS Contract to Break Monero
2.10.2020
Crypto intelligence firm Chainalysis and data forensics company Integra Fec have won a combined $1.25 million contract to provide tools that break the privacy-focused coin, monero, for the U.S. Internal Revenue Service (IRS). Floated early September, the one-year contract specifically covers...
Kucoin Hack: $17M Laundered Via Decentralized Exchanges, Blockchain Analysis Firm Claims This Can Still be Traced
2.10.2020
Elliptic says the Kucoin hacker has sold $17.1 million worth of tokens via decentralized exchanges (dex) platforms like Uniswap, Kyber Network, Tokenlon. The shift to dex applications comes after centralized projects came to the aid of the beleaguered exchange by blocking any cashing out of...
Achieving Vertical Alignment (Thanks, Subgrid!)
30.9.2020
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and aligning things horizontally across a page using a 12-column grid. Media queries came along which required a serious mental shift. It solved...
POW
30.9.2020
As a connoisseur of web trickery, this is a must share:
POW stands for Packaged Offline/online Webpage. It turns out the png format includes ways to save metadata alongside the image file. A powfile has a metadata entry that contains a zip file that contains a full website.
So a PNG file...
RSK announces enterprise spin-off to focus on blockchain integration tools
30.9.2020
IOVLabs believes the missing link is the developer-friendliness, not the type of blockchain
California Governor Signs Law Bringing State ‘New Tools’ to Regulate Crypto
29.9.2020
The now-renamed California department responsible for the regulation of financial services will soon have more powers to supervise the cryptocurrency industry
How CSS Perspective Works
9.9.2020
As someone who loves creating CSS animations, one of the more powerful tools I use is perspective. While the perspective property is not capable of 3D effects all by itself (since basic shapes can’t have depth), you can use the transform property to move and rotate objects in a 3D space (with...
Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs
4.9.2020
Beyond using media queries and modern CSS layouts, like flexbox and grid, to create responsive websites, there are certain overlooked things we can do well to make responsive sites. In this article, we’ll dig into a number tools (revolving around HTML and CSS) we have at the ready, from responsive...
Ciphertrace Allegedly Builds Monero-Tracing Tools, XMR Proponents Disagree
31.8.2020
The blockchain surveillance firm Ciphertrace claims to have created the “world’s first” monero tracing tools for law enforcement. According to the company announcement, Ciphertrace developed forensic tools for the U.S. Department of Homeland Security (DHS) in order to track...
Collective #620
28.8.2020
What is the Small Web? * ztext.js * Umami * The Thing With Leading in CSS * A Tapestry of Tools
The post Collective #620 appeared first on Codrops
A Community-Driven Site with Eleventy: Preparing for Contributions
19.8.2020
I’ve recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It’s hard to beat a static site generator that provides advanced templating opportunities while otherwise getting out of your way and allowing you to just create.
One...
Lumi Wallet Web Widget: Cryptocurrency Exchange on Your Website
7.8.2020
Good news for those who want to upgrade their website with functional tools and features – on August 5st, Lumi Wallet Technologies launched its app web widget. Now everyone can easily embed a “mini digital wallet” into the body of their website. The Lumi Wallet Widget is a useful...
Computed Values: More Than Meets the Eye
5.8.2020
Browser DevTools are indispensable for us front end developers. In this article, we’ll take a look at the Computed tab, a small corner of the DevTools panel that shows us big things, like how relative CSS values are resolved. We’ll also see how inheritance fits into the browser’s...