random web things
Posted in random web things
1651
10:38 pm, December 5, 2022
 

Random Links for December 2022

Mac OS 9 in Browser

Someone has actually emulated mac os 9 in the browser, go here for a bit of web nostalgia, i remember this from the school mac's. 

Link: https://macos9.app/ 

New Process Allows 3-D Printing of Microscale Metallic Parts

This is an interesting article, im reading a book at the moment by a professor that worked at caltech, very good book. 

Engineers at Caltech have developed a method for 3-D printing pure and multicomponent metals, at a resolution that is, in some cases, an order of magnitude smaller than previously possible.

Link: https://www.caltech.edu/about/news/new-process-allows-3-d-printing-of-microscale-metallic-parts 

Space Cadet Pinball - 3D Pinball Windows Port

In your web browser of course, i think almost everything is now available in the browser!

Link: https://alula.github.io/SpaceCadetPinball/ 

View Statistics
This Week
13
This Month
144
This Year
536

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
Unknown
Random CSS Property

border-inline-color

The border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.
border-inline-color css reference