Search
Most Defi Hacks in 2021 Had to Do With Centralization Issues, According to Certik
17.1.2022
Certik, a blockchain security and auditing firm, has reported that the most common attack vector for hacks in decentralized finance (defi) protocols had to do with centralization in 2021. This data is present in Certik’s latest report, where the company also examines the growth of defi...
Crypto Market Is ‘Development Vector’ of Nation’s Digital Economy, Ukraine President Says
8.9.2021
President of Ukraine Volodymyr Zelensky has highlighted the importance of launching a legal digital assets market in his country during a working visit to the U.S. The Ukrainian head of state met with top investors including from the cryptocurrency industry. President Zelensky Highlights Importance...
SVG Gobbler
6.8.2021
Great little project from Ross Moody:
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
…
The post SVG Gobbler appeared first on CSS-Tricks....
Kubernetes Clusters Used to Mine Monero by Attackers
26.7.2021
Attackers are abusing an attack vector present in one of the most popular execution engines (Argo Workflows) to repurpose Kubernetes systems to mine cryptocurrencies. The attack exploits a vulnerability in the system of permissions of Argo Workflows machines connected to the internet, deploying...
Swipey Image Grids
3.5.2021
I hope people think of SVG as a vector format that is good for drawing things. There is plenty more to know, but here’s one more: SVG is good for composition. You draw things at very specific coordinates …
The post Swipey Image Grids appeared first on CSS-Tricks.
You can support...
Vectornator 4.0 Review: The Popular Graphic Design App Gets a Makeover
6.4.2021
A review of Vectornator 4.0, the popular graphic design app available for MacOS, iPad and iPhone.
The post Vectornator 4.0 Review: The Popular Graphic Design App Gets a Makeover appeared first on Codrops
Vaneck Files for Crypto ETF That Gives Investors Exposure to Equity in Digital Asset Companies
22.1.2021
The exchange-traded fund provider, Vaneck has filed for a Digital Asset ETF, which aims to hold equity in companies that generate revenue from cryptocurrency services. The latest ETF filing is different from the fund Vaneck applied for in mid-December, as it aims to bring investors exposure to...
clipPath vs. mask
27.12.2020
These things are so similar, I find it hard to keep them straight. This is a nice little explanation from viewBox (what a cool name and URL, I hope they keep it up).
The big thing is that clipPath (the element in SVG, as well as clip-path in CSS) is vector and when it is applied, whatever you...
Three Ways to Distinguish a Site From the Norm
16.12.2020
In an age where so much web design is already neat, clean, and simple, I can think of three ways to distinguish your site from the norm:
Stunning visuals that cannot be created in UI vector editors, like Figma and Sketch
Beautifully-animated interactions that cannot be dreamt in the language...
Asset Manager Vaneck Launches Physically-Backed Bitcoin Exchange-Traded Note
26.11.2020
On November 25, the asset manager Vaneck announced the launch of an exchange-traded product (ETP) called the “Vaneck Vector Bitcoin ETN.” The exchange-traded note is physically-backed by bitcoin and listed on the trading exchange Deutsche Böerse Xetra. The newly listed Vaneck...
Graphery SVG
24.11.2020
I’ve compared SVG and Canvas before. If you’re trying to decide between them, read that. I’d say the #1 difference between them is vector (SVG) versus raster (Canvas). But the #2 difference is how you work with them. SVG is declarative, as in, literal elements that express what they are through...
Developer reveals 'biggest unsolvable Lightning attack vector'
23.9.2020
Larger payment channels on Bitcoin’s Lightning network could be exploited according to an independent developer
Stroke Text CSS: The Definitive Guide
4.9.2020
Whenever I think of stroked text on the web I think: nope.
There is -webkit-text-stroke in CSS for it, but it places that stroke in the middle of the vector outline of the characters, absolutely ensuring that the character doesn’t look right. Just look at this in Chrome or Safari. Gross....
Design.dev Review: A New Place to Find Free High-Quality Design Resources
27.8.2020
The hip new design resource site Design.dev will provide you with unique resources and premium designs that you won't find anywhere else.
The post Design.dev Review: A New Place to Find Free High-Quality Design Resources appeared first on Codrops
Twitter Releases Details of Attack Vector Used by Crypto Hacker
31.7.2020
Twitter has published an update on its investigation into the causes of the recent hack, during which 12 Bitcoin was conned out of the platform’s users
Creating a Pencil Effect in SVG
28.3.2020
Scott Turner, who has an entire blog "Exploring procedural generation and display of fantasy maps", gets into why vector graphics seems on these surface why it would be bad for the look of a pencil stroke:
Something like this pencil stroke would require many tens of thousands of different...
ETH 2.0 Phase 0 Reviewed by Auditers, with Attack Vector Warnings
26.3.2020
Ethereum 2.0 (ETH 2.0) (aka Serenity) has left its auditors satisfied, though critical issues have been pointed out.
Working with the Ethereum 2.0 team, security consultant Least Authority reviewed Ethereum's network update to Proof of Stake (PoS) from Proof of Work (PoW), specifically its upcoming...
Why Double Spends on BCH Are Not the Same as Replace-By-Fee Fraud
3.1.2020
When it comes to creating a peer-to-peer electronic cash system, accepting zero confirmation transactions becomes critically important. When a model’s main aim is to “just hodl” or push an isolated store of value narrative, important concerns like double spending can take a back...
Decentralized Communication Startup New Vector Raises $8.5M
10.10.2019
London-based decentralized communication startup New Vector has raised $8.5 million to fuel adoption of Matrix, a major alternative messaging protocol
A Color Picker for Product Images
17.9.2019
Sounds kind of like a hard problem doesn't it? We often don't have product shots in thousands of colors, such that we can flip out the <img src="product-red.jpg" alt="red product"> with <img src="product-blue.jpg" alt="blue product">. Nor do we typically have products in a vector...