Search
Crypto.com Rolls Back ‘Illegitimate Trades’ After System Maintenance
23.9.2020
A Bit on CI/CD
27.8.2020
I’d say “website” fits better than “mobile app” but I like this framing from Max Lynch:
Every production mobile app ultimately has a set of recurring tasks around integration, testing, deployment, and long term maintenance. These tasks often must be automated across...
Designing a JavaScript Plugin System
25.8.2020
WordPress has plugins. jQuery has plugins. Gatsby, Eleventy, and Vue do, too.
Plugins are a common feature of libraries and frameworks, and for a good reason: they allow developers to add functionality, in a safe, scalable way. This makes the core project more valuable, and it builds a community...
Where Does Logic Go on Jamstack Sites?
24.8.2020
Here’s something I had to get my head wrapped around when I started building Jamstack sites. There are these different stages your site goes through where you can put logic.
Let’s look at a special example so you can see what I mean. Say you’re making a website for a music venue. The most...
Single Miner Reorgs Ethereum Classic – Devs Report a Chain Split
1.8.2020
Members of the Ethereum Classic team reported that the network suffered a reorganization (reorg) today. The blockchain network is asking service providers to halt deposits while it carries out maintenance of the chain. The latest event follows a similar attack in January 2019, which led to some...
Levels of Fix
20.7.2020
On the web, we have the opportunity to do work that fixes things for people. It’s fascinating to me how different the scope of those fixes can be.
Consider the media query prefers-reduced-motion. Eric wrote:
I think it’s also worth pointing out the true...
How to delete all node_modules directories from your computer
8.7.2020
Nice tip from Chris Ferdinandi:
My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some cases. Over a few dozen projects, that really adds up!
Two dozen projects with 200 MB worth of node_modules? That’s nearly 5 GB of space for...
Why does writing matter in remote work?
12.5.2020
Talk to anyone who has an active blog and I bet they’ll tell you it’s been valuable to them. Maybe it’s opened doors. Maybe it’s got them a job. Maybe it’s got them a conference invite. Maybe they just like the thrill of knowing people have read and responded to...
The Vacate Manifesto: How Today’s Technology Can Solidify Abolitionist Goals
12.4.2020
20 years ago the cypherpunks of the new internet era came up with vast ideas describing privacy, anonymity, and encryption. Some of them brought these ideas to practice. ***The following is a featured manifesto written in 2015 by Jamie Redman that first appeared on the website notbeinggoverned.com...
OKEx Undergoes Maintenance, Becomes Top BTC Futures Exchange
13.3.2020
OKEx became the top exchange for Bitcoin futures after maintenance during exceptionally high trading volumes
JavaScript Libraries Are Almost Never Updated Once Installed
5.3.2020
Some commentary from Zack Bloom on the Cloudflare Blog, looking at requests to CDNJS for versions of jQuery.
What we don’t see is a decline in our old versions which come close to the volume of growth of new versions when they’re released. In fact the release of 3.4.1, as popular as it quickly...
Aircraft Maintenance, Repair Industry Is Latest to Form Blockchain Alliance
5.2.2020
Leading global aircraft maintenance, repair and overhaul firms believe blockchain can help them solve many of the industry’s pain points
Dethronement, Maintenance, Breakup and 20 Crypto Jokes
11.1.2020
This week saw BTC rally above USD 8K, while altcoins dropped, and BitPay CCO said that BTC will surpass USD 20K, but with a surprise. While more altcoins are expected to be integrated by mining pools, the ousted co-founder of Bitmain made a legal move to dethrone Jihan Wu. Telegram confirmed that...
COSS Exchange Locks Customer Funds During 3-4 Week ‘Maintenance’
8.1.2020
The Singapore-based COSS cryptocurrency exchange has announced that it will deny its 200,000 customers from accessing to around USD 2 million worth of funds for the following three to four weeks while its site undergoes maintenance.
On Tuesday, COSS told users there was no call for “panic,”...
Proof of Keys Day Returns on Bitcoin’s 11th Birthday
3.1.2020
Last year’s inaugural Proof of Keys day didn’t see massive amounts of bitcoin withdrawn judging by onchain data – but it did serve to educate a community. Trace Mayer’s call to arms also put exchanges on notice, with some disabling withdrawals, citing unscheduled...
PSA: It’s That Time to Update the Copyright Year on Your Site
1.1.2020
Every year about this time I see articles going around reminding people how to update the copyright on their websites. Usually somewhere in the footer. You know, a line like:
© Copyright 2007-2019 CSS-Tricks
I am very absolutely not a lawyer, but this is how I understand it:
You don't actually...
scrapestack: An API for Scraping Sites
12.11.2019
(This is a sponsored post.)
Not every site has an API to access data from it. Most don't, in fact. If you need to pull that data, one approach is to "scrape" it. That is, load the page in web browser (that you automate), find what you are looking for in the DOM, and take it.
You can do this...
Simplicity
12.9.2019
Earlier this week, Bastian Allgeier published some interesting thoughts about complexity in web development and how changing simple things can often feel far more difficult than they need to be:
You want to build a JS file? Please update Webpack first. Oh, that new version of Webpack is no longer...
Model-Based Testing in React with State Machines
4.9.2019
Testing applications is crucially important to ensuring that the code is error-free and the logic requirements are met. However, writing tests manually is tedious and prone to human bias and error. Furthermore, maintenance can be a nightmare, especially when features are added or business logic...
Bitcoin’s Big Price Drop Is the Latest in a Long History of Flash Crashes
28.6.2019
On Wednesday, June 26, the price of BTC came close to reaching $14K. One hour later, it had dropped by close to 18%. Such events are known as a flash crash, a moment in time where a rapid-sell off happens and often times a few exchanges become inoperable. Over the last few years, especially when...