Search
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Next Step Mobile Surveillance: How You Walk, Your Heartbeat – Why Bitcoin Matters to Combat Government Privacy Invasion
26.2.2020
It may sound like something from a dystopian cyberpunk movie, but payment providers could soon be validating transactions by the way users walk, their heartbeat, veins, and more. Mastercard has recently revealed they “have been testing heartbeat, vein technology, and the way people walk...
Wielding the Tools of Liberty: Exploring Wendy McElroy’s Latest Book ‘The Satoshi Revolution’
25.2.2020
When Satoshi Nakamoto launched the Bitcoin network, not only was the protocol a breakthrough in computer science, but it transformed the way society perceives money, economics, and freedom. “The Satoshi Revolution” written by Wendy McElroy delves into the transformative technology...
Incognito Launches Anonymous Way to Swap Monero With Bitcoin & Co
25.2.2020
Decentralized exchange Incognito added Monero (XMR) to its privacy-centered decentralized exchange (pDEX) for fully private Bitcoin or Ethereum swaps - no transaction records or any personal info saved.
Monero itself is already a decentralized and privacy-oriented cryptocurrency. What Incognito...
Standard Escrow – A Very Secure Way to Trade Bitcoin OTC
25.2.2020
The bitcoin over the counter market is growing at an unprecedented rate. Bloomberg estimated in 2018 that the daily OTC transaction volume was anywhere between $250 million and $30 billion. There has been significant growth in OTC online transactions between buyers and sellers over the past several...
Standard Escrow – A Very Secure Way to Trade Bitcoin OTC
25.2.2020
The bitcoin over the counter market is growing at an unprecedented rate. Bloomberg estimated in 2018 that the daily OTC transaction volume was anywhere between $250 million and $30 billion. There has been significant growth in OTC online transactions between buyers and sellers over the past several...
How to Hide Your Bitcoin – Opsec, Anonymity, Cold Storage, Brainwallet, Dexes and Non-Custodials
25.2.2020
In an era of increasing economic uncertainty, surveillance, specialized cybercrime and hacking, knowing how to hide bitcoin safely has become a paramount concern for crypto holders. Whether it’s by way of taking wise opsec measures, utilizing noncustodial tools, leveraging a DEX, or even...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
A Guide to Console Commands
21.2.2020
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...
OpenNode Finds Way for Retailers to Turn Fiat Payments Into Bitcoin (Using Apple Pay)
20.2.2020
Bitcoin-loving retailers can now receive BTC from customers paying in fiat
How to Mine Bitcoin in 2020
19.2.2020
Bitcoin mining is a great way to earn cryptocurrency while providing a valuable service to the global network of users. Miners can set up a hardware operation by themselves or join forces with a large venture via cloud mining. If you are looking to enter this field in 2020, here is what you need...
US Department of Justice Is Criminalizing Onchain Privacy, Starting With Mixers
14.2.2020
The American government’s long-running war on privacy escalated this week following the arrest of Coin Ninja’s Larry Harmon on money laundering charges. A Department of Justice statement that “seeking to obscure virtual currency transactions in this way [using mixers] is...
How to Fetch and Parse RSS Feeds in JavaScript
11.2.2020
Say you have an RSS feed like this one. The goal is to request that RSS feed, parse it, and do something useful with the data in it. RSS is XML, and XML is arguably not as easy to work with than JSON. While a lot of APIs offer JSON responses, it's less typical for RSS, although it does exist.
Let's...
How to Buy Bitcoin – 5 Quick and Simple Ways to Get Started
11.2.2020
If you’re one of the many people looking to get into bitcoin for the first time, it doesn’t have to be hard. There are more than a few easy routes to acquiring cryptocurrency and this article aims to outline five of them. By way of these simple avenues for purchasing bitcoin you can...
Old CSS, new CSS
7.2.2020
I love this post that walks through the development of CSS and HTML — it shows just how far web design has come and how much easier it is for us all now.
Eevee looks at designing websites with tables, the Space Jam website, and how for centuries there was no way to easily inspect changes made to...
Getting Fancy with position: sticky;
7.2.2020
Mike Solomon worked on a fancy scrollytelling post for Esquire and blogged about it. It has GIFs of each step along the way of figuring out not just position: sticky; but also using negative margins, wrapper divs, backgrounds, and even a smidge of JavaScript measuring to get it all right.
What...
Native Image Lazy Loading in Chrome Is Way Too Eager
5.2.2020
Interesting research from Aaron Peters on <img loading="lazy" ... >:
On my 13 inch macbook, with Dock positioned on the left, the viewport height in Chrome is 786 pixels so images with loading="lazy" that are more than 4x the viewport down the page are eagerly fetched by Chrome...
How To Create A Headless WordPress Site On The JAMstack
4.2.2020
Just this morning, Chris shared a streamlined way to get a static site up and running with Netlify. As it happens, Sarah and I also wrote up a little something that expands that idea where a static site can pull content from WordPress using the REST API.
Using Vue, Nuxt, axios and Netlify, it's...
Handshake Introduces a New Way to Send Your Crypto
4.2.2020
Namebase and its blockchain Handshake have officially gone live, allowing their users to send funds to a simple name, instead of a complicated address.
Handshake is a decentralized, permissionless naming protocol compatible with DNS (Domain Name System, a hierarchical and decentralized naming...
Possibly The Easiest Way to Run an SSG
4.2.2020
"Static Site Generator," that is. We'll get to that in a second.
Netlify is a sponsor of this site (thank you very much), and I see Zach Leatherman has gone to work over there now. Very cool. Zach is the creator of Eleventy, an SSG for Node. One thing of the many notable things about Eleventy...