Search
Tweet and Send Bitcoin - Twitter Enables BTC Tips Over Lightning Network
24.9.2021
n Lightning Network that is now being used in El Salvador.The new feature is being rolled out
Twitter Launches Bitcoin Tipping Feature, Explores NFT Authentication
24.9.2021
Twitter has begun rolling out “Tips,” a feature that allows users to send bitcoin or cash tips. The rollout begins with iOS users with Android coming soon. The company is also planning support for non-fungible token (NFT) authentication. Twitter Rolls Out ‘Tips’ With...
Before You Start: Tips For Playing Deathloop
23.9.2021
Arkane Studio’s latest game is its biggest yet, with esoteric puzzles, cutthroat combat, and an entire loot system all wrapped around a repeating time loop. If Deathloop seems overwhelming at first, that’s because it is.Read more
AggregateError
17.9.2021
One of the big themes of the web these days is concurrency, which leads to accomplishing tasks asynchronously. In doing so, the possibility of multiple errors can occur. Instead of providing a generic error, optimally you’d provide a wealth of error information. TheAggregateError error lets...
Before You Start: Tips For Playing Tales Of Arise
10.9.2021
Tales of Arise, the latest entry in Bandai Namco’s long-running series of games about spiky haired boys who scream “You bastard!!!” and then stab an evil dude, is a notable deviation from established formula. Rather than an action-oriented RPG, as you may expect by now, this one’s more of...
More Tips Than You Probably Need For The Quake Remaster
4.9.2021
We were all a little surprised just how quickly the recent Quake remaster came about, going from rumors and ESRB sightings to available on PSN and Steam in no time flat. Now, many people are playin’ id Software’s landmark 1996 first-person shooter for the first time. Welcome!Read more
Twitter Rolling Out Bitcoin Tipping Feature, Latest Code Update Suggests
1.9.2021
Twitter is reportedly testing the option of tipping with bitcoin as part of its “Tip Jar” feature. This followed the company’s CEO, Jack Dorsey, stating that bitcoin is a major part of Twitter’s future, hinting that the cryptocurrency will be part of several upcoming...
Is your streamer game discovery strategy 'on point'?
30.8.2021
Some tips, plus Steam refund thoughts & much more
Tips For Playing Hades [Updated: More Tips!]
13.8.2021
Hades is amazing. The latest from developer Supergiant Games (Transistor, Bastion, Pyre) is a roguelike set in the unforgiving underworld of ancient Greece. Playing this game means you’re going to die—a lot. These tips should help make sure those (many, many) deaths aren’t in vain.Read more
Set a Default Node Version with nvm
9.8.2021
As I’ve shown you in the past, nvm an excellent utility for switching between Node.js versions. Whether your host machine or CI, building and testing your apps on different Node versions is a necessity. I’ve recently found a few nvm commands that I found really useful during local...
onInput Event
3.8.2021
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d...
Tips For The Ascent, The Best Cyberpunk Game Of 2021 So Far
30.7.2021
The Ascent is a straight twin-stick shooter for the most part, but there’s a huge difference between surviving and thriving in Veles.Read more
Tips For Playing Neo: The World Ends With You
27.7.2021
This week Square Enix releases Neo: The World Ends With You, a follow-up to the 2007 Nintendo DS action role-playing classic, about a group for outcast teens trapped in an otherworldly version of Japan’s Shibuya shopping district. They’re forced to buy trendy clothes, eat delicious food,...
Dark Mode in One Line of Code!
19.7.2021
Dark mode has seemingly become the desired visual mode for websites and mobile apps alike. Dark mode is easier on the eyes, especially for those like me who like to burn the midnight oil by coding and reading tutorials. Unfortunately not all websites offer dark mode, so it’s up to me...
Fix Seeing “0” in Your JSX Code
9.7.2021
The early days of the web felt like the wild west when it came to coding practices — just make it work. Then we became enlightened to better practices, separating HTML from CSS and JavaScript. Then came React and JSX, where we combine JavaScript, HTML, and even CSS with Styled Components...
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
Tips For Playing Scarlet Nexus
25.6.2021
Scarlet Nexus, an action-RPG about moving extremely heavy objects with your brain, is officially out now for PlayStation, Xbox, and PC. The fundamental gameplay isn’t terribly far afield from your standard game of this nature, but there are some quirks to be aware of. Here’s what to know before...
Always Show Arrows for Number Input
21.6.2021
While I enjoy small details that make user interfaces more elegant, I also believe that less is more, especially when it comes to native behavior. One native behavior I dislike is that <input type="number" /> elements only show the increment and decrement arrows when the input is focused....
JavaScript Numeric Separators
10.6.2021
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets...
CSS :is
31.5.2021
There are scores of developers who hate CSS; don’t get it, don’t want to get it, etc. Most of that is either down to inefficiencies within the language or misunderstanding of how to properly construct a website structure. I mostly love CSS but there are some parts of the language that...