Skip to main content

Max Glenister

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://www.fourth-wall.co.uk/post/powertoys-11-awesome-features-microsoft-won-t-add-to-windows

PowerToys - 11 awesome features Microsoft won’t add to Windows
Windows PowerToys are a set of powerful utilities (I can't live without them btw) that Microsoft just hasn't implemented into Windows OS.

Max Glenister

"Building like it's 1984: Scrollbars in web applications" https://height.app/blog/scrollbars-in-web-applications

Max Glenister

Great use of CSS variables to set inheritable aspect ratio styles!

"Building a combined CSS-aspect-ratio-grid" https://9elements.com/blog/combined-aspect-ratio-grid/

Building a combined CSS-aspect-ratio-grid
Recently I was faced with the following problem. I had to build a layout that consists of several rows. In each row are two images with a fixed aspect ratio. The two images should have the same height and fill the entire row.

Max Glenister

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://github.com/myspaghetti/macos-virtualbox

GitHub - myspaghetti/macos-virtualbox: Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS - GitHub - myspaghetti/macos-virtualbox: Push-button installer of macOS Catalina,...

Max Glenister

⌚ Lots of information about 7 segment displays, and some alternative designs

YouTube video thumbnail

Max Glenister

🤯

Q1K3 – An homage to Quake in 13kb of JavaScript

Play it: https://phoboslab.org/q1k3/ Making of: https://phoboslab.org/log/2021/09/q1k3-making-of

Max Glenister

💯

Max Glenister

📣 I was complaining about not handling DOM Text nodes when using :only-child yesterday, today I've solved the problem with a bit of , some questionable DOM traversial, and a short blog post https://blog.omgmog.net/post/a-bit-of-a-bodge-to-make-massive-emoji/

Max Glenister

Starting a bunch of these sounds at once beats white noise, hands down!

Max Glenister

CSS is awesome.

Deep Dive into Text Wrapping and Word Breaking
Let’s talk about the various ways we can control how text wraps (or doesn’t wrap) on a web page. CSS gives us a lot of tools to make sure our text flows the way...

Max Glenister

Replied to a post on jon.bo :

Other social networking options are available!

15-20 years ago I'd have said forums were the best social network, I spent countless hours on forums such as Neowin/Hydrogen Audio sharing and discussing Windows XP customisation, Foobar2000 configs and making a lot of friends off of that niche interest. I still keep in touch with one or two of them today.

Beyond that, Twitter just became another touch point for these early forum connections (and then eventually the predominant touch point). It was always nice to rediscover old acquaintances.

Blog engagement has always been secondary for me, but I guess that's due to using Twitter as the main sharing/discussion point rather than hosting comments.

Offline, local Meetup groups, and then Slack/Discord discussions relating to those groups, have been a great way to grow ones network of friends.

I'm finding that moving to Webmentions/ Indieweb/ Fediverse/ Mastodon and hosting my own social feed as i do on social.omgmog.net seems to have more of a community buzz.

making friends on the internet
There are almost eight billion of us on this planet, ten thousand likely very similar to yourself. The Internet is a typical person’s best hope for finding and connecting with them. Mount Sanitas Summit west, Boulder, CO I enjoy life in large part thanks to friends I made on the internet. These friendships have led to jobs, romantic adventures, stays in dreamy oceanside villas, global hackathons, and countless transformative and wonderful experiences.

Max Glenister

I suppose as a Jekyll/Github Pages user I've grown used to the levels of redundancy afforded by using the platform, and it's pretty neat for my development process to be so transparent (if anybody is bothered to look!)

If you're using Github and have a good number of followers, you also get a bit of syndication for free in the form of your commits showing up on your followers' timelines.

The only downside I've found is that I tend to have multiple drafts, on multiple clones of my blog repository across multiple machines, and I tend to lose stuff if I don't finish writing and publish in a timely manner!

Triple Entry Blogging
...and some thoughts on servers in the modern age

Max Glenister

Looking forward to trying this!

It's time to renew

It's time to renew 3DS emulation: We're back!
It's official: Mikage is returning! We picked development back up again, and here's what's new: Supercharged performance, improved compatibility, and a fresh new PC port!

Max Glenister

Excited to see that @LazyDevsAcademy@twitter has started a new series. This time it's to make your own shmup!

Parts 1 and 2:

YouTube video thumbnail
YouTube video thumbnail

Max Glenister

It's 2022 and :only-child isn't aware of text nodes?

I'm trying to select an image that is the only direct descender of an element, with no text node siblings, e.g.:

<div><img /></div>

Not

<div>Hello<img />World</div>

div img:only-child will select this img in both cases, as will div img:first-child and div img:last-child

Am I missing something?

Max Glenister

Amazing! 😍🕹

Porting Zelda Classic to the Web

Max Glenister

I've been fiddling with my instance (https://social.omgmog.net), and for now I think I'm happy with it and how it integrates with the rest of my site.

Another couple of evening and it'll hopefully match my site design more!

indieweb

Max Glenister

👏

Max Glenister

The Demise of the Mildly Dynamic Website

Max Glenister

Sending this reply from a fresh instance of

Max Glenister

Alright, looks as if I've got this Known thing working!