Search
Raoul Pal: Expect the 'path of most pain' around December
5.11.2021
Pal says that the upcoming release of ETH 2.0 and and ETH ETF will extend the crypto market cycle
Exploring the CSS Paint API: Rounding Shapes
22.10.2021
Adding borders to complex shapes is a pain, but rounding the corner of complex shapes is a nightmare! Luckily, the CSS Paint API is here to the rescue! That’s what we’re going to look at as part of this “Exploring …
The post Exploring the CSS Paint API: Rounding Shapes appeared first...
Pokemon Go's About To Make Egg Hatching Less Of A Pain
14.10.2021
Niantic announced Wednesday that it’s planning to test a new raft of “minor gameplay adjustments” for Pokémon Go over the next few months. Among them, at long last, there are plans to improve the experience for new players starting the game today.Read more
Bank of Spain Criticizes El Salvador’s Foray Into Bitcoin
13.10.2021
The Bank of Spain, the central bank of the country, criticized the adoption process El Salvador chose when declaring Bitcoin legal tender last month. In a report titled “The role of crypto assets as legal tender: the example of El Salvador,” the bank examines several pain points...
Far Cry 6's PlayStation Save Transfers Are A Pain In The Ass
12.10.2021
We’re really gonna do this song and dance again, aren’t we? Far Cry 6 players are having trouble starting a new game file on PlayStation 4 and continuing that same save file on PlayStation 5. It’s a similar problem to the one that plagued blockbusters like Marvel’s Avengers and Final Fantasy...
Exploring the CSS Paint API: Polygon Border
20.9.2021
Nowadays, creating complex shapes is an easy task using clip-path, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific “hacky” code for each particular …
The post Exploring the CSS Paint API: Polygon Border appeared...
Bitcoin Miners May Face Major Semiconductor Shortage — Sub-16 Nanometer Chip Costs to Rise by 20%
25.8.2021
Fears of a major semiconductor chip shortage have started to make headlines again as the chips power nearly everything from new cars, phones, computers, and a myriad of other items. Reports stemming from Malaysia show that semiconductor manufacturers are dealing with an uptick in Covid-19 cases...
In GTA Online, Being Rich and Owning Everything Is A Pain In The Ass
30.7.2021
Heads up: I’m about to sound like a rich, privileged asshole. In real life, I write about video games for a living, so I’m lucky to have an apartment. But in Grand Theft Auto Online, I’m a rich prick who owns a piece of every criminal enterprise in Los Santos. So yes, I’m here to complain about...
Learnings From a WebPageTest Session on CSS-Tricks
28.7.2021
I got together with Tim Kadlec from over at WebPageTest the other day to use do a bit of performance testing on CSS-Tricks. Essentially use the tool, poke around, and identify performance pain points to work on. You can watch …
The post Learnings From a WebPageTest Session on CSS-Tricks...
Hideo Kojima Conspiracy Theory Ends With Tears
21.6.2021
A week ago, most people didn’t know that Abandoned was an upcoming indie horror game for the PS5, or that it was being made by Danish developer Blue Box Game Studios. Now both are at the heart of gaming’s latest conspiracy theory that Metal Gear designer Hideo Kojima is secretly involved...
T-Pain Throws Racist Call of Duty Players Straight Into The Trash
30.4.2021
T-Pain may have been in the news today for his heartbreaking Instagram confession, but don’t let that distract you from the fact he has also been busy distributing swift and remorseless justice to racist assholes on Call of Duty.Read more
Eliminating five top compatibility pain points on the web
23.4.2021
Robert Nyman and Philip Jägenstedt:
Google is working with other browser vendors and industry partners to fix the top five browser compatibility pain points for web developers. The areas of focus are CSS Flexbox, CSS Grid, position: sticky, 
…
The post Eliminating five...
Five Top Quality APIs
13.4.2021
It’s easy to think about creating beautiful UIs for presenting data when you don’t consider the effort that goes into gathering and serving the data itself. Here’s the thing — thanks to apilayer, you can focus on your UIs and not the pain of API creation. No need to worry...
Orbs Introduces Single-Sided Liquidity Farming to Optimize Defi Returns
3.4.2021
Public blockchain infrastructure provider Orbs is delivering a next-generation liquidity solution designed to encourage greater defi participation by separating stablecoin pooling from cryptocurrency pooling. Liquidity Nexus Protocol Aims to Forge Better Connections Between Defi and Cefi...
Creating Patterns With SVG Filters
15.3.2021
For years, my pain has been not being able to create a somewhat natural-looking pattern in CSS. I mean, sometimes all I need is a wood texture. The only production-friendly solution I knew of was to use an external image, …
The post Creating Patterns With SVG Filters appeared first...
A Spreadsheet Importer You’ll Enjoy Using
12.11.2020
A great developer tool takes a painful task that would normally be a developer’s entire job, and makes it a pleasure to do. As a personal example, I’ve needed to build an image uploading experience many times in the past. I’ve hand-coded them and experienced far too much pain doing that. Then...
Smarter Ways to Generate a Deep Nested HTML Structure
21.10.2020
Let’s say we want to have the following HTML structure:
<div class='boo'<div class='boo'<div class='boo'<div class='boo'<div class='boo'</div</div</div</div</div
That’s real a pain to write manually. And the reason why this post was born was being...
Never Build a CSV Importer Again
20.8.2020
(This is a sponsored post.)
CSV import as a process is broken. Messy customer data, edge cases, encoding formats, error messages, non-technical users: importing data into applications is a huge pain! Ingesting data has been long neglected as a software product experience, leading to customer...
Building Custom Data Importers: What Engineers Need to Know
6.8.2020
Importing data is a common pain-point for engineering teams. Whether its importing CRM data, inventory SKUs, or customer details, importing data into various applications and building a solution for this is a frustrating experience nearly every engineer can relate to. Data import, as a critical...
A Font-Like SVG Icon System for Vue
24.7.2020
Managing a custom collection of icons in a Vue app can be challenging at times. An icon font is easy to use, but for customization, you have to rely on third-party font generators, and merge conflicts can be painful to resolve since fonts are binary files.
Using SVG files instead can eliminate...