diff --git a/Home.md b/Home.md index 9b00041..69d4542 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,4 @@ -# george! \ No newline at end of file +# george! + +[^] see also [GEORGE]() and [GEORGE](), completely unrelated projects both largely lost to time, but isn't it sweet how different things can share a name + diff --git a/links.md b/links.md new file mode 100644 index 0000000..cbaee6b --- /dev/null +++ b/links.md @@ -0,0 +1,113 @@ +# links i've collected while doing research for george + +i have one big folder in my bookmarks toolbar called `georgeOS`, this is basically a copy-paste of that folder. a lot of these links are only tangentially related to george in her current form lol + +## tools + +[video timings calculator](https://tomverbeure.github.io/video_timings_calculator), literally so helpful + +[the mc6845 calculator](https://mrboot.de/mc6845.php), i love that people put these things online + +[didder, cli ditherer](https://github.com/makew0rld/didder) + +## references/archives + +[github repo full of retro audio resources](https://github.com/cbmeeks/RetroAudio) + +[wikipedia article on bank switching](https://en.wikipedia.org/wiki/Bank_switching) + +[the screenplay of marcel the shell with shoes on](https://www.indiewire.com/wp-content/uploads/2023/01/MTSWSO-Script.pdf), i was thinking of sources for george's speech intonation, marcel is in the ballpark, also god what a good movie + +[](https://medium.com/@au42/the-useful-raspberrypi-cross-compile-guide-ea56054de187) + +[](https://www.instructables.com/Turn-a-Broken-Mac-Classic-Into-a-Modern-day-Raspbe/) + +[eevblog discussion on designing memory maps for 8-bit systems](https://www.eevblog.com/forum/microcontrollers/how-to-design-a-proper-memory-map-for-an-8-bit-microprocessor/) + +[retrocomputing stackexchange discussion on mapping >64k of address space in a 16-bit addressing system](https://retrocomputing.stackexchange.com/questions/4925/mapping-more-than-64kb-of-address-space) + +[deep dive into crtc](https://hackaday.io/project/167089-isa-8-bit-video-experiments/log/168744-deep-dive-into-crtc/) + +[writing to the framebuffer](https://seenaburns.com/2018/04/04/writing-to-the-framebuffer/) + +[bret victor's essay on learnable programming](http://worrydream.com/#!/LearnableProgramming), puts into words and interactive diagrams a lot of feelings i have about processing/p5 + +[reddit post on using proton bridge on a headless machine](https://www.reddit.com/r/ProtonMail/comments/efqdbk/can_proton_bridge_be_used_on_a_headless_pc/) + +[electronics handicrafts](http://elm-chan.org/he_a_e.html) + +[really good demo of how digital signals work](https://xiph.org/video/vid2.shtml) + +## learning how crts work and how they break + +[crt safety and basic guidelines!](https://logi.wiki/index.php/CRT_Safety_and_Basic_Guidelines) + +[neonixie google group discussion on converting composite video to ttl signals](https://groups.google.com/g/neonixie-l/c/5eZbhpJCeTM?pli=1) + +[eevblog forum post on hooking up vga/cga to a 7-inch monochrome crt](https://www.eevblog.com/forum/projects/interfacing-a-monochrome-7-crt-with-hsync-vsync-and-0-5-3-0v-video/) + +[service manual for omnivision lp06 series 6" crts](http://oz1db.dk/hp/omnivision_man_lp06xx_rev0_0611.pdf) + +[discussion on sync extraction circuits](https://community.lzxindustries.net/t/sync-extraction-circuit/3496/) + +[wayback archive of the product page for george's display](https://web.archive.org/web/20230604101420/https://www.omnivisionusa.com/Industrial-LCD-CRT-Monitors/replacement-crt/replacement-crt-monitors/mono-7-inch-.htm) + +[wayback archive of data sheet for george's display](https://web.archive.org/web/20211024131917/http://www.omnivisionusa.com/Industrial-LCD-CRT-Monitors/replacement-crt/replacement-crt-monitors/images/data-sheet-lp07xx.pdf) + +[raster graphics handbook](https://ece-classes.usc.edu/ee459/library/documents/RS170.pdf), super helpful if you have no idea how crts work!! + +[generating video with a cheap microcontroller](https://pcbjunkie.net/index.php/guides/generating-video-with-a-microcontroller/) + +[reddit post about crt resolution problem](https://www.reddit.com/r/crt/comments/jcgrxx/crt_monitor_repeatingoverlaying_input_display_any/) + +[aussie arcade discussion about horizontal sync problem](https://www.aussiearcade.com/topic/51961-monitor-picture-is-in-triplicate/) + +## products and services + +[arcade monitor tester](https://www.ebay.com/itm/224874076172?hash=item345b8a180c:g:TNcAAOSwOjJiJp0w) + +[vintagey speaker fabric](https://www.parts-express.com/36-Speaker-Grill-Cloth-Fabric-Burgundy-Beige-Stripe-Yard-261-815?quantity=1) + +[aliexpress bm43a pcb](https://www.aliexpress.us/item/2251832859031785.html?spm=a2g0o.cart.0.0.621d38da0Rfh01&mp=1&gatewayAdapt=glo2usa) + +## art + +[a really pretty pico-8 animation of a shooting star w/ music](https://sako.neocities.org/pico-8_carts/shooting_star/) + +[a cute drawing of a screen cat named tony](https://cohost.org/lethalbit/post/3541476-tony-https-denty) + +[art that was nice](https://www.artic.edu/artworks/158457/correct-me-if-i-m-wrong) + +## design + +[pretty soviet industrial design](https://web.archive.org/web/20230000000000*/http://sovietvisuals.com/meet-sphinx-the-30-year-old-soviet-smart-home-concept/?=google.com&=%s) + +[mario bellini architects](https://bellini.it/design/) + +## other people's projects + +[KITTY Computer](https://github.com/smaldragon/KITTY/), one of the main inspirations for my design choices + +[KITTY Manual](https://smaldragon.github.io/KITTY/) + +[mainboard terminal](https://github.com/penk/MainboardTerminal), i loveee the circular screen, case, keyboard, the whole design is sooo cool + +["i'm re-imagining the command line interpreter"](https://www.youtube.com/watch?v=NxsaHxON350), very cool video + +[series on making a programming language in rust](https://lunacookies.github.io/lang/) + +[writeup on building a vga terminal](https://www.cocoacrumbs.com/blog/2021-05-15-retro-vga-terminal_part_1/), super helpful for understanding how to incorporate the 6845 into a system + +[khugiani wave decomposition](https://www.youtube.com/watch?v=YrekTrCQ2Vs), this shit is so cool, i think about it daily + +[friend simulator](https://puprika.itch.io/friend-simulator), so cute `:)` + +[kevin regamey talking about the audio work done on celeste](https://m.twitch.tv/videos/248998904) + +[kevin ragemey twitter thread on making madeline's voice](https://twitter.com/regameyk/status/1416483583053602816?lang=en) + +["this keyboard should not sound this good"](https://www.youtube.com/watch?v=sVInBOLSqoM) + +[weird hci](https://floe.butterbrot.org/matrix/rants/weird/) + +[cool writeup for super constrained display design](https://thisisehsan.com/wash/)