Search
Enable Gatsby Incremental Builds on Netlify
1.5.2020
The concept of an “incremental build” is that, when using some kind of generator that builds all the files that make for a website, rather than rebuilding 100% of those files every single time, it only changes the files that need to be changed since the last build. Seems like...
Mike Novogratz on Telegram: ‘We Don’t Need Another Crypto’
30.4.2020
Mike Novogratz argues that Telegram app should integrate Bitcoin and stablecoins instead of creating the TON and Grams
How to Redirect a Search Form to a Site-Scoped Google Search
29.4.2020
This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...
Static or Not?
27.4.2020
A quick opinion piece by Kev Quirk: Why I Don’t Use A Static Site Generator. Kev uses WordPress:
Want to blog on my iPad? I can. Want to do it on my phone? No problem. On a machine I don’t normally use? Not an issue, as long as it has a browser.
First, it’s worth understanding...
Track Your Keyword Placement with Ranktrackify (Sponsored)
27.4.2020
I don’t need to tell you how important search engine placement is. You either earn it with quality content, loads of SEO work, paying for placement, or all of the above. And even we you achieve best placement, you need to be wary of your content becoming stale or someone else coming along...
Advice for Writing a Technical Resume
27.4.2020
Marco Rogers asked a very good question on Twitter:
I talk to a lot of people new to tech from non-traditional backgrounds, e.g. bootcamps or self-taught. I'm looking for good information for those people on how to build out a strong resume when they don't have work experience yet. Advice...
Meltem Demirors on Leaving a Corporate Career for Bitcoin: ‘I Don’t Want to Be a Rat!’
24.4.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Meltem Demirors on Leaving a Corporate Career for Bitcoin: ‘I Don’t Want to Be a Rat!’ appeared...
Chrome + System Fonts Snafu
24.4.2020
There was just a bug late last year where system fonts (at least on Mac, I don’t know what the story was on other platforms) in Chrome appeared too thin and tracked-in at small sizes and too thick and tracked-out at larger sizes. That one was fixed, thankfully. But while it was a problem,...
We Don’t Need Big Brother to Beat This Virus
23.4.2020
Is there a way to reopen the economy that doesn’t involve draconian surveillance measures?
Stablecoins Don’t Inflate Crypto Markets - Researchers
23.4.2020
Contrary to popular belief, cryptocurrency prices may not be as dependent on the issuance of the most popular stablecoin, tether (USDT) as many people have thought, according to two researchers.
Stablecoins act more like a safe haven within the crypto ecosystem that investors seek refuge in during...
Can JavaScript Detect the Browser’s Zoom Level?
21.4.2020
No, not really.
My first guess was that this was intentionally not exposed in browsers because browsers intentionally don’t want us fighting it — or making well-intentioned but bad-outcome decisions based on that info. But I don’t see any evidence of that.
StackOverflow answers paint...
Five Ways Blockchain Tech Can Help Us During This Pandemic
17.4.2020
From identity to rewards for socially-positive behavior, blockchain tech has useful features in a pandemic emergency
Expert Warns: Don’t Trust Ransomware Groups Amid Pandemic
16.4.2020
Threat analyst at cybersecurity firm said that armistice promises made by multiple ransomware groups have no relevance
Digital Dollar Project: Don’t Rush Digital Dollar During COVID-19 Crisis
16.4.2020
The ex-chairman of the CFTC says a digital dollar should be a priority for the U.S. But he cautions against expediting the initiative during the pandemic
Bitcoin Miners Reveal Concerns Over Mining Rig Shipment Delays and Bitcoin Halving
15.4.2020
The cryptocurrency market rout in mid-March, which saw bitcoin’s price slide significantly in value, has strained bitcoin mining operations by slashing considerable revenue from the block rewards. Moreover, shipping delays from mining manufacturers have caused uncertainty and mining...
Bailouts Don’t Save the Economy. They Prop Up Companies That Should Be Allowed to Fail
15.4.2020
If we keep bailing out corporations during every crisis, we'll end up with implicitly state-owned enterprises, and a lack of economic dynamism
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...
Crypto Markets Don't Need Ambulance Chasers to Mature
12.4.2020
11 lawsuits are targeting major crypto companies: Will they help to bring the crypto sector any closer to legal compliance?
When debugging, your attitude matters
12.4.2020
Julia Evans:
I was debugging some CSS last week, and I think that post is missing something important: your attitude.
Now – I’m not a very good CSS developer yet. I’ve never written CSS professionally and I don’t understand a lot of basic CSS concepts (I think I finally understood for the first...
How to Re-Create a Nifty Netflix Animation in CSS
7.4.2020
The design for Netflix’s browse page has remained pretty similar for a few years now. One mainstay component is the preview slider that allows users to scroll through content and hover on items to see a preview.
One unique characteristic of the UI is its hover behavior. When a show preview...