So happy you enjoyed it, it was a blast to build it together with the community and see what everyone has made with it, there are now over 100 games on it!
My time at RC has genuinely changed my life. I joined my first batch expecting to dust some rust off after being in management at my last gig, and found a community I will cherish for the rest of my life!
If you looking for community in tech I can't think of a better place.
I've worked at a few places where windows was the default machine (including for IT) and macs were only issued when requested or required. A lot of times the IT folks are forced to use a macbook simply because they need one to recover and reset their fleet of macbooks. I've also seen companies forced to ship a whole new mac out to employees in locations without an apple store when a simple reset would have solved the problem. I think this sucks. People should be able to repair their mac without needing to own another one!
Thanks! Yep author here -- you can fully reformat with `restorekit restore` or just restore the firmware (retaining the user disk) with `restorekit revive`. This is what apple calls these two different actions, but I found the naming a bit confusing when I first started looking into this too.
Open to any suggestions on how to make this clearer!
> Reformat any Apple Silicon (M series) mac from macOS, linux or windows with a single command.
and it's only a little lower, in less prominent text,that it says:
> lets you fully wipe or restore a T2 or M series macbook
I think one is safe, one is dangerous, and it would be good to make the capability for both clear. I would personally put them in the order safe-then-dangerous in text, too, 'lets you restore (safe for user data) or fully wipe a T2 or M-series MacBook...'.
Hey op here: the goal was not to just get something working, it was to build it ourselves and learn along the way. And what's a better way to learn about how VGA works than to build a graphics card!
But for a little more context, we did purchase a few old AMD cards originally, but we were mostly interested in using modern hardware and possibly windows + webgpu (for certain games). We didn't want to rely on no longer manufactured parts and potentially unmaintained kernel drivers (like CRT emudriver).
My absolute favorite part about McMaster-Carr as a 3d printing enthusiast is the 3d models. Countless side projects have been saved with the ability to print a weirdly specific m<x> nut/bolt to validate a build before purchasing them in bulk.
Simple website for extracting CRX and XPI files (browser extensions). Useful for learning how browser extensions are built, and more so to share with your product team so they are easily able install development versions of your extensions.
For firefox xpi files its that simple, for chrome crx files, you have to strip the crx header from the file before it can be opened as a traditional zip file (so read the header to find its length then strip it). But yeah it's fairly simple. This was mostly created as a simple tool for the product team at my old company to extract crx files so they could side load development builds without them having to install anything or be aware of the fact that these are essentially just signed zip files (much like Apples xip format).
reply