Search
Let’s Create a Tiny Programming Language
10.5.2022
By now, you are probably familiar with one or more programming languages. But have you ever wondered how you could create your own programming language? And by that, I mean:
A programming language is any set of rules that convert
…
Let’s Create a Tiny Programming Language originally...
Legacy String Methods for Generating HTML
26.4.2022
I’m always really excited to see new methods on JavaScript primitives. These additions are acknowledgement that the language needs to evolve and that we’re doing exciting new things. That being said, I somehow just discovered some legacy String methods that you probably shouldn’t...
Super Mario Bros. Movie Delayed, Now Out In 2023
26.4.2022
Nintendo’s Shigeru Miyamoto has just posted a short statement on Twitter, saying that the upcoming Super Mario Bros. animated movie will no longer be released this year.Read more
Germany Shuts Down Hydra Market, Seizes Servers and Bitcoin
5.4.2022
Law enforcement agencies in Germany have targeted Hydra, a leading darknet market (DNM). As part of an operation conducted with U.S. support, the German police were able to establish control over the servers of the Russian-language platform in the country and take down its website. Investigators...
Toei Animation Hacked, Delaying Dragon Ball Anime Movie
21.3.2022
Originally slated for an April 22 release in Japan, Dragon Ball Super: Super Hero has been delayed after an unauthorized third party hacked Toei Animation.Read more
Metametaverse Secures $2 Million — Aims to Achieve Metaverse Interoperability
20.3.2022
Metametaverse, a company whose purpose is the integration and interoperation of different metaverses, has already secured funding of $2 million for this idea. Joel Dietz, the founding father of this initiative and also from the uber-popular wallet Metamask, has stated this task might be achieved...
Crusader Kings III Makes A Change Following Russia's Invasion Of Ukraine
18.3.2022
While Paradox’s grand strategy game Crusader Kings III is set centuries before the present day, and so could be expected to have done little in the wake of Russia’s invasion of Ukraine, the development team have found one way to make a change, and that’s with the game’s spelling.Read more
Trailing Slashes on URLs: Contentious or Settled?
25.2.2022
A fun deep dive from Zach. Do you have an opinion on which you should use?
1) https://website.com/foo/
2) https://websites.com/foo
The first option has a “trailing slash.” The second does not.
I’ve always preferred this thinking: you use a trailing …
Trailing Slashes...
Hideaki Anno Is Creating His Version Of The Marvel Universe
14.2.2022
The common connection for many universes in movies and TV is corporate. So, what joins the Marvel Cinematic Universe is, well, Marvel. Of course, there are exceptions. The latest of which is the newly announced Shin Japan Heroes Universe.This upcoming collab will bring Godzilla, Ultraman, Kamen...
Multi-Value CSS Properties With Optional Custom Property Values
11.2.2022
Imagine you have an element with a multi-value CSS property, such as transform: optional custom property values:
.el {
transform: translate(100px) scale(1.5) skew(5deg);
}
Now imagine you don’t always want all the transform values to be applied, so some …
Multi-Value CSS Properties With...
No Motion Isn’t Always prefers-reduced-motion
8.2.2022
There is a code snippet that I see all the time when the media query prefers-reduced-motion is talked about. Here it is:
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms...
How to Cycle Through Classes on an HTML Element
26.1.2022
Say you have three HTML classes, and a DOM element should only have one of them at a time:
<div class="state-1"</div<div class="state-2"</div<div class="state-3"</div
Now your job is to rotate them. That is, cycle through classes …
How to Cycle Through Classes on...
What the Heck is Node?
20.1.2022
(This is a sponsored post.)
Here’s what you need to know about Node.js (or simply Node) and how it relates to npm right off the bat:
Node is JavaScript, but as a server-side language.
This is possible because of
…
What the Heck is Node? originally published on CSS-Tricks. You should...
Crypto Losers Buy Copy Of Jodorowsky's Dune, Have Played Themselves
17.1.2022
Earlier today a group calling themselves Spice DAO tweeted that they were the proud owners of an original Jodorowsky’s Dune book, the compendium of concept art and notes that comprised filmmaker Alejandro Jodorowsky’s doomed attempts to get a Dune movie made in the 1970s.Read more
Studio Ghibli Teams Up With Luxury Brand For Some Expensive Merch
13.1.2022
Spirited Away is getting the luxury designer goods treatment from venerated fashion house Loewe. The brand’s items are usually on the pricey side, so you can bet the Studio Ghibli ones are, too. Read more
Belle Is A Spiritual Sequel To Summer Wars And A Modern Beauty And The Beast
12.1.2022
While watching Belle, the latest feature from Mamoru Hosoda, two movies kept racing through my mind: Disney’s animated Beauty and the Beast and Hosoda’s own Summer Wars—and for good reason. Belle takes a classic fairy tale and filters it through the virtual world in which we live.Read more
A Live-Action Nausicaä Movie Could Look Great
21.12.2021
When manga and anime get live-action versions, one of the biggest stumbling blocks is the way things look. On the page or animated, a character and their outfit might appear awesome; however, the real-life interpretation could end up looking awkward or silly. That doesn’t seem to be true...
Krampus Is Destroying Call Of Duty Players And They Aren’t Happy About It
20.12.2021
I assumed getting murdered by Krampus at the end of a hotly contested Call of Duty match would be objectively funny, but it seems players are less than pleased with the mythological creature’s ability to affect online competition so dramatically.Read more
The Wandering Swordsman
16.12.2021
On tonight’s feature we’re showcasing the art of Ami Thompson, who has worked on movies like Ponyo and Across The Spiderverse.Read more
Makoto Shinkai's New Movie Revealed
15.12.2021
Makoto Shinkai, the writer and director of Your Name, has revealed his latest project. It’s called Suzume no Tojimari (Suzume Locking Up The Doors), and it will be released in Japan in fall 2022. Above is the key art for the upcoming film. Suzume no Tojimari follows a 17-year-old girl named Suzume...