Search
Buy the Pump, Sell the Dump — Does Momentum Investing Work in Bitcoin?
29.1.2020
Buying the currency that gained most in price today will lead to a greater cumulative return than buying the dip for top-20 cryptocurrencies
What does “revert” do in CSS?
28.1.2020
Miriam Suzanne has a Mozilla Developer video on the subject. The revert value is fairly new, supported in Firefox and Safari, but not yet in Chrome-world. We've already got a couple of related keywords that work on any property which are meant to help control inheritance and reset values....
Woodworking SVG (and Other Real Life Encounters)
27.1.2020
Eric Meyer does his woodworking math in SVG.
I’ve been hand-coding SVG schematics to figure out how thing should go together, and as a by-product, guide me in both material buying and wood cutting.
This might sound hugely bespoke and artisanally overdone, but they’re not that complicated, and...
How Does Staking Economy Work?
26.1.2020
Everybody seems to be talking about cryptocurrency staking nowadays. As it continues to grow in popularity, exchanges all over the world seem to be lining up to offer their customers staking services – with no shortage of takers among their clientele.
Indeed, Mirko Schmiedl, CEO...
Flexible Captioned Slanted Images
25.1.2020
The end result of Eric Meyer's tutorial on creating this row of slanted images is pretty classy. But it's more about the journey than the destination (there isn't even really an isolated demo for it). Eric does an amazing job at talking it through like a thought process.
We did that recently, only...
Indian Supreme Court Warms Up to Crypto – RBI’s Arguments Not Convincing
23.1.2020
India’s supreme court heard the crypto case on Thursday, starting with the arguments by the counsel for the Reserve Bank of India (RBI). After pointing out that the RBI ban only hurts crypto businesses but does not stop crypto trading, the court explained that “being an honest...
Vodafone Becomes 8th Company to Exit Libra Association
22.1.2020
After a spate of big names parting ways with the Libra Association late last year such as Paypal, Visa, Mastercard, and Ebay, British telecommunications giant Vodafone has become the latest to bid the ambitious digital asset project farewell. While Vodafone’s statement notes it does not rule...
positionstack
21.1.2020
(This is a sponsored post.)
Say you have an address that your user typed in, like
1600 Pennsylvania Avenue NW, Washington, DC, USA
and now you need more information about it. Maybe you need the proper country code. Maybe you need the latitude and longitude. Maybe you need the postal code....
How to Turn a Procreate Drawing into a Web Animation
20.1.2020
I recently started drawing on my iPad using the Procreate app with Apple Pencil. I’m enjoying the flexibility of drawing this way. What usually keeps me from painting at home are basic things, like setup, cleaning brushes, proper ventilation, and other factors not really tied to the painting...
Bitcoin.com Partners With Mecon Cash, Enabling BCH to Korean Won Withdrawal at Over 13,000 ATMs Across South Korea
20.1.2020
Bitcoin Cash has been added to Mecon Cash’s M.Pay platform which is integrated with over 13,000 ATMs in South Korea. By making bitcoin cash usable for withdrawing won across the country, Mecon Cash is ensuring that BCH users in Korea can always make urgent and small transactions in any place...
Eleventy Love
17.1.2020
Been seeing a lot of Eleventy action lately. It's a smaller player in the world of static site generators, but I think it's got huge potential because of how simple it is, yet does about anything you'd need it to do. It's Just JavaScript™.
Jason Lengstorf and Zach Leatherman did a Learn...
Where Does Europe Spend its Bitcoin? The Answer Will Surprise You!
17.1.2020
With more and more of us now choosing to spend our cryptocurrency holdings – instead of simply hoarding tokens – you might assume that people are starting to spend big on finance and investment. And according to a new report, you’d be wrong.
Per data compiled by financial platform 2gether, their...
SEC Issues Alert Against Initial Exchange Offerings
15.1.2020
The SEC has issued an alert to investors regarding initial exchange offerings. This warning is not an official statement on regulatory policy, but it does indicate the way the American market regulators view the practice and why many exchanges are shunning U.S. investors. Also Read: Telegram...
let vs. const
9.1.2020
There are multiple ways to declare variables in JavaScript. We had var, and while that still works like it always has, it is generally said that let and const are replacements to the point we rarely (if ever) need var anymore. This doodle explanation does a pretty good job, if you need...
Jetpack Slideshow Block
7.1.2020
One of the many (many) useful things that Jetpack does is give you extra-fancy custom blocks in the WordPress block (AKA Gutenberg) editor: a slideshow, business hours, contact info, GIF, Mailchimp, Map, Markdown, Pinterest, Star Rating, Recurring Payments Button, Repeat Visitor, Simple Payments...
Was Youtube’s Christmas Crypto Purge Illegal?
2.1.2020
This article considers the legal implications of Youtube’s notorious purge of crypto channels on Christmas Eve. What legal context induces Youtube and other social media giants to operate as they do? The article does not explore whether it is morally proper to terminate a contract without...
Does Ripple (XRP) Hold a Possibility of a Price Rally Any Soon?
31.12.2019
XRP trades stagnantly around $0.19 for a fortnight now, with a few traces around $0.18 price area. The major resistance for the coin lies around $0.20, which was last hit by XRP/USD on December 17, 2019. With this, the market cap has been seen consolidating around $8.5 billion. The major resistance...
The JAMstack Landscape
17.12.2019
It's no big secret that Netlify invented the term JAMstack. While it's possible to embrace the JAMstack without using Netlify, it's notable that Netlify is at the very heart of the whole "JAMstack landscape."
What does "JAMstack landscape" even mean? I like the term because it sets the stage that...
Lightning Network Wiki Page Faces Removal for Lack of Notability
13.12.2019
A slew of Wikipedia editors would like to delete the Lightning Network (LN) Wiki page because the subject matter does not hold notability. Wikipedia editors use notability as a test to find out if a topic warrants its own article. The LN article debate on Wikipedia is still raging as a few editors...
JavaScript ~~
9.12.2019
JavaScript is loaded with tiny syntax tricks to accomplish useful effects. For example, explore any codebase to see !! being used to convert a value to a boolean value. Have you seen ~~ before? Let’s have a look at what it does! We can employ ~~ to trigger a Math.floor operation with those...