Search
Terra Blockchain Temporarily Stops Block Production, Aims to Restart Network With a Patch
12.5.2022
At 12:14 p.m. (ET), the Twitter account operated by the Terra team announced that the Terra blockchain network had been halted. According to the Terra developers’ tweet, Terra validators needed to apply a patch to further disable delegations. Terra Blockchain Halts in Order to Prevent...
Opensea CEO Dismisses $200 Million Hack Rumor, Claims Incident Was a Phishing Attack
20.2.2022
Opensea co-founder and CEO, Devin Finzer, has denied rumors that the non-fungible token (NFT) marketplace’s codebase was breached and that attackers had stolen $200 million. According to Finzer, an investigation had shown that the attacker had $1.7 million worth of ethereum in his wallet...
Building a newbie-friendly codebase
3.2.2022
Pedro Santos suggests:
Using naming conventions such that you can learn them once and apply them everywhere
Unidirectional data flows. Make it easy to follow the app flow.
No magic numbers. I’d add they are even worse in CSS
…
Building a newbie-friendly codebase originally published...
Bastyon Inventor Daniel Satchkov Explains the Importance of Using an Open Source Social Media Platform
23.1.2022
Bastyon.com is a social platform built on the Bitcoin foundation. It is decentralized with no central serve. Bastyon’s codebase is open source, and everything is governed by the users themselves. Bastyon’s core concept is censorship resistance. It can work even with domains...
How to Flatten git Commits
7.1.2022
One of my least favorite tasks as a software engineer is resolving merge conflicts. A simple rebase is a frequent occurrence but the rare massive conflict is inevitable when many engineers work in a single codebase. One thing that helps me deal with large rebases with many merge conflicts...
Highly Anticipated Bitcoin Upgrade Taproot Activates — Taproot Script-Spends Seen in the Wild
14.11.2021
Bitcoin advocates are celebrating the successful implementation of the Taproot upgrade after block height 709,632. The upgrade was highly anticipated as it was one of the biggest changes since the introduction of Segregated Witness (Segwit) in 2017. After the upgrade was completed, the Bitcoin...
While Musk Mentions Doge Improvements, Dogecoin Developers Continue to Address Scaling Concerns
25.10.2021
On Sunday, Elon Musk discussed his relationship with the Dogecoin Foundation and he mentioned a few improvements he’d like to see implemented via Dogecoin Core’s codebase. Meanwhile, Github metrics show developers have been working on Dogecoin Core during the last few months and...
Cash (Tiny jQuery Alternative)
11.10.2021
The README for Cash is straightforward:
Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods
…
The...
Writing Your Own Code Rules
8.10.2021
There comes a time on a project when it’s worth investing in tooling to protect the codebase. I’m not sure how to articulate when, but it’s somewhere after the project has proven to be something long-term and rough edges …
The post Writing Your Own Code Rules appeared first...
Conditional Border Radius In CSS
5.10.2021
Ahmad Shadeed documents a bonafide CSS trick from the Facebook CSS codebase. The idea is that when an element is the full width of the viewport, it doesn’t have any border-radius. But otherwise, it has 8px of border-radius. …
The post Conditional Border Radius In CSS appeared first...
Pnetwork Protocol Gets Hacked, Loses 277 Bitcoin on Binance Smart Chain
21.9.2021
Pnetwork, a multi-chain bridging protocol, announced it was hacked yesterday, losing 277 pbtc (its bridged version of bitcoin) on Binance Smart Chain. The protocol acknowledged that an attacker managed to exploit a bug in its codebase to take control of the stolen bitcoin. The bridging contracts...
Collective #674
12.8.2021
HTTP/3 From A To Z * Foundations * Visualizing a codebase * Grids * Wicked Backgrounds
The post Collective #674 appeared first on Codrops
Media Queries in Times of @container
15.6.2021
Max Böck took me up on my challenge to look through a codebase and see how many of the @media queries could ultimately become @container queries.
I took the bait and had a look at some of my projects –
…
The post Media Queries in Times of @container appeared first on CSS-Tricks.
You...
Marathon’s Bitcoin Mining Pool Will ‘No Longer Filter Transactions’ — Marapool Begins Signaling for Taproot
1.6.2021
On Monday, the publicly-listed enterprise mining firm Marathon Digital Holdings announced the company has adopted the latest codebase offered by Bitcoin Core developers that features Taproot. Marathon is now signaling for Taproot according to the announcement. The North American bitcoin miner...
Beaxy Accelerates Automated Trading Through Hummingbot Partnership
21.3.2021
PRESS RELEASE. Chicago, Illinois, USA – Hummingbot.io, a premier open-source algorithmic trading project, has chosen to incorporate Beaxy Exchange into its most recent software release, allowing Beaxy users to take advantage of 24/7 automated high-frequency trading on a U.S. based...
Blockchain Projects Detoken and Anyhedge Launch Bringing Defi to Bitcoin Cash
30.12.2020
On December 30, the decentralized finance (defi) platform Detoken and the firm General Protocols announced the launch of Anyhedge, the first public defi product built on the Bitcoin Cash network. Detoken users will be able to hedge or long their bitcoin cash and earn a funding premium while holding...
Can Github Remove the Bitcoin Codebase? Recent Repository Takedown Has Proponents Worried
26.10.2020
On October 23, the Microsoft-owned Github leveraged an ostensible DMCA takedown in order to remove 18 projects from the code-hosting portal. According to sources, the takedown stemmed from a request filed by the Recording Industry Association of America (RIAA). Github’s recent move has made...
US Federal Reserve Reveals Building a Digital Dollar Codebase With MIT
15.8.2020
The U.S. central bank has been working on creating a digital dollar, according to a recently published transcript from Federal Reserve Board Governor Lael Brainard. On Thursday, she told participants attending “San Francisco’s Innovation Office Hours” webcast, that the Fed...
Privacy-Enhancing Protocol Cashfusion Completes Security Analysis
30.7.2020
Just a few days prior to the Bitcoin Cash anniversary, BCH fans found out that the Cashfusion audit from Kudelski Security is now complete. Electron Cash engineer Jonald Fyookball announced the audit was finished and said the protocol “passed, mostly with flying colors.” Last February...
Collective #614
16.7.2020
The WET Codebase * zerodivs.com * Super Expressive * Webwaste * What is CSS Specificity? * 3D Radio
The post Collective #614 appeared first on Codrops