Search
Final Fantasy Creator's New JRPG Lets You Procrastinate With Its Random Encounters
2.3.2021
Fantasian, the next game from Mistwalker, the studio founded by Final Fantasy creator, Hironobu Sakaguchi, is coming to Apple Aracde later this year. Now we’ve a new trailer finally showing off gameplay of the diorama-based JRPG, including its unique take on random encounters, called the “Dimengeon...
Bravely Default 2 Is Another Fun But Flawed Old-School JRPG
25.2.2021
Bravely Default 2 is a trip, man. I thought I knew exactly what this game was going in, and it turns out I pretty much did, except for all of the tiny moments that occasionally delight, and just as occasionally elicit big, heaving sighs. Every time the familiar old-school JRPG wins me over...
Track: Giorgio by Moroder | Artist: Daft Punk | Album: Random Access Memories
25.2.2021
Track: Giorgio by Moroder | Artist: Daft Punk | Album: Random Access MemoriesRead more
SmolCSS
24.2.2021
A wonderful collection of little layout-related CSS snippets from Stephanie Eckles that serves both as a quick reference and a reminder of how straightforward and powerful CSS has become.
Random things to note!
The resizeable containers aren’t some JavaScript library.
…
The post...
Three Ways to Blob with CSS and SVG
19.2.2021
Blobs are the smooth, random, jelly-like shapes that have a whimsical quality and are just plain fun. They can be used as illustration elements and background effects on the web.
So, how are they made? Just crack open an illustration …
The post Three Ways to Blob with CSS and SVG appeared...
Nintendo Switch Online Adds Psycho Dream And Three Other Random-Ass Retro Games
10.2.2021
Nintendo Switch Online’s slowly-growing Super Nintendo and NES library adds four more old games on February 17, including Doomsday Warrior, Prehistorik Man, Fire ’n Ice, and Psycho Dream, a former Japanese exclusive that scored 18 out of 40 in Famitsu. Hooray. Read more
Careful When Changing the Display of `summary`
12.1.2021
I got a very helpful bug report the other day (thanks Kilian!) about the <details> element in a blog post of mine not showing the default ▶ icon, and thus looking rather like any ol’ random <p>.
It …
The post Careful When Changing the Display of `summary`...
The best comics of 2020
5.1.2021
From the shiny hardwood floor of a basketball court to the far reaches of space, this year’s best comics took readers to all sorts of distant lands. Granted, “distant” gained a new meaning when people were expected to stay in their homes as much as possible. Like the entire entertainment...
Lots of Ways to Use Math.random() in JavaScript
30.11.2020
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible for an actual 0 to be returned) and 1 (exclusive, as in, it’s not possible for an actual 1 to be returned).
Math.random(); // returns...
How You Might Build a Modern Day Webring
20.11.2020
I’m sure different people picture different things when they think about webrings, so let me clarify what I picture. I see an element on a website that:
Signifies this site is part of a webring
Allows you to move to the next or previous site of the webring
Maybe has other functionality like...
Úvod
24.9.2020
Brian Krebs: „These days, complaining about being scanned is about as useful as griping that the top of your home is viewable via Google Earth. Trying to put devices on the Internet and then hoping that someone or something won’t find them is one of the most futile exercises...
‘DogByte’ Attack Found in ‘Randomness’ Protocol Proof for Ethereum 2.0 Beacon Chain
1.9.2020
The “DogByte” attack would have allowed attackers to cheat the Ethereum 2.0 random beacon chain by gaming smart contracts and block validator selection
Here’s How I Solved a Weird Bug Using Tried and True Debugging Strategies
28.8.2020
Remember the last time you dealt with a UI-related bug that left you scratching your head for hours? Maybe the issue was happening at random, or occurring under specific circumstances (device, OS, browser, user action), or was just hidden in one of the many front-end technologies that are part...
Queue Jumping in Netlify
18.8.2020
Cutting to the chase: if you’re on a Business or Enterprise team on Netlify, you can click a build to make it run next in a queue. For example, if you have a really time-sensitive thing (e.g. a bug fix going to production), it can jump ahead of some random development branch building....
CSS-Tricks Chronicle XXXVIII
15.8.2020
Hey gang! I’ve been fortunate enough to be a guest in a variety of different here, so I thought it was time for another Chronicle post. You know, those special posts where I round up the random goings-on of things I do off of this site.
I joined Ed & Tom over on A Question of Code.
We...
Just Dropping Some Type Links
3.3.2020
I've had a bunch of tabs open that just so happen to all be related to typography, so I figured I'd give myself the mental release of closing them by blogging them. How's that for a blog post format for ya: whatever random tabs you've had open for far too long.
Times New Roman is popular on...
How Facebook Avoids Ad Blockers
9.12.2019
Dylan Paulus:
Facebook actually hides 'dummy' DOM nodes between the 'Sponsored' text. These values are entirely random characters, with a random number of DOM nodes between them. Invisible characters. At this point our CSS ad blocker is completely broken. There is no way for us to possibly code...
Are There Random Numbers in CSS?
29.10.2019
CSS allows you to create dynamic layouts and interfaces on the web, but as a language, it is static: once a value is set, it cannot be changed. The idea of randomness is off the table. Generating random numbers at runtime is the territory of JavaScript, not so much CSS. Or is it? If we factor in...
How to Create an Interactive 3D Character with Three.js
14.10.2019
In this in-depth tutorial you will learn how to create an interactive 3D character that follows the mouse and performs random animations on click.
How to Create an Interactive 3D Character with Three.js was written by Kyle Wetton and published on Codrops
Random Notes from a JAMstack Roundtable
23.9.2019
I hosted a JAMstack roundtable discussion at Web Unleashed this past weekend. Just a few random notes from that experience.
I was surprised at first that there really is confusion that the "M" in Jamstack stands for "Markdown" (the language that compiles to HTML) rather than "Markup" (the "M"...