Search
Ethereum's high gas fee crisis won't be solved by EIP-1559: Coin Metrics report
24.3.2021
Consistently full blocks are the primary reason that gas prices have reached all-time highs
SVGBOX
13.11.2020
I’ve been saying for years that a pretty good icon system is just dropping in icons with inline <svg> where you need them. This is simple to do, offers full design control, has (generally) good performance, and means you aren’t smurfing around with caching and browser support...
Comparing Various Ways to Hide Things in CSS
27.10.2020
You would think that hiding content with CSS is a straightforward and solved problem, but there are multiple solutions, each one being unique.
Developers most commonly use display: none to hide the content on the page. Unfortunately, this way of hiding content isn’t bulletproof because now that...
People Problems
16.10.2020
Just the other day, Jeremy Keith wrote that problems with performance work isn’t only a matter of optimization and fixing code, but also tackling people problems:
It struck me that there’s a continuum of performance challenges. On one end of the continuum, you’ve got technical issues. These can...
Achieving Vertical Alignment (Thanks, Subgrid!)
30.9.2020
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and aligning things horizontally across a page using a 12-column grid. Media queries came along which required a serious mental shift. It solved...
Mysterious Bitcoin mining pattern potentially solved after seven years
31.8.2020
We may not know who Satoshi Nakamoto was, but at least this is one mystery we think we can solve
Here’s How I Solved a Weird Bug Using Tried and True Debugging Strategies
28.8.2020
Remember the last time you dealt with a UI-related bug that left you scratching your head for hours? Maybe the issue was happening at random, or occurring under specific circumstances (device, OS, browser, user action), or was just hidden in one of the many front-end technologies that are part...
A New DeFi Exchange Says It Has Solved An Industry-Wide Problem
11.8.2020
This exchange aggregator thinks it can do better than the exchanges it aggregates
Triple-Entry Bookkeeping: How Satoshi Nakamoto Solved the Byzantine Generals’ Problem
3.8.2020
In 2008, Satoshi Nakamoto essentially solved the infamous computational issue called the “Byzantine generals’ problem” or the “Byzantine Fault.” Throughout the history of man, people used ledgers to record economic transactions and property ownership. A ledger is often...
What If the Too-Strong Dollar Is a Solved Problem? Feat. Jon Turek
17.7.2020
Finance writer Jon Turek argues that between Federal Reserve swap lines, Europe stabilization and a few other factors, the strong dollar problem may be (temporarily) solved
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
How I think about solving problems
4.3.2020
Nicholas C. Zakas:
Eventually, I settled on a list of questions I would ask myself for each problem as it arose. I found that asking these questions, in order, helped me make the best decision possible:
1) Is this really a problem?2) Does the problem need to be solved?3) Does the problem need...
The Mystery of Warren Buffett's Missing Crypto is Solved
25.2.2020
Warren Buffet and Justin Sun appeared to have differing recollections of their lunch - but CNBC stepped in to save the day
Peter Shiff's 'Lost' Bitcoin 'Mystery is Solved'!
23.1.2020
Peter Schiff. Source: a video screenshot, Youtube, Peter Schiff
An outspoken Bitcoin critic who recently rage-quit crypto has been forced into an embarrassing u-turn – after mixing up his wallet PIN with his password.
Peter Schiff, the CEO of Euro Pacific Capital and one of the most prominent...
South Korean Startup Claims to Have Solved Blockchain’s Speed Problem
4.12.2019
South Korean startup reportedly develops a new technology that reduces blockchain transaction times to fractions of a second
One of Defi’s Greatest Problems Might Have Just Been Solved
25.11.2019
What’s the greatest challenge facing the decentralized finance ecosystem? Improving user experience? Onboarding the unbanked? Actually, the biggest problem defi has faced up until now has lain deeper than that. It resides at the base layer, where one of the longest-running afflictions...
Android Tool Lets You Check Crypto Payment Apps for Double-Spends
13.10.2019
The risk of double-spending has traditionally been a major obstacle to creating and fully using digital money. A flaw of this kind would be detrimental to the credibility of any system claiming to provide universal solutions to the financial needs of our era. Whoever created Bitcoin elegantly...
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...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Bundle Splitting, Deferred Loading and Prefetching
29.5.2019
Since the advent of module bundling, we thought all our asset request got solved because the bundler hands us a single bundle that represents everything. We just shove this bundle right into our ap
20-Year-Old Cryptographic Puzzle Is Solved and Stamped in the Bitcoin Cash Blockchain
17.5.2019
A fiendishly tricky puzzle that has baffled cryptographers for two decades has been solved, and the proof preserved on the BCH and BTC blockchains. The feat, which was achieved 15 years earlier than the puzzle’s architects had anticipated, was commemorated with another premature reveal...