That little Sega CD add-on is the cutest thing ever.
https://sega.jp/mdmini2/mdtowermini2.html
https://arstechnica.com/gaming/2022/06/adorable-japan-only-sega-mega-drive-mini-2-faithfully-recreates-the-sega-cd/
Today I'm playing with rendering my blog's webmentions as part of my Jekyll build by first caching them from webmention.io using https://github.com/martymcguire/morris and then pulling the json data in to Jekyll as a Git submodule https://github.com/omgmog/mentions -- exposing them as site.data.mentions in Jekyll.
Apparently this will be fine https://docs.github.com/en/pages/getting-started-with-github-pages/using-submodules-with-github-pages
I should be able to trigger a rebuild with Github actions when the mentions submodule repo gets a new push 🤔
Wish me luck! 🙈
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.
Not sure folk are aware that using Google fonts by URL in their CSS undermines the privacy of each and every site visitor, sending their IP to GG with every visit. How? Because with each visit they download the font from GG, not your server.
If you will use GG fonts, don't do this
@import url('https://fonts.googleapis.com/css?family=FontName[...]
Download that font, and resource it locally instead
@font-face {
font-family: FontName';
font-style: normal;
src: url('../fonts/FontName.woff2');
[...]
}
I make web stuff all day every day. This is refreshing! 👏
Intro to the Web Revival #1: What is the Web Revival?
https://thoughts.melonking.net/guides/introduction-to-the-web-revival-1-what-is-the-web-revival
📅 Tomorrow it's #RemoteHack from 9:30 AM BST
🫂 Join in from wherever you are! 👉http://remotehack.space
📢 There might be new periodic Airquotes The Podcast Airquotes recordings: https://remotehack.space/live/
Also I've made some more tweaks to my blog recently, such as:
- Improved Lighthouse score to 100 across the board
- Improved OG data
- Removed all tracking (Google Fonts, Twitter, etc.) with the exception of the Cloudflare beacon
- Added reading time and Webmention counts to the top of posts
- Probably more stuff 🤷
📣 A new blog post: Using a Raspberry Pi to Host a local Visual Studio Code Server
https://blog.omgmog.net/post/raspberry-pi-local-dev-vscode-remote/
@gauravity this guy
Dark Mode Toggles Should be a Browser Feature
- Written by Bramus
https://www.bram.us/2022/05/25/dark-mode-toggles-should-be-a-browser-feature/
Only 10 patrons are currently supporting @tchambers with hosting and management costs.
This isn't Facebook.
You're not the product.
> 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://www.a11yproject.com/posts/alt-text/
"When should alt text be blank?" (2012)
https://osric.com/chris/accidental-developer/2012/01/when-should-alt-text-be-blank/
(1/x) My GDC talk "How (not) to create Textures for VFX" is online and available for FREE!
https://www.gdcvault.com/play/1027741/Visual-Effects-Summit-How-to
You can get Slides, Project Files (UE4 & 5.0) & more: https://gdc2022.simonschreibt.de
#GDC22 #gamedev #vfxtexture #vfx #realtimeVFX #UnrealEngine5 @Official_GDC@twitter.com #GDC
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://www.mattbell.us/my-fake-dall-e-2-vacation-photos-passed-the-turing-test/
UX Design, UI Design & Front-end Development. Technically a cyborg.