Search
How Small Business Can Achieve ‘Economies of Scale’ By 2030
24.9.2020
Blockchain tech will allow small businesses to collaborate as never before, reducing the power of big business to dictate terms
Bitcoin And Ethereum Scale Slower Than Cryptoverse Grows
6.9.2020
Scalability is a specter that won’t stop haunting crypto. While certain (mostly newer and less decentralized) blockchains — Ripple (XRP), EOS, and Tron — boast the ability to handle thousands of transactions per second, many of the larger, established, more decentralized and secure blockchains...
Hashgraph Sets to Scale a Mental Health Platform to Billion Users
22.8.2020
Could their partnership with a new age guru save lives?
Bitcoin Users Leery of Tor: 23% of the Network’s Exit Capacity Compromised
13.8.2020
Hackers are stealing bitcoin through the large-scale use of malicious relays on the Tor network according to a newly published research report on the subject. The researcher dubbed “nusenu” said he warned people about the growing problem in December 2019 but instead of improving...
Warp SVG Online
6.8.2020
The warping is certainly the cool part here. Some fancy math literally transforms the path data to do the warping. But the UX detail work here is just as nice. Scrolling the page zooms in and out via a transform: scale() on the SVG wrapper (clever!). Likewise, holding the spacebar lets you...
J. A. McDonald: The Longest Running Case of Mass Hysteria
26.7.2020
It is a mass delusion on an epic scale, beyond that of any known mental illness or fallacious belief. It is neither genetic nor viral nor bacterial, yet it has spread to each corner of the world and overtaken it. Statism, the belief in a forceful and coercive government, is an affliction that...
1,000 People Had Access to Twitter ‘God Mode’ — 130 Accounts Targeted by Hackers
25.7.2020
More than 1,000 Twitter employees and contractors reportedly had access to Twitter’s “God mode” earlier this year, before the recent large-scale hack that saw many high-profile accounts tweet about a bitcoin giveaway. Twitter has confirmed that 130 accounts were targeted,...
WordPress.com Growth Summit
23.7.2020
I’m speaking at The Official WordPress.com Growth Summit coming up in August. “Learn how to build and grow your site, from start to scale”, as they say. Lovely, thick, diverse set of speakers. It’s a little bit outside my normal spheres which makes...
Unicef Funding Startups With Cryptocurrency for Covid-19 Relief
21.6.2020
The United Nations Children’s Fund (Unicef) has announced its largest cryptocurrency investment funding of startups. Eight companies in seven countries will use Unicef’s crypto fund to develop prototypes, pilot, or scale their technologies. Several of them are working on mitigating...
Reddit Asks Ethereum Community For Help to Scale Tokens for 430M Users
19.6.2020
Reddit has partnered with the Ethereum Foundation to explore scaling solutions for its crypto-powered rewards system, asking the crypto community to submit and vet proposals
Eidoo Burns 28 Million $EDO in Preparation for Governance Token Upgrade on June 18th
11.6.2020
Switzerland, 11th June 2020. Swiss-based crypto platform Eidoo has today burned almost one third (1/3rd) of the total supply of utility token $EDO as they prepare for its June 18th token upgrade, in collaboration with sister company Provable Things. In one of the largest-scale token burns in...
Charles Hoskinson: Recursive SNARKs Could Help Bitcoin Scale
5.6.2020
Charles Hoskinson believes that this complex cryptographic technique could have helped avoid the Bitcoin Civil War that led to the formation of Bitcoin Cash
How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale
5.6.2020
This article is about my experience using Brotli at production scale. Despite being really expensive and a truly unfeasible method for on-the-fly compression, Brotli is actually very economical and saves cost on many fronts, especially when compared with gzip or lower compression levels...
Increment Issue 13: Frontend
30.5.2020
Increment is a beautiful quarterly magazine (print and web) published by Stripe “about how teams build and operate software systems at scale”. While there is always stuff about making websites in general, this issue is the first focused on front-end¹ development.
I’ve got...
Analyst Is 'Surprised’ There Hasn’t Been a Large-Scale Attack on Bitcoin Cash Yet
25.5.2020
A crypto asset analyst said that the Bitcoin Cash hashrate fell by 30% since having and only accounts for about 2% of the SHA-256 hashrate
Halving Sell-Off Temporary, BTC to Hit $20,000 by Year End, Says Billionaire Investor Novogratz
13.5.2020
Bitcoin (BTC) may not have pumped at the scale expected by many halving optimists, but Wall Street billionaire Michael Novogratz insists that the price will hit $20,000 by year-end. The Galaxy Digital founder and chief executive officer on Monday told CNBC that bitcoin’s surge was inevitable...
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
Rethinking Twitter as a Serverless App
23.4.2020
In a previous article, we showed how to build a GraphQL API with FaunaDB. We’ve also written a series of articles [1, 2, 3, 4] explaining how traditional databases built for global scalability have to adopt eventual (vs. strong) consistency, and/or make compromises on relations and indexing...
Building a Scalable CSS Architecture With BEM and Utility Classes
21.4.2020
Maintaining a large-scale CSS project is hard. Over the years, we’ve witnessed different approaches aimed at easing the process of writing scalable CSS. In the end, we all try to meet the following two goals:
Efficiency: we want to reduce the time spent thinking about how things should...
No-Class CSS Frameworks
13.4.2020
I linked up Water.css not long ago as an interesting sort of CSS framework. No classes. No <h2 class="is-title">. You just use semantic HTML and get styles. Is that going to “scale” very far? Probably not, but it sure is handy for styling things quickly, where — of course...