Search
A System of Robot Drug Dealers on Telegram Allows People to Buy Illegal Products for Bitcoin
13.10.2020
There’s a new avenue darknet market (DNM) customers have found that allows them to purchase illegal wares 24 hours a day via a robot drug dealer hosted on Telegram. The platform dubbed ‘Televend,’ is an automated software program that peddles illicit narcotics for people paying...
6 Stimulus Packages Have Been Proposed to Provide Second Direct Payments to Americans
11.10.2020
Six stimulus packages have been proposed to provide second stimulus checks for Americans. The latest proposal came from the White House on Friday. Several stimulus bills are being discussed as Americans hope to soon receive another round of direct payments to help them through the coronavirus...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Crypto for Congress: Bitcoin Sent to All Congress Members’ Campaigns
5.10.2020
The Crypto for Congress initiative has launched. All members of Congress will be given bitcoin as campaign contributions to help them learn about cryptocurrency. The initiative is supported by Congressional Blockchain Caucus members, including pro-crypto Representatives Darren Soto and Tom Emmer....
All Currencies Will Be Pegged to Bitcoin, Says ‘Price of Tomorrow’ Author Jeff Booth
3.10.2020
Entrepreneur and popular author Jeff Booth has predicted a grim future for fiat currencies, expecting them to fail as central banks keep printing money. Foreseeing an unavoidable, severe depression and banking failure, he believes bitcoin will become the world’s reserve currency and...
Crypto Exchange Coinbase Hands Over Customer Data to UK Tax Authority
3.10.2020
Coinbase is handing over customer data to the British tax authority, Her Majesty’s Revenue & Customs (HMRC). The measure affects customers with a U.K. address who received more than £5,000 ($6,450) worth of cryptocurrency during the 2019/20 tax year. On Oct. 2, Coinbase sent...
Some New Icon Sets
29.9.2020
I’ve bookmarked some icon sets lately, partly because I can never find a nice set when I need to. I figured I’d even go the extra mile here and blog them so I can definitely find them later. Aside from being nice, cohesive, and practical sets of icons, I find it interesting that...
Over 40 Bitcoin Forks Are Down More Than 98% Since 2017’s Forking Fiesta
21.9.2020
Since the summer of 2017, more than 44 forks of the Bitcoin network were created and so far many of them have lost considerable value and are near worthless. To-date only a few of the forks that stem from Satoshi’s creation have remained relevant during the last three years. There are three...
Enforcing performance budgets with webpack
18.9.2020
As you probably know, a single monolithic JavaScript bundle — once a best practice — is no longer the way to go for modern web applications. Research has shown that larger bundles increase memory usage and CPU costs, especially on mid-range and low-end mobile devices.
webpack has a lot of features...
China’s BSN to ‘Localize’ 24 Public Blockchains by Making Them Permissioned
17.9.2020
China’s state-sanctioned Blockchain-Based Service Network is finally bringing public chains to its homeland -- but they will look very different
Inclusive Design 24
16.9.2020
Totally free.
No sign-up. No registration. All sessions are streamed live and publicly on the Inclusive Design 24 YouTube channel – see the entire playlist for the event.
Quite the lineup.
I’ve got a couple of other accessibility links burning a hole in my pocket as well:
Matt Stobbs:...
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...
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...
Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
7.9.2020
We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script> tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through module loaders. AND there are tons of JavaScript...
South African Man Charged in U.S. Court for Fraud Involving $28 Million in Bitcoin and Forex
5.9.2020
A South African man has been charged with fraud in the Maryland District Court for allegedly scamming $28 million from over 1,000 investors. Dennis Jali, a former resident of Maryland, targeted church-going African immigrants, promising them guaranteed returns on his supposed bitcoin (BTC)...
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...
Let Them Eat Equities! The Economic Chickens Come Home to Roost, Feat. Luke Gromen
2.9.2020
One of the best-known macro analysts breaks down last week’s Jerome Powell speech and whether it truly represents a new policy era for the Federal Reserve
The Most Confusing Crypto Terms and What Can Be Done to Clarify Them
30.8.2020
Cryptocurrency is a domain of jargon. ‘Blockchains,’ ‘full nodes,’ ‘miners,’ ‘nonces,’ ‘side-chains’: these are only a few of the terms in crypto that are known to cause confusion and disagreement.
Not only does the ambiguity of vocab undermine the ability of people within crypto to communicate...
Bitcoin could help to obtain financial services, making them more accessible
27.8.2020
Blockchain tech-backed platforms are delivering the ability to access various markets in an easy and accessible way
Morphing SVG With react-spring
26.8.2020
I’ve been intrigued by the morphing effect ever since I was a little kid. There’s something about a shape-shifting animation that always captures my attention. The first time I saw morphing left me wondering “ Wow, how did they do that?” Since then, I’ve created demos and written an article about...