A good explainer and diagrams of how UTF-8 works with emoji
UX Design, UI Design & Front-end Development. Technically a cyborg.
A good explainer and diagrams of how UTF-8 works with emoji
History, data and alcohol. Super interesting!
When did people stop being drunk all the time?
https://
AI-Generated South Park Episodes
In this work we present our approach to generating high-quality episodic content for IP's (Intellectual Property) using large language models (LLMs), custom state-of-the art diffusion models and our multi-agent simulation for contextualization, story progression and behavioral control.
https://
This is a really nice interactive tool for learning how SVG paths are drawn
Understanding SVG Paths
If you've ever looked at the SVG code for an icon before, you might have noticed that they're usually made up of a bunch of path elements, each with a cryptic d attribute.
Analyzing PACIFIC STATE
🧠 Cognitive Load Developer's Handbook
👏🎉
Raspberry Pi Pico W now has Bluetooth support.
https://
🙌
Let’s look at 5 new CSS things that really matter to real-world development.
🧸 Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language.
Modding Age of Empires II with a Sprite-Diffuser
https://
https://
A great summary/recap of Breath of the Wild.
Should have my copy of Tears of the Kingdom before the end of the day. That's my weekend plans sorted!
Modern CSS Solutions for Old CSS Problems
Science Fiction Movie Lettering
https://
Hacking the original xbox controller for fun and no profit
How Video Games Lie To You
It might come as a surprise to some of you, but your favorite games [...] use some pretty clever lies to invisibly balance their gameplay experience behind the scenes.
I THOUGHT YOU WERE DEAD!
Though actually I'm happy to see Daft Punk come up on my New Releases playlist this week.
Mo LaBorde is a reporter who has been collecting safety cards for almost ten years, and one day she started wondering how the modern safety card came about.
https://
Four-Byte Burger
What Color is Player 1?
DOOM maps to SVG to laser cutter
Sega 3-D Glasses: How did they work?
https://
That's pretty cool!
Normally, submitting an app to app stores requires a lot of work, including writing code in languages web developers may not necessarily be familiar with, creating app icons, configuring various settings, and testing the app across different devices and operating systems. PWABuilder takes care of many of these tasks automatically, reducing the amount of time and effort required to publish apps.
Espresso and open source hardware?
Making an espresso machine from (almost) scratch.
https://
The majority of internet users aren't developers, so outputting the HTTP error code and its name (503 Service Unavailable) isn't good enough.
System font stack CSS organized by typeface classification for every modern OS
WebGL2 from the ground up. No magic.
This is a really impressive feat, and the ultimate asymmetrical VR experience!
The process of making a multiplayer-cross-platform video game that has parts that run on everything from a tiny microcontroller to a high end VR setup
This is how the cover art of Defender of the Crown (1986) was made
https://
I've posted a short blog post about shutting down Dingoonity.org after 14 years https://
I've jumped on the ChatGPT bandwagon lately. Using Open AIs implementation. I can see how conversational interfaces are going to revolutionize the way we use search.
Take my example from today - I wanted to batch convert a directory of PDF files to PNG:
Me:
How can I easily convert a directory of pdf files to png
AI:
You can use an open-source command-line tool called "ImageMagick" to easily convert a directory of PDF files to PNG images. Here's how to do it:
Install ImageMagick: You can download ImageMagick from their official website and install it on your computer.
Open a command prompt or terminal: Navigate to the directory where your PDF files are located.
Run the following command:
magick mogrify -format png *.pdf
This command will convert all the PDF files in the current directory to PNG format. The converted PNG files will have the same name as the original PDF files, but with the .png extension.
If you want to convert the PDF files to a different image format, such as JPEG, you can simply replace "png" in the command with "jpg" or the desired image format.
Note that ImageMagick can also be used to convert individual PDF files to PNG images by using the "convert" command. Here's an example:
magick convert example.pdf example.png
This will convert the file "example.pdf" to a PNG image called "example.png".
Me:
how would I set the output resolution?
AI:
To set the output resolution for the converted PNG files, you can add the -density option to the ImageMagick command. The -density option specifies the number of pixels per inch (PPI) for the output image. Here's how to set the output resolution to 300 PPI:
magick mogrify -density 300 -format png *.pdf
This command will convert all the PDF files in the current directory to PNG images with a resolution of 300 PPI. You can adjust the resolution to a different value by changing the number after the -density option.
Note that the output image size will depend on the original PDF file's dimensions and the resolution you set. If the PDF file is large, the output PNG file may also be large in size. You can also use the -resize option to resize the output image to a specific size after converting it.
Me:
How would I make the transparent areas of the converted images be white?
AI:
To make the transparent areas of the converted images be white, you can use the -background and -alpha options in the ImageMagick command. Here's an example command that sets the transparent areas to white:
magick mogrify -background white -alpha background -flatten -density 300 -format png *.pdf
This command does the following:
-background white
: sets the background color of the image to white.-alpha background
: tells ImageMagick to treat transparent areas as background.-flatten
: merges the alpha channel with the background color to create a fully opaque image.-density 300
: sets the resolution of the output image to 300 PPI.-format png
: sets the output format to PNG.
Visual design rules you can safely follow every time
I finally got around to publishing a blog post about the movies I watched in 2022.
Open UI: The missing industry standard definition of UI
Will Wright on Designing User Interfaces to Simulation Games
https://
The Mystery of the Dune Font
Putting a name to the typeface that defined the visual identity of the science fiction series and its author, Frank Herbert
https://
This seems like a useful tool. Lots of information that is usually a pain to compare!
Carsized: Compare car design and dimensions in a Virtual Showroom
I spent some time this evening fiddling with the UX of VR website. Pruned some dead links, de-Twittered the site, and added some multi-column goodness for wider screens.
I really wish I had the time/energy to add more content these days, but alas.
Anyway, check it out here: https://
💯
Create better designed games with these comprehensive guidelines that feature classic design principles combined with modern accessibility standards.
This really does seem handy!
Shopify/handy: The eastiest way to mocap your hands! We developed this tool in order to streamline the process of capturing hand movements from Meta Quest headsets and bringing them into Blender for use in animations.
https://
Remaking Old Computer Graphics With AI Image Generation Can AI Image generation tools make re-imagined, higher-resolution versions of old video game graphics?
How many layers of UI inconsistencies are in Windows 11?
When to hold ’em and when to fold ’em: Adding a hinge to a Game Boy that God never intended
Over 16,000 people still using their Pebble watches! I still go back to my Pebble Time from time to time 🥁
Some great points! 👍👍
Why is VR more restrictive than my 27” monitor? Doesn’t that defeat the entire point?
Being able to manipulate and configure the environment in a way that is comfortable and bespoke to a user is probably the best end goal. Once we've gotten over the novelty of the new interaction paradigms, maybe this will become the norm.
We should be looking to VR headsets as an alternative to standard displays. The default for an experience should not be a full body workout.
One of the most limiting factors for me as a healthy type-1 diabetic is having a blood sugar crash after 30 minutes of using my full body as a controller in a game.
Monocraft A programming font based on the typeface used in Minecraft
DOOM as you didn't realise you needed it!
Voxel DOOM: A mod that replaces 2d characters and props from Doom with fully 3d voxel-based models.
These are all amazing game UI/UX resources.
The best collection of the most beautiful, exceptional and inspiring video game interfaces and screenshots.
https://
Explore a collection of video games interfaces, screenshots, and clips. Take a look at all the fragments that make up a video game, and find inspiration for your designs.
The Game UI Database was created as a free resource for UI/UX Designers in the games industry. It was built to aid in the discovery of new inspiration, and to provide a fast and efficient way of searching for reference materials.
https://
Following on from the essential games user reading list; this post is an introduction to some of the fantastic video resources available online. Ranging from 101 introductions to in-depth guides, ‘day in the life’ and more – video resources are a useful for learning about UX and games user research (GUR) alongside books, articles, and classes.
https://
Open Source Game Clones
Open-source or source-available remakes of great old games in one place
Making a Video of a Single Window
https://
PHONK is a coding playground for new and old Android devices.
Create scripts rapidly from your phone or using the remote Web Editor on your computer using Javascript. The API is simple and extensive. GUI, audio, graphics, Bluetooth BLE, Arduino, OSC, MIDI, and much more.
Cramming 'Papers, Please' Onto Phones
Peter Howell of the BBC Radiophonic Workshop demonstrates how he reimagined Ron Grainer's classic Doctor Who theme [using] modern polyphonic analogue synthesisers like the Yamaha CS-80, an ARP Odyssey Mk3 and a Roland Jupiter-4, a vocoder and an old, malfunctioning phase shifter unit he found in the back of the Workshop.
So, here’s a bit of a mystery: Why does TeamViewer – the popular remote desktop program – install a font it doesn’t use on your computer?
Where Browsers Come From The economics around browsers, and what we should think about as we move forward.
One of many default browser styles that I always change!
All browsers add an 8px margin on the body element – it’s part of the w3c-recommended default stylesheet which browsers generally use as a starting point for their own ‘user agent’ styles. But why 8px? Where does that come from?
Nifty.
MacintoshPi is a small project that allows running full-screen versions of Apple's Mac OS 7, Mac OS 8 and Mac OS 9 with sound, active Internet connection and modem emulation under Raspberry Pi.
https://
Defensive CSS Practical CSS and design tips that helps in building future-proof user interfaces.
A small tool (rsspls) to generate RSS feeds from web pages that lack them. It runs on BSD, Linux, macOS, and more.
🙈 I do not need more tech. I do not need more tech!
Pocket Reform is a 7 inch mini laptop from MNT Research. We condensed the best features of MNT Reform into a smaller, lighter, and more affordable device while adding some new exciting details.
https://
What would a Chromium-only Web look like?
Computing in Crip Time
Yes getting it all up and running is challenging, but when it works it feels like magic and the enthusiasm of the community makes it worth it!
We have the technology to implement a slow social network of personal sites. I’m excited to keep playing with that code. But proving the concept is not the same as actually making it easy & accessible in a way that can replace platforms.
🥳 though I can't help feeling uncomfortable by how smooth Clarus is.
Did you know that with macOS Ventura, Clarus the Dogcow has at long last returned home?
Game Design Mimetics (Or, What Happened To Game Design?)
For my own reference, to find/replace the linked mastodon post for a post on Known in MySQL:
update entities set contents = replace(contents, 'old-post-id', 'new-post-id');
I might want to add the mastodon link to the post edit UI to be a bit more robust...
Love the pixel art on this. The technical side of things is super interesting too!
Discussion on HN: https://
New episodes of Airquotes the Podcast Airquotes from the May 2022 #RemoteHack are up!
Hamburger Footer: Reaching the Bottom of Infinite Scroll
https://
10 Surprising Things You Didn't Know About HTTP
https://
More than you ever wanted to know about font loading on the web
https://
How classic Sierra game graphics worked (and an attempt to upscale them)
https://
That little Sega CD add-on is the cutest thing ever.
https://
Testing new web mention stuff
👋 Thanks for mentioning!
I love everything about this. 😍
Electronic Catan LCD Tiles: A collection of hexagon tiles that magnetically snap together to create a Settlers of Catan board of any shape or size. Each tile features a large round LCD and a custom magnetic pogo connector on each edge. Linking up a bunch of tiles creates a position-aware partial mesh network.
I make web stuff all day every day. This is refreshing! 👏
Intro to the Web Revival #1: What is the Web Revival?
https://
📅 Tomorrow it's #RemoteHack from 9:30 AM BST
🫂 Join in from wherever you are! 👉http://
📢 There might be new periodic Airquotes The Podcast Airquotes recordings: https://
📣 A new blog post: Using a Raspberry Pi to Host a local Visual Studio Code Server
https://
The forgotten benefits of “low tech” user interfaces https://
uxdesign.cc/ the-forgotten-benefits-of-low-tech-user-interfaces-57fdbb6ac83
Man, 90s appliance UIs were a ride!
About the Dual MN 8010, the remarkable retro stereo set you've never heard of, that has a GUI (Graphical User Interface).
The Nightmare Of Getting DOOM Running On A Serious Business Machine ...
"Using alt text properly" (2013)
https://
"When should alt text be blank?" (2012)
https://
Well this DALL-E 2 is insane! Going to have to be even more critical/sceptical when consuming content...
"My deepfake DALL-E 2 vacation photos passed the Turing Test"
https://
This is a great build log for converting a garage to a habitable workshop space.
Feeling bad that I've not done anything close to this with my garage yet!
Portal64: A demake of portal for the Nintendo 64
These are some great a11y tips, and great explanations/examples too!
https://
See also: https://
Tomb Raider Reflection Effect: How it works
This really is a thing of beauty! https://
I've still got a couple of unused branded notebooks from conferencing 5 years ago! Saying that, I'm always happy to receive free stationary...
Some notes/thoughts in response to https://
Sorting your CSS property declarations is fine, and tools such as StyleLint [1] have plugins [2] to make adhering to this goal a lot easier. If you're already pre-processing (or post-processing) then it should be easy to add StyleLint to your workflow.
In my opinion, Sass mixin includes should come after the other CSS properties in a declaration block. If you're overriding the styles in a mixin, your mixin could probably do with some more parameters, or the use of the content block [3].
Vendor prefixed properties should come before the unprefixed property (-moz-foo, -webkit-foo, foo), grouped together (-moz-foo, -moz-bar, -moz-baz, -webkit-foo, -webkit-bar, -webkit-baz, foo, bar, bar). Keep the prefixed/unprefixed properties together to reduce the cognitive load for whoever comes back to this codebase later. The unprefixed property should always come last because that will be applied if the browser supports it (even if the prefixed syntax was already applied) [4].
Alternatively, you could use Autoprefixer [5] and never have to write out all of the prefixed properties ever again 🤷
Anyway, tooling helps. Modern browsers are smart. You'll rarely hit any of the fun things we used to have to deal with when IE was a dominant browser. You shouldn't need to spend too much time thinking about cosmetic changes to your code. Besides the CSS cascade [6] (declaration order, specificity, etc.) everything else is irrelevant.
[1] https://
I've been using a couple of these tools for a while now with Windows 10. Great to see such a detailed overview of the whole suite!
PowerToys - 11 awesome features Microsoft won’t add to Windows: https://
"Building like it's 1984: Scrollbars in web applications" https://
Great use of CSS variables to set inheritable aspect ratio styles!
"Building a combined CSS-aspect-ratio-grid" https://
Giving this a go, as I'm already using Hyper-V with some guest OS' on this machine I had to fiddle with the Virtualbox settings to get the installer going, but it seems to be working‼
"Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS" https://
⌚ Lots of information about 7 segment displays, and some alternative designs
https://
🤯
Q1K3 – An homage to Quake in 13kb of JavaScript
Play it: https://
💯
📣 I was complaining about #CSS not handling DOM Text nodes when using :only-child yesterday, today I've solved the problem with a bit of #JavaScript, some questionable DOM traversial, and a short blog post https://