Search
Video Shows $10M Chinese Bitcoin Mining Farm in Flames
1.10.2019
During the early morning hours of September 30, a nine-minute video circulated on Twitter showing a large bitcoin mining farm burning down. Sources say the mining farm belonged to the company Innosilicon and roughly $10 million worth of mining rigs were destroyed. Also Read: Central Banks in Panic...
Traders Bemoan New Localbitcoins Identity Requirements
28.9.2019
Recent data shows that countries with corrupt governments have a strong correlation with Localbitcoins trade volumes. However, even though the over-the-counter (OTC) marketplace Localbitcoins has grown massive over the years, traders are complaining about heightened know-your-customer/anti-money...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
Get Geographic Information from an IP Address for Free
24.9.2019
Say you need to know what country someone visiting your website is from, because you have an internationalized site and display different things based on that country. You could ask the user. You might want to have that functionality anyway to make sure your visitors have control, but surely they...
Chinese Crypto Czar: Facebook-Led Libra ‘Might Be Unstoppable’
19.9.2019
China’s cryptocurrency czar believes that the world powers do not welcome Facebook’s Libra, but the stablecoin’s advance might now be unstoppable
Git Pathspecs and How to Use Them
19.9.2019
When I was looking through the documentation of git commands, I noticed that many of them had an option for <pathspec>. I initially thought that this was just a technical way to say “path,” and assumed that it could only accept directories and filenames. After diving into the rabbit hole...
Tax Strategies For Cryptocurrency Investors To Legally Minimize Taxes
12.9.2019
Many cryptocurrency investors and taxpayers view the tax system as a drain on their wealth. They often say, if it wasn’t for taxes, I would have more funds to accelerate the growth of my portfolio and build wealth for my […]
The post Tax Strategies For Cryptocurrency Investors To Legally...
“Off The Main Thread”
10.9.2019
JavaScript is what they call "single-threaded." As Brian Barbour puts it:
This means it has one call stack and one memory heap.
We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...
Bitcoin Price Now in ‘Early Phase’ of the Next Bull Cycle, Analysts Say
4.9.2019
Bitcoin price moving average data suggests new bull market cycle
Working with Attributes on DOM Elements
30.8.2019
The DOM is just a little weird about some things, and the way you deal with attributes is no exception. There are a number of ways to deal with the attributes on elements. By attributes, I mean things like the id in <div id="cool"></div>. Sometimes you need to set them. Sometimes...
Nevada Regulators Say Bitcoin ATMs Will Need License to Operate
30.8.2019
Nevada’s 110 Bitcoin ATMs could soon need new licenses
Nested Gradients with background-clip
28.8.2019
I can't say I use background-clip all that often. I'd wager it's hardly ever used in day-to-day CSS work. But I was reminded of it in a post by Stefan Judis, which consistently was itself a learning-response post to a post over here by Ana Tudor.
Here's a quick explanation.
You've probably seen...
India Facing ‘Unprecedented’ Economic Slowdown, Extraordinary Steps Urged
26.8.2019
Many signs indicate that the Indian economy is under grave stress, affecting nearly all sectors. “India’s economy is in a deep mess,” due to initiatives such as demonetization and GST, some lawmakers say, as they urge the government to handle the situation “which...
Getting Netlify Large Media Going
20.8.2019
I just did this the other day so I figured I'd blog it up. There is a thing called Git Large File Storage (Git LFS). Here's the entire point of it: it keeps large files out of your repo directly. Say you have 500MB of images on your site and they kinda need to be in the repo so you can work with...
Winklevoss Twins Say They’re ‘In Talks’ About Joining Libra Association
20.8.2019
The Winklevoss twins have been in talks about joining Facebook’s Libra Association
Bounce Element Around Viewport in CSS
19.8.2019
Let's say you were gonna bounce an element all around a screen, sorta like an old school screensaver or Pong or something.
You'd probably be tracking the X location of the element, increasing or decreasing it in a time loop and — when the element reached the maximum or minimum value —...
Ready to Invest in Cryptocurrency: Say 80% of Colombians in Survey
17.8.2019
A new survey has revealed that Colombians are quite interested in the transactions related to cryptocurrency. Peer-to-peer Bitcoin marketplace Paxful conducted this new survey. It was conducted alongside Toluna insights. Those in Colombia have a lot to say about how the knowledge of virtual...
Staggered CSS Transitions
14.8.2019
Let's say you wanted to move an element on :hover for a fun visual effect.
@media (hover: hover) {
.list--item {
transition: 0.1s;
transform: translateY(10px);
}
.list--item:hover,
.list--item:focus {
transform: translateY(0);
}
}
Cool cool. But what if you had several list...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...
Say Hi to ‘Smart Beta BTC Index,’ launched by IDX Insights
14.8.2019
Here is the brand new launch by IDX Insights- the ‘smart beta BTC Index.’ It is basically a crypto index that makes use of smart beta construction method. The objective is to offer a controlled risk allocation and therefore, control volatility of the crypto assets. The IDX crypto Index is aiming...