Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12beesinatrenchcoat/byobsod
Bring Your Own Blue Screen of Death — put a fake Windows 10-ish BSOD on your screen. For reasons.
https://github.com/12beesinatrenchcoat/byobsod
bsod
Last synced: 7 days ago
JSON representation
Bring Your Own Blue Screen of Death — put a fake Windows 10-ish BSOD on your screen. For reasons.
- Host: GitHub
- URL: https://github.com/12beesinatrenchcoat/byobsod
- Owner: 12beesinatrenchcoat
- License: mit
- Created: 2022-11-24T22:41:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:37:45.000Z (8 months ago)
- Last Synced: 2024-04-05T16:44:07.803Z (8 months ago)
- Topics: bsod
- Language: JavaScript
- Homepage: https://12beesinatrenchco.at/BYOBSoD
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BYOBSoD
> Bring Your Own Blue Screen of Death![GitHub last commit](https://img.shields.io/github/last-commit/12beesinatrenchcoat/BYOBSoD?style=flat-square)
[![XO code style](https://flat.badgen.net/badge/code%20style/XO-ish/cyan)](.eslintrc.json)Put a fake Windows 10-ish BSOD on your screen. Because why not.
![Example Green Screen of Death. "D: / something super duper bad happened / 0% complete / like really really super extremely super duper bad super bad it's not good it's bad / If you call a support person, give them this info: / Stop code: computer exploded](images/gsod.png)
## Developing
Install dependencies, run the `dev` script. `build` to build.## Why does this exist?
I needed a recordable Blue Screen of Death on my screen, but I couldn't find anything accurate enough. Some BSOD generators I found had grammatical errors or were outdated. I didn't want to use images, as they wouldn't have an updating progress percentage. Manually triggered BSODs also have a "MANUALLY_TRIGGERED" stop code.So I made this instead. For a three second gag.
Worth.
### How accurate is it?
I tried to get things as accurate as possible, with an overlaid image. Tested in Firefox, experience in other browsers may vary. Kerning is a bit off, vertical spacing isn't perfect.
It also looks like Windows 11's BSOD has different vertical spacing around the QR code.
Overlaid image of BSOD on top of this below.![Comparison image of BYOBSoD and actual BSOD](images/comparison.png)
## License
[MIT License](./LICENSE.txt).