Search
Crypto Users Claim Popular Bitcoin Paper Wallet Generator Is Compromised, Millions Allegedly Stolen
25.2.2021
A number of forum posts and tweets say that the website bitcoinpaperwallet.com is compromised and people have said they have lost bitcoin using the paper wallet generator. Three years ago the website domain changed ownership and ever since then losses have been reported on Reddit forums...
You want…
17.2.2021
I’ve been enjoying these little “You want…” style posts. Post titles like that are a little more… forceful for my normal taste, but I like the spirit of sharing a best practice that perhaps isn’t well-known-enough.
Killian started it with
…
The post...
Maximally optimizing image loading for the web in 2021
16.2.2021
Malte Ubl’s list for:
8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display.
Fluid width images in CSS, not forgetting the height and width attributes
…
The post Maximally optimizing image...
Cardano approaches a new major upgrade as ADA posts an inspired rally
14.2.2021
Cardano’s Mary upgrade and token gains are poised to compete with Ethereum, while metrics suggest that Ethereum is still king
South Korean Telecoms Giant KT Posts ‘Sevenfold’ Blockchain Profits
10.2.2021
The coronavirus pandemic has slowed down trade in a huge swathe of industries, but some, such as the telecommunications sector – appear to be thriving, with blockchain sales rising for KT, one of South Korea’s biggest mobile carriers.
Per Newsian, KT’s operating profits rose by 2% in the past...
Some React Blog Posts I’ve Bookmarked and Read Lately
5.2.2021
The React Hooks Announcement In Retrospect: 2 Years Later — Ryan Carniato considers hooks to be the most significant turning point in front end in the past five years, but he also says hooks have muddied the waters as well.
…
The post Some React Blog Posts I’ve Bookmarked and Read...
Some Typography Blog Posts I’ve Bookmarked and Read Lately
4.2.2021
Font-size: An Unexpectedly Complex CSS Property — From Manish Goregaokar in 2017. Of many oddities, I found the one where font: medium monospace renders at 13px where font: medium sans-serif renders at 16px particularly weird.
The good line-height — Since
…
The post Some Typography Blog...
Ethereum posts new highs as DeFi gas fees top $1,000 on complex protocols
4.2.2021
With Ethereum’s fees rocketing to new highs amid Ether’s rally into new price highs, the fees associated with using some complex DeFi protocols has increased above $1,000
Some Performance Blog Posts I’ve Bookmarked and Read Lately
3.2.2021
Back/forward cache — I always assumed browsers just do fancy stuff with the back/forward buttons and us developers had very little control. Philip Walton tells us it’s critical that we understand “what makes pages eligible (and ineligible) for bfcache to
…
The post Some...
Fallout Mod Pulled After Artist Allegedly Posts "Animated Pedophillic Content"
28.1.2021
We only wrote about the big new Fallout: New Vegas mod The Frontier last week when it was released! And now we’re writing about it again, because the mod has been “hidden” (basically temporarily removed) from Nexus Mods and pulled from its own website after allegations that one of its artists...
Noise.cash: Social Microblogging App Fueled by Bitcoin Cash Tips Gathers Traction
18.1.2021
For quite some time now, bitcoin cash users have been leveraging the web portal read.cash in order to write blog posts, connect with like-minded individuals, and earn bitcoin cash for providing popular content. Now the creators of read.cash have introduced another application called noise.cash...
The Best Cat Scratching Posts, According To Our Readers
7.1.2021
Top Pick: Smart Cat Pioneer Pet Ultimate Scratching Post | $50 | AmazonRead more
Break a forEach Loop with JavaScript
22.12.2020
I’ve written a number of blog posts about JavaScript tricks: Promise tricks, type conversion tricks, spread tricks, and a host of other JavaScript tricks. I recently ran into another JavaScript trick that blew my mind: how to break a forEach loop. To break the forEach loop at any point,...
What Makes CSS Hard To Master
18.12.2020
Tim Severien:
I feel we, the community, have to acknowledge that CSS is easy to get started with and hard to master. Let’s reflect on the language and find out what makes it hard.
Tim’s reasons CSS is hard (in my own words):
You can look at a matching Ruleset, and still not have the whole...
It’s Always Year Zero
16.12.2020
In the short term, opinions about technology often follow a compressed form of Laver’s Law:
Everything just before me was completely broken.
Everything that comes after me is completely unnecessary.
Everything I use right now is perfectly fine; stop changing things.
We tend to judge things based...
Netlify & Next.js
14.12.2020
Cassidy Williams has been doing a Blogvent (blogging every day for a month) over on the Netlify Blog. A lot of the blog posts are about Next.js. There is a lot to like about Next.js. I just pulled one of Cassidy’s starters for fun. It’s very nice that it has React Fast-Refresh built-in....
Web Performance Calendar
7.12.2020
The Web Performance Calendar just started up again this year. The first two posts so far are about, well, performance! First up, Rick Viscomi writes about the mythical “fast” web page:
How you approach measuring a web page’s performance can tell you whether it’s built for speed or whether it feels...
Crypto-Friendly Travel Site Travala Posts 503% Revenue Increase, 72% of Bookings Paid With Cryptocurrencies
5.12.2020
Travel booking website Travala saw an increase in revenue of over 503% in November compared to the previous year. Out of all bookings, 72% were paid with cryptocurrencies, with bitcoin being the most popular choice. A Record Month for Travala The up and coming crypto-friendly travel booking website...
New Research Suggests Satoshi Nakamoto Lived in London Creating Bitcoin
26.11.2020
The hunt for the mysterious Bitcoin inventor, Satoshi Nakamoto continues to this day, as new data-driven research has been recently deployed in order to figure out the creator’s location while he/she or they worked on the network. The researchers analyzed Satoshi’s 539 Bitcointalk...
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....