Search
Bitcoin and Gold: Evaluating Hard-Cap Currencies in Times of Financial Crisis
23.3.2020
How would a bitcoin economy react to coronavirus? For now, we don’t know. However, we can turn to a proxy for insight: gold
While You’re Under Quarantine, Check These Sites for Remote Crypto Jobs
22.3.2020
If you are on the lookout for a job in these pressing times, when the coronavirus pandemic has limited public movement and shut down businesses, it’s worth exploring opportunities to work from the relative safety of your home. The number of people doing so globally has been steadily growing...
10 Loan Providers Taking Crypto as Collateral, If You Think the Time Is Right for Hodling
21.3.2020
If you are not ready to part with decentralized money, at a time when prices are relatively low, but need some fiat cash to cover costs in times of crisis, crypto-backed loans are a working solution. A number of platforms offer this type of service and their popularity is growing among...
Bitcoin Live: How to Watch the Next Price Run or Crash in Real-Time
18.3.2020
Watching the bitcoin price move can be exhilarating, or at times soul-crushing, depending on the market. The unpredictability makes watching things unfold in real-time compelling, and checking the price via live broadcast is further enriched by commentary from popular traders and influencers. These...
If You Don’t Trust Yourself, These Crypto Vaults Will Help You Hodl Safely
18.3.2020
Hodling in difficult times has historically proven to be a long-term winning strategy. Keeping your cryptocurrency in your own cold storage is by default a good idea as far as security is concerned. But if you don’t trust yourself to not lose a small hardware device or a piece of paper, then...
How to Simulate Long HTTP Requests
17.3.2020
It happens less frequently these days but there are times when we need to accommodate for a HTTP request timing out. The service could be down, under heavy traffic, or just poorly coded, or any host of other issues. Whenever I need to simulate a long HTTP request, I use a bit of PHP...
Bitcoin Games Celebrates St. Patrick’s Day With Free Spins Promotion
16.3.2020
The world needs a good cause to cheer right now in these tense times. Luckily, St. Patrick’s Day is coming up this Tuesday, March 17. To celebrate the holiday and give players an extra reason to smile, Bitcoin Games is offering a new free spins promotion. The platform is a provably fair...
Darknet Markets Keep Shipping as Shoppers Shun the Streets
13.3.2020
These are strange times for crypto. While it’s blood in the markets, it’s business as usual on the darknet, where marketplaces are seeing a steady inflow of cryptocurrency. They’re also seeing an inflow of new users as the repercussions of the coronavirus pandemic make online...
Rumors of Bitcoin’s Death Are Greatly Exaggerated
9.3.2020
According to the Bitcoin Obituary Page, Bitcoin died 379 times between 2010-2019 of an astonishing array of causes. The number is undoubtedly understated since it is based on a limited sample of obituaries. Despite the glee with which the corpses of Bitcoin are contemplated, however, cryptocurrency...
Just Dropping Some Type Links
3.3.2020
I've had a bunch of tabs open that just so happen to all be related to typography, so I figured I'd give myself the mental release of closing them by blogging them. How's that for a blog post format for ya: whatever random tabs you've had open for far too long.
Times New Roman is popular on...
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
Australian Court Accepts Cryptocurrency Exchange Account as Security for Legal Costs
28.2.2020
A court in Australia has agreed that a crypto exchange account can be used as security for potential legal expenses. Acknowledging the volatile nature of decentralized digital assets, the judge nevertheless conceded that cryptocurrency is a recognized form of investment in the current uncertain...
How the IRS Audits Cryptocurrency Tax Returns – Filing Expert Shares Example, Insights on AML Focus
23.2.2020
Tax season is one of the most dreaded times of the year for many, and when the added confusion of filing crypto returns is thrown into to the mix, things can get even stickier. News.Bitcoin.com recently talked with Clinton Donnelly of Donnelly Tax Law, a service that specializes in crypto returns....
Prediction: Bitcoin to Rival Gold as a Store of Value in the Digital Age Thanks to Halving
9.2.2020
The total market capitalization of gold is estimated to be above $7 trillion, which is over 38 times that of bitcoin at the moment. However, there are those that think that the cryptocurrency is a better store of value for our age than the precious metal. The latest take on the idea explains...
“resize: none;” on textareas is bad UX
30.1.2020
Catalin Rosu:
Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times when I had to write that text within Notepad++ for example and then just paste...
Bundling JavaScript for Performance: Best Practices
24.1.2020
Performance advice from David Calhoun on how many scripts to load on a page for best performance:
[...] some of your vendor dependencies probably change slower than others. react and react-dom probably change the slowest, and their versions are always paired together, so they...
US Deficit Will Be at Least 6 Times Bitcoin Market Cap — Every Year
24.1.2020
The U.S. budget deficit has shot up 55% as a percentage of GDP since the 1960s
Animate Text on Scroll
13.1.2020
We covered the idea of animating curved text not long ago when a fun New York Times article came out. All I did was peek into how they did it and extract the relevant parts to a more isolated demo.
That demo is here:
See the Pen
Selfie Crawl by Chris Coyier (@chriscoyier)
...
Fantastic Flight API with aviationstack (Sponsored)
9.1.2020
I didn’t fly until I was 25 years of age — I was hopeless in knowing I had to be there early, the process of security, and the whole gate structure. Now that I’ve flown dozens of times for Mozilla, I feel much more comfortable with the process of flying, but feel less comfortable...
The Auto-Flowing Powers of Grid’s Dense Keyword
8.1.2020
Let's say we're working on the homepage of a news website. You're probably used to seeing some card-based content in a grid layout, right? Here's a classic example, The New York Times:
Yeah, something like that.
There are going to be some cards/elements/boxes/whatever that need to take up more...