Search
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...
‘Bitcoin Is Not a Privacy Coin’ Says Crypto Evangelist Andreas Antonopoulos
9.7.2020
Andreas Antonopoulos discussed how he desired to see Bitcoin have more “privacy features” in a recent live stream Q&A session published on Youtube on July 7. Antonopoulos discussed the privacy-centric coin monero and concepts like stealth addresses and ring signatures. Every once...
How to Disable Code: The Developer’s Production Kill Switch
25.6.2020
The following is a guest post written by Carlos Schults.
Being able to disable code in production is a power that many developers aren’t aware of. And that’s a shame. The ability to switch off some portions—or even complete features—of the codebase can dramatically improve the software development...
$9M and Over 4,500 Fusions – Bitcoin Cash Supporters Anticipate the Cashfusion Audit
27.5.2020
Since November 28, 2019, the Cashfusion protocol has helped facilitate 4,583 fusions to-date with roughly 40,564 bitcoin cash ($9.1M). Cashfusion is an extension of the Cashshuffle platform and the protocol has been deemed “far more practical than other coinjoin protocols.” Bitcoin Cash...
Litecoin Mimblewimble Integration Sees Test Build and Codebase Progress
4.5.2020
Litecoin and Grin++ developer, David Burkett, has posted an April progress update on Litecoin’s Mimblewimble integration, claiming that a testing framework has been built and codebase integration has started
Anyhedge to Launch Blockchain-Enforced Synthetic Derivatives for Bitcoin Cash
2.4.2020
Developers from the organization General Protocols have announced the launch of a synthetic derivatives platform built on Bitcoin Cash. The project Anyhedge aims to be the first decentralized finance (defi) protocol on any branch of Bitcoin and the platform will launch in cooperation with...
Film Reels and Steel: Github Plans to Archive Bitcoin Code for 1,000 Years
1.4.2020
The Microsoft subsidiary, Github recently revealed the “Archive Program,” an initiative that aims to preserve open source technologies for 1,000 years. The newly launched effort plans to store snapshots of open source technology 250 meters underground on the Norwegian island...
Bitcoin Codebase Preserved for 1,000 Years in Archive Under Arctic Ice
1.4.2020
GitHub is to archive the Bitcoin codebase and store it under the Arctic permafrost for 1,000 years
Teamstack: Easy Automation of Identity Management (Sponsored)
23.3.2020
Access management can be a bit of a nightmare, especially when we realize that we rely on a number of different, independent services that power our organizations. Many businesses use Gmail for email, Google Docs for documents, Slack for communication, GitHub for their codebase, etc. Yet each...
‘A Drop-in Replacement for ABC’ – BCH Devs Release Bitcoin Cash Node Software
28.2.2020
On February 27, a group of developers behind the Bitcoin Cash Node implementation released the first version of the project’s codebase. The new client is essentially a drop-in replacement for Bitcoin ABC 0.21.0, as the code aims to disable the Infrastructure Funding Proposal (IFP). Also Read:...
Raising $100K for Cashfusion’s Security Audit, Bitcoin.com Matches Donations to Improve BCH Privacy
26.2.2020
Bitcoin.com is a proponent of privacy and we have been monitoring Bitcoin Cash projects like Cashshuffle and Cashfusion closely. Last March, Cashshuffle was officially released after a security audit from Kudelski Security, and since then millions of dollars worth of BCH have been shuffled. Our...
BCH Funding Debate: Developers Plan to Launch IFP-Free Version of Bitcoin ABC
20.2.2020
On February 19, a group of well known software developers announced the launch of a new Bitcoin Cash full node with the Infrastructure Funding Plan (IFP) removed from the codebase. The news was announced on the read.cash platform by the developer Freetrader who told the public that strong demand...
5% of Block Rewards – Bitcoin ABC Will Add Infrastructure Funding Plan in Next Release
15.2.2020
Bitcoin ABC developers published a blog post on Saturday which discusses the miner Infrastructure Funding Plan (IFP) and the team told the community the software engineers have been “requested” to implement IFP. According to the developers, the code for IFP will be implemented in...
What Are Altcoins and Why Are There Over 5,000 of Them?
10.2.2020
According to crypto market capitalization aggregators, there are more than 5,000 cryptocurrencies in existence today and over 20,000 different types of markets. BTC is the oldest and most known digital asset and most everything else has been typically referred to as an “altcoin.”...
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...
Gavin Andresen Speaks About Ethereum’s Tornado and Wallet Privacy
15.1.2020
Over the last couple of years. the former lead maintainer of the Bitcoin Core (BTC) repository Gavin Andresen has been quiet in regards to the crypto ecosystem. Andresen hasn’t been developing any projects and once in a while makes a comment or two about the digital currency industry....
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...
A Codebase and a Community
27.9.2019
I woke up one morning and realized that I had it all wrong. I discovered that code and design are unable to solve every problem on a design systems team, even if many problems can be solved by coding and designing in a dark room all day. Wait, huh? How on earth does that make any sense? Well...
In Search of a Stack That Monitors the Quality and Complexity of CSS
12.8.2019
Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding...
Developing a robust font loading strategy for CSS-Tricks
10.7.2019
Zach Leatherman worked closely with Chris to figure out the font loading strategy for this very website you're reading. Zach walks us through the design in this write-up and shares techniques that can be applied to other projects.
Spoiler alert: Font loading is a complex and important part of...