Search
Kim Dotcom throws weight behind BCH, tips $3K price in 2021
18.12.2020
Kim Dotcom sees BCH as “great for payments” compared with BTC as “great for asset storage.”
Chaintip Creator Unveils New Tipping Tool Sharetip
14.12.2020
Tipping internet users with cryptocurrency, particularly Bitcoin Cash, seems like a great way to spread adoption. The creator of one popular tipping tool is cooking up something brand new. Self-Serve Tipping It’s called Sharetip and I had the opportunity to try it. I tipped someone Bitcoin...
Seven Settings To Change In Cyberpunk 2077
10.12.2020
After eight years, multiple delays, and 800,000 cumulative lifetimes’ worth of reported crunch, Cyberpunk 2077 is out in the wild. It’s a whole lot of game, brimming with gear, side-quests, and map icons that make you compulsively go, “Ooh, what’s that?” As with any massive game, there’s also...
How To Avoid Burnout And Finish Any Open-World Game
8.12.2020
Do you ever feel like there are too many open-world games, and too many of them take up too much time? Just consider some offerings from this year alone. There’s Ghost of Tsushima, the gorgeous samurai action game, which can take you more than 60 hours to check off every objective. Ubisoft released...
How To Clean Up Your PS5’s Newsfeed
7.12.2020
Like an untamed Instagram feed, the PlayStation 5 sometimes gives you updates about things you don’t care about. When you tap the PS button, you’ll see an “official news” card, which lists a handful of news blips—trailers, announcements, that sort of thing—about “your games.” Most of the games...
Tips For Playing Immortals Fenyx Rising
4.12.2020
Immortals Fenyx Rising is much better than its bad name. It’s the latest big open-world game from Ubisoft. Wait, don’t run away! While it’s true Ubisoft has made some overly-long open world games before, Immortals is different. It’s a simpler, pared down game featuring a smaller map and more...
How To Make Short Work Of Any Enemy In Assassin’s Creed Valhalla
4.12.2020
Assassin’s Creed Valhalla isn’t a difficult game. If you venture at all off the beaten path, you’ll quickly accrue enough experience and gain enough Power levels to become an unstoppable Viking tank. Still, some boss fights—and other high-level enemies, like zealots—can be a pain. That is, unless...
Holy Cayde-6, You Can Buy Back Your Old Colors In Destiny 2
3.12.2020
Earlier today, I wrote about how I’ve been playing a whole lot of Destiny 2 these days. I messed around with Bungie’s hilariously good-vs.-evil shooter at launch, then dipped out. Returning after a few years away for the recent Beyond Light expansion meant reacquainting myself with a whole lot...
How To Chip Away At A Massive Games Backlog
2.12.2020
It’s called a backlog—that long list of games you’ll “get to someday” but ignore in favor of re-running Hades yet again. Maybe yours recently swelled as a result of irresistible Black Friday or Cyber Monday deals. Maybe it’ll grow even more over the coming holidays. Whatever the case, a gargantuan...
OECD tax director says international crypto tax standards are coming in 2021
27.11.2020
The director of the OECD’s tax center has revealed that the organization expects to release a tax reporting standard for crypto assets by the end of next year
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...
4 tips to avoid phishing attacks
23.11.2020
Once a user identifies a phishing attempt, spreading the word online can assist in the security of everyone’s funds
Detect Generator Functions with JavaScript
23.11.2020
In the current JavaScript climate of new syntaxes, features, and using loads of external libraries, it seems harder than ever to be sure what your functions are being given or even what the data represents. Of course, we’ve come up with Flow and TypeScript to help, but we can’t count...
git: Remove Untracked Files
19.11.2020
I’ve always said that I know just enough about git to get the job done, but also do something destructive. Nothing embodies that more than my recent mistake. I somehow found a git repository full of untracked files and git stash wouldn’t fix it. Desperation led me to learning how...
Node isConnected
13.11.2020
Every so often I discover a property in JavaScript objects that I didn’t know existed, oftentimes using another trick to accomplish the same functionality. One such property I just learned about was isConnected, a node property that attached to a context (i.e. document). Here’s how...
Is this the top? CNBC tips five months of Bitcoin upside
13.11.2020
“This is the death knell of Bitcoin. It was fun whilst it lasted. $3K here we come.”
9 Crypto and Blockchain Firms That Are Hiring Right Now: November Edition
29.10.2020
There’s no getting around it: the jobs market is tough. More so than ever, budding candidates must set themselves apartContinue Reading
The post 9 Crypto and Blockchain Firms That Are Hiring Right Now: November Edition appeared first on CoinMarketCap Blog
Highest weekly close since early 2018: 5 Bitcoin price tips this week
26.10.2020
Another bullish start to the week comes as macro markets falter and one analyst says price growth will go “vertical” in early 2021
Funds locked in DeFi surge $1B as analyst tips post-election bull run
23.10.2020
Crypto collateral locked in DeFi protocols has surged to an all-time high over $12 billion
How to Prevent Pasting into an Input
19.10.2020
Every once in a while I get to a website that doesn’t allow me to paste into a form input. In most cases it’s something to do with login credentials (username and or password) and auth codes. So how are they preventing me from pasting information? It’s as easy as you’d...