Search
Optimizing CSS for faster page loads
18.9.2020
A straightforward post with some perf data from Tomas Pustelnik. It’s a good reminder that CSS is a crucial part of thinking web performance, and for a huge reason:
Any time [the browser] encounters any external resource (CSS, JS, images, etc.) it will assign it a download priority...
Miny.CC – Innovation in the Cryptocurrency Mining Sphere
16.9.2020
Aberdeen, Hong Kong, September 16, 2020. – More than 10 years after the first cryptocurrency was successfully mined, the mining space is more controversial than ever. The process was created to be democratic; to allow any PC with spare computing resources to contribute the surplus to help...
Winamp Skin Museum
15.9.2020
65,000 skins, they say. That’s extraordinary, especially considering how creative and well done many of them are. MySpace was an even bigger creative explosion of customization.
What’s the next product that will inspire this kind of user ownership through theming? Allowing...
Interaction Media Features and Their Potential (for Incorrect Assumptions)
14.9.2020
The Media Queries Level 4 Interaction Media Features — pointer, hover, any-pointer and any-hover — are meant to allow sites to implement different styles and functionality (either CSS-specific interactivity like :hover, or JavaScript behaviors, when queried using window.matchMedia), depending...
Hash Power Broker Nicehash Denies It Enables 51% Attacks on ETC Network
9.9.2020
Hash power broker Nicehash denies that it enables bad actors to use its hash renting platform to launch 51% attacks on blockchain networks. The broker insists that it does not have any way of monitoring or determining which blockchain is benefitting from a particular algorithm hash data. Only...
Band Protocol denies any role in the mysterious origins of SushiSwap
8.9.2020
Band Protocol may share hosting with SushiSwap, but so do hundreds of others
Working with JavaScript Media Queries
7.9.2020
What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this:
body {
background-color: plum;
}
@media (min-width: 768px) {
body {
background-color: tomato;
}
}
CSS media queries are a core ingredient in any responsive...
Now Use Any ERC-20 Wallet to Make CRO Payments
4.9.2020
The utility of the cryptocurrency payments is increasing with each passing day. Masses have started adopting digital currencies. The recent development in which Crypto.com has announced that its payment solution for the online transactions, the Crypto.com Pay will support payment made from any...
How to Simplify SVG Code Using Basic Shapes
3.9.2020
There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s because they’re “drawn” in code, making them flexible, adaptable, and scalable in any context.
But when working with SVG, there’s always...
Money Market Protocol Aave Settles $300 Million in Defi Flash Loans
2.9.2020
This weekend the decentralized money market protocol Aave broke records as the community witnessed a massive flash loan of $14 million worth of the stablecoin DAI. So far, the Aave protocol has seen over $300 million in flash loans to-date and this trend doesn’t seem to be abating any time...
How to Make a Media Query-less Card Component
1.9.2020
Fun fact: it’s possible to create responsive components without any media queries at all. Certainly, if we had container queries, those would be very useful for responsive design at the component level. But we don’t. Still, with or without container queries, we can do things to make our components...
Bitcoin Will Break Out This Year, Says Devere CEO
30.8.2020
The CEO of financial advisory firm Devere Group believes that 2020 will be a breakout year for bitcoin, fueled by the U.S. presidential election and the weak dollar. Amid political uncertainty and the Fed’s new inflation policy, investors will pile into safe-haven assets not tied to...
Ethereum Classic Suffers 51% Attack Again: Delisting Risk Amplified
30.8.2020
Beleaguered Ethereum Classic (ETC) blockchain suffered yet another 51% attack on August 29. The latest attack caused the reorganization of over 7,000 blocks and this corresponds to approximately two days of mining. At the time of reporting, it was not clear if there had been any double-spending...
Lysander Spooner: Natural Law – The Science of Justice
30.8.2020
The science of mine and thine – the science of justice – is the science of all human rights; of all a man’s rights of person and property; of all his rights to life, liberty, and the pursuit of happiness. Section I. It is the science which alone can tell any man what he...
Going Jamstack with React, Serverless, and Airtable
27.8.2020
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re...
A Bit on CI/CD
27.8.2020
I’d say “website” fits better than “mobile app” but I like this framing from Max Lynch:
Every production mobile app ultimately has a set of recurring tasks around integration, testing, deployment, and long term maintenance. These tasks often must be automated across...
Brazilian Lawmaker Proposes Crypto Regulations for a Country Devoid of Any
25.8.2020
Brazil's crypto scene has been unbanked, unregulated and awash in legal uncertain for its entire history
IRS Prioritizes Cryptocurrency, Now First Question on 1040 Tax Form
22.8.2020
The new U.S. tax form is out and the cryptocurrency question is the first one on the main 1040 tax form used by about 150 million people to file their taxes. The Internal Revenue Service (IRS) requires all tax filers to declare whether they have received, sold, exchanged, or acquired...
Optimize Images with a GitHub Action
20.8.2020
I was playing with GitHub Actions the other day. Such a nice tool! Short story: you can have it run code for you, like run your build processes, tests, and deployments. But it’s just configuration files that can run whatever you need. There is a whole marketplace of Actions wanting to do work...
Ethereum Classic 51% Attack: Okex Crypto Exchange Suffers $5.6 Million Loss, Contemplates Delisting ETC
18.8.2020
Cryptocurrency exchange Okex reveals it suffered the $5.6 million loss as a result of the double-spend carried out by the attacker(s) in Ethereum Classic 51% attack. Okex says it fully absorbed the loss as per its user-protection policy while insisting that the attack did not cause any loss to...