random web things
Posted in random web things
1566
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
29
This Month
59
This Year
451

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


Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference