Search
Awesome Demos Roundup #21
16.8.2022
A fresh roundup of the most interesting code experiments from the past couple of weeks
Quick Tip: Clear VS Code Cache for Open Files
11.8.2022
If you use VS Code, you might have enabled the setting for re-opening a previously open file next time the app launches. I do. I like that.
Hey, thanks for remembering, buddy! 🤗
But sometimes you really, really don’t want …
Quick Tip: Clear VS Code Cache for Open Files...
'Copycats' Stole $88M During Nomad Exploit by Copying Attacker's Code: Coinbase
11.8.2022
Over 88% of the addresses conducting the $190 million attack likely belonged to users copying a code that was initially used by Nomad’s exploiters
OFAC’s Tornado Cash Ban Causes Github Suspensions and the Blacklisting of Crypto Addresses Holding $437M
9.8.2022
On August 8, the ethereum mixing service Tornado Cash, and all the crypto addresses associated with the platform, were officially banned by the U.S. Treasury Department’s Office of Foreign Asset Control (OFAC). Following the ban, the internet hosting service for software and open source code...
How to Copy HTML and CSS Code From Websites Easily
2.8.2022
Learn how to use CSS Scan to easily copy styles and markup of any element on a website
Bitwage Partners With Edge Wallet and Casa to Streamline Bitcoin Payroll Services to Mainstream Audiences
1.8.2022
The cryptocurrency payroll service Bitwage announced on Monday that the company has partnered with the digital currency wallets Casa and Edge Wallet in order to “bring bitcoin payroll to mainstream audiences.” Now Edge Wallet and Casa users can connect to the Bitwage platform’s...
Exploring CSS Grid’s Implicit Grid and Auto-Placement Powers
1.8.2022
When working with CSS Grid, the first thing to do is to set display: grid on the element that we want to be become a grid container. Then we explicitly define the grid using a combination of grid-template-columns, grid-template-rows…
Exploring CSS Grid’s Implicit Grid and Auto-Placement...
Scroll Shadows? Pure CSS Parallax? Game Back On.
29.7.2022
Chris calls scroll shadows one his favorite CSS-Tricks of all time. Lea Verou popularized the pure CSS approach using four layered background gradients with some clever background-attachment magic. The result is a slick scrolling interaction that gives users a hint …
Scroll Shadows? Pure...
JavaScript Event.defaultPrevented
27.7.2022
Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t...
Survivability in Times of Crisis, Internet Outages and Cyber Warfare – Bastyon Inventor Explains
25.7.2022
Bastyon is a social platform that combines elements of Youtube, Twitter and Torrent; it is closing in on half a million users and growing fast. Bastyon is built on the premise that social media should be Web 3.0, decentralized with an open-source code, distributed node infrastructure and...
How stroke-dasharray Patterns Work
15.7.2022
Say you have a line in SVG:
<svg<line x1="0" y1="30" x2="500" y2="30" stroke-color="#f8a100" /</svg
You can use the stroke-dasharray property in CSS to make dashes:
line {
stroke-dasharray: 5;
}
That 5 value is a relative unit based …
How stroke-dasharray Patterns...
Kazakhstan President Signs Law Increasing Tax Burden for Crypto Miners
13.7.2022
President of Kazakhstan Kassym-Jomart Tokayev has signed into law a bill amending the country’s Tax Code to impose higher tax rates on crypto miners. The levy will depend on the amount and average price of electricity utilized in the extraction of digital currencies like bitcoin....
Technical Writing for Developers
11.7.2022
HTML, CSS, JavaScript, Python, PHP, C++, Dart — there are so many programming languages out there and you may even be totally fluent in several of them! But as we aim to write more and better code, the way we …
Technical Writing for Developers originally published on CSS-Tricks. You should...
Controversial mixer Tornado Cash open-sources UI code
7.7.2022
The privacy-focused mixer has been at the center of several DeFi exploits over the past year as users attempted to obfuscate the trail of stolen funds
Crypto Selloff Proves Computer Code Leads To ‘Better Outcome’ Than Human Discretion - Arthur Hayes
1.7.2022
Pure decentralized finance (DeFi) protocols have fared far better than the more centralized crypto lending and borrowing companies during this bear market. This proves that computer code and transparent standards give “a better outcome,” crypto essayist and former BitMEX CEO Arthur Hayes...
Poznatky z logování
30.6.2022
Neříkám, že vím, jak logovat správně, ale pár průšvihů, třeba s JPA a asynchronním logováním, už jsem zažil. Chtěl bych sepsat, k čemu jsem dospěl, protože podobné otázky u nejednoho code review opakovaně diskutujeme
Rap Star Snoop Dogg Believes Crypto Industry Will Bounce Back — Crash ‘Weeded’ Out Bad Apples
30.6.2022
This week, the rapper Snoop Dogg spoke about the crypto crash in an interview with CNBC on Tuesday and explained that he believes the cryptocurrency economy will bounce back. Snoop said that he feels like the crash “‘weeded’ out all of the people” that were not supposed...
Russian Parliament Adopts Tax Rules for Digital Assets
29.6.2022
Russian lawmakers have approved amendments regulating the taxation of transactions with digital assets. The legislation concerns business operations with cryptocurrencies and tokens. In some cases, the burden for Russian companies will be reduced as compared to foreign entities. Russian Duma Passes...
My Dumbest CSS Mistakes
28.6.2022
We all make mistakes in our code. It happens! I know if I had one of those “Days Since Last Mistake” signs hanging over my desk, a big ol’ goose egg would be hovering above me all the time. It …
My Dumbest CSS Mistakes originally published on CSS-Tricks. You should get...
Wuxia Martial Arts Game Looks Slick As Hell
28.6.2022
Today, a Chinese AAA studio announced that it would be adapting a famous wuxia novel series into a martial arts game. The demo trailer showed off stylish combat that heavily incorporates exaggerated aerial movements, which are a common hallmark of wuxia cinema but which I’ve rarely seen...