Search
What Fintech Can Learn From Elon Musk and SpaceX
8.6.2020
A decade ago, few people believed Elon Musk could pull off a manned space launch, just as skepticism surrounds fintech and crypto today. What can the financial industry learn from SpaceX, asks ConsenSys' Lex Sokolin
Chainalysis Can Now Track Your 'Privacy Coins' Zcash & Dash
8.6.2020
Chainalysis calls the ‘privacy coin’ bluff — adds support for Zcash and Dash, calling Dash a ‘privacy coin’ is a ‘misnomer.’
Lithuania Is Trialing a CBDC No One Can Use – And That’s by Design
8.6.2020
The Bank of Lithuania's LBCoin digital collectible may be a gimmick, but its ambitions for blockchain tech are very, very real
How to Get All Custom Properties on a Page in JavaScript
8.6.2020
We can use JavaScript to get the value of a CSS custom property. Robin wrote up a detailed explanation about this in Get a CSS Custom Property Value with JavaScript. To review, let’s say we’ve declared a single custom property on the HTML element:
html {
--color-accent: #00eb9b;
}
In JavaScript...
3 Great Ways to Monetize Content
8.6.2020
Monetizing content on the web usually boils down to one thing: advertisements. The problem with adding advertisements to your website, especially from the popular ad services, is that they can be slow and they certainly don’t protect user privacy. That’s where alternative monetizing...
How Blockchain Technology Can Help Fighting Against COVID-19
7.6.2020
Various technologies are being deployed to fight the COVID-19 pandemic, can blockchain play an important role in defeating it?
Diverse Illustration
7.6.2020
Hey gang, #BlackLivesMatter.
One tiny way I thought we could help here on this site, aside from our efforts as individuals, is to highlight some design resources that are both excellent and feature Black people. Representation matters.
Here’s one. You know Pablo Stanley? Pablo is a wonderful...
How Bitcoin Can Help the African American Community
7.6.2020
According to author Isaiah Jackson, establishing economic strength could help the black community in ways protesting on the street can’t
Bitcoin Trader: Google Helps Scam Crypto Trading App Look Legit in Reviews
6.6.2020
Bitcoin Trader has been heavily promoting itself as the best and safest automated cryptocurrency trading app that can help people earn $1,300 a day. Numerous fake reviews and scam checks on Bitcoin Trader are highly ranked by Google, making this scam appear legitimate. News.Bitcoin.com investigates...
Carl Watner: The Tragedy of Political Government
6.6.2020
“What is tragic about political government?” you might ask. Let us return to that question once we have examined the nature of political government and the State. In order to distinguish between government and other institutions in society we must look at the ways human behavior can...
Ledger Users Can Now Connect Their Wallets to DeversiFi DEX
5.6.2020
The hardware wallet company has stepped into the world of decentralized finance (DeFi)
Your Crypto Taxes Can Be Donated to Charity Instead
5.6.2020
Cryptocurrency has become one of the easiest ways to donate to charity without the funds being funneled to third parties
Eidoo to Burn 80% of Company’s Token Holdings to Kickstart One of the Biggest Daos in Defi
4.6.2020
Switzerland, 4th June 2020. Swiss-based crypto platform Eidoo is upgrading its native utility token into a governance token that will power a new cross-chain DAO. In a collaborative decision by Eidoo and pTokens, the $EDO token will be upgraded into $PNT later this month so that it can be used...
Dogecoin Bulls Resume the Uptrend; Investors Can Wait for Further Growth
4.6.2020
The prolonged slowdown of the crypto market has left the investors in a position where they have to rely upon an almost compulsory ‘hold’ decision. After each barely started price rally, pullbacks occur disturbing the recovery. This is keeping the bull-run very much limited while the market remains...
The Best Design System Tool is Slack
4.6.2020
There’s a series questions I have struggled with for as long as I can remember. The questions have to do with how design systems work: Where should we document things? Do we make a separate app? Do we use a third-party tool to document our components? How should that tie into Figma or Sketch?...
Adding CSS to a Page via HTTP Headers
4.6.2020
Only Firefox supports it, but if you return a request with a header like this:
Header add Link "<style.css;rel=stylesheet;media=all"
…that will link to that stylesheet without you having to do it in the HTML. Louis Lazaris digs into it:
[…] the only thing I can think of that could...
Zoom Won't Encrypt Free Calls So It Can Collaborate With FBI
3.6.2020
Zoom decides to provide limited encryption despite numerous security issues, while blockchain developers move ahead with privacy-focused solutions
Chrome 83 Form Element Styles
3.6.2020
There have been some aesthetic changes to what form elements look like as of Chrome 83. Anything with gradient colorization is gone (notably the extra-shiny <meter stuff). The consistency across the board is nice, particularly between inputs and textareas. Not a big fan of the new <select...
Travala Sees 205% Jump in Booking Revenue as Travel Demand Returns — 60% Paid With Cryptocurrencies
2.6.2020
Crypto-friendly travel booking platform Travala has reported booking growth as demand for travel returns despite continued coronavirus crisis and extended lockdowns in many places. Its booking revenue in May soared 205% and 60% of all bookings were paid with cryptocurrencies. Travel Demand...
A New Way to Delay Keyframes Animations
2.6.2020
If you’ve ever wanted to add a pause between each iteration of your CSS @keyframes animation, you’ve probably been frustrated to find there’s no built-in way to do it in CSS. Sure, we can delay the start of a set of @keyframes with animation-delay, but there’s no way to add time between...