Search
This Startup Is Forking Compound to Make Hiring More Efficient
24.6.2020
Braintrust launched out of stealth mode Wednesday, backed by a $6 million seed round featuring True Ventures, Homebrew Ventures, Uprising Ventures, Galaxy Digital, IDEO CoLab, Kindred Ventures and Vy Capital
The Best Crypto Debit Card – BlockCard
15.6.2020
Crypto debit cards are a great way to get instant purchasing power from your Bitcoin, Bitcoin Cash, or other cryptocurrency. They act as the efficient bridge between the crypto world and existing financial systems because they are accepted almost everywhere traditional credit cards are accepted....
Let’s Take a Deep Dive Into the CSS Contain Property
8.5.2020
Compared to the past, modern browsers have become really efficient at rendering the tangled web of HTML, CSS, and JavaScript code a typical webpage provides. It takes a mere milliseconds to render the code we give it into something people can use.
What could we, as front-end developers, do...
Post COVID-19, Companies Must Be Resilient, Not Just Efficient
13.4.2020
Companies need better emergency planning. They can't always rely on government in a crisis, says our columnist
MIT Develops ‘Spider’ Tech to Enable More Efficient Off-Chain Crypto Transactions
3.2.2020
The researchers say their new routing scheme can help avoid congestion on off-chain cryptocurrency networks
ECB Wants Active Role in Crypto, Will Not Deter Private Solutions
9.1.2020
The European Central Bank (ECB) wants to play an active role in the field of digital currency, said President Christine Lagarde. As the bank works on its own digital currency and an instant payment system, Lagarde emphasizes that “central bank initiatives should neither discourage nor crowd...
Bitmain and Canaan to Reveal 5nm Bitcoin Mining Chips in 2020
27.12.2019
Two of the largest bitcoin mining chip manufacturers have plans to equip their products with 5nm chips in the near future. Just recently, China-based manufacturer Bitmain purportedly produced the world’s first 5nm test-grade bitcoin mining chip and more efficient mining rigs will see mass...
ILCoin Launches With 5GB Blocks
4.12.2019
ILCoin Blockchain Project set a new record for stable block size - when it successfully released a 5Gb block. This achievement became possible after the project introduced RIFT protocol, which allows to increase the block size and keep high transaction speed. With these qualities, RIFT effectively...
Bakkt to introduce cashsettled BTC futures
13.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 13 November, 2019 Efficient “Nothing is a waste of time if you use the experience wisely.” – Auguste Rodin And we have concluded our first ever conference, 'The Capital'! If you missed the live stream, […]
The post Bakkt to introduce...
Bakkt to introduce cashsettled BTC futures
13.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 13 November, 2019 Efficient “Nothing is a waste of time if you use the experience wisely.” – Auguste Rodin And we have concluded our first ever conference, 'The Capital'! If you missed the live stream, […]
The post Bakkt to introduce...
ImageKit.io: Image Optimization That Plugs Into Your Infrastructure
24.10.2019
Images are the most efficient means to showcase a product or service on a website. They make up for most of the visual content on our website.
But, the more images a webpage has, the more bandwidth it consumes, affecting the page load speed - a raging factor having a significant impact on not just...
Ford Test Driving Blockchain for Energy-Efficient Vehicles
15.10.2019
Ten vehicles have been outfitted with geofencing and blockchain capabilities to monitor their fuel efficiency in low-emission zones
Blockchain Startup Tracks Property Liens in Energy-Efficient Loan Market
1.10.2019
Spring Labs to create a property lien registry to track liens in energy-efficient loan market
The World Bank’s Blockchain Bond Is Just a Fancy Way of Selling Debt
21.8.2019
Last year the World Bank and the Commonwealth Bank of Australia announced a permissioned Ethereum-based blockchain to facilitate the end-to-end issuance of bonds between financial partners. The Bretton Woods-created financial institution hopes to make debt capital markets far more efficient with...
A More Accessible Portals Demo
31.7.2019
The point of the <portal> element (behind a flag in Chrome Canary) is that you can preload another whole page (like <iframe>), but then have APIs to animate it to the current page. So "Single Page App"-like functionality (SPA), but natively. I think that's pretty cool. I'm a fan...
Native Lazy Loading
9.4.2019
IntersectionObserver has made lazy loading a lot easier and more efficient than it used to be, but to do it really right you still gotta remove the src and such, which is cumbersome. It's definitely not as easy as:
<img src="celebration.jpg" loading="lazy" alt="..." />
Addy Osmani says...
Visual Studio Code Starter: MetaGo
26.1.2019
I'm a big believer in spending time to learn tools to make us more efficient in our code editors. VS Code is amazing because of all the productivity fea
Visual Studio Code Starter: MetaGo
26.1.2019
I'm a big believer in spending time to learn tools to make us more efficient in our code editors. VS Code is amazing because of all the productivity fea
Visual Studio Code Starter: MetaGo
26.1.2019
I'm a big believer in spending time to learn tools to make us more efficient in our code editors. VS Code is amazing because of all the productivity fea
Slice and Dice a Disc with CSS
13.1.2019
I recently came across an interesting sliced disc design. The disc had a diagonal gradient and was split into horizontal slices, offset a bit from left to right. Naturally, I started to think what would the most efficient way of doing it with CSS be.
Sliced gradient disc.
The first thought...