Search
Bitcoin’s Scaling Problems Forced Facebook to Launch Libra
8.9.2019
If it wasn’t for Bitcoin there would be no Libra. That much is self-evident, since Satoshi’s creation laid the groundwork for every crypto asset that’s followed. The extent to which Bitcoin was responsible for spawning Facebook’s currency has now been made brutally clear...
Biggest Problems With Stablecoins, Explained
2.9.2019
Concerns over transparency and reserves are lingering over stablecoins, with big players facing regulatory pushback as they try to launch their own currencies #CT_sponsored
Switzerland Approves Bitcoin Banks – But With Strict Conditions Attached
27.8.2019
One of the major problems for businesses in the cryptocurrency industry is finding a bank that agrees to work with them and connect them to the traditional fiat financial system. The financial regulator in Switzerland has just made this easier by licensing two companies to serve as tailored banks...
Year On Year Industrial Profits of China Fall by 3.1% as Trade War Problems Hit
27.7.2019
China had been growing at a breakneck pace over the last three decades or so, but now the country is going through an economic downturn as well. The country’s GDP grew at a slower rate for the first time in three decades and that had a major effect on the domestic demand. To make matter …
The...
How the Blockchain Stops Cheaters: Cryptocurrency and Provably Fair Gaming
21.7.2019
Online casinos and betting sites have proliferated since the first of their kind came on the scene in 1994. Thanks to the convenience of playing from home, the allure of winning real money, and a degree of privacy, these popular sites continue to evolve. There have been major problems, though...
Police in Spain Say Bitcoin ATMs Expose Problems in Europe’s AML Laws
12.7.2019
Spanish police authorities are raising the alarm because a recent criminal case involved the use of bitcoin ATMs, making their jobs more difficult
Why I don’t use web components
25.6.2019
Here’s an interesting post by Rich Harris where he’s made a list of some of the problems he’s experienced in the past with web components and why he doesn’t use them today:
Given finite resources, time spent on one task means time not spent on another task. Considerable energy has been expended...
BCH Can Be the Global Coin for Daily Spending, Says Italian Crypto Executive
23.6.2019
Italy has had its share of economic problems in the past decade and a growing number of its citizens blame the euro for their country’s misfortunes. Italians, many of whom still prefer to use cash, are now turning their attention to cryptocurrencies such as BCH. Federico Pecoraro, the CEO...
Every Layout
18.6.2019
Every Layout is a new work-in-progress website and book by Heydon Pickering and Andy Bell that explains how to make common layout patterns with CSS. They describe a lot of the issues when it comes to the design of these layouts, such as responsive problems and making sure we all write maintainable...
Bounty.Cash Pairs Projects With Developers Finding Solutions for BCH
14.6.2019
Using bounties to seek solutions to various problems has proved to be a working approach for many projects in the crypto industry. Bounty.Cash is a platform that matches businesses and entrepreneurs with developers who are ready to solve issues with apps and features and get rewarded with bitcoin...
Using DevTools to Improve the UX Design to Development Process
7.6.2019
I’d like to tell you how I see code and design intersect and support one another. Specifically, I want to cover how designers can use code in their everyday work. I suggest this not because it’s a required skill, but because even a baseline understanding of coding can make designs better and...
Facebook’s Crypto Project Experiences Major Problems
20.5.2019
The much loved social media platform, Facebook has been facing the blues since quite some time now. Its privacy issues being the primary problem has been garnering the social network all the negative attention. The result of all this seems to be creating major roadblocks to Facebook’s secret...
Tech Giants Intel and Microsoft Document Big Problems With Blockchain Technology
15.5.2019
Blockchain technology has been in existence for more than a decade now, and although most people only associate it with a range of cryptocurrencies, it is important to note that the technology in itself has a far wider range of uses. According to many experts, Blockchain technology has...
A historical look at lowercase defaultstatus
1.4.2019
Browsers, thank heavens, take backward compatibility seriously.
Ancient websites generally work just fine on modern browsers. There is a way higher chance that a website is broken because of problems with hosting, missing or altered assets, or server changes than there is with changes in...
Planning for Responsive Images
13.3.2019
The first time I made an image responsive, it was as simple as coding these four lines:
img {
max-width: 100%;
height auto; /* default */
}
Though that worked for me as a developer, it wasn’t the best for the audience. What happens if the the image in the src attribute is heavy? On high-end...
Accessibility is not a “React Problem”
11.3.2019
Leslie Cohn-Wein's main point:
While [lots of divs, inline styles, focus management problems] are valid concerns, it should be noted that nothing in React prevents us from building accessible web apps.
True. I'm quite capable (and sadly, guilty) of building inaccessible interfaces with React...
Diana Smith’s Top 5 CSS Properties She Uses to Produce CSS Art
20.2.2019
Have you seen Diana Smith's CSS drawings? Stunning. These far transcend the CSS drawings that sort of crudely replicate a flat SVG scene, like I might attempt. We were lucky enough for her to post some of her CSS drawing techniques here last year.
Well, Diana has also listed the top five...
Don’t Get Clever with Login Forms
19.2.2019
Brad points out some UX problems with a variety of apps that are doing things a little outside of the norm when it comes to their login forms. There is already a bunch of things to get right with forms to begin with (e.g. use the right input types, label your inputs, don't have whack password...
STAR Apps: A New Generation of Front-End Tooling for Development Workflows
18.1.2019
Product teams from AirBnb and New York Times to Shopify and Artsy (among many others) are converging on a new set of best practices and technologies for building the web apps that their businesses depend on. This trend reflects core principles and solve underlying problems that we may share, so...
How Well Do You Know CSS Layout?
15.1.2019
The difference between a CSS good experience and a long frustrating one is oftentimes a matter of a few small details. CSS is indeed nuanced. One of the most common areas where I see struggles is layout. Personally, I like to study patterns. I notice that I tend to use a small group of patterns...