Search
Animation Techniques for Adding and Removing Items From a Stack
4.10.2021
Animating elements with CSS can either be quite easy or quite difficult depending on what you are trying to do. Changing the background color of a button when you hover over it? Easy. Animating the position and size of an …
The post Animation Techniques for Adding and Removing Items From...
FFXIV Is Nerfing Belts, Not Removing Them
24.9.2021
Rejoice, belt collectors of Final Fantasy XIV. Contrary to what some players and outlets believed, the developers aren’t removing belt items from the game entirely.In the notes for the latest 6.0 patch, known as the Endwalker expansion, the developers said that belts will no longer drop, and they...
Nigerian Crypto Exchange Boss: CBN Directive Led Shift of Trades From Centralized Exchanges to Black Market Exchanges
1.8.2021
It has been more than six months since the Central Bank of Nigeria (CBN) directed banks to stop serving customers from the cryptocurrency industry. While the measure appears to have succeeded in removing crypto entities from the banking ecosystem, the policy has however led to the growth...
World Of Warcraft Removing Inappropriate References To 'Rebuild Trust' In Wake of Lawsuit
27.7.2021
Blizzard has promised to remove content “not appropriate for” World of Warcraft, likely referencing in-game cameos by creative director Alex Afrasiabi. This announcement comes after a short period of silence following the publication of a California state lawsuit against the company, which alleges...
Analyst Jim Cramer Calls Ethereum the ‘Pied Piper of Crypto’ but Won’t Add to His Position
26.7.2021
CNBC’s stock analyst and crypto investor Jim Cramer says he’s still bullish on his choice to invest in ethereum after removing bitcoin from his portfolio. Three days ago, Cramer tweeted that he’s “sticking with” his ethereum position “but not adding to it.”...
Superhot Game Gets Review-Bombed After Removing 'Depictions Of Self-Harm'
23.7.2021
Earlier this week, Superhot VR received an update that removed all scenes that involved the player-character hurting or killing themselves. The devs explained that these scenes had “no place” in the game and apologized for taking so long to remove them. In response, hundreds of gamers yelled...
Take-Two Is Removing Old GTA Mods Using DMCA Notices
18.7.2021
Rockstar Games’ parent company, Take-Two Interactive, has spent the past week or so using DMCA takedown requests to remove old Grand Theft Auto mods. The publisher hasn’t explained why it has started this sudden removal of old mods.Read more
These Are the Crypto Economy’s 5 Most Expensive Assets per Unit
18.7.2021
On July 18, the most valuable cryptocurrency in terms of dollars per unit, is bitcoin which is currently trading for $31,693. Besides all the wrapped bitcoins and synthetic bitcoin pegs, the second-highest valued crypto-asset per unit is yearn finance and maker follows behind. Removing the market...
Detect Unused Classes in… HTML
16.6.2021
Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …
The post Detect Unused Classes in… HTML...
De-Dollarization: Russia Removing All US Dollar Assets From Its $600 Billion National Wealth Fund
5.6.2021
Russia has reportedly announced that U.S. dollar assets will be removed from its National Wealth Fund as U.S. sanctions on Moscow intensify. The fund, which currently totals about $600.9 billion, forms part of Russia’s gold and currency reserves. Russia Steps up De-Dollarization Efforts...
The Money Roundup: Making Cents of Blockchain Fundraising News
14.4.2021
From crypto trading to defi, the most exciting areas in blockchain fintech development and innovation are attracting serious investments from all industry corners. To introduce more tools and complementary services to the ecosystem, the recipients of these capital allocations are endeavoring...
Bluezelle is Resisting Censorship with a New Developer Grant: Interview with Neeraj Muraka
16.2.2021
Online censorship has taken front and center since the sweeping ban of former U.S. President Donald Trump from every social outlet he’s been a part of. Other high-profile censorship acts, like Amazon removing alt-right social network Parler from its servers and My Pillow CEO Michael Lindell...
Using AbortController as an Alternative for Removing Event Listeners
15.2.2021
The idea of an “abortable” fetch came to life in 2017 when AbortController was released. That gives us a way to bail on an API request initiated by fetch() — even multiple calls — whenever we want.
Here’s a super …
The post Using AbortController as an Alternative for Removing Event Listeners...
HTML Video Sources Should Be Responsive
11.2.2021
Scott Jehl doesn’t mince words here:
Removing media support from HTML video was a mistake. It means that for every video we embed in HTML, we’re stuck with the choice of serving source files that are potentially too large or
…
The post HTML Video Sources Should...
Fallout Mod Returns After Removing Some Pretty Questionable Stuff
3.2.2021
The Frontier, a huge Fallout: New Vegas mod that was pulled last week after one of its artists was found to have posted “animated pedophillic content” online, is now back.Read more
Whale Sightings Become Scarce, Removing Downward Pressure on Bitcoin: Analyst
28.12.2020
Big bitcoin balance holders, or "whales," are moving less crypto onto exchanges, signaling some reduction of sell-side pressure, according to CryptoQuant
More People Dipping Toes Into Web Monetization
5.11.2020
Léonie Watson:
I do think that Coil and Web Monetization are at the vanguard of a quiet revolution.
Here’s me when I’m visiting Léonie’s site:
Enjoy the pennies!
My Coil subscription ($5/month) doles out money to sites I visit that have monetization set up and installed.
Other...
Crypto-Fueled Market Openbazaar to Close Shop Unless OB1 Raises Community Funding
27.9.2020
On September 25, the creators of the decentralized marketplace, Openbazaar, announced that unless the project can gather community funding, the supporting services like seed nodes and the API wallet will shut down. The firm behind the project, OB1 is also removing the Haven app from the iOS...
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...
Analyzing Notion app performance
8.6.2020
Here’s a fantastic case study where Ivan Akulov looks at the rather popular writing app Notion and how the team might improve the performance in a variety of ways; through code splitting, removing unused vendor code, module concatenation, and deferring JavaScript execution. Not so long ago, we made...