Search
Acala, VCs Commit $250M for Polkadot DeFi Investments
23.3.2022
The fund will be used to back companies with use cases for Acala’s aUSD stablecoin
Using the Reflog to Restore Lost Commits
30.11.2021
This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about future articles!
The “Reflog” is one of Git’s lesser-known features—but one that can be extremely …
The post Using the Reflog to Restore Lost Commits appeared first...
Interactive Rebase: Clean up your Commit History
12.11.2021
Interactive Rebase is the Swiss Army knife of Git commands: lots of use cases and lots of possibilities! It's really a great addition to any developer's tool chain, because it lets you revise your local commit history—before you share your work with the rest of the team. Let's see what you can...
Wu-Tang Clan’s Unreleased Album Changes Hands From Martin Shkreli to an NFT Art Collective
27.10.2021
After fighting in court since 2015, the former hedge fund manager Martin Shkreli was sentenced to seven years in prison for conspiring to commit securities fraud and he was forced to pay $7.4 million in fines. One of Shkreli’s prized possessions, an unreleased Wu-Tang Clan album, was seized...
US Senators Urge Facebook to Discontinue Crypto Wallet Pilot Citing ‘Insufficient’ Ability to Keep Consumers Safe
21.10.2021
A group of U.S. senators has asked Facebook CEO Mark Zuckerberg to discontinue his company’s crypto wallet pilot and commit to not bringing the cryptocurrency Diem to market. “Facebook cannot be trusted to manage a payment system or digital currency when its existing ability to manage...
Better Collaboration With Pull Requests
11.10.2021
This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about the next articles!
In this third installment of our “Advanced Git” series, we’ll look at …
The post Better Collaboration With Pull Requests appeared first...
Creating the Perfect Commit in Git
30.9.2021
A commit can be something that helps us stay on top of things. It can be a container for related changes that belong to one and only one topic, and thereby make it easier for us to understand what happened.
In this post, we’re talking about what it takes to produce the "perfect" commit.
The post...
Man Offers to Buy 111 Tesla Model 3s if Elon Musk’s Company Accepts Bitcoin Cash for Payments
22.4.2021
On April 20, a video stemming from the Youtube channel called “1stmil.com” has the Bitcoin Cash community talking. The host of the channel sitting in a Tesla dealership parking lot explains in his recent video that if Elon Musk gets Tesla to accept bitcoin cash directly for cars,...
Ethereum 2.0 closes in on $4B value locked as stakers commit over 2% of supply
19.1.2021
Ethereum is now the third largest blockchain by stake committed, and has plenty of room to grow
How to Automate Project Versioning and Releases with Continuous Deployment
2.11.2020
Having a semantically versioned software will help you easily maintain and communicate changes in your software. Doing this is not easy. Even after manually merging the PR, tagging the commit, and pushing the release, you still have to write release notes. There are a lot of different steps,...
Open Prioritization
14.7.2020
Like Kickstarter, but for Web Platform Features.
That’s about the quickest way to sum up Open Prioritization from Igalia. Igalia is an independent company that works on browsers. They literally commit to all the different open source browsers to implement (and fix) features that we all use....
‘Overwhelming Evidence’ – Prosecutors File Motion to Dismiss Alleged Onecoin Lawyer’s Appeal
27.3.2020
While Onecoin’s crypto queen Ruja Ignatova remains at large, U.S. resident Mark Scott is trying to get his verdict acquitted after being accused of helping Onecoin leaders, including Ignatova, launder money and commit fraud. Also read: ‘What Bitcoin Did’ – Scanning...
How to Set a Default Commit Message
2.3.2020
Having a default commit message is really useful for a number of reasons: It can formalize your commit messages It serves as a good reminder for the information you should add to your commit message, like issue number If you set it to “Drunk AF, don’t accept this” To set a default...
Wikileaks Gathers $37M in BTC Since 2010 – Over $400K Sent After Julian Assange’s Arrest
26.2.2020
The world was shocked when Wikileaks cofounder Julian Assange was arrested in April after being cooped up in the Ecuadorian Embassy in London since 2012. Following his arrest, the original Wikileaks bitcoin address saw significant support as $32,000 worth of BTC poured into the wallet in two days....
Collective #589
13.2.2020
Toward Responsive Elements * The wonderful sound of an atomic commit * OpenChakra * drop.lol * GitHub CLI beta
Collective #589 was written by Pedro Botelho and published on Codrops
JAMstack vs. Jamstack
21.1.2020
It's just a word to evoke the idea that serving as much as you can statically while using client-side code and hitting serverless APIs for any needs after that.
The "official website" changed their language from JAMstack (evoking the JavaScript, APIs, and Markup acronym) to Jamstack. It's nothing...
Collective #566
18.11.2019
Supermaya * Masks * Gifolio * Build your own React * SWR * First Commit * Fresh Folk
Collective #566 was written by Pedro Botelho and published on Codrops
How I Learned to Stop Worrying and Love Git Hooks
30.9.2019
The merits of Git as a version control system are difficult to contest, but while Git will do a superb job in keeping track of the commits you and your teammates have made to a repository, it will not, in itself, guarantee the quality of those commits. Git will not stop you from committing code...
IRS Expands Penalties: Which Tax Mistakes Are Better Not to Commit
2.9.2019
With crypto, the IRS is digging hard, investigating both tax evasion and just poor compliance. What the IRS considers “willful” vs. “non-willful” tax flubs have huge consequences
Zdog
24.7.2019
David DeSandro has loads of super cool JavaScript libraries he's created over the years. His latest is Zdog, a "round, flat, designer-friendly pseudo-3D engine for canvas & SVG." It's only been about a month since he dropped it (although, like any good library, it's been simmering) and it...