Search
Bitcoin’s Lightning Becomes Latest Protocol to Court Publishers With Micropayments
31.3.2020
With paywall systems for a whole bevy of assets, crypto payments could revolutionize the media industry – if demand actually matched supply
How Central Banks Could Use Digital Cash to Deliver Universal Basic Income
30.3.2020
Central banks are well placed to deliver regular, no-questions-asked monthly payments to everyone, and to manage any ensuing inflation
Here’s How to Order Food From Your Home Using Cryptocurrency
26.3.2020
Staying home during the coronavirus epidemic reduces the risk of getting infected with the deadly covid-19. The disease, which has already claimed the lives of over 20,000 people globally, spreads through human contact. Food is one of the few basic necessities that can regularly get you out of your...
China Is Drafting Laws for the Circulation of National Digital Currency
26.3.2020
Amid the coronavirus pandemic, China’s central bank has reportedly completed the basic development of the nation’s central bank digital currency. The central bank is now drafting legislation for its circulation, according to local media. A number of patents have revealed what...
Privacy Browser Brave Integrates Cryptocurrency Trading Through Binance
25.3.2020
Privacy-oriented Brave has launched cryptocurrency trading within its browser. The company announced on Tuesday that over 12 million active monthly users of the privacy browser can now buy and sell cryptocurrencies, view their crypto balances, and obtain deposit addresses without leaving...
Indicating Scroll Position on a Page With CSS
24.3.2020
Scrolling is something we all know and do on the web to the extent that it’s an expectation or perhaps even a habit, like brushing our teeth. That’s probably why we don’t put too much thought into designing the scrolling experience — it’s a well-known basic function. In fact, the popular “there...
Minting Basic Income – US Lawmaker Asks Treasury to Issue Two $1 Trillion Coins With No Debt
22.3.2020
The U.S. is now facing the onslaught from the coronavirus outbreak. During the last two weeks, bureaucrats have shut down multiple industries while the Federal Reserve has injected trillions into the hands of private banks. Bipartisan members of Congress have been penning a 2020 stimulus plan,...
A Complete Guide to calc() in CSS
17.3.2020
CSS has a special calc() function for doing basic math. Here's an example:
.main-content {
/* Subtract 80px from 100vh */
height: calc(100vh - 80px);
}
In this guide, let's cover just about everything there is to know about this very useful function.
calc() is for values
The only place you...
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Daily Users of Brave’s Blockchain Web Browser Pass Four Million
9.3.2020
In one year, the number of Brave publishers has increased more than 550% on Youtube and 750% on Twitch
Relm Launches Insurance Coverage for Cryptocurrency and Cannabis Groups in Tough Regulatory Climate
4.3.2020
Bermuda-based insurance company Relm has announced an official launch of operations, issuing a press statement March 3, stating the group will “focus on digital asset (cryptocurrency) enterprises and cannabis and hemp related businesses.” The business, owned by Deltec International...
A Follow-Up to PHP Templating
28.2.2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I'm literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it's...
How to Anonymously Buy Bitcoin Online and in Person
24.2.2020
Buying bitcoin is a bit like buying contraception: it’s a basic human right, you should be entitled to do so privately, and it’s nobody’s business what you plan to do with it. Whether you’re buying bitcoin to set aside for a rainy day or to expend immediately in a fit...
View Mac Calendar from Command Line
24.2.2020
As someone that loves using UI tools, I do pride myself in learning how to accomplish the same feats from command line. Don’t believe me? Check out my Command Line tutorials section — I guarantee you’ll learn quite a bit. Recently I learned that you can view basic calendars from...
How to Check the Bitcoin Price, Hashrate, Data – The 21 Best Monitoring Sites
22.2.2020
As bitcoin grows in popularity and recognition worldwide, resources dedicated to providing in-depth and diverse stats on all things crypto have exploded onto the scene and continue to proliferate rapidly. This post lays out 17 of the best sites, and divides them into basic categories such...
Brave Browser Wants the UK to Use GDPR to Crack Down on Google
21.2.2020
Brave browser urges UK authorities to fully enforce GDPR against Google or threatens to take it court to protect consumers
You Are the Product: A Three-Step Plan to Take Back Control of Personal Data
20.2.2020
Personal data is monetized, giving us, the providers, nothing of the pie. Entrepreneur Jennifer Zhu Scott has a three-step plan for taking back control
Moving from Vanilla JavaScript to a Reusable Vue Component
17.2.2020
I recently wrote an article explaining how you can create a countdown timer using HTML, CSS and JavaScript. Now, let’s look at how we can make that a reusable component by porting it into Vue using basic features that the framework provides.
Why do this...
How to Red Flag Scams: Bitcoin Doubler Club, Cryptomia247, Mining Cheap, Orelex, and Wintrust
11.2.2020
Last week’s news.Bitcoin.com post warning about common bitcoin scams like “The Bitcoin Code” elicited a plethora of comments and suggestions from readers, asking about and reporting other platforms and services claiming to provide bitcoin investment opportunities. This article...
PHP is A-OK for Templating
4.2.2020
PHP templating often gets a bad rap for facilitating subpar code — but that doesn't have to be the case. Let’s look at how PHP projects can enforce a basic Model, View, Controller (MVC) structure without depending on a purpose-built templating engine.
But first, a very brief PHP history lesson
The...