Search
Ecuadorian Presidential Candidate Proposes a National Cryptocurrency but It Won’t Replace the Dollar
18.1.2021
An Ecuadorian presidential candidate hinted at creating a cryptocurrency in the country as part of its government agenda. Giovanny Andrade said that the national crypto aims to “facilitate” transactions across the country. Crypto Could Be Backed by Gold During an interview with...
Bitcoin payments are the 'second stupidest idea I’ve heard,' says Late Show’s Stephen Colbert
14.1.2021
But to be fair, they're a long way behind remote-controlled junk cages
Bitcoin.com Exchange Announces Public Sale of the IDEA Token on January 26, 2021
12.1.2021
PRESS RELEASE. January 12, 2021 – Bitcoin.com Exchange, one of the leading authorities in cryptocurrency exchanges announces the details of the upcoming public sale of the Ideaology Token (IDEA). Ideaology consists of a freelance platform which will accommodate most of the personnel needed...
Mark Cuban’s Bitcoin Plan: Run for President if BTC Hits $1 Million, Free Satoshis for Every Citizen
7.1.2021
Billionaire Shark Tank investor Mark Cuban has shared his idea of what he will do when the price of bitcoin hits $1 million. Cuban says he will run for president but only if some bitcoins are donated to the Treasury so that every citizen receives some satoshis each year he is in office. He will...
Custom Properties as State
5.1.2021
Here’s a fun idea from James Stanley: a CSS file (that presumably updates daily) containing CSS custom properties for “seasonal” colors (e.g. spring is greens, fall is oranges). You’d then use the values to theme your site, knowing that those …
The post Custom...
Ideaology Announces IEO Collaboration and Subsequent Listing of IDEA Token with Bitcoin.com Exchange
4.1.2021
PRESS RELEASE. Ideaology, the blockchain-oriented company building a digital ecosystem by energizing the market and utilizing the world’s global workforce announces today an agreement with Bitcoin.com Exchange for a public sale and the subsequent listing of the Ideaology Token (IDEA)...
Elon Musk Endorses Cryptocurrency for Martian Economy
31.12.2020
Spacex and Tesla CEO Elon Musk, widely believed to be the man taking humanity to Mars and building a permanent settlement there, tweeted his approval of the idea that Mars’ economy will run on cryptocurrency. Elon Musk Envisions Mars’ Economy Run on Cryptocurrency Elon Musk believes...
CBDCs: An Idea Whose Time Has Come?
30.12.2020
Almost 50 monetary authorities and central banks are researching and developing wholesale or retail CBDCs. What does 2021 hold in store?
The Rules of Margin Collapse
30.12.2020
Josh Comeau covers the concept of margin collapsing:
This idea might sound simple, but if you’ve been writing CSS for a while, you’ve almost certainly been surprised when margins either don’t collapse, or they collapse in weird and unexpected ways.
…
The post The Rules...
Kickoff Your DeFi Adventure With Yearnify Finance – Get Your Tokens on Pre-Sale
20.12.2020
Decentralized Finance is definitely in the mainstream of the crypto industry. Smart contracts expanded the crypto usability, with users now being able to make different kinds of transactions without third parties. And that’s a relief. With so many high fees and breaches of privacy, it’s...
The Power of Lampshading
16.12.2020
I enjoyed this blog post from Shawn. Lampshading is apparently the idea of a TV show calling attention to some weakness (like an implausible plot point) so that the show can move on. By calling it out, it avoids criticism by demonstrating the self-awareness. For developers, Shawn notes, it’s...
Let’s Create a Lightweight Native Event Bus in JavaScript
11.12.2020
An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between different components. It can also be thought of as publish/subscribe or pubsub.
The idea is that components can listen...
Juan Benet: From Idea to Action
8.12.2020
Filecoin and IPFS creator Juan Benet is unafraid of taking on imposing problems. Like, say, rebuilding the internet
Minimal Takes on Faking Container Queries
2.12.2020
It’s sounding more and more likely that we’re actually going to get real container queries. Google is prototyping a syntax idea from David Baron and refined by Miriam Suzanne. Apparently, there has already been some prototyping done for a switch() syntax which is like container queries...
The Brightness Slider Is The Dimmest Idea In Video Games
2.12.2020
“Retinas are fried after cranking up brightness to see enemies.” That is the headline of a Reddit post submitted one month ago to the Call of Duty: Cold War subreddit. His plight is achingly familiar. “It’s literally so difficult to see enemies in this game,” they write. So they delved under...
Amplify, Amplified
2.12.2020
First, quickly: AWS Amplify has a new Admin UI. Amplify always had a CLI that helps you build projects by setting up stuff like auth, storage, and APIs. That’s super useful, but now, you can do those things with the new Admin UI. And more, like model your data (!!), right from a local...
Ideaology’s IDEA Token – Uniting Freelancers and Startup Innovators
1.12.2020
PRESS RELEASE. The term “ecosystem” flies on the radar within the blockchain and business development industries nowadays. There must be a great need for a productive, digital, and self-sustaining environment with all the essential ingredients for investing, business development,...
Pizza Hut Accepts Crypto in Venezuela! (History Says This Is a Bad Idea)
30.11.2020
A quick warning… this news might make your mouth water. Hungry crypto enthusiasts in Venezuela can now pay for PizzaContinue Reading
The post Pizza Hut Accepts Crypto in Venezuela! (History Says This Is a Bad Idea) appeared first on CoinMarketCap Blog
Ideaology’s IEO Ushers the Launch of Blockchain Platform for Innovators
26.11.2020
PRESS RELEASE. DUBAI, UAE – Ideaology is proud to announce its IDEA token pre-sale on December 1, 2020. The pre-sale event is an initial exchange offering (IEO) on P2PB2B exchange. Users will have a chance to purchase IDEA tokens with a 22% discount before the IDEA token public sale....
DRY-ing up styled-components
23.11.2020
I like working with styled-components. They allow you write CSS in your JavaScript, keeping your CSS in very close proximity to your JavaScript for a single component. As a front-end developer who loves to dissect a web page and break it down into reusable components, the idea of styled-components...