Search
Ticketmaster Wants to Use Smart Contracts to Support Millions of Ticket Sales
10.12.2019
Ticketmaster discusses plan to use smart contracts to support millions of tickets during ELEV8CON
Nayuta Claims Its Android Lightning Wallet Is the First to Build in a Bitcoin Full Node
10.12.2019
Japan-based startup Nayuta has released what it says is the first lightning network wallet with a built-in bitcoin "full node."
IRS Now Requires Tax Filers to Disclose Crypto Activities
9.12.2019
The U.S. Internal Revenue Service (IRS) has finalized and put in use a new tax form that requires crypto owners to declare whether they received, bought, sold, exchanged, or acquired any cryptocurrencies in 2019. Tax experts are frustrated at the vagueness of the tax agency, with some questioning...
Buy Presents or a Christmas Trip Using Gift Cards Purchased With Crypto
8.12.2019
Gift cards have become a popular payment tool for cryptocurrency users. Plenty of platforms now offer a wide variety of cards which can be purchased with your digital coins. You can use them to buy just about any product or service from major and small retailers, order food and drinks, or book...
CSS Architecture for Modern JavaScript Applications
6.12.2019
There is a lot to like from Mike Riethmuller here:
The title. When you're building a website from JavaScript-powered components anyway, that is a moment to talk about how to do styling, because it opens some doors to JavaScript-powered styles that you probably wouldn't otherwise choose.
The...
The Rising Complexity of JAMstack Sites and How to Manage Them
5.12.2019
When you add anything with user-generated content or dynamic data to a static site, the complexity of the build process can become comparable to launching a monolithic CMS. How can we add rich content to static sites without stitching together multiple third-party services?
For people in...
Andreas Antonopoulos Slams Intuit After Payments Block for Crypto Use
4.12.2019
Stop “using crypto,” Intuit tells Andreas Antonopoulos
Dark Mode Favicons
4.12.2019
Oooo! A bonafide trick from Thomas Steiner. Chrome will soon be supporting SVG favicons (e.g. <link rel="icon" href="/icon.svg">). And you can embed CSS within an SVG with a <style> element. That CSS can use a perfers-color-sceme media query, and as a result, a favicon that supports...
“Headless Mode”
2.12.2019
A couple of months ago, we invited Marc Anton Dahmen to show off his database-less content management system (CMS) Automad. His post is an interesting inside look at templating engines, including how they work, how CMSs use them, and how they impact the way we write things, such as loops.
Well...
Skrill Now Lets You Swap BTC for BCH
2.12.2019
Online payments service Skrill has introduced a new feature allowing users to directly exchange cryptocurrencies. The crypto-to-crypto option gives you the opportunity to use bitcoin core (BTC) stored in your wallet to buy and sell eight other supported cryptocurrencies, including bitcoin cash...
The Jim Bell System
2.12.2019
As I write this article on July 3, 2002, I am already hearing out my window the occasional pops of micro-explosives enthusiasts getting a head start on their annual excuse to play with things that go bang and supposedly celebrate their freedom. Tomorrow, libertarians across the country will use...
Crypto Community Erupts Over Ethereum Foundation Member’s Arrest
30.11.2019
On Friday the United States Attorney’s Office for the Southern District of New York (SDNY) announced the arrest of Ethereum Foundation member Virgil Griffith for allegedly “assisting North Korea in evading sanctions” by teaching “his audience how to use blockchain...
Testing React Hooks With Enzyme and React Testing Library
29.11.2019
As you begin to make use of React hooks in your applications, you’ll want to be certain the code you write is nothing short of solid. There’s nothing like shipping buggy code. One way to be certain your code is bug-free is to write tests. And testing React hooks is not much different from how React...
Photonics Bitcoin Mining Tech Aims to ‘Democratize’ Energy Use
29.11.2019
Three researchers have published a paper at Cornell University’s arxiv.org proposing a system called Optical Proof of Work (OPOW) to potentially be employed in Bitcoin mining. According to the paper, “heavy reliance on electricity has created scalability issues, environmental concerns...
Web Scraping Made Simple With Zenscrape
28.11.2019
Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and CAPTCHA-solving is involved. However, the scraped data is very often needed by people that are non-coders: Marketers, Analysts, Business Developers etc.
Zenscrape is an easy-to-use...
Collective #569
28.11.2019
AppLibsList * How to Overlap Images in CSS * Peekobot * Flowy * Who Can Use * Accessibility drives aesthetics
Collective #569 was written by Pedro Botelho and published on Codrops
Kenya Finds a New Way to Use Blockchain, Launches 'Local Currencies'
27.11.2019
Blockchain-backed “local currencies” have been introduced to some of Kenya’s poor communities as a solution to the lack of hard cash. And, who knows, this may be an incentive for these people to eventually adopt real cryptocurrencies, such as Bitcoin (BTC).
Reuters has reported on this interesting...
The Power (and Fun) of Scope with CSS Custom Properties
27.11.2019
You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you set them in declaration blocks like --size: 1em and use them as values like font-size: var(--size);, they differ from preprocessor variables...
iOS 13 Broke the Classic Pure CSS Parallax Technique
27.11.2019
I know. You hate parallax. You know what we should hate more? When things that used to work on the web stop working without any clear warning or idea why.
Way back in 2014, Keith Clark blogged an exceptionally clever CSS trick where you essentially use a CSS transform to scale an element down...
Default Bitcoin Addresses Are Now Longer But Simpler & Cheaper to Use
25.11.2019
The Bitcoin Core client version 0.19.0.1, the last expected version before the anticipated Bitcoin mining reward halving in May 2020, was released this past weekend by the Bitcoin Core developers. Although it contains no major changes, it does come with several interesting speed and security...