Search
Court Gives Craig Wright More Time to Await the Mysterious Bonded Courier
11.1.2020
10 days after the Tulip Trust expired, new court filings have appeared in the billion-dollar Kleiman v. Wright lawsuit. One document describes the professed existence of a Tulip Trust III, which was shown to the plaintiffs on January 6, 2020. Another filing shows that Judge Beth Bloom has affirmed...
Alleged $8B BTC Tulip Trust Expires With Tales of Bonded Couriers
1.1.2020
Five years ago, the crypto community became aware of an alleged contract called the Tulip Trust. The supposed contract emerged when a few tech-based news outlets published stories on two former business partners Craig Wright and David Kleiman. According to the Tulip Trust contract story, Wright...
Domain-Driven Design With React
16.12.2019
There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth is that we can do better. Let’s take a look at one pattern you might consider using to architect your site.
At first, you might split...
23 Days Until a Bonded Courier Supposedly Delivers Keys to $8 Billion in BTC
9.12.2019
In 23 days, the infamous self-proclaimed Bitcoin inventor Craig Wright will allegedly receive 1,100,111 BTC from a trust purportedly held in Seychelles. In fact, many Wright supporters and BSV proponents wholeheartedly believe Wright will “gain complete ownership of the trust,” and to...
Trusted Friends Can Become Crypto Custodians With the Vault12 Platform
2.11.2019
A firm called Vault12 launched its new passkey security solution for cryptocurrency assets. Vault12 is an application that allows people to enlist their trusted friends and family members to help safeguard their assets. According to the project’s creators, the new application leverages...
As Lightning’s Economy Takes Shape, Devs Are Split on Proposed Fee Hike
21.10.2019
At the lightning network's inaugural conference in Berlin, the future economics of the bitcoin payment technology took center stage
Market Outlook: Crypto Prices Hold Steady but Face a Crucial Turning Point
20.10.2019
After sitting around $257 billion, the cryptocurrency market lost $35 billion in less than 30 minutes on September 24. Since then, many digital assets have found new support, but bears have started to claw away at these areas. Most cryptocurrencies are testing their weekly support trendline that...
Next Bitcoin Halving Could Squeeze out Retail Miners, But Jury’s Split on Price
15.10.2019
Bitcoin halvings normally result in price increases. Maybe not this time
Introducing Sass Modules
7.10.2019
Sass just launched a major new feature you might recognize from other languages: a module system. This is a big step forward for @import. one of the most-used Sass-features. While the current @import rule allows you to pull in third-party packages, and split your Sass into manageable "partials,"...
Early Arrival of Ethereum’s Istanbul Hard Fork Causes Testnet Split
30.9.2019
Ethereum’s Istanbul hard fork has arrived two days early and caused the Ropsten testnet to split
Ethereum’s Istanbul Upgrade Arrives Early, Causes Testnet Split
30.9.2019
Ethereum's "Istanbul" system-wide upgrade, or hard fork, arrived two days earlier than expected – causing miner confusion and a split of the Ropsten testnet
Bitcoin SV Gets Split Into 3 Chains After 210 MB Block
5.8.2019
On Saturday, 3rd August 2019, Bitcoin SV network got split into 3 different chains temporarily because it witnessed mining of a huge block, sized 210 Megabytes. As per BitMEX Research’s report, the nodes of Bitcoin SV got divided into 3 groups which resulted in the network split. Bitcoin SV is...
Privacy Coin Zcash Will Soon Undergo Its First ‘Friendly’ Fork – Meet Ycash
19.7.2019
A new privacy coin, Ycash, will be created in a matter of hours. Here's everything you need to know about the spin-off
Stay in Touch With Changing Markets Using the Crypto Trends App
2.6.2019
If you are closely following cryptocurrency markets, you know things can change in a split second and at any moment. Having an application like Crypto Trends on your smartphone can help you check how your favorite coins are faring at a glance. Also read: Choose Where to Buy Cryptocurrencies Using...
Split
2.5.2019
Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:
On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This is what users will ultimately interact with.
On the other hand, you’ve got...
Buddy: 15 Minutes to Automation Nirvana
26.3.2019
(This is a sponsored post.)
Deploying a website to the server in 2019 requires much more effort than 10 years ago. For example, here's what needs to be done nowadays to deliver a typical JS app:
split the app into chunks
configure webpack bundle
minify .js files
set up staging environment
upload...
<span>L</span><span>e</span><span>t</span><span>t</span><span>e</span><span>r</span><span>s</span>
20.2.2019
Did you see this Facebook crap?
"Why do I need a 4Ghz quadcore to run facebook?" This is why. A single word split up into 11 HTML DOM elements to avoid adblockers. pic.twitter.com/Zv4RfInrL0
— Mike Pan (@themikepan) February 6, 2019
I popped over to Facebook to verify that and what...
The Ultimate Guide to JavaScript Algorithms: Array Chunking
19.2.2019
This article marks the beginning of our array manipulation algorithms. In this article, we explore different techniques to chunk (split) an array into smaller units.
Array chunking is a tech
Slice and Dice a Disc with CSS
13.1.2019
I recently came across an interesting sliced disc design. The disc had a diagonal gradient and was split into horizontal slices, offset a bit from left to right. Naturally, I started to think what would the most efficient way of doing it with CSS be.
Sliced gradient disc.
The first thought...
What’s wrong with CSS-in-JS?
11.5.2018
Brad Frost thinks it's:
Lack of portability
Context Switching
Flushing best practices down the toilet
In the spirit of good-ol-fashioned blog-and-response, here's:
Brain Muenzenmeyer's response
Micah Godbolt's response
I'd like to point out that "CSS-in-JS" is an umbrella term, and that there...