Search
`lh` and `rlh` units
5.5.2020
There’s some new units I was totally unaware of from the Level 4 spec for CSS values! The lh unit is “equal to the computed value of line-height” and rlh is the same only of the root element (probably the <html> element) rather than the current element.
Why would that...
A Trader’s View on the Bitcoin Halving and Coronavirus
5.5.2020
The last time the block reward for Bitcoin mining was halved was in July 2016. Since then, the crypto marketsContinue Reading
The post A Trader’s View on the Bitcoin Halving and Coronavirus appeared first on CoinMarketCap Blog
No-Comma Color Functions in CSS
4.5.2020
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...
Block.one Awarded Patent for DLT-Based Social Media Bidding System
3.5.2020
While purporting to encourage positive feedback, the system uses DLT to monetize every social media post for the content’s creator and the network’s operators
The Hero Generator
30.4.2020
Sarah:
I’ve had to implement the same hero for several years now, so like a good lazy programmer, I figured I’d automate it.
Direct Link to Article — Permalink… Read article “The Hero Generator”
The post The Hero Generator appeared first on CSS-Tricks
Block.one Invests $50,000 Into Blockchain-Based COVID-19 Testing App
30.4.2020
Block.one have invested $50,000 into Genobank’s Telos-based coronavirus and DNA testing application
Real-World Effectiveness of Brotli
30.4.2020
Harry Roberts:
The numbers so far show that the difference between no compression and Gzip are vast, whereas the difference between Gzip and Brotli are far more modest. This suggests that while the nothing to Gzip gains will be noticeable, the upgrade from Gzip to Brotli might perhaps...
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...
Bitcoin Halving Theories: Whale Says Price Rise Is a ‘Nonsensical Narrative,’ Weiss Ratings Expects ‘Massive Crypto Superboom’
28.4.2020
In less than two weeks, the Bitcoin block reward halving will take place and BTC miners will receive half the reward going forward after May 12. Since ‘Black Thursday’ (March 12), bitcoin prices have gained 103% since then rising from $3,800 to $7,750 per coin. With the halving fast...
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...
Purse.io Returns: Company Reveals Crypto Marketplace ‘Is Here to Stay’
27.4.2020
On April 17, new.Bitcoin.com reported on the crypto marketplace Purse.io announcing the company would dissolve. Six days later, Purse revealed that the team is reconsidering the decision and explained that well known bitcoin advocates reached out with interest in acquisition. More than a week...
The Cost of Javascript Frameworks
26.4.2020
I expect this post from Tim Kadlec to be quoted in every performance conference talk for the next few years. There is a lot of data here, so please check it out for yourself, but the short story is that JavaScript-framework-powered sites are definitely heavier and more resource-intensive than...
Major Donations Are Coming From Crypto Industry to Fight COVID-19
26.4.2020
Despite their many differences, crypto-related companies are now working together to fight the coronavirus. Will this highlight the significance of the industry?
@property
25.4.2020
The @property is totally new to me, but I see it’s headed to Chrome, so I suppose it’s good to know about!
There is a draft spec and an “intent to ship” document. The code from that document shows:
@property --my-property {
syntax: "<color";
initial-value: green;
...
Block.one Launches ‘Coding for Change’ Virtual Hackathon
24.4.2020
Block.one virtual hackathon aims to provide solutions in a post-pandemic world
Bitcoin Soars to Its Highest Level Since Crashing in March
24.4.2020
Bitcoin hit $7,600 on Thursday, its highest level yet since crashing in early March. The cryptocurrency climbed more than 10% during the last 24 hours spurred by the return of leveraged money. Bitcoin cash (BCH), ethereum (ETH), and ripple (XRP) all rose above 4% to $239, $189, and $0.19...
Puzzles and Mysteries
22.4.2020
Bob Hoffman:
Puzzles, [Malcom Gladwell] wrote, are problems for which there is not enough information. An example of a puzzle: Where is Jimmy Hoffa buried? If we had more information, we would know the answer. If someone told us “Jimmy Hoffa is buried in New Jersey,” we’d know a little more than...
Bitcoin Halving Searches Surge – Phrase Touches Google Trends All-Time High
21.4.2020
The notorious bitcoin halving is expected to happen in 20 days either on or around May 12, 2020. The anticipation leading up to the event is at an all-time high, as last week worldwide queries for the phrase “bitcoin halving” using Google peaked with a top score of 100. On Tuesday...
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...
Constrained CSS grids without `max-width`
21.4.2020
Ain’t nothing wrong with max-width, but Ethan makes a point in the last sentence:
Rather than simply defaulting to max-width as a constraint, I can use the empty space around my design, and treat it as a layout tool.
If the space “around” your grid...