Search
Helldivers 2's Ship Modules Can Be The Difference Between Winning And Losing
1.10.2024
You’re the toughest Helldiver in Super Earth’s arsenal, but even a super soldier capable of defeating a Bile Titan single-handedly requires the support of a well-equipped Destroyer. That’s where Ship Modules enter the fray. They’re passive upgrades—resource and credit sinks—that improve your...
Protocol Village: IoTeX 'DePIN Infrastructure Modules' to Reduce Development Time
17.7.2024
The latest in blockchain tech upgrades, funding announcements and deals. For the period of July 18-24
Two Hatom Protocol modules going live on July 16
5.7.2023
Hatom recently announced the launch of its two modules on the mainnet. The protocol will release Liquid Staking and Lending Protocol modules on July 16. The event will take place only three days before the Public Sale ends. The protocol released an official tweet to inform users about...
New wallet uses Amazon hardware security modules to eliminate seed words
11.5.2023
The newly launched crypto wallet by Kresus requires users to sign in with “magic links,” meaning password hashes don’t need to be stored
SAI Tech Reveals 2 New Liquid Cooling Bitcoin Mining Containers Built for Overclocking Flexibility
29.9.2022
On September 28, the bitcoin mining operator and clean-technology company, SAI Tech, announced the launch of two liquid cooling bitcoin mining infrastructure products called the Tankbox and Rackbox. The two new models join the firm’s SAIHUB Box and feature plate cooling and immersion cooling...
Amid Colorado’s Gas Flare Ban, Report Shows Half Dozen Gas and Oil Firms Are Raking in a Lot of Bitcoin
30.8.2022
In November 2020, Colorado banned gas flaring, venting, and the release of raw gas into the atmosphere. While the centennial state has a large number of well sites, a recent report shows that roughly a half dozen Colorado oil and gas companies are leveraging gas-to-bitcoin flare mitigation systems...
An In-Depth Look at Satoshi Island — A Crypto-Centric Residential Community in Vanuatu Where Land Titles Are NFTs
28.3.2022
According to reports, there’s a 32 million square-foot island located in Vanuatu that’s in the midst of being constructed into a crypto-centric residential community by the island’s owners: Satoshi Island Holdings Limited. So far, more than 50,000 individuals have applied...
CSS Modules (The Native Ones)
2.8.2021
They are actually called “CSS Module Scripts” and are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS.
Native CSS Modules are …
The post CSS Modules (The...
Demystifying styled-components
27.7.2021
 Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey.
styled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …
The post...
ECMAScript proposal: JSON modules
21.7.2021
Dr. Axel Rauschmayer looks at JSON modules, which is already live in Chrome 91 (but nothing else). It looks just like an ES Modules-style import, only you asset the type at the end.
import configData from './config-data.json' assert {type:
…
The post ECMAScript proposal: JSON modules...
Validator Entry Thresholds on the Decline as Cloud-Based Staking Challenges Surmounted
12.3.2021
Through the novel use of hardware security modules in conjunction with a communication module, a collaboration between Bluzelle and Equinix will significantly reduce the barriers preventing the equal distribution of opportunities for potential proof-of-stake (PoS) node validators. Lower Cloud...
Web Frameworks: Why You Don’t Always Need Them
10.3.2021
Richard MacManus explaining Daniel Kehoe’s approach to building websites:
There are three key web technologies underpinning Kehoe’s approach:
ES6 Modules: JavaScript ES6 can support import modules, which are also supported by browsers.
Module CDNs: JavaScript modules can now
…
The...
Life with ESM
19.1.2021
ESM, meaning ES Modules, meaning JavaScript Modules. Like, import and friends.
Browsers support it these days. There is plenty of nuance, but as long as you’ve dropped IE, the door is fairly open.
Before ESM, the situation for JavaScript …
The post Life with ESM appeared first...
Dynamic, Conditional Imports
13.1.2021
With ES Modules, you can natively import other JavaScript. Like confetti, duh:
import confetti from 'https://cdn.skypack.dev/canvas-confetti';
confetti();
That import statement is just gonna run. There is a pattern to do it conditionally though. It’s like this:
(async ()
…
The post...
Major Latin American University Launches Specialization Featuring Crypto-Related Topics
18.12.2020
One of the biggest and most laureate universities in Latin America approved the launch of a Financial Engineering specialization course, whose modules cover crypto and blockchain-related subjects, marking it a historic landmark across the region’s educational sector. Mexico’s Biggest...
Collective #630
26.10.2020
Three.js Journey * Phosphor Icons * Understanding Modules, Import and Export in JavaScript
The post Collective #630 appeared first on Codrops
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
7.9.2020
We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script> tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through module loaders. AND there are tons of JavaScript...
Secure Encryption Key Management Modules, Explained
28.2.2020
Complete security depends on cryptographic key management: here’s what you need to know
Browser Version Release Spectrum
6.2.2020
Whenever a browser upgrades versions, it's a little marketing event, and rightly so. Looks like for Firefox it's about once a month, Chrome is ~6 weeks, and Safari is once a year.
Chrome 80 just dropped, as they say, and we get a video and blog post. What strikes me about releases like this these...