Search
Photochromic Joins Hands with Paribus to Offer Additional Utilities for the Cardano DeFi and NFT Ecosystem
15.11.2021
Paribus is a type of cross-chain credit and credit platform based on the Cardano blockchain. Paribus is ready to be the frontrunner in the industry by unleashing and fully understanding the inherent value of other unconventional assets and NFTs. PhotoChromic allows users to securely own and verify...
US Utility Mines Bitcoin To Balance Electricity Supply
24.9.2021
y demand and supply as more renewable energy continues to come online.An increased use of BTC mining by utilities for grid balancing could help mend Bitcoin’s reputation as a fossil fuel-hungry asset that boosts the world’s carbon footprint, a factor that triggered
Japan Reaches Impressive Pokémon Manhole Milestone
11.8.2021
In August 2020, Kotaku reported that there were 100 Pokémon manhole covers in Japan. At the time, that seemed like a lot. But in the last year, the number has doubled.Read more
Discover Student Coin and Start Exploring New Utilities of Crypto
23.2.2021
The text below is an advertorial article that was not written by Cryptonews.com journalists.
In a time when recruiters are looking for people with higher education, students are seeking alternative solutions to not depend on student loans from banks in a fragile economy.
And not just students...
MinePlex Creates CrossFi Crypto Bank by Combining Traditional Finances With Blockchain
24.12.2020
PRESS RELEASE. The MinePlex platform announces the creation of a new mobile crypto bank for CrossFi industry that aims to combine the traditional financial instruments with blockchain technologies. The mobile crypto bank is supplied with the functionality that allows using cryptocurrencies...
Three Iranian Power Plants Plan to Sell Electricity to Crypto Miners
21.9.2020
Three Iranian power plants with enough output to supply half of New York City will begin selling some surplus power to crypto miners
How the Bitcoin Blockchain Is Being Used to Safeguard Nuclear Power Stations
1.9.2020
Buenos Aires-based Nuclearis is using the Bitcoin-powered RSK blockchain as an immutable anchor for keeping tabs on critical documents
Bitmain, Ebang Among 21 Bitcoin Mining Farms Stripped of Energy Perks in Inner Mongolia
28.8.2020
Affected mining centers in the area may see a notable increase in electricity costs
How to Fix ESLint Errors Upon Save in VS Code
6.5.2020
Two of the most prominent utilities in web development today are ESLint and Microsoft’s Visual Studio Code. I enjoy using both, and I love the integration between both tools, but warnings from ESLint inside Visual Studio Code aren’t fulfilling — I’d rather lint errors...
IBM Teams With 3 European Power Grids to Build Green Energy Blockchain Platform
5.5.2020
IBM has created a new blockchain consortium with power grid operators TenneT, Swissgrid and Terna to help facilitate the transition to renewable energy
5 Essential git Commands and Utilities
26.3.2020
For many of us, git and GitHub play a huge role in our development workflows. Whenever we have a tool that we need to use often, the more fine-tuned we can make that tool, the faster we can get things done. The following are five git commands or helpers that can make your developer life...
Argentina’s Gas Regulator Greenlights Industry Blockchain Built With RSK Tech
18.3.2020
Gasnor, a natural gas distributor for 2 million Argentine residents, has won approval to pilot a smart contract-based platform aimed to speed up the country's chronically slow gas certification processes
A New York Power Plant Is Mining $50K Worth of Bitcoin a Day
5.3.2020
The power plant believes it will remain profitable even after the halvening event
Simple Image Placeholders with SVG
27.1.2020
A little open-source utility from Tyler Sticka that returns a data URL of an SVG to use as an image placeholder as needed.
I like the idea of self-running utilities like that, rather than depending on some third-party service, like placekitten or whatever. Not that I'd advocate for feature...
How to Not Minify Source with webpack
10.9.2019
The webpack JavaScript utility has taken over the modern JavaScript landscape, so much so that it’s hard to be a JavaScript developer and not use it. JavaScript build utilities are the point where they do best practices implicitly, like minify code, caching, and more. I was recently debugging...
Flow Object.values(…)
2.5.2019
JavaScript typing utilities, like Flow and TypeScript, have become popular in JavaScript apps of all sizes. As I mentioned in our Script & Style Show typing podcast, typing is a great way to implicitly implement documentation and validation. Flow isn’t always easy to perfect, however,...
How to Reverse a Video
9.4.2019
One of my favorite media utilities is ffmpeg. This command line utility allows us to do some pretty amazing stuff like; Slice videos Convert video formats Modify video speed Combine audio and video Every once in a while I see a meme or funny video that reverses a video for effect. Since ffmpeg does...
Smooth Scrolling for Screencasts
13.3.2019
Let's say you wanted to scroll a web page from top to bottom programmatically. For example, you're recording a screencast and want a nice full-page scroll. You probably can't scroll it yourself because it'll be all uneven and jerky. Native JavaScript can do smooth scrolling. Here's a tiny snippet...
Regain Disk Space from Homebrew
21.5.2018
One of my favorite utilities is Homebrew, the shell utility for installing and upgrading other utilities — it’s a lazy developer’s dream. Dreams can easily turn to nightmares, however, and I recently learned that Homebrew caches older versions of installed packages, leading...