Search
Dogecoin Rhymes the NEGATIVE Movement Just Like Any Other Altcoin
7.10.2020
Dogecoin, at the time of writing this analysis was seen trading at $0.002600 and just like any other altcoin including the largest cryptocurrency of the market—Bitcoin, Dogecoin appears to be no exception. Compared to the YTD high marked above $0.005500, DOGE/USD appears bearish at the time...
Zimbabwe’s Stock Exchange Open to Crypto Listing Subject to ‘Regulatory Approval’
3.10.2020
Zimbabwe Stock Exchange (ZSE) CEO Justin Bgoni says its recently licensed subsidiary, the Victoria Falls Stock Exchange is open to listing bitcoin and other cryptocurrencies. However, according to local media reports, any such listings are still dependent on the digital asset issuers getting...
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...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
Thinking About Power Usage and Websites
22.9.2020
Gerry McGovern asked if I had any insight into energy consumption and websites. He has a book, after all, about the digital costs on the planet. He was wondering about the specifics of web tech, like…
If you do this in HTML it will consume 3× energy but if you do it in JavaScript it will...
No, you can’t buy Venezuela’s Petro on any overseas exchanges
21.9.2020
The Venezuelan government has not yet announced partnerships capable of listing PTR abroad
Pre-Caching Image with React Suspense
21.9.2020
Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,” leading to a much smoother user experience. “Ready,” in this context, can mean a number of things. For example, your data loading...
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...